mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 13:56:14 +03:00
Fix background in notes list view and version bump to 2.13.3
This commit is contained in:
parent
bd1783af03
commit
27b982cb35
5 changed files with 10 additions and 15 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
applicationId "it.niedermann.owncloud.notes"
|
applicationId "it.niedermann.owncloud.notes"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 2013002
|
versionCode 2013003
|
||||||
versionName "2.13.2"
|
versionName "2.13.3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/activity_notes_list_view"
|
android:id="@+id/activity_notes_list_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent"
|
||||||
|
android:background="@color/primary">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
|
@ -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
|
- ✨ Redesign of UI based on the future Nextcloud Android app
|
||||||
- 🎨 Branding of the Nextcloud instance can be applied (#762)
|
- 🎨 Branding of the Nextcloud instance can be applied (#762)
|
||||||
- 📩 Bulk share content of multiple notes
|
- 📩 Bulk share content of multiple notes
|
||||||
|
|
|
@ -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
|
- ✨ Redesign of UI based on the future Nextcloud Android app
|
||||||
- 🎨 Branding of the Nextcloud instance can be applied (#762)
|
- 🎨 Branding of the Nextcloud instance can be applied (#762)
|
||||||
- 📩 Bulk share content of multiple notes
|
- 📩 Bulk share content of multiple notes
|
||||||
|
|
6
fastlane/metadata/android/en-US/changelogs/2013003.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/2013003.txt
Normal file
|
@ -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)
|
Loading…
Reference in a new issue