Update to v.0.9.9.16
This commit is contained in:
parent
44cb71c847
commit
7ffd5ea713
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -3,6 +3,17 @@
|
|||
- Single Sign on for all Nextcloud Android Apps!
|
||||
|
||||
|
||||
0.9.9.16 (Google Play)
|
||||
---------------------
|
||||
- Massive improvements to the rss-item-list scrolling performance
|
||||
- Fix - <a href="https://github.com/owncloud/News-Android-App/issues/632">#632 App crash when downloading single image</a>
|
||||
- Fix - <a href="https://github.com/owncloud/News-Android-App/issues/629">#629 Error when trying to fetch more items</a>
|
||||
- Add support for Android 8+ Notifications
|
||||
- Added widget preview - thank you @stefan-niedermann
|
||||
- Added roundIcon for API level 25 - thank you @stefan-niedermann
|
||||
- Added adaptive icon and adjusted splash screen - thank you @stefan-niedermann
|
||||
|
||||
|
||||
0.9.9.15 (Google Play)
|
||||
---------------------
|
||||
- Fix app crashes due to missing translations
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="de.luhmer.owncloudnewsreader"
|
||||
android:versionCode="129"
|
||||
android:versionName="0.9.9.15"
|
||||
android:versionCode="130"
|
||||
android:versionName="0.9.9.16"
|
||||
android:installLocation="internalOnly">
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue