From fb1614070ee3c8ab7fa3f94a5b3cae2e03db9a1b Mon Sep 17 00:00:00 2001 From: Amine Date: Wed, 7 Nov 2018 20:25:48 +0100 Subject: [PATCH] Inital app shortcuts. --- app/build.gradle | 1 - app/src/main/AndroidManifest.xml | 3 ++ app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml-v25/shortcuts.xml | 59 ++++++++++++++++++++++++++ 4 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/xml-v25/shortcuts.xml diff --git a/app/build.gradle b/app/build.gradle index 14dbe70..91a1670 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,6 @@ android { buildConfigField "String", "LOGIN_URL", appLoginUrl buildConfigField "String", "LOGIN_USERNAME", appLoginUsername buildConfigField "String", "LOGIN_PASSWORD", appLoginPassword - applicationIdSuffix ".dev" } } flavorDimensions "build" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6d58b93..3a3e1b9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,6 +21,9 @@ + + New items ! %1$d new items loaded. Notify on new items synced. + Offline diff --git a/app/src/main/res/xml-v25/shortcuts.xml b/app/src/main/res/xml-v25/shortcuts.xml new file mode 100644 index 0000000..517fe26 --- /dev/null +++ b/app/src/main/res/xml-v25/shortcuts.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file