Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-04-10 16:33:55 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-04-10 16:36:20 +0300
commit10a614f428a6e2ffe51e5661c1ee10ca07752800 (patch)
treea44c5b955bb8af98e013b8ca5c7a55cb37de824e /android/flavors
parent64a3ad3b16ba52c7bbfa503ff4b0fee62e6bf7ec (diff)
Revert "[android] Integrated libnotify library"
This reverts commit 64a3ad3b16ba52c7bbfa503ff4b0fee62e6bf7ec.
Diffstat (limited to 'android/flavors')
-rw-r--r--android/flavors/beta/res/values/libnotify.xml27
-rw-r--r--android/flavors/debug/res/values/libnotify.xml27
2 files changed, 0 insertions, 54 deletions
diff --git a/android/flavors/beta/res/values/libnotify.xml b/android/flavors/beta/res/values/libnotify.xml
deleted file mode 100644
index 0fe07311e4..0000000000
--- a/android/flavors/beta/res/values/libnotify.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources xmlns:tools="http://schemas.android.com/tools">
- <!--
- Request application id from notify.mail.ru web console or directly from notify API developers.
- -->
- <string name="libnotify_application_name" tools:ignore="TypographyDashes">MapsMeBeta</string>
- <!--
- Use default notify.mail.ru Android GCM/Firebase project for push notification delivery
- (this could be customized).
- -->
- <string name="libnotify_server_id">Notify secured properties will be used here</string>
- <!--
- Provide an icon which could be used in libnotify notifications
- (may be also configured in notify console).
- -->
- <string name="libnotify_resource_icon_id">drawable/ic_notification</string>
- <!--
- Provide a color which could be used in libnotify notifications as primary
- (may be also configured in notify console).
- -->
- <string name="libnotify_resource_color_id">color/base_accent</string>
- <!--
- Provide a color which could be used in libnotify notifications as secondary font color
- (may be also configured in notify console).
- -->
- <string name="libnotify_resource_contrast_color_id">color/text_dark</string>
-</resources>
diff --git a/android/flavors/debug/res/values/libnotify.xml b/android/flavors/debug/res/values/libnotify.xml
deleted file mode 100644
index 7c85764e37..0000000000
--- a/android/flavors/debug/res/values/libnotify.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources xmlns:tools="http://schemas.android.com/tools">
- <!--
- Request application id from notify.mail.ru web console or directly from notify API developers.
- -->
- <string name="libnotify_application_name" tools:ignore="TypographyDashes">MapsMeDebug</string>
- <!--
- Use default notify.mail.ru Android GCM/Firebase project for push notification delivery
- (this could be customized).
- -->
- <string name="libnotify_server_id">Notify secured properties will be used here</string>
- <!--
- Provide an icon which could be used in libnotify notifications
- (may be also configured in notify console).
- -->
- <string name="libnotify_resource_icon_id">drawable/ic_notification</string>
- <!--
- Provide a color which could be used in libnotify notifications as primary
- (may be also configured in notify console).
- -->
- <string name="libnotify_resource_color_id">color/base_accent</string>
- <!--
- Provide a color which could be used in libnotify notifications as secondary font color
- (may be also configured in notify console).
- -->
- <string name="libnotify_resource_contrast_color_id">color/text_dark</string>
-</resources>