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.23' propVersionName = '4.3.24' kotlin_version = '1.2.50' support_libs = '27.1.1' } Loading commons/src/main/kotlin/com/simplemobiletools/commons/activities/LicenseActivity.kt +3 −1 Original line number Diff line number Diff line Loading @@ -66,6 +66,8 @@ class LicenseActivity : BaseSimpleActivity() { 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_EXOPLAYER, R.string.exoplayer_title, R.string.exoplayer_text, R.string.exoplayer_url) License(LICENSE_EXOPLAYER, R.string.exoplayer_title, R.string.exoplayer_text, R.string.exoplayer_url), License(LICENSE_PANORAMA_VIEW, R.string.panorama_view_title, R.string.panorama_view_text, R.string.panorama_view_url), License(LICENSE_EXOPLAYER, R.string.sanselan_title, R.string.sanselan_text, R.string.sanselan_url) ) } commons/src/main/kotlin/com/simplemobiletools/commons/helpers/Constants.kt +2 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,8 @@ const val LICENSE_GSON = 131072 const val LICENSE_LEAK_CANARY = 262144 const val LICENSE_NUMBER_PICKER = 524288 const val LICENSE_EXOPLAYER = 1048576 const val LICENSE_PANORAMA_VIEW = 2097152 const val LICENSE_SANSELAN = 4194304 // global intents const val OPEN_DOCUMENT_TREE = 1000 Loading commons/src/main/res/values-ar/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -546,4 +546,6 @@ <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> <string name="panorama_view_title">VR Panorama View (displaying panoramas)</string> <string name="sanselan_title">Apache Sanselan (reading image metadata)</string> </resources> commons/src/main/res/values-az/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -546,4 +546,6 @@ <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> <string name="panorama_view_title">VR Panorama View (displaying panoramas)</string> <string name="sanselan_title">Apache Sanselan (reading image metadata)</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.23' propVersionName = '4.3.24' kotlin_version = '1.2.50' support_libs = '27.1.1' } Loading
commons/src/main/kotlin/com/simplemobiletools/commons/activities/LicenseActivity.kt +3 −1 Original line number Diff line number Diff line Loading @@ -66,6 +66,8 @@ class LicenseActivity : BaseSimpleActivity() { 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_EXOPLAYER, R.string.exoplayer_title, R.string.exoplayer_text, R.string.exoplayer_url) License(LICENSE_EXOPLAYER, R.string.exoplayer_title, R.string.exoplayer_text, R.string.exoplayer_url), License(LICENSE_PANORAMA_VIEW, R.string.panorama_view_title, R.string.panorama_view_text, R.string.panorama_view_url), License(LICENSE_EXOPLAYER, R.string.sanselan_title, R.string.sanselan_text, R.string.sanselan_url) ) }
commons/src/main/kotlin/com/simplemobiletools/commons/helpers/Constants.kt +2 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,8 @@ const val LICENSE_GSON = 131072 const val LICENSE_LEAK_CANARY = 262144 const val LICENSE_NUMBER_PICKER = 524288 const val LICENSE_EXOPLAYER = 1048576 const val LICENSE_PANORAMA_VIEW = 2097152 const val LICENSE_SANSELAN = 4194304 // global intents const val OPEN_DOCUMENT_TREE = 1000 Loading
commons/src/main/res/values-ar/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -546,4 +546,6 @@ <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> <string name="panorama_view_title">VR Panorama View (displaying panoramas)</string> <string name="sanselan_title">Apache Sanselan (reading image metadata)</string> </resources>
commons/src/main/res/values-az/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -546,4 +546,6 @@ <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> <string name="panorama_view_title">VR Panorama View (displaying panoramas)</string> <string name="sanselan_title">Apache Sanselan (reading image metadata)</string> </resources>