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 11:59:42 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-07 11:59:42 +0300
commitbd1783af033ee0c10416438b785c4f7dfd75e047 (patch)
treee7eda9b76af05756508c436d3bd0556dd6fe4e01
parentced0e1a0ecbfb73fa1c4a775951d37d1cd3277ff (diff)
version bump to v2.13.2v2.13.2
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/layout/fragment_note_edit.xml1
-rw-r--r--fastlane/metadata/android/en-US/changelogs/2013002.txt12
3 files changed, 15 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9636f399..c4d3b400 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 16
targetSdkVersion 29
- versionCode 2013001
- versionName "2.13.1"
+ versionCode 2013002
+ versionName "2.13.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/app/src/main/res/layout/fragment_note_edit.xml b/app/src/main/res/layout/fragment_note_edit.xml
index 1c0417d2..64f83e5e 100644
--- a/app/src/main/res/layout/fragment_note_edit.xml
+++ b/app/src/main/res/layout/fragment_note_edit.xml
@@ -18,6 +18,7 @@
android:id="@+id/editContent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:background="?attr/colorPrimary"
android:ems="10"
android:gravity="top"
android:inputType="textMultiLine|textCapSentences"
diff --git a/fastlane/metadata/android/en-US/changelogs/2013002.txt b/fastlane/metadata/android/en-US/changelogs/2013002.txt
new file mode 100644
index 00000000..bf8760e4
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/2013002.txt
@@ -0,0 +1,12 @@
+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
+- 🔧 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