Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '3.15.12' propVersionName = '3.15.14' kotlin_version = '1.2.30' support_libs = '27.1.0' } Loading commons/src/main/kotlin/com/simplemobiletools/commons/helpers/BaseConfig.kt +2 −2 Original line number Diff line number Diff line Loading @@ -181,9 +181,9 @@ open class BaseConfig(val context: Context) { get() = prefs.getInt(LAST_USED_VIEW_PAGER_PAGE, 0) set(lastUsedViewPagerPage) = prefs.edit().putInt(LAST_USED_VIEW_PAGER_PAGE, lastUsedViewPagerPage).apply() var use24hourFormat: Boolean var use24HourFormat: Boolean get() = prefs.getBoolean(USE_24_HOUR_FORMAT, DateFormat.is24HourFormat(context)) set(use24hourFormat) = prefs.edit().putBoolean(USE_24_HOUR_FORMAT, use24hourFormat).apply() set(use24HourFormat) = prefs.edit().putBoolean(USE_24_HOUR_FORMAT, use24HourFormat).apply() var isSundayFirst: Boolean get() { Loading commons/src/main/res/values/donottranslate.xml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ <string name="progress">%1$s / %2$s</string> <string name="donate_url">http://simplemobiletools.com/donate</string> <string name="thank_you_url">https://play.google.com/store/apps/details?id=com.simplemobiletools.thankyou</string> <string name="a_m">a.m.</string> <string name="p_m">p.m.</string> <!-- About --> <string name="two_string_placeholder">%1$s%2$s</string> Loading Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '3.15.12' propVersionName = '3.15.14' kotlin_version = '1.2.30' support_libs = '27.1.0' } Loading
commons/src/main/kotlin/com/simplemobiletools/commons/helpers/BaseConfig.kt +2 −2 Original line number Diff line number Diff line Loading @@ -181,9 +181,9 @@ open class BaseConfig(val context: Context) { get() = prefs.getInt(LAST_USED_VIEW_PAGER_PAGE, 0) set(lastUsedViewPagerPage) = prefs.edit().putInt(LAST_USED_VIEW_PAGER_PAGE, lastUsedViewPagerPage).apply() var use24hourFormat: Boolean var use24HourFormat: Boolean get() = prefs.getBoolean(USE_24_HOUR_FORMAT, DateFormat.is24HourFormat(context)) set(use24hourFormat) = prefs.edit().putBoolean(USE_24_HOUR_FORMAT, use24hourFormat).apply() set(use24HourFormat) = prefs.edit().putBoolean(USE_24_HOUR_FORMAT, use24HourFormat).apply() var isSundayFirst: Boolean get() { Loading
commons/src/main/res/values/donottranslate.xml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ <string name="progress">%1$s / %2$s</string> <string name="donate_url">http://simplemobiletools.com/donate</string> <string name="thank_you_url">https://play.google.com/store/apps/details?id=com.simplemobiletools.thankyou</string> <string name="a_m">a.m.</string> <string name="p_m">p.m.</string> <!-- About --> <string name="two_string_placeholder">%1$s%2$s</string> Loading