diff --git a/app/build.gradle b/app/build.gradle index 1bd292918f..73f889e1f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,6 +70,7 @@ android { signingConfig signingConfigs.release } debug { + applicationIdSuffix '.debug' debuggable = true minifyEnabled = false useProguard = false diff --git a/app/src/debug/ic_launcher-web.png b/app/src/debug/ic_launcher-web.png new file mode 100644 index 0000000000..4857dd7712 Binary files /dev/null and b/app/src/debug/ic_launcher-web.png differ diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000000..036d09bc5f --- /dev/null +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000000..036d09bc5f --- /dev/null +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.png b/app/src/debug/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000000..79f701adf6 Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..0868875b30 Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000000..0e4d677375 Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.png b/app/src/debug/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000000..2ad7b57201 Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..79318f0c83 Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000000..3e33f8d361 Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000000..1654950278 Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..ef9187fa0b Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000000..d32ce855a2 Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000000..5324ee8833 Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..a590dbea88 Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000000..0def973358 Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000000..9d93d34d2b Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..a78f8cf601 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000000..8a2314c8cf Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/values/ic_launcher_background.xml b/app/src/debug/res/values/ic_launcher_background.xml new file mode 100644 index 0000000000..f42ada656e --- /dev/null +++ b/app/src/debug/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + diff --git a/app/src/debug/res/xml/shortcuts.xml b/app/src/debug/res/xml/shortcuts.xml new file mode 100644 index 0000000000..8a3fe854d9 --- /dev/null +++ b/app/src/debug/res/xml/shortcuts.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_billing.xml b/app/src/main/res/layout/activity_billing.xml index 5e96726ae2..fa467c73fa 100644 --- a/app/src/main/res/layout/activity_billing.xml +++ b/app/src/main/res/layout/activity_billing.xml @@ -3,4 +3,4 @@ android:id="@+id/content_frame" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".ActivityBilling" /> \ No newline at end of file + tools:context="eu.faircode.email.ActivityBilling" /> \ No newline at end of file diff --git a/app/src/main/res/layout/activity_compose.xml b/app/src/main/res/layout/activity_compose.xml index cb05026903..b7baf10132 100644 --- a/app/src/main/res/layout/activity_compose.xml +++ b/app/src/main/res/layout/activity_compose.xml @@ -3,4 +3,4 @@ android:id="@+id/content_frame" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".ActivityCompose" /> \ No newline at end of file + tools:context="eu.faircode.email.ActivityCompose" /> \ No newline at end of file diff --git a/app/src/main/res/layout/activity_dsn.xml b/app/src/main/res/layout/activity_dsn.xml index e1e210c252..96f91b8f2d 100644 --- a/app/src/main/res/layout/activity_dsn.xml +++ b/app/src/main/res/layout/activity_dsn.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".ActivityDSN"> + tools:context="eu.faircode.email.ActivityDSN"> + tools:context="eu.faircode.email.ActivityEML"> \ No newline at end of file + tools:context="eu.faircode.email.ActivityMain" /> \ No newline at end of file diff --git a/app/src/main/res/layout/activity_setup.xml b/app/src/main/res/layout/activity_setup.xml index 4249092dbd..a19fbe2fbc 100644 --- a/app/src/main/res/layout/activity_setup.xml +++ b/app/src/main/res/layout/activity_setup.xml @@ -4,7 +4,7 @@ android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityCompose"> + app:layout_behavior="eu.faircode.email.BehaviorBottomPadding"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivityMain"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivityView"> + app:layout_behavior="eu.faircode.email.BehaviorBottomMargin"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivityView"> + app:layout_behavior="eu.faircode.email.BehaviorBottomPadding"> + tools:context="eu.faircode.email.ActivityView"> + tools:context="eu.faircode.email.ActivitySetup"> + tools:context="eu.faircode.email.ActivityView">