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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-01-15 19:25:57 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:10 +0300
commita44338d9a2b3c72b38591036816b0794d26156e7 (patch)
tree95a2bb2c51019fe08bf2cc78907ea09817a40061 /android/proguard-mwm.txt
parentb59b4c22f63e0e38114d19af2dd89b3007e2546d (diff)
Workaround for 4.2.2 samsung(and some other devices) bug with appcompat-v7 Toolbar.
Diffstat (limited to 'android/proguard-mwm.txt')
-rw-r--r--android/proguard-mwm.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/android/proguard-mwm.txt b/android/proguard-mwm.txt
new file mode 100644
index 0000000000..1997089064
--- /dev/null
+++ b/android/proguard-mwm.txt
@@ -0,0 +1,13 @@
+# obfuscate supportV7 menu subclasses. it fixes bug with some Samsung and other devices ROMS based on android 4.2.2.
+# more details here : https://code.google.com/p/android/issues/detail?id=78377
+-keep class !android.support.v7.internal.view.menu.**,** {*;}
+# ignore warnings from MRGS billing.
+-dontwarn ru.mail.**
+
+# log proguard info
+#
+#-verbose
+#
+#-printseeds seeds.txt
+#-printusage unused.txt
+#-printmapping mapping.txt \ No newline at end of file