Loading app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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" } Loading app/src/main/res/layout/activity_notes_list_view.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading fastlane/metadata/android/en-US/changelogs/2013001.txt +0 −6 Original line number Diff line number Diff line 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 Loading fastlane/metadata/android/en-US/changelogs/2013002.txt +0 −6 Original line number Diff line number Diff line 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 Loading fastlane/metadata/android/en-US/changelogs/2013003.txt 0 → 100644 +6 −0 Original line number Diff line number Diff line - ✨ 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 Loading
app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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" } Loading
app/src/main/res/layout/activity_notes_list_view.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
fastlane/metadata/android/en-US/changelogs/2013001.txt +0 −6 Original line number Diff line number Diff line 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 Loading
fastlane/metadata/android/en-US/changelogs/2013002.txt +0 −6 Original line number Diff line number Diff line 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 Loading
fastlane/metadata/android/en-US/changelogs/2013003.txt 0 → 100644 +6 −0 Original line number Diff line number Diff line - ✨ 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