From b7ab7462251dab526d90ddc69bc09e11509bbf44 Mon Sep 17 00:00:00 2001 From: Paul Konstantin Gerke Date: Mon, 2 Sep 2024 10:08:03 +0200 Subject: [PATCH] Stage pre-release 2.4.0a --- app/build.gradle | 4 ++-- .../babybuddywidgets/debugging/GlobalDebugObject.kt | 2 +- app/src/main/res/layout/note_logging_entry.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c5c8be2..becc1e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,8 +83,8 @@ android { applicationId "eu.pkgsoftware.babybuddywidgets" minSdkVersion 24 targetSdk 34 - versionCode 38 - versionName "2.4.0" + versionCode 39 + versionName "2.4.0a" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/java/eu/pkgsoftware/babybuddywidgets/debugging/GlobalDebugObject.kt b/app/src/main/java/eu/pkgsoftware/babybuddywidgets/debugging/GlobalDebugObject.kt index 2032f2a..4ed31cd 100644 --- a/app/src/main/java/eu/pkgsoftware/babybuddywidgets/debugging/GlobalDebugObject.kt +++ b/app/src/main/java/eu/pkgsoftware/babybuddywidgets/debugging/GlobalDebugObject.kt @@ -5,7 +5,7 @@ import android.util.Log class GlobalDebugObject { companion object { @JvmStatic - val ENABLED = false + val ENABLED = true @JvmStatic val DO_PRINT = true @JvmStatic diff --git a/app/src/main/res/layout/note_logging_entry.xml b/app/src/main/res/layout/note_logging_entry.xml index 2aaf987..8d096f0 100644 --- a/app/src/main/res/layout/note_logging_entry.xml +++ b/app/src/main/res/layout/note_logging_entry.xml @@ -61,10 +61,10 @@ android:layout_weight="0" android:visibility="visible" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintStart_toEndOf="@+id/solidButtonGroup" + app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/noteEditor" app:srcCompat="@android:drawable/ic_menu_save" - tools:visibility="gone" /> + tools:visibility="visible" />