diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 901fbfd9..335587d2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,18 +2,19 @@ + android:versionCode="77" + android:versionName="3.0.15"> + @@ -85,6 +86,10 @@ android:excludeFromRecents="true" android:finishOnTaskLaunch="true" /> + + diff --git a/res/drawable-hdpi/chrome.png b/res/drawable-hdpi/chrome.png new file mode 100644 index 00000000..4cbce44c Binary files /dev/null and b/res/drawable-hdpi/chrome.png differ diff --git a/res/drawable-hdpi/firefox.png b/res/drawable-hdpi/firefox.png new file mode 100644 index 00000000..7cd046c1 Binary files /dev/null and b/res/drawable-hdpi/firefox.png differ diff --git a/res/drawable-hdpi/ic_action_close.png b/res/drawable-hdpi/ic_action_close.png new file mode 100644 index 00000000..0cd254b3 Binary files /dev/null and b/res/drawable-hdpi/ic_action_close.png differ diff --git a/res/drawable-hdpi/ic_close_black_18dp.png b/res/drawable-hdpi/ic_close_black_18dp.png new file mode 100644 index 00000000..a86fc103 Binary files /dev/null and b/res/drawable-hdpi/ic_close_black_18dp.png differ diff --git a/res/drawable-hdpi/illustration_1.png b/res/drawable-hdpi/illustration_1.png new file mode 100644 index 00000000..deabe818 Binary files /dev/null and b/res/drawable-hdpi/illustration_1.png differ diff --git a/res/drawable-hdpi/illustration_2.png b/res/drawable-hdpi/illustration_2.png new file mode 100644 index 00000000..25e93409 Binary files /dev/null and b/res/drawable-hdpi/illustration_2.png differ diff --git a/res/drawable-hdpi/illustration_3.png b/res/drawable-hdpi/illustration_3.png new file mode 100644 index 00000000..c459b349 Binary files /dev/null and b/res/drawable-hdpi/illustration_3.png differ diff --git a/res/drawable-hdpi/illustration_3_instruction.png b/res/drawable-hdpi/illustration_3_instruction.png new file mode 100644 index 00000000..be356452 Binary files /dev/null and b/res/drawable-hdpi/illustration_3_instruction.png differ diff --git a/res/drawable-hdpi/illustration_4.png b/res/drawable-hdpi/illustration_4.png new file mode 100644 index 00000000..83b0b8da Binary files /dev/null and b/res/drawable-hdpi/illustration_4.png differ diff --git a/res/drawable-hdpi/loupe.png b/res/drawable-hdpi/loupe.png new file mode 100644 index 00000000..a7de6ec8 Binary files /dev/null and b/res/drawable-hdpi/loupe.png differ diff --git a/res/drawable-mdpi/chrome.png b/res/drawable-mdpi/chrome.png new file mode 100644 index 00000000..f98c0ad3 Binary files /dev/null and b/res/drawable-mdpi/chrome.png differ diff --git a/res/drawable-mdpi/firefox.png b/res/drawable-mdpi/firefox.png new file mode 100644 index 00000000..08f8beb7 Binary files /dev/null and b/res/drawable-mdpi/firefox.png differ diff --git a/res/drawable-mdpi/ic_action_close.png b/res/drawable-mdpi/ic_action_close.png new file mode 100644 index 00000000..320daff7 Binary files /dev/null and b/res/drawable-mdpi/ic_action_close.png differ diff --git a/res/drawable-mdpi/ic_close_black_18dp.png b/res/drawable-mdpi/ic_close_black_18dp.png new file mode 100644 index 00000000..f2b54600 Binary files /dev/null and b/res/drawable-mdpi/ic_close_black_18dp.png differ diff --git a/res/drawable-mdpi/illustration_1.png b/res/drawable-mdpi/illustration_1.png new file mode 100644 index 00000000..84fc61b9 Binary files /dev/null and b/res/drawable-mdpi/illustration_1.png differ diff --git a/res/drawable-mdpi/illustration_2.png b/res/drawable-mdpi/illustration_2.png new file mode 100644 index 00000000..86e7d902 Binary files /dev/null and b/res/drawable-mdpi/illustration_2.png differ diff --git a/res/drawable-mdpi/illustration_3.png b/res/drawable-mdpi/illustration_3.png new file mode 100644 index 00000000..e91c385f Binary files /dev/null and b/res/drawable-mdpi/illustration_3.png differ diff --git a/res/drawable-mdpi/illustration_3_instruction.png b/res/drawable-mdpi/illustration_3_instruction.png new file mode 100644 index 00000000..03f1a294 Binary files /dev/null and b/res/drawable-mdpi/illustration_3_instruction.png differ diff --git a/res/drawable-mdpi/illustration_4.png b/res/drawable-mdpi/illustration_4.png new file mode 100644 index 00000000..3e15ab90 Binary files /dev/null and b/res/drawable-mdpi/illustration_4.png differ diff --git a/res/drawable-mdpi/loupe.png b/res/drawable-mdpi/loupe.png new file mode 100644 index 00000000..4e7afe3f Binary files /dev/null and b/res/drawable-mdpi/loupe.png differ diff --git a/res/drawable-xhdpi/chrome.png b/res/drawable-xhdpi/chrome.png new file mode 100644 index 00000000..9b38d48c Binary files /dev/null and b/res/drawable-xhdpi/chrome.png differ diff --git a/res/drawable-xhdpi/firefox.png b/res/drawable-xhdpi/firefox.png new file mode 100644 index 00000000..eff6b17e Binary files /dev/null and b/res/drawable-xhdpi/firefox.png differ diff --git a/res/drawable-xhdpi/ic_action_close.png b/res/drawable-xhdpi/ic_action_close.png new file mode 100644 index 00000000..658a422f Binary files /dev/null and b/res/drawable-xhdpi/ic_action_close.png differ diff --git a/res/drawable-xhdpi/ic_close_black_18dp.png b/res/drawable-xhdpi/ic_close_black_18dp.png new file mode 100644 index 00000000..1a9cd75a Binary files /dev/null and b/res/drawable-xhdpi/ic_close_black_18dp.png differ diff --git a/res/drawable-xhdpi/illustration_1.png b/res/drawable-xhdpi/illustration_1.png new file mode 100644 index 00000000..70acf5f4 Binary files /dev/null and b/res/drawable-xhdpi/illustration_1.png differ diff --git a/res/drawable-xhdpi/illustration_2.png b/res/drawable-xhdpi/illustration_2.png new file mode 100644 index 00000000..5dc70dde Binary files /dev/null and b/res/drawable-xhdpi/illustration_2.png differ diff --git a/res/drawable-xhdpi/illustration_3.png b/res/drawable-xhdpi/illustration_3.png new file mode 100644 index 00000000..8e37492d Binary files /dev/null and b/res/drawable-xhdpi/illustration_3.png differ diff --git a/res/drawable-xhdpi/illustration_3_instruction.png b/res/drawable-xhdpi/illustration_3_instruction.png new file mode 100644 index 00000000..bcd3a72c Binary files /dev/null and b/res/drawable-xhdpi/illustration_3_instruction.png differ diff --git a/res/drawable-xhdpi/illustration_4.png b/res/drawable-xhdpi/illustration_4.png new file mode 100644 index 00000000..30f2cea9 Binary files /dev/null and b/res/drawable-xhdpi/illustration_4.png differ diff --git a/res/drawable-xhdpi/loupe.png b/res/drawable-xhdpi/loupe.png new file mode 100644 index 00000000..a3088a59 Binary files /dev/null and b/res/drawable-xhdpi/loupe.png differ diff --git a/res/drawable-xxhdpi/chrome.png b/res/drawable-xxhdpi/chrome.png new file mode 100644 index 00000000..1d7baa50 Binary files /dev/null and b/res/drawable-xxhdpi/chrome.png differ diff --git a/res/drawable-xxhdpi/firefox.png b/res/drawable-xxhdpi/firefox.png new file mode 100644 index 00000000..fb9b5105 Binary files /dev/null and b/res/drawable-xxhdpi/firefox.png differ diff --git a/res/drawable-xxhdpi/ic_action_close.png b/res/drawable-xxhdpi/ic_action_close.png new file mode 100644 index 00000000..9932e90d Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_close.png differ diff --git a/res/drawable-xxhdpi/ic_close_black_18dp.png b/res/drawable-xxhdpi/ic_close_black_18dp.png new file mode 100644 index 00000000..1e2590f2 Binary files /dev/null and b/res/drawable-xxhdpi/ic_close_black_18dp.png differ diff --git a/res/drawable-xxhdpi/illustration_1.png b/res/drawable-xxhdpi/illustration_1.png new file mode 100644 index 00000000..5fe85909 Binary files /dev/null and b/res/drawable-xxhdpi/illustration_1.png differ diff --git a/res/drawable-xxhdpi/illustration_2.png b/res/drawable-xxhdpi/illustration_2.png new file mode 100644 index 00000000..62f73fb1 Binary files /dev/null and b/res/drawable-xxhdpi/illustration_2.png differ diff --git a/res/drawable-xxhdpi/illustration_3.png b/res/drawable-xxhdpi/illustration_3.png new file mode 100644 index 00000000..4d3fa0b6 Binary files /dev/null and b/res/drawable-xxhdpi/illustration_3.png differ diff --git a/res/drawable-xxhdpi/illustration_3_instruction.png b/res/drawable-xxhdpi/illustration_3_instruction.png new file mode 100644 index 00000000..9826a3ac Binary files /dev/null and b/res/drawable-xxhdpi/illustration_3_instruction.png differ diff --git a/res/drawable-xxhdpi/illustration_4.png b/res/drawable-xxhdpi/illustration_4.png new file mode 100644 index 00000000..6590647a Binary files /dev/null and b/res/drawable-xxhdpi/illustration_4.png differ diff --git a/res/drawable-xxhdpi/loupe.png b/res/drawable-xxhdpi/loupe.png new file mode 100644 index 00000000..1229797a Binary files /dev/null and b/res/drawable-xxhdpi/loupe.png differ diff --git a/res/drawable-xxxhdpi/chrome.png b/res/drawable-xxxhdpi/chrome.png new file mode 100644 index 00000000..218da430 Binary files /dev/null and b/res/drawable-xxxhdpi/chrome.png differ diff --git a/res/drawable-xxxhdpi/firefox.png b/res/drawable-xxxhdpi/firefox.png new file mode 100644 index 00000000..d10fae62 Binary files /dev/null and b/res/drawable-xxxhdpi/firefox.png differ diff --git a/res/drawable-xxxhdpi/ic_close_black_18dp.png b/res/drawable-xxxhdpi/ic_close_black_18dp.png new file mode 100644 index 00000000..51b4401c Binary files /dev/null and b/res/drawable-xxxhdpi/ic_close_black_18dp.png differ diff --git a/res/drawable-xxxhdpi/illustration_1.png b/res/drawable-xxxhdpi/illustration_1.png new file mode 100644 index 00000000..8b805bac Binary files /dev/null and b/res/drawable-xxxhdpi/illustration_1.png differ diff --git a/res/drawable-xxxhdpi/illustration_2.png b/res/drawable-xxxhdpi/illustration_2.png new file mode 100644 index 00000000..d174d2b0 Binary files /dev/null and b/res/drawable-xxxhdpi/illustration_2.png differ diff --git a/res/drawable-xxxhdpi/illustration_3.png b/res/drawable-xxxhdpi/illustration_3.png new file mode 100644 index 00000000..466094bb Binary files /dev/null and b/res/drawable-xxxhdpi/illustration_3.png differ diff --git a/res/drawable-xxxhdpi/illustration_3_instruction.png b/res/drawable-xxxhdpi/illustration_3_instruction.png new file mode 100644 index 00000000..fefa1580 Binary files /dev/null and b/res/drawable-xxxhdpi/illustration_3_instruction.png differ diff --git a/res/drawable-xxxhdpi/illustration_4.png b/res/drawable-xxxhdpi/illustration_4.png new file mode 100644 index 00000000..b76eaf36 Binary files /dev/null and b/res/drawable-xxxhdpi/illustration_4.png differ diff --git a/res/drawable-xxxhdpi/loupe.png b/res/drawable-xxxhdpi/loupe.png new file mode 100644 index 00000000..07490963 Binary files /dev/null and b/res/drawable-xxxhdpi/loupe.png differ diff --git a/res/drawable/instruction.png b/res/drawable/instruction.png new file mode 100644 index 00000000..ff83159a Binary files /dev/null and b/res/drawable/instruction.png differ diff --git a/res/drawable/instruction2.png b/res/drawable/instruction2.png new file mode 100644 index 00000000..c080f334 Binary files /dev/null and b/res/drawable/instruction2.png differ diff --git a/res/drawable/instruction3.png b/res/drawable/instruction3.png new file mode 100644 index 00000000..632ab967 Binary files /dev/null and b/res/drawable/instruction3.png differ diff --git a/res/drawable/instruction_background.xml b/res/drawable/instruction_background.xml new file mode 100644 index 00000000..cd04086c --- /dev/null +++ b/res/drawable/instruction_background.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/instruction_background_2.xml b/res/drawable/instruction_background_2.xml new file mode 100644 index 00000000..97ed1ea1 --- /dev/null +++ b/res/drawable/instruction_background_2.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/instruction_bullet_point_background.xml b/res/drawable/instruction_bullet_point_background.xml new file mode 100644 index 00000000..41d00a07 --- /dev/null +++ b/res/drawable/instruction_bullet_point_background.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/instructions1_3.png b/res/drawable/instructions1_3.png new file mode 100644 index 00000000..bc6c541d Binary files /dev/null and b/res/drawable/instructions1_3.png differ diff --git a/res/drawable/instructions2_3.png b/res/drawable/instructions2_3.png new file mode 100644 index 00000000..699b7085 Binary files /dev/null and b/res/drawable/instructions2_3.png differ diff --git a/res/drawable/instructions3_3.png b/res/drawable/instructions3_3.png new file mode 100644 index 00000000..47c49662 Binary files /dev/null and b/res/drawable/instructions3_3.png differ diff --git a/res/drawable/onboarding_banner_button_background.xml b/res/drawable/onboarding_banner_button_background.xml new file mode 100644 index 00000000..f0b3a127 --- /dev/null +++ b/res/drawable/onboarding_banner_button_background.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/onboarding_button_background.xml b/res/drawable/onboarding_button_background.xml new file mode 100644 index 00000000..4ea99f8f --- /dev/null +++ b/res/drawable/onboarding_button_background.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/onboarding_pageindicator.xml b/res/drawable/onboarding_pageindicator.xml new file mode 100644 index 00000000..1a9265a8 --- /dev/null +++ b/res/drawable/onboarding_pageindicator.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/onboarding_pageindicator_background.xml b/res/drawable/onboarding_pageindicator_background.xml new file mode 100644 index 00000000..cf8140a5 --- /dev/null +++ b/res/drawable/onboarding_pageindicator_background.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-land/activity_onboarding.xml b/res/layout-land/activity_onboarding.xml new file mode 100644 index 00000000..14a223ca --- /dev/null +++ b/res/layout-land/activity_onboarding.xml @@ -0,0 +1,33 @@ + + + +