From 8f2b5ac043f47cc44f43c3788d1377083fb339a2 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 18 Jul 2017 20:16:23 -0700 Subject: Dev 2.1 (#8) * Rewrite animation interfaces * Update changelog * Add scale factor for slide * Remove margins in iitems and replace with decorators * Remove mutable list * Switch cardiitem to use lambdas for click * status * Utils update and imagepicker fixes * Remove stringholder * Add fade in fade out * Increment about version * Rename fromedge to direction in javadocs * More logging * Add logging and docs * Make card icons visible * Update email builder and icon padding * Create elastic recycler activity * Fix card iitem * Add lint check and plurals * Inline all the things * Format and sort xml * Update dependencies and increment version --- .../main/res/transition/kau_enter_slide_bottom.xml | 16 ---------- .../main/res/transition/kau_enter_slide_top.xml | 16 ---------- .../main/res/transition/kau_exit_slide_bottom.xml | 23 ++++++++++++++ .../src/main/res/transition/kau_exit_slide_top.xml | 23 ++++++++++++++ core/src/main/res/values/attr.xml | 11 +++++++ core/src/main/res/values/dimens.xml | 1 + core/src/main/res/values/ids.xml | 36 +++++++++++----------- core/src/main/res/values/strings.xml | 14 ++++----- core/src/main/res/values/strings_commons.xml | 27 +++++++++++----- core/src/main/res/values/styles_animations.xml | 35 +++++++++++++++------ core/src/main/res/xml/kau_changelog.xml | 14 --------- 11 files changed, 127 insertions(+), 89 deletions(-) create mode 100644 core/src/main/res/transition/kau_exit_slide_bottom.xml create mode 100644 core/src/main/res/transition/kau_exit_slide_top.xml create mode 100644 core/src/main/res/values/attr.xml delete mode 100644 core/src/main/res/xml/kau_changelog.xml (limited to 'core/src/main/res') diff --git a/core/src/main/res/transition/kau_enter_slide_bottom.xml b/core/src/main/res/transition/kau_enter_slide_bottom.xml index 7eb2097..575e189 100644 --- a/core/src/main/res/transition/kau_enter_slide_bottom.xml +++ b/core/src/main/res/transition/kau_enter_slide_bottom.xml @@ -1,20 +1,4 @@ - - - - + + + + + + + + + + + + + + + + + diff --git a/core/src/main/res/transition/kau_exit_slide_top.xml b/core/src/main/res/transition/kau_exit_slide_top.xml new file mode 100644 index 0000000..a9849c0 --- /dev/null +++ b/core/src/main/res/transition/kau_exit_slide_top.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + diff --git a/core/src/main/res/values/attr.xml b/core/src/main/res/values/attr.xml new file mode 100644 index 0000000..f02c219 --- /dev/null +++ b/core/src/main/res/values/attr.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/core/src/main/res/values/dimens.xml b/core/src/main/res/values/dimens.xml index a459443..b7c237a 100644 --- a/core/src/main/res/values/dimens.xml +++ b/core/src/main/res/values/dimens.xml @@ -13,6 +13,7 @@ 24dp 112dp + 168dp 8dp 4dp diff --git a/core/src/main/res/values/ids.xml b/core/src/main/res/values/ids.xml index 0b4322c..003e8a7 100644 --- a/core/src/main/res/values/ids.xml +++ b/core/src/main/res/values/ids.xml @@ -1,19 +1,19 @@ - + - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 5ea5a23..7ad6e38 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -1,15 +1,13 @@ + - + This app would not be possible without the following great libraries. Color Picker - + Dependencies Used + Title Placeholder + Color Palette Custom Presets - Color Palette - - Title Placeholder Pref Icon - - This app would not be possible without the following great libraries. - Dependencies Used + diff --git a/core/src/main/res/values/strings_commons.xml b/core/src/main/res/values/strings_commons.xml index 389b8a2..560a478 100644 --- a/core/src/main/res/values/strings_commons.xml +++ b/core/src/main/res/values/strings_commons.xml @@ -1,8 +1,8 @@ + - About App About %s @@ -13,6 +13,7 @@ Most resources are verbatim and x represents a formatted item Changelog Close Contact Us + Copy Custom Dark Default @@ -38,8 +39,6 @@ Most resources are verbatim and x represents a formatted item No Results Found None @android:string/ok - 1 day - 1 hour Play Store Rate Report A Bug @@ -48,13 +47,25 @@ Most resources are verbatim and x represents a formatted item Send via Settings Share + Text copied to clipboard. Thank You Uh Oh Warning - %d days - %d hours - %d minutes + + %d day + %d days + + + %d hour + %d hours + + + %d minute + %d minutes + + + %d second + %d seconds + Yes - Text copied to clipboard. - Copy diff --git a/core/src/main/res/values/styles_animations.xml b/core/src/main/res/values/styles_animations.xml index a991132..fc872bd 100644 --- a/core/src/main/res/values/styles_animations.xml +++ b/core/src/main/res/values/styles_animations.xml @@ -1,4 +1,22 @@ + + + + - - + diff --git a/core/src/main/res/xml/kau_changelog.xml b/core/src/main/res/xml/kau_changelog.xml deleted file mode 100644 index e570995..0000000 --- a/core/src/main/res/xml/kau_changelog.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3