From 14185936f46160997ef9eaae92cb3c8eacae93c5 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 30 Jul 2017 15:57:27 -0700 Subject: Intro (#100) * Create base activity * Created some testers * Update theme and fix mess up * Update theme and replace paint * WIP intro drawables * Create intro screens * Clear unnecessary dependencies * Finalize intro panels * Clean up intro * Attack intro to settings * Fix lint * Finalize intro --- app/src/main/res/values/dimens.xml | 10 ++-------- app/src/main/res/values/ids.xml | 6 ++++++ app/src/main/res/values/strings_intro.xml | 17 +++++++++++++++++ app/src/main/res/values/strings_libs.xml | 26 -------------------------- app/src/main/res/values/strings_preferences | 1 + app/src/main/res/values/strings_temp.xml | 6 ++++++ app/src/main/res/values/styles.xml | 26 ++++++++++++++++++++++++++ 7 files changed, 58 insertions(+), 34 deletions(-) create mode 100644 app/src/main/res/values/strings_intro.xml delete mode 100644 app/src/main/res/values/strings_libs.xml create mode 100644 app/src/main/res/values/strings_temp.xml (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 4fc2f6c7..f7855b5b 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -1,15 +1,9 @@ - - 16dp - 16dp - 24dp - 16dp - - 16dp - 8dp 16dp 1dip 100dp 60dp + + 64dp diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index a0bb0a87..d32a3b71 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -3,4 +3,10 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/strings_intro.xml b/app/src/main/res/values/strings_intro.xml new file mode 100644 index 00000000..866772bc --- /dev/null +++ b/app/src/main/res/values/strings_intro.xml @@ -0,0 +1,17 @@ + + + Skip + Welcome to Frost + Slide to continue + Select a theme + + Multiple Accounts + Add and switch accounts directly from the navigation bar.\nTap the current avatar to jump to your profile. + Easy Navigation + Slide between views with a swipe, and click the tab icon to go back to the top.\nClick the icon again to reload the page. + Context Aware + Long press links to copy and share them.\nLong press images to zoom and download.\nLong press cards to scroll horizontally. + + Let\'s Begin! + Tap anywhere to exit + \ No newline at end of file diff --git a/app/src/main/res/values/strings_libs.xml b/app/src/main/res/values/strings_libs.xml deleted file mode 100644 index 9cbb77d7..00000000 --- a/app/src/main/res/values/strings_libs.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - Raizlabs - https://www.raizlabs.com/ - - DbFlow - - annotation processing. -

- The library is built on speed, performance, and approachability. It not only eliminates most boiler-plate code for dealing with databases, but also provides a powerful and simple API to manage interactions. - Let DBFlow make SQL code flow like a steady stream so you can focus on writing amazing apps. - ]]> -
- https://github.com/Raizlabs/DBFlow - 4.0.4 - - true - https://github.com/Raizlabs/DBFlow - - com.raizlabs.android.dbflow - - mit -
\ No newline at end of file diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index 0bb1d22f..1108d08d 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -16,4 +16,5 @@ Get Frost Pro Purchase or restore pro and unlock the full potential of Frost! Includes ad blockers, custom themes, full configurations, and much more to come! + Replay Introduction \ No newline at end of file diff --git a/app/src/main/res/values/strings_temp.xml b/app/src/main/res/values/strings_temp.xml new file mode 100644 index 00000000..526b102d --- /dev/null +++ b/app/src/main/res/values/strings_temp.xml @@ -0,0 +1,6 @@ + + + Frost now has an intro screen + Would you like to see it? You can always replay it under settings + + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index a483b5f0..b91710d2 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -56,8 +56,34 @@ @color/frost_splash_background + + + + + + + + + + -- cgit v1.2.3