updating fastlane files
|
@ -8,5 +8,6 @@
|
||||||
/captures
|
/captures
|
||||||
keystore.jks
|
keystore.jks
|
||||||
keystore.properties
|
keystore.properties
|
||||||
/app/src/proprietary/assets/pesdk_license
|
fastlane/fastlane.json
|
||||||
/app/src/proprietary/assets/vesdk_license
|
Gemfile
|
||||||
|
Gemfile.lock
|
||||||
|
|
|
@ -48,16 +48,11 @@ class MainActivity : SimpleActivity() {
|
||||||
private fun setupOptionsMenu() {
|
private fun setupOptionsMenu() {
|
||||||
main_toolbar.setOnMenuItemClickListener { menuItem ->
|
main_toolbar.setOnMenuItemClickListener { menuItem ->
|
||||||
when (menuItem.itemId) {
|
when (menuItem.itemId) {
|
||||||
R.id.settings -> {
|
R.id.settings -> launchSettings()
|
||||||
launchSettings()
|
R.id.about -> launchAbout()
|
||||||
true
|
else -> return@setOnMenuItemClickListener false
|
||||||
}
|
|
||||||
R.id.about -> {
|
|
||||||
launchAbout()
|
|
||||||
true
|
|
||||||
}
|
|
||||||
else -> false
|
|
||||||
}
|
}
|
||||||
|
return@setOnMenuItemClickListener true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
json_key_file("fastlane.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
|
||||||
|
package_name("com.simplemobiletools.keyboard") # e.g. com.krausefx.app
|
|
@ -0,0 +1,38 @@
|
||||||
|
# This file contains the fastlane.tools configuration
|
||||||
|
# You can find the documentation at https://docs.fastlane.tools
|
||||||
|
#
|
||||||
|
# For a list of all available actions, check out
|
||||||
|
#
|
||||||
|
# https://docs.fastlane.tools/actions
|
||||||
|
#
|
||||||
|
# For a list of all available plugins, check out
|
||||||
|
#
|
||||||
|
# https://docs.fastlane.tools/plugins/available-plugins
|
||||||
|
#
|
||||||
|
|
||||||
|
# Uncomment the line if you want fastlane to automatically update itself
|
||||||
|
# update_fastlane
|
||||||
|
|
||||||
|
default_platform(:android)
|
||||||
|
|
||||||
|
platform :android do
|
||||||
|
desc "Runs all the tests"
|
||||||
|
lane :test do
|
||||||
|
gradle(task: "test")
|
||||||
|
end
|
||||||
|
|
||||||
|
desc "Submit a new Beta Build to Crashlytics Beta"
|
||||||
|
lane :beta do
|
||||||
|
gradle(task: "clean assembleRelease")
|
||||||
|
crashlytics
|
||||||
|
|
||||||
|
# sh "your_script.sh"
|
||||||
|
# You can also use other beta testing services here
|
||||||
|
end
|
||||||
|
|
||||||
|
desc "Deploy a new version to the Google Play"
|
||||||
|
lane :deploy do
|
||||||
|
gradle(task: "clean assembleRelease")
|
||||||
|
upload_to_play_store
|
||||||
|
end
|
||||||
|
end
|
|
@ -0,0 +1,19 @@
|
||||||
|
تطبيق لوحة مفاتيح سريع خفيف الوزن يساعد على الدردشة مع أصدقائك أو إدراج أي نصوص أو أرقام أو رموز أخرى.
|
||||||
|
|
||||||
|
يمكنك إنشاء مقاطع مفيدة وتثبيت مقاطع تستخدم بشكل متكرر لسهولة الوصول إليها. يمكنك تبديل الاهتزازات أو النوافذ المنبثقة على ضغطات المفاتيح أو تحديد لغتك من قائمة اللغات المدعومة.
|
||||||
|
|
||||||
|
لأنه يأتي مع تصميم المواد وموضوع الظلام افتراضيا ، ويوفر تجربة مستخدم رائعة لسهولة الاستخدام. يمنحك عدم الوصول إلى الإنترنت مزيدا من الخصوصية والأمان والاستقرار أكثر من التطبيقات الأخرى.
|
||||||
|
|
||||||
|
لا يحتوي على إعلانات أو أذونات غير ضرورية. إنه مفتوح المصدر بالكامل ، ويوفر ألوانا قابلة للتخصيص.
|
||||||
|
|
||||||
|
تحقق من المجموعة الكاملة من الأدوات البسيطة هنا:
|
||||||
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
|
فيسبوك:
|
||||||
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
|
ريديت:
|
||||||
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
برقية:
|
||||||
|
https://t.me/SimpleMobileTools
|
|
@ -0,0 +1 @@
|
||||||
|
لوحة مفاتيح سهلة لإدراج جميع أنواع النصوص والأحرف الخاصة والأرقام
|
|
@ -1 +1 @@
|
||||||
Simple Keyboard
|
Teclat senzill
|
|
@ -4,11 +4,14 @@ Den leveres med material design og mørkt tema som standard, hvilket giver en fa
|
||||||
|
|
||||||
Den manglende internetadgang giver dig mere privatliv, sikkerhed og stabilitet end andre apps. Indeholder ingen annoncer eller unødvendige tilladelser. Den er med helt åben kildekode (open source), byder på tilpassede farver.
|
Den manglende internetadgang giver dig mere privatliv, sikkerhed og stabilitet end andre apps. Indeholder ingen annoncer eller unødvendige tilladelser. Den er med helt åben kildekode (open source), byder på tilpassede farver.
|
||||||
|
|
||||||
<b>Se hele pakken af Simple Tools her:</b>
|
Se hele pakken af Simple Tools her:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook:</b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b>Reddit:</b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
|
@ -0,0 +1 @@
|
||||||
|
Simpelt tastatur
|
|
@ -1 +0,0 @@
|
||||||
Simpelt tastatur
|
|
|
@ -4,11 +4,14 @@ Sie kommt standardmäßig mit Material Design und dunklem Thema und bietet eine
|
||||||
|
|
||||||
Der fehlende Internetzugang bietet Ihnen mehr Privatsphäre, Sicherheit und Stabilität als andere Anwendungen. Enthält keine Werbung oder unnötige Berechtigungen. Es ist vollständig quelloffen, bietet anpassbare Farben.
|
Der fehlende Internetzugang bietet Ihnen mehr Privatsphäre, Sicherheit und Stabilität als andere Anwendungen. Enthält keine Werbung oder unnötige Berechtigungen. Es ist vollständig quelloffen, bietet anpassbare Farben.
|
||||||
|
|
||||||
<b>Hier finden Sie die gesamte Palette der Simple Tools:</b>
|
Hier finden Sie die gesamte Palette der Simple Tools:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook:</b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b>Reddit:</b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
|
@ -0,0 +1 @@
|
||||||
|
Schlichte Tastatur
|
|
@ -1 +0,0 @@
|
||||||
Schlichte Tastatur
|
|
|
@ -4,11 +4,14 @@
|
||||||
|
|
||||||
Δεν περιέχει διαφημίσεις ή περιττές άδειες χρήσης. Είναι πλήρως ανοιχτού κώδικα, παρέχει προσαρμόσιμα χρώματα.
|
Δεν περιέχει διαφημίσεις ή περιττές άδειες χρήσης. Είναι πλήρως ανοιχτού κώδικα, παρέχει προσαρμόσιμα χρώματα.
|
||||||
|
|
||||||
<b>Δείτε την πλήρη σουίτα των Απλών Εργαλείων εδώ:</b>
|
Δείτε την πλήρη σουίτα των Απλών Εργαλείων εδώ:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook:</b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b>Reddit:</b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
|
@ -0,0 +1 @@
|
||||||
|
Simple Keyboard
|
|
@ -0,0 +1,3 @@
|
||||||
|
Added Slovenian and Romanian keyboard layouts
|
||||||
|
Updating to more Material design, especially with System Default theme
|
||||||
|
Adding some stability, translation and UX improvements
|
|
@ -0,0 +1,19 @@
|
||||||
|
A quick lightweight keyboard app that helps chatting with your friends, or inserting any other texts, numbers or symbols.
|
||||||
|
|
||||||
|
You can create handy clips and pin frequently used ones for easy access. You can toggle vibrations, popups on keypresses or select your language from the list of supported ones.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
||||||
|
|
||||||
|
Check out the full suite of Simple Tools here:
|
||||||
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
|
Facebook:
|
||||||
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
|
Reddit:
|
||||||
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 424 KiB After Width: | Height: | Size: 424 KiB |
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 352 KiB |
Before Width: | Height: | Size: 428 KiB After Width: | Height: | Size: 428 KiB |
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 251 KiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 933 KiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 933 KiB |
|
@ -0,0 +1 @@
|
||||||
|
Easy keyboard for inserting all kinds of texts, special characters and numbers
|
|
@ -0,0 +1 @@
|
||||||
|
Simple Keyboard
|
Before Width: | Height: | Size: 424 KiB |
Before Width: | Height: | Size: 352 KiB |
Before Width: | Height: | Size: 428 KiB |
Before Width: | Height: | Size: 251 KiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 946 KiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 946 KiB |
|
@ -1 +0,0 @@
|
||||||
Simple Keyboard
|
|
|
@ -4,11 +4,14 @@ Viene con diseño material y oscuro por defecto, provee gran experiencia de usua
|
||||||
|
|
||||||
No contiene anuncios o permisos innecesarios. Es completamente código abierto, y provee colores personalizables.
|
No contiene anuncios o permisos innecesarios. Es completamente código abierto, y provee colores personalizables.
|
||||||
|
|
||||||
<b>Mira la suite completa de Herramientas Simples aquí:</b>
|
Mira la suite completa de Herramientas Simples aquí:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook:</b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b>Reddit:</b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
|
@ -0,0 +1 @@
|
||||||
|
Teclado simple
|
|
@ -1 +0,0 @@
|
||||||
Teclado simple
|
|
|
@ -4,11 +4,14 @@ Il est livré avec un design matériel et un thème sombre par défaut, offrant
|
||||||
|
|
||||||
L'absence d'accès à Internet vous offre plus de confidentialité, de sécurité et de stabilité que les autres applications. Ne contient pas de publicités ni de permissions inutiles. Le code source est entièrement ouvert, fournit des couleurs personnalisables.
|
L'absence d'accès à Internet vous offre plus de confidentialité, de sécurité et de stabilité que les autres applications. Ne contient pas de publicités ni de permissions inutiles. Le code source est entièrement ouvert, fournit des couleurs personnalisables.
|
||||||
|
|
||||||
<b>Voyez la suite complète de Simple Tools ici:</b>
|
Voyez la suite complète de Simple Tools ici:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook:</b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b>Reddit:</b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
|
@ -0,0 +1 @@
|
||||||
|
Clavier simple
|
|
@ -1 +0,0 @@
|
||||||
Clavier simple
|
|
|
@ -6,11 +6,14 @@ Nedostatak pristupa internetu daje vam više privatnosti, sigurnosti i stabilnos
|
||||||
|
|
||||||
Potpuno je otvorenog koda, pruža prilagodljive boje.
|
Potpuno je otvorenog koda, pruža prilagodljive boje.
|
||||||
|
|
||||||
<b>Pogledajte cijeli paket Jednostavni Alati ovdje:</b>
|
Pogledajte cijeli paket Jednostavni Alati ovdje:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook:</b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b>Reddit:</b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
||||||
|
|
|
@ -4,11 +4,14 @@ Muncul dengan desain material dan tema gelap secara default, memberikan pengalam
|
||||||
|
|
||||||
Kurangnya akses internet memberi Anda lebih banyak privasi, keamanan, dan stabilitas daripada aplikasi lain. Tidak mengandung iklan atau izin yang tidak perlu. Ini sepenuhnya sumber-terbuka, menyediakan warna yang dapat disesuaikan.
|
Kurangnya akses internet memberi Anda lebih banyak privasi, keamanan, dan stabilitas daripada aplikasi lain. Tidak mengandung iklan atau izin yang tidak perlu. Ini sepenuhnya sumber-terbuka, menyediakan warna yang dapat disesuaikan.
|
||||||
|
|
||||||
<b>Lihat rangkaian lengkap Simple Tools di sini:</b>
|
Lihat rangkaian lengkap Simple Tools di sini:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook:</b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b>Reddit:</b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
After Width: | Height: | Size: 636 KiB |
After Width: | Height: | Size: 527 KiB |
After Width: | Height: | Size: 660 KiB |
After Width: | Height: | Size: 482 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 865 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 865 KiB |
|
@ -0,0 +1 @@
|
||||||
|
Simple Keyboard
|
|
@ -1 +0,0 @@
|
||||||
Simple Keyboard
|
|
|
@ -0,0 +1 @@
|
||||||
|
Tastiera semplice
|
|
@ -1 +0,0 @@
|
||||||
Tastiera semplice
|
|
|
@ -4,11 +4,14 @@
|
||||||
|
|
||||||
完全にオープンソースで、カラーもカスタマイズ可能。
|
完全にオープンソースで、カラーもカスタマイズ可能。
|
||||||
|
|
||||||
<b>シンプルツールの一覧はこちらをご覧ください: </b>
|
シンプルツールの一覧はこちらをご覧ください:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook: </b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b> Reddit: </b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
|
@ -0,0 +1 @@
|
||||||
|
シンプル キーボード
|
|
@ -1 +0,0 @@
|
||||||
シンプル キーボード
|
|
|
@ -4,11 +4,14 @@ It comes with material design and dark theme by default, provides great user exp
|
||||||
|
|
||||||
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
||||||
|
|
||||||
<b>Check out the full suite of Simple Tools here:</b>
|
Check out the full suite of Simple Tools here:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook:</b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b>Reddit:</b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
||||||
|
|
|
@ -6,11 +6,14 @@ De app heeft geen toegang tot het internet nodig en voorziet van meer privacy, v
|
||||||
|
|
||||||
Bevat geen advertenties of onnodige machtigingen. Volledig open-source. Kleuren van de app kunnen worden aangepast.
|
Bevat geen advertenties of onnodige machtigingen. Volledig open-source. Kleuren van de app kunnen worden aangepast.
|
||||||
|
|
||||||
<b>Probeer ook eens de andere apps van Simple Tools:</b>
|
Probeer ook eens de andere apps van Simple Tools:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook:</b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b>Reddit:</b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
|
@ -0,0 +1 @@
|
||||||
|
Eenvoudig Toetsenbord
|
|
@ -1 +0,0 @@
|
||||||
Eenvoudig Toetsenbord
|
|
|
@ -8,11 +8,14 @@ Den kommer med materialdesign og mørkt tema som standard, og gir god brukeroppl
|
||||||
|
|
||||||
Inneholder ingen annonser eller unødvendige tillatelser. Den er fullstendig åpen kildekode, gir tilpassbare farger.
|
Inneholder ingen annonser eller unødvendige tillatelser. Den er fullstendig åpen kildekode, gir tilpassbare farger.
|
||||||
|
|
||||||
<b>Sjekk ut hele pakken med enkle verktøy her:</b>
|
Sjekk ut hele pakken med enkle verktøy her:
|
||||||
https://www.simplemobiletools.com
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
<b>Facebook:</b>
|
Facebook:
|
||||||
https://www.facebook.com/simplemobiletools
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
<b>Reddit :</b>
|
Reddit:
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
|
||||||
|
Telegram:
|
||||||
|
https://t.me/SimpleMobileTools
|
|
@ -0,0 +1 @@
|
||||||
|
Enkel oppringer
|
|
@ -1 +0,0 @@
|
||||||
Enkel oppringer
|
|