From d298c62fc1dee59fe6be8abfbe133bd9ac9249bb Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Wed, 7 Nov 2018 15:17:25 +0100 Subject: [PATCH] Tweak UI --- Gemfile.lock | 2 + Habitica/build.gradle | 4 +- .../drawable/purchase_button_background.xml | 55 +++- .../res/layout/activity_verify_username.xml | 299 +++++++++--------- Habitica/res/layout/fragment_setup_avatar.xml | 2 +- Habitica/res/layout/fragment_setup_tasks.xml | 2 +- Habitica/res/layout/fragment_welcome.xml | 23 +- Habitica/res/layout/preference_category.xml | 4 +- .../res/layout/preference_child_summary.xml | 2 +- Habitica/res/values/colors.xml | 2 + .../ui/activities/VerifyUsernameActivity.kt | 65 +++- .../habitica/ui/helpers/MarkdownParser.kt | 2 +- fastlane/Pluginfile | 2 +- 13 files changed, 276 insertions(+), 188 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b99760ca5..48719447b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,6 +63,7 @@ GEM xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) fastlane-plugin-increment_version_code (0.4.3) + fastlane-plugin-versioning_android (0.1.0) gh_inspector (1.1.3) google-api-client (0.23.9) addressable (~> 2.5, >= 2.5.1) @@ -145,6 +146,7 @@ PLATFORMS DEPENDENCIES fastlane fastlane-plugin-increment_version_code + fastlane-plugin-versioning_android BUNDLED WITH 1.16.4 diff --git a/Habitica/build.gradle b/Habitica/build.gradle index ab2bcf968..f2746ef0b 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -91,7 +91,7 @@ dependencies { implementation 'io.reactivex.rxjava2:rxjava:2.2.2' //Analytics implementation 'com.amplitude:android-sdk:2.18.1' - implementation 'com.instabug.library:instabug:8.0.3' + implementation 'com.instabug.library:instabug:8.0.11' // Fresco Image Management Library implementation('com.facebook.fresco:fresco:1.11.0') { exclude module: 'bolts-android' @@ -145,7 +145,7 @@ android { buildConfigField "String", "STORE", "\"google\"" multiDexEnabled true - versionCode 2016 + versionCode 2021 versionName "1.6" } diff --git a/Habitica/res/drawable/purchase_button_background.xml b/Habitica/res/drawable/purchase_button_background.xml index 697ac5c1d..829c7542d 100644 --- a/Habitica/res/drawable/purchase_button_background.xml +++ b/Habitica/res/drawable/purchase_button_background.xml @@ -1,11 +1,46 @@ - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Habitica/res/layout/activity_verify_username.xml b/Habitica/res/layout/activity_verify_username.xml index 93fc44b8c..87586f6b7 100644 --- a/Habitica/res/layout/activity_verify_username.xml +++ b/Habitica/res/layout/activity_verify_username.xml @@ -2,162 +2,165 @@ - - - + android:layout_height="match_parent"> - - - - - - - - - - - - - - - - - - - - - - - - - -