mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
Merge branch 'SimpleMobileTools:master' into master
This commit is contained in:
@@ -167,7 +167,7 @@ class MainActivity : SimpleActivity(), Calculator {
|
|||||||
private fun showHistory() {
|
private fun showHistory() {
|
||||||
HistoryHelper(this).getHistory {
|
HistoryHelper(this).getHistory {
|
||||||
if (it.isEmpty()) {
|
if (it.isEmpty()) {
|
||||||
toast(com.simplemobiletools.calculator.R.string.history_empty)
|
toast(R.string.history_empty)
|
||||||
} else {
|
} else {
|
||||||
HistoryDialog(this, it, calc)
|
HistoryDialog(this, it, calc)
|
||||||
}
|
}
|
||||||
@@ -220,8 +220,8 @@ class MainActivity : SimpleActivity(), Calculator {
|
|||||||
|
|
||||||
private fun checkWhatsNewDialog() {
|
private fun checkWhatsNewDialog() {
|
||||||
arrayListOf<Release>().apply {
|
arrayListOf<Release>().apply {
|
||||||
add(Release(18, com.simplemobiletools.calculator.R.string.release_18))
|
add(Release(18, R.string.release_18))
|
||||||
add(Release(28, com.simplemobiletools.calculator.R.string.release_28))
|
add(Release(28, R.string.release_28))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<!-- History -->
|
<!-- History -->
|
||||||
<string name="history">Verlauf</string>
|
<string name="history">Verlauf</string>
|
||||||
<string name="history_empty">Verlauf ist leer</string>
|
<string name="history_empty">Verlauf ist leer</string>
|
||||||
<string name="clear_history">Löschen</string>
|
<string name="clear_history">Leeren</string>
|
||||||
<string name="history_cleared">Verlauf ist gelöscht worden</string>
|
<string name="history_cleared">Verlauf ist gelöscht worden</string>
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="vibrate_on_button_press">Bei Tastendruck vibrieren</string>
|
<string name="vibrate_on_button_press">Bei Tastendruck vibrieren</string>
|
||||||
@@ -20,4 +20,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
@@ -28,4 +28,4 @@ Reddit:
|
|||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
Telegram:
|
Telegram:
|
||||||
https://t.me/SimpleMobileTools
|
https://t.me/SimpleMobileTools
|
||||||
|
@@ -1 +1 @@
|
|||||||
Kalkulačka pre vaše rýchle výpočty s pekným užívateľským rozhraním a bez reklám.
|
Kalkulačka pre vaše rýchle výpočty s pekným užívateľským rozhraním a bez reklám
|
||||||
|
@@ -1 +1 @@
|
|||||||
Jednoduchá kalkulačka
|
Jednoduchá kalkulačka
|
||||||
|
@@ -20,12 +20,12 @@ exp4j = "0.4.8"
|
|||||||
#Room
|
#Room
|
||||||
room = "2.5.2"
|
room = "2.5.2"
|
||||||
#Simple tools
|
#Simple tools
|
||||||
simple-commons = "53ad279f5e"
|
simple-commons = "b80b717ad3"
|
||||||
#Gradle
|
#Gradle
|
||||||
gradlePlugins-agp = "8.1.0"
|
gradlePlugins-agp = "8.1.0"
|
||||||
#build
|
#build
|
||||||
app-build-compileSDKVersion = "34"
|
app-build-compileSDKVersion = "34"
|
||||||
app-build-targetSDK = "33"
|
app-build-targetSDK = "34"
|
||||||
app-build-minimumSDK = "23"
|
app-build-minimumSDK = "23"
|
||||||
app-build-javaVersion = "VERSION_17"
|
app-build-javaVersion = "VERSION_17"
|
||||||
app-build-kotlinJVMTarget = "17"
|
app-build-kotlinJVMTarget = "17"
|
||||||
|
Reference in New Issue
Block a user