mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-03-18 12:20:13 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
bc2d70ea4d
@ -9,13 +9,12 @@ if (keystorePropertiesFile.exists()) {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion '29.0.3'
|
||||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.calculator"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
versionCode 34
|
||||
versionName "5.2.0"
|
||||
setProperty("archivesBaseName", "calculator")
|
||||
@ -58,15 +57,14 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.28.23'
|
||||
implementation 'com.simplemobiletools:commons:5.30.0'
|
||||
implementation 'me.grantland:autofittextview:0.2.1'
|
||||
|
||||
testImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
testImplementation 'org.robolectric:robolectric:3.8'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.robolectric:robolectric:4.2'
|
||||
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
androidTestImplementation 'androidx.annotation:annotation:1.0.0'
|
||||
androidTestImplementation 'androidx.test:runner:1.1.0-beta02'
|
||||
androidTestImplementation 'androidx.test:rules:1.1.0-beta02'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-beta02'
|
||||
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
|
||||
androidTestImplementation 'androidx.test:runner:1.3.0-rc03'
|
||||
androidTestImplementation 'androidx.test:rules:1.3.0-rc03'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-rc03'
|
||||
}
|
||||
|
@ -15,25 +15,25 @@
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">Simple Calculator - Do your calculations quickly</string>
|
||||
<string name="app_title">Calculadora Simple - Has tus cálculos rápido</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">A calculator for quick simple calculations with a nice user interface and no ads</string>
|
||||
<string name="app_short_description">Una calculadora para cálculos simples y rápidos, buena interfaz y sin anuncios</string>
|
||||
<string name="app_long_description">
|
||||
This stylish modern calculator offers great user experience that you will love seeing. You can copy the result or formula to clipboard by long pressing it.
|
||||
Esta calculadora elegante y moderna ofrece una gran experiencia de usuario que amarás ver. Puedes copiar el resutado o la fórmula al portapapeles con una pulsación larga.
|
||||
|
||||
The app is a simple helper for fast calculations with many basic functions including multiplying, dividing, root and powers.
|
||||
la aplicación es una ayuda simple para cálculos rápidos con funciones básicas variadas que que incluyen multiplicar, dividir, raíces y potencias.
|
||||
|
||||
You can make it vibrate on button presses to make you confident during inserting your values.
|
||||
Puedes hacer que vibre al presionar un botón para darte confianza al ingresar tus valores.
|
||||
|
||||
There is an option to prevent the phone from sleeping while using the app for comfortable usage.
|
||||
Hay una opción para evitar que el celular se bloquee mientras se usa la palicación para un uso más cómodo.
|
||||
|
||||
The text color of the resizable widget can be customized, as well as the color and the alpha of the background. Press the result or formula in the widget to open the app.
|
||||
El color del texto del widget redimensionable puede ser personalizado, así como el color y opacidad del fondo. Presiona el resultado o fórmula en el widget para abrir la aplicación.
|
||||
|
||||
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
|
||||
Incluye diseño material y tema obscuro por defecto, provee una gran experiencia de usuario para facilitar el uso. La falta del permiso de acceso a inernet te da más privacidad, seguridad y estabilidad que otras aplicaciones.
|
||||
|
||||
No contiene anuncios ni permisos innecesarios. Es completamente OpenSource y además provee un tema oscuro.
|
||||
No contiene publicidad ni permisos innecesarios. Es totalmente de código abierto, proporciona colores personalizables.
|
||||
|
||||
<b>Check out the full suite of Simple Tools here:</b>
|
||||
<b>Mira la suite completa de herramientas Simples aquí:</b>
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
|
50
app/src/main/res/values-kr/strings.xml
Normal file
50
app/src/main/res/values-kr/strings.xml
Normal file
@ -0,0 +1,50 @@
|
||||
<resources>
|
||||
<string name="app_name">심플한 계산기</string>
|
||||
<string name="app_launcher_name">계산기</string>
|
||||
<string name="scientific_calculator">공학용 계산기</string>
|
||||
|
||||
<!-- Calculator field -->
|
||||
<string name="formula_divide_by_zero_error">에러: 공으로 나눌 할수 없어요</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="vibrate_on_button_press">버튼 탭시 진동</string>
|
||||
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">C (Clear) 버튼을 어떻게 사용합니까?</string>
|
||||
<string name="faq_1_text">탭하면 한 번에 한 문자가 제거됩니다. 길게 탭하면 모든 필드가 재설정됩니다.</string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">심플한 계산기 - 계산을 빨리 해!</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">멋진 사용자 인터페이스와 광고없이 빠르고 간단한 계산을위한 계산기</string>
|
||||
<string name="app_long_description">
|
||||
이 세련되고 현대적인 계산기는보고 싶은 멋진 사용자 경험을 제공합니다. 수식 결과를 길게 눌러 클립 보드에 복사 할 수 있습니다.
|
||||
|
||||
이 앱은 곱하기, 나누기, 루트 및 지수를 포함한 많은 기본 기능으로 빠른 계산을위한 간단한 도우미입니다.
|
||||
|
||||
진동을 켜서 입력 경험을 확인할 수 있습니다.
|
||||
|
||||
화면이 저절로 종료되는 것을 방지 할 수 있습니다.
|
||||
|
||||
텍스트 및 배경 색상을 사용자 정의 할 수 있습니다. 위젯에서 결과 또는 수식을 눌러 앱을 엽니 다.
|
||||
|
||||
기본적으로 머티리얼 디자인과 어두운 테마가 함께 제공됩니다. 인터넷 접속 부족으로 다른 앱보다 더 많은 개인 정보 보호, 보안 및 안정성 제공.
|
||||
|
||||
광고를 포함하지 않거나 불필요한 권한이 필요하지 않습니다. 오픈 소스 프로젝트입니다.
|
||||
|
||||
<b>우리의 다른 앱이 여기에 찾아서 있습니다:</b>
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
</string>
|
||||
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
52
app/src/main/res/values-ms/strings.xml
Normal file
52
app/src/main/res/values-ms/strings.xml
Normal file
@ -0,0 +1,52 @@
|
||||
<resources>
|
||||
<string name="app_name">Kalkulator Ringkas</string>
|
||||
<string name="app_launcher_name">Kalkulator</string>
|
||||
<string name="scientific_calculator">Kalkulator Saintifik</string>
|
||||
|
||||
<!-- Calculator field -->
|
||||
<string name="formula_divide_by_zero_error">Amaran: pembahagian dengan sifar</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="vibrate_on_button_press">Getar semasa butang ditekan</string>
|
||||
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">Bagaimana Butang C (Menghapus) Digunakan?</string>
|
||||
<string name="faq_1_text">Tekan sekali untuk menghapuskan satu karakter. Tekan lama untuk mengosongkan tempat yang diisikan. </string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">Kalkulator Ringkas - Mengira dengan cepat</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">Kalkulator yang cepat dan mudah, Antara muka pengguna mesra dan tanpa iklan.</string>
|
||||
<string name="app_long_description">
|
||||
Kalkulator gaya moden ini memberikan pengalaman pengguna yang anda sukai. Anda boleh menyalin hasil atau formula ke papan keratan dengan menekannya lama
|
||||
|
||||
Aplikasi ini adalah penolong ringkas untuk pengiraan pantas dengan banyak fungsi asas termasuk mengalikan, membahagi, mengakar dan mengaut kuasa.
|
||||
|
||||
Anda boleh membuatnya bergetar pada penekanan butang untuk membuat anda yakin semasa memasukkan nilai anda.
|
||||
|
||||
Terdapat pilihan untuk mencegah telefon daripada tidur ketika menggunakan aplikasi untuk penggunaan yang selesa
|
||||
|
||||
Warna teks widget yang dapat diubah saiznya dapat disesuaikan,serta warna dan alpha latar belakang. Tekan hasil atau formula dalam widget untuk membuka aplikasi.
|
||||
|
||||
Ia dilengkapi dengan reka bentuk bahan dan tema gelap secara lalai,Berikan pengalaman pengguna yang sangat baik dan senang digunakan.
|
||||
|
||||
Berbanding dengan aplikasi lain, tidak termasuk akses Internet memberi anda privasi, kerahsiaan dan kestabilan yang lebih baik。
|
||||
|
||||
Tidak mengandungi iklan atau kebenaran yang tidak perlu. Ia sepenuhnya terbuka, memberikan warna yang boleh disesuaikan sendiri.
|
||||
|
||||
<b>Lihat set lengkap Alat Mudah di sini:</b>
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
</string>
|
||||
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
@ -1,14 +1,14 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3.72'
|
||||
ext.kotlin_version = '1.4.0'
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.3'
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
22
fastlane/metadata/android/ko/full_description.txt
Normal file
22
fastlane/metadata/android/ko/full_description.txt
Normal file
@ -0,0 +1,22 @@
|
||||
이 세련되고 현대적인 계산기는보고 싶은 멋진 사용자 경험을 제공합니다. 수식 결과를 길게 눌러 클립 보드에 복사 할 수 있습니다.
|
||||
|
||||
이 앱은 곱하기, 나누기, 루트 및 지수를 포함한 많은 기본 기능으로 빠른 계산을위한 간단한 도우미입니다.
|
||||
|
||||
진동을 켜서 입력 경험을 확인할 수 있습니다.
|
||||
|
||||
화면이 저절로 종료되는 것을 방지 할 수 있습니다.
|
||||
|
||||
텍스트 및 배경 색상을 사용자 정의 할 수 있습니다. 위젯에서 결과 또는 수식을 눌러 앱을 엽니 다.
|
||||
|
||||
기본적으로 머티리얼 디자인과 어두운 테마가 함께 제공됩니다. 인터넷 접속 부족으로 다른 앱보다 더 많은 개인 정보 보호, 보안 및 안정성 제공.
|
||||
|
||||
광고를 포함하지 않거나 불필요한 권한이 필요하지 않습니다. 오픈 소스 프로젝트입니다.
|
||||
|
||||
<b>우리의 다른 앱이 여기에 찾아서 있습니다:</b>
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
1
fastlane/metadata/android/ko/short_description.txt
Normal file
1
fastlane/metadata/android/ko/short_description.txt
Normal file
@ -0,0 +1 @@
|
||||
멋진 사용자 인터페이스와 광고없이 빠르고 간단한 계산을위한 계산기
|
1
fastlane/metadata/android/ko/title.txt
Normal file
1
fastlane/metadata/android/ko/title.txt
Normal file
@ -0,0 +1 @@
|
||||
심플한 계산기 - 계산을 빨리 해!
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Sun Mar 22 09:38:48 CET 2020
|
||||
#Mon Aug 17 22:55:20 CEST 2020
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user