Skip to content

Commit

Permalink
Update contirbutions details, bumpe versionCode, write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf104a committed Nov 18, 2023
1 parent cf45dba commit 01c4348
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ If you like this app please donate:<br>
* [@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
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<item>Contribution: Bug fixes, ideas</item>
<item>Contribution: Credits activity improvements</item>
<item>Contribution: Nextcloud talk "Reply" button fix, other fixes and features</item>
<item>Contribution: Redesign of app to Material You design</item>
<item>Contribution: Redesign of app to Material You design, monochrome icon</item>
</string-array>

<string-array name="oss_libs_owner_Img">
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 01c4348

Please sign in to comment.