From 20e880415ba0a8f66d589337aeeb4e172a1379d6 Mon Sep 17 00:00:00 2001 From: Ezerous Date: Mon, 28 Aug 2017 20:49:26 +0300 Subject: [PATCH] Obfuscation disabled, removed unused templates --- .gitlab/issue_templates/Bug.md | 24 ------------------------ .gitlab/issue_templates/Improvement.md | 5 ----- app/proguard-rules.pro | 5 ++++- 3 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 .gitlab/issue_templates/Bug.md delete mode 100644 .gitlab/issue_templates/Improvement.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md deleted file mode 100644 index d13fb1d2..00000000 --- a/.gitlab/issue_templates/Bug.md +++ /dev/null @@ -1,24 +0,0 @@ -### Summary - -(Summarize the bug encountered concisely) - -### Steps to reproduce - -(How one can reproduce the issue) - -### Expected behavior - -(What should normally happen) - -### Actual behavior - -(What actually happens instead) - -### Relevant logs and/or screenshots - -(Paste any relevant logs using code blocks (```) to format console output, -logs, and code) - -### Possible fixes - -(If you can, link to the line of code that might be responsible for the problem) diff --git a/.gitlab/issue_templates/Improvement.md b/.gitlab/issue_templates/Improvement.md deleted file mode 100644 index bce0589e..00000000 --- a/.gitlab/issue_templates/Improvement.md +++ /dev/null @@ -1,5 +0,0 @@ -### Description - -### Proposal - -### Links / references diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index b00af7bc..5b6e2458 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -16,6 +16,9 @@ # public *; #} +# Don't obfuscate code (due to issues in Firebase) +-dontobfuscate + # OkHttp -dontwarn okio.** -dontwarn javax.annotation.Nullable @@ -33,5 +36,5 @@ # android-gif-drawable -keep public class pl.droidsonroids.gif.GifIOException{(int, java.lang.String);} -#JSoup +# JSoup -keep class org.jsoup.** \ No newline at end of file