Skip to content

Commit

Permalink
Fix #519 - Update to v.0.9.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Development committed May 18, 2016
1 parent ca05043 commit 5cdbf45
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 29 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="110"
android:versionName="0.9.8.6"
android:versionCode="111"
android:versionName="0.9.8.7"
android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ protected void onCreate(Bundle savedInstanceState) {

Toolbar toolbar = (Toolbar) appBarLayout.getChildAt(0);

final Drawable backarrow = ContextCompat.getDrawable(this, R.drawable.ic_ab_back_material);
final Drawable backarrow = ContextCompat.getDrawable(this, R.drawable.abc_ic_ab_back_mtrl_am_alpha);
backarrow.setColorFilter(ContextCompat.getColor(this, R.color.tintColorDark), PorterDuff.Mode.SRC_ATOP);
toolbar.setNavigationIcon(backarrow);
toolbar.setTitle(R.string.title_activity_settings);
Expand Down
26 changes: 0 additions & 26 deletions News-Android-App/src/main/res/drawable/ic_ab_back_material.xml

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ Updates
---------------------
0.9.8.7 (Google Play)
---------------------
- Fix app crash - <a href="https://github.com/owncloud/News-Android-App/issues/519">#519 New versions force quit on CM11</a>
0.9.8.6 (Google Play)
---------------------
- Fix app crash - <a href="https://github.com/owncloud/News-Android-App/issues/519">#519 New versions force quit on CM11</a>
Expand Down

0 comments on commit 5cdbf45

Please sign in to comment.