Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '4.3.22' propVersionName = '4.3.23' kotlin_version = '1.2.50' support_libs = '27.1.1' } Loading commons/src/main/kotlin/com/simplemobiletools/commons/activities/LicenseActivity.kt +2 −1 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ class LicenseActivity : BaseSimpleActivity() { License(LICENSE_ESPRESSO, R.string.espresso_title, R.string.espresso_text, R.string.espresso_url), License(LICENSE_GSON, R.string.gson_title, R.string.gson_text, R.string.gson_url), License(LICENSE_LEAK_CANARY, R.string.leak_canary_title, R.string.leakcanary_text, R.string.leakcanary_url), License(LICENSE_NUMBER_PICKER, R.string.number_picker_title, R.string.number_picker_text, R.string.number_picker_url) License(LICENSE_NUMBER_PICKER, R.string.number_picker_title, R.string.number_picker_text, R.string.number_picker_url), License(LICENSE_EXOPLAYER, R.string.exoplayer_title, R.string.exoplayer_text, R.string.exoplayer_url) ) } commons/src/main/kotlin/com/simplemobiletools/commons/helpers/Constants.kt +1 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,7 @@ const val LICENSE_ESPRESSO = 65536 const val LICENSE_GSON = 131072 const val LICENSE_LEAK_CANARY = 262144 const val LICENSE_NUMBER_PICKER = 524288 const val LICENSE_EXOPLAYER = 1048576 // global intents const val OPEN_DOCUMENT_TREE = 1000 Loading commons/src/main/res/values-ar/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -545,4 +545,5 @@ <string name="gson_title">Gson (JSON parser)</string> <string name="leak_canary_title">Leak Canary (memory leak detector)</string> <string name="number_picker_title">Number Picker (customizable number picker)</string> <string name="exoplayer_title">ExoPlayer (video player)</string> </resources> commons/src/main/res/values-az/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -545,4 +545,5 @@ <string name="gson_title">Gson (JSON parser)</string> <string name="leak_canary_title">Leak Canary (memory leak detector)</string> <string name="number_picker_title">Number Picker (customizable number picker)</string> <string name="exoplayer_title">ExoPlayer (video player)</string> </resources> Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '4.3.22' propVersionName = '4.3.23' kotlin_version = '1.2.50' support_libs = '27.1.1' } Loading
commons/src/main/kotlin/com/simplemobiletools/commons/activities/LicenseActivity.kt +2 −1 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ class LicenseActivity : BaseSimpleActivity() { License(LICENSE_ESPRESSO, R.string.espresso_title, R.string.espresso_text, R.string.espresso_url), License(LICENSE_GSON, R.string.gson_title, R.string.gson_text, R.string.gson_url), License(LICENSE_LEAK_CANARY, R.string.leak_canary_title, R.string.leakcanary_text, R.string.leakcanary_url), License(LICENSE_NUMBER_PICKER, R.string.number_picker_title, R.string.number_picker_text, R.string.number_picker_url) License(LICENSE_NUMBER_PICKER, R.string.number_picker_title, R.string.number_picker_text, R.string.number_picker_url), License(LICENSE_EXOPLAYER, R.string.exoplayer_title, R.string.exoplayer_text, R.string.exoplayer_url) ) }
commons/src/main/kotlin/com/simplemobiletools/commons/helpers/Constants.kt +1 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,7 @@ const val LICENSE_ESPRESSO = 65536 const val LICENSE_GSON = 131072 const val LICENSE_LEAK_CANARY = 262144 const val LICENSE_NUMBER_PICKER = 524288 const val LICENSE_EXOPLAYER = 1048576 // global intents const val OPEN_DOCUMENT_TREE = 1000 Loading
commons/src/main/res/values-ar/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -545,4 +545,5 @@ <string name="gson_title">Gson (JSON parser)</string> <string name="leak_canary_title">Leak Canary (memory leak detector)</string> <string name="number_picker_title">Number Picker (customizable number picker)</string> <string name="exoplayer_title">ExoPlayer (video player)</string> </resources>
commons/src/main/res/values-az/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -545,4 +545,5 @@ <string name="gson_title">Gson (JSON parser)</string> <string name="leak_canary_title">Leak Canary (memory leak detector)</string> <string name="number_picker_title">Number Picker (customizable number picker)</string> <string name="exoplayer_title">ExoPlayer (video player)</string> </resources>