Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-07 12:48:44 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-07 12:48:44 +0300
commit27b982cb35cf1ef302f9777acee803d31f5aa211 (patch)
tree2d4be1955a4507b7ef7c6aaffa028dc5b896e430
parentbd1783af033ee0c10416438b785c4f7dfd75e047 (diff)
Fix background in notes list view and version bump to 2.13.3v2.13.3
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/layout/activity_notes_list_view.xml3
-rw-r--r--fastlane/metadata/android/en-US/changelogs/2013001.txt6
-rw-r--r--fastlane/metadata/android/en-US/changelogs/2013002.txt6
-rw-r--r--fastlane/metadata/android/en-US/changelogs/2013003.txt6
5 files changed, 10 insertions, 15 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c4d3b400..c2d5b9a5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 16
targetSdkVersion 29
- versionCode 2013002
- versionName "2.13.2"
+ versionCode 2013003
+ versionName "2.13.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/app/src/main/res/layout/activity_notes_list_view.xml b/app/src/main/res/layout/activity_notes_list_view.xml
index 1b022607..e94a5c5c 100644
--- a/app/src/main/res/layout/activity_notes_list_view.xml
+++ b/app/src/main/res/layout/activity_notes_list_view.xml
@@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_notes_list_view"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:background="@color/primary">
<LinearLayout
android:layout_width="match_parent"
diff --git a/fastlane/metadata/android/en-US/changelogs/2013001.txt b/fastlane/metadata/android/en-US/changelogs/2013001.txt
index 6cd0aff1..d19ccb8e 100644
--- a/fastlane/metadata/android/en-US/changelogs/2013001.txt
+++ b/fastlane/metadata/android/en-US/changelogs/2013001.txt
@@ -1,9 +1,3 @@
-2.13.1
-
-- 🎨 Small design enhancements and theme fixes
-
-2.13.0
-
- ✨ Redesign of UI based on the future Nextcloud Android app
- 🎨 Branding of the Nextcloud instance can be applied (#762)
- 📩 Bulk share content of multiple notes
diff --git a/fastlane/metadata/android/en-US/changelogs/2013002.txt b/fastlane/metadata/android/en-US/changelogs/2013002.txt
index bf8760e4..d19ccb8e 100644
--- a/fastlane/metadata/android/en-US/changelogs/2013002.txt
+++ b/fastlane/metadata/android/en-US/changelogs/2013002.txt
@@ -1,9 +1,3 @@
-2.13.2
-
-- 🎨 Small design enhancements and theme fixes
-
-2.13.0
-
- ✨ Redesign of UI based on the future Nextcloud Android app
- 🎨 Branding of the Nextcloud instance can be applied (#762)
- 📩 Bulk share content of multiple notes
diff --git a/fastlane/metadata/android/en-US/changelogs/2013003.txt b/fastlane/metadata/android/en-US/changelogs/2013003.txt
new file mode 100644
index 00000000..d19ccb8e
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/2013003.txt
@@ -0,0 +1,6 @@
+- ✨ Redesign of UI based on the future Nextcloud Android app
+- 🎨 Branding of the Nextcloud instance can be applied (#762)
+- 📩 Bulk share content of multiple notes
+- 🔧 Move note list widget preferences to database (#832)
+- 🐞 Searching for ? character crashes the app (#846)
+- 🐞 Fix NullPointerException when server does not respond theming information or other capabilities (#854) \ No newline at end of file