Skip to content

Commit

Permalink
Update to 0.9.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Development committed Jan 14, 2016
1 parent 9cf83e4 commit 2c232ee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
Binary file modified News-Android-App.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions News-Android-App/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="102"
android:versionName="0.9.7.5"
android:versionCode="103"
android:versionName="0.9.7.6"
android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET" />
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ The ownCloud News Reader Android App is under [AGPLv3](https://www.gnu.org/licen
</a>
</p>

*Status*: Beta

*Bugs and enhancements can be reported under*: https://github.com/owncloud/News-Android-App/issues


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

0 comments on commit 2c232ee

Please sign in to comment.