Browse Source

Obfuscation disabled, removed unused templates

pull/24/head
Ezerous 7 years ago
parent
commit
20e880415b
  1. 24
      .gitlab/issue_templates/Bug.md
  2. 5
      .gitlab/issue_templates/Improvement.md
  3. 5
      app/proguard-rules.pro

24
.gitlab/issue_templates/Bug.md

@ -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)

5
.gitlab/issue_templates/Improvement.md

@ -1,5 +0,0 @@
### Description
### Proposal
### Links / references

5
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{<init>(int, java.lang.String);}
#JSoup
# JSoup
-keep class org.jsoup.**
Loading…
Cancel
Save