Skip to content

Commit 2c232ee

Browse files
Update to 0.9.7.6
1 parent 9cf83e4 commit 2c232ee

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

News-Android-App.apk

91.4 KB
Binary file not shown.

News-Android-App/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="de.luhmer.owncloudnewsreader"
5-
android:versionCode="102"
6-
android:versionName="0.9.7.5"
5+
android:versionCode="103"
6+
android:versionName="0.9.7.6"
77
android:installLocation="auto">
88

99
<uses-permission android:name="android.permission.INTERNET" />

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ The ownCloud News Reader Android App is under [AGPLv3](https://www.gnu.org/licen
1212
</a>
1313
</p>
1414

15-
*Status*: Beta
16-
1715
*Bugs and enhancements can be reported under*: https://github.com/owncloud/News-Android-App/issues
1816

1917

@@ -91,6 +89,17 @@ Updates
9189
---------------------
9290
9391
92+
0.9.7.6 (Google Play)
93+
---------------------
94+
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/349">#349 Widget always empty</a>
95+
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/472">#472 Starring is broken (add swipe to star again)</a>
96+
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/146">#146 add context menu on pressing long on an item</a>
97+
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/239">#239 Add support for OPML files import/export</a>
98+
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/343">#343 Mark as read only when scrolling past article</a>
99+
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/374">#374 unread badge - teslaunread-api</a>
100+
- Security improvement (Prevent XSS)
101+
102+
94103
0.9.7.5 (Google Play)
95104
---------------------
96105
- Bug fix

0 commit comments

Comments
 (0)