From 01c43482593f6ed1d0480ec2fafe4b1a8e995794 Mon Sep 17 00:00:00 2001 From: Andrewerr Date: Sat, 18 Nov 2023 19:36:30 +0100 Subject: [PATCH] Update contirbutions details, bumpe versionCode, write changelog --- README.md | 2 +- app/build.gradle | 2 +- app/src/main/res/values/arrays.xml | 2 +- fastlane/metadata/android/en-US/changelogs/17.txt | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/17.txt diff --git a/README.md b/README.md index d363702..f6b1a2d 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ If you like this app please donate:
* [@invissvenska](https://github.com/invissvenska) for [NumberPickerPreference](https://github.com/invissvenska/NumberPickerPreference/) (licensed under LGPL-3.0) * [@Devansh-Gaur-1611](https://github.com/Devansh-Gaur-1611) for creating credits activity in the app * [@freeflyk](https://github.com/freeflyk) for improvements, fixes and adding new features -* [@stefan-niedermann](https://github.com/stefan-niedermann) for redesigning app to Material You design +* [@stefan-niedermann](https://github.com/stefan-niedermann) for redesigning app to Material You design and creating monochrome icon diff --git a/app/build.gradle b/app/build.gradle index 4375985..9c2cd87 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { applicationId "com.polar.nextcloudservices" minSdkVersion 25 targetSdkVersion 33 - versionCode 16 + versionCode 17 versionName '1.0-beta17' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 414b7e5..d319b57 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -17,7 +17,7 @@ Contribution: Bug fixes, ideas Contribution: Credits activity improvements Contribution: Nextcloud talk "Reply" button fix, other fixes and features - Contribution: Redesign of app to Material You design + Contribution: Redesign of app to Material You design, monochrome icon diff --git a/fastlane/metadata/android/en-US/changelogs/17.txt b/fastlane/metadata/android/en-US/changelogs/17.txt new file mode 100644 index 0000000..ca76b07 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.txt @@ -0,0 +1,5 @@ +- Monochrome icon(thanks to @stefan-niedermann) +- Material-3 UI(thanks to @stefan-niedermann) +- Optimized data usage(currently does not works with SSO login) +- Minor fixes and improvements +You may see issue about data usage optimization not working with SSO login by URL: https://github.com/Andrewerr/NextcloudServices/issues/68