From 534a50e8675692ad5096299230f2fa54425e1822 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Wed, 8 Mar 2017 15:17:09 +0100 Subject: [PATCH] Updated libraries and bumped version to 0.13.6 --- app/build.gradle | 42 +++++++++---------- app/src/main/assets/phonograph-changelog.html | 9 ++++ .../ui/activities/SettingsActivity.java | 5 +++ 3 files changed, 35 insertions(+), 21 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3da9a5c0..73711bfb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId "com.kabouzeid.gramophone" - versionCode 124 - versionName "0.13.5" + versionCode 125 + versionName "0.13.6" } buildTypes { release { @@ -106,29 +106,29 @@ dependencies { transitive = true } - compile('com.github.kabouzeid:app-theme-helper:1.3.3') { + compile('com.github.kabouzeid:app-theme-helper:1.3.4') { transitive = true } - compile 'com.android.support:support-compat:25.1.0' - compile 'com.android.support:support-core-utils:25.1.0' - compile 'com.android.support:support-core-ui:25.1.0' - compile 'com.android.support:support-media-compat:25.1.0' - compile 'com.android.support:support-fragment:25.1.0' - compile 'com.android.support:support-v13:25.1.0' - compile 'com.android.support:appcompat-v7:25.1.0' - compile 'com.android.support:recyclerview-v7:25.1.0' - compile 'com.android.support:gridlayout-v7:25.1.0' - compile 'com.android.support:cardview-v7:25.1.0' - compile 'com.android.support:palette-v7:25.1.0' - compile 'com.android.support:design:25.1.0' - compile 'com.android.support:support-annotations:25.1.0' - compile 'com.android.support:percent:25.1.0' - compile 'com.android.support:preference-v7:25.1.0' - compile 'com.android.support:preference-v14:25.1.0' + compile 'com.android.support:support-compat:25.2.0' + compile 'com.android.support:support-core-utils:25.2.0' + compile 'com.android.support:support-core-ui:25.2.0' + compile 'com.android.support:support-media-compat:25.2.0' + compile 'com.android.support:support-fragment:25.2.0' + compile 'com.android.support:support-v13:25.2.0' + compile 'com.android.support:appcompat-v7:25.2.0' + compile 'com.android.support:recyclerview-v7:25.2.0' + compile 'com.android.support:gridlayout-v7:25.2.0' + compile 'com.android.support:cardview-v7:25.2.0' + compile 'com.android.support:palette-v7:25.2.0' + compile 'com.android.support:design:25.2.0' + compile 'com.android.support:support-annotations:25.2.0' + compile 'com.android.support:percent:25.2.0' + compile 'com.android.support:preference-v7:25.2.0' + compile 'com.android.support:preference-v14:25.2.0' - compile 'com.afollestad.material-dialogs:core:0.9.1.0@aar' - compile 'com.afollestad.material-dialogs:commons:0.9.1.0@aar' + compile 'com.afollestad.material-dialogs:core:0.9.3.0@aar' + compile 'com.afollestad.material-dialogs:commons:0.9.3.0@aar' compile 'com.afollestad:material-cab:0.1.12@aar' compile 'com.github.ksoichiro:android-observablescrollview:1.6.0' diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index a0844bb4..70525dac 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,15 @@

You can view the changelog dialog again at any time from the about section.

+

Version 0.13.6

+ +
    +
  1. IMPORTANT: Phonograph is free and open source now. https://github.com/kabouzeid/Phonograph +
  2. +
  3. IMPROVEMENT: Updated libraries.
  4. +
+

Version 0.13.5

    diff --git a/app/src/main/java/com/kabouzeid/gramophone/ui/activities/SettingsActivity.java b/app/src/main/java/com/kabouzeid/gramophone/ui/activities/SettingsActivity.java index d71a7701..858c28c8 100644 --- a/app/src/main/java/com/kabouzeid/gramophone/ui/activities/SettingsActivity.java +++ b/app/src/main/java/com/kabouzeid/gramophone/ui/activities/SettingsActivity.java @@ -81,6 +81,11 @@ public class SettingsActivity extends AbsBaseActivity implements ColorChooserDia recreate(); } + @Override + public void onColorChooserDismissed(@NonNull ColorChooserDialog dialog) { + + } + @Override public boolean onOptionsItemSelected(@NonNull MenuItem item) { if (item.getItemId() == android.R.id.home) {