Exclude extensions dependencies from proguard. Enable new translations.
Cette révision appartient à :
Parent
bdfae4ba04
révision
8586014e17
2 fichiers modifiés avec 5 ajouts et 2 suppressions
3
app/proguard-rules.pro
externe
3
app/proguard-rules.pro
externe
|
@ -10,6 +10,9 @@
|
|||
# Extensions may require methods unused in the core app
|
||||
-keep class org.jsoup.** { *; }
|
||||
-keep class kotlin.** { *; }
|
||||
-keep class okhttp3.** { *; }
|
||||
-keep class com.google.gson.** { *; }
|
||||
-keep class com.github.salomonbrys.kotson.** { *; }
|
||||
|
||||
# OkHttp
|
||||
-dontwarn okhttp3.**
|
||||
|
|
|
@ -29,8 +29,8 @@ class SettingsGeneralController : SettingsController() {
|
|||
listPreference {
|
||||
key = Keys.lang
|
||||
titleRes = R.string.pref_language
|
||||
entryValues = arrayOf("", "bg", "en", "es", "fr", "it", "lv", "nl", "pt", "pt-BR", "ru",
|
||||
"vi")
|
||||
entryValues = arrayOf("", "bg", "de", "en", "es", "fr", "it", "lv", "nl", "pl", "pt",
|
||||
"pt-BR", "ru", "vi")
|
||||
entries = entryValues.map { value ->
|
||||
val locale = LocaleHelper.getLocaleFromString(value.toString())
|
||||
locale?.getDisplayName(locale)?.capitalize() ?:
|
||||
|
|
Référencer dans un nouveau ticket