mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
version bump to v2.13.2
This commit is contained in:
parent
ced0e1a0ec
commit
bd1783af03
3 changed files with 15 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
12
fastlane/metadata/android/en-US/changelogs/2013002.txt
Normal file
12
fastlane/metadata/android/en-US/changelogs/2013002.txt
Normal file
|
@ -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)
|
Loading…
Reference in a new issue