updating fastlane files
|
@ -8,5 +8,6 @@
|
|||
/captures
|
||||
keystore.jks
|
||||
keystore.properties
|
||||
/app/src/proprietary/assets/pesdk_license
|
||||
/app/src/proprietary/assets/vesdk_license
|
||||
fastlane/fastlane.json
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
|
|
|
@ -48,16 +48,11 @@ class MainActivity : SimpleActivity() {
|
|||
private fun setupOptionsMenu() {
|
||||
main_toolbar.setOnMenuItemClickListener { menuItem ->
|
||||
when (menuItem.itemId) {
|
||||
R.id.settings -> {
|
||||
launchSettings()
|
||||
true
|
||||
}
|
||||
R.id.about -> {
|
||||
launchAbout()
|
||||
true
|
||||
}
|
||||
else -> false
|
||||
R.id.settings -> launchSettings()
|
||||
R.id.about -> launchAbout()
|
||||
else -> return@setOnMenuItemClickListener 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 @@
|
|||
Easy keyboard for inserting all kinds of texts, special characters and numbers
|
||||
Easy keyboard for inserting all kinds of texts, special characters and numbers
|
|
@ -1 +1 @@
|
|||
Обикновена Клавиатура
|
||||
Обикновена Клавиатура
|
|
@ -1 +1 @@
|
|||
Teclat simple per inserir tota mena de textos, caràcters especials i nombres
|
||||
Teclat simple per inserir tota mena de textos, caràcters especials i nombres
|
|
@ -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.
|
||||
|
||||
<b>Se hele pakken af Simple Tools her:</b>
|
||||
Se hele pakken af Simple Tools her:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
|
@ -1 +1 @@
|
|||
Nemt tastatur til at indsætte alle slags tekster, specialtegn og tal
|
||||
Nemt tastatur til at indsætte alle slags tekster, specialtegn og tal
|
|
@ -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.
|
||||
|
||||
<b>Hier finden Sie die gesamte Palette der Simple Tools:</b>
|
||||
Hier finden Sie die gesamte Palette der Simple Tools:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
|
@ -1 +1 @@
|
|||
Schlichte Tastatur zum Einfügen aller Arten von Texten, Sonderzeichen und Zahlen
|
||||
Schlichte Tastatur zum Einfügen aller Arten von Texten, Sonderzeichen und Zahlen
|
|
@ -0,0 +1 @@
|
|||
Schlichte Tastatur
|
|
@ -1 +0,0 @@
|
|||
Schlichte Tastatur
|
|
@ -4,11 +4,14 @@
|
|||
|
||||
Δεν περιέχει διαφημίσεις ή περιττές άδειες χρήσης. Είναι πλήρως ανοιχτού κώδικα, παρέχει προσαρμόσιμα χρώματα.
|
||||
|
||||
<b>Δείτε την πλήρη σουίτα των Απλών Εργαλείων εδώ:</b>
|
||||
Δείτε την πλήρη σουίτα των Απλών Εργαλείων εδώ:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
|
@ -1 +1 @@
|
|||
Εύκολο πληκτρολόγιο για εισαγωγή όλων των κειμένων, ειδικών χαρακτήρων, αριθμών
|
||||
Εύκολο πληκτρολόγιο για εισαγωγή όλων των κειμένων, ειδικών χαρακτήρων, αριθμών
|
|
@ -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.
|
||||
|
||||
<b>Mira la suite completa de Herramientas Simples aquí:</b>
|
||||
Mira la suite completa de Herramientas Simples aquí:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
|
@ -1 +1 @@
|
|||
Teclado sencillo para insertar todo tipo de textos y caracteres especiales
|
||||
Teclado sencillo para insertar todo tipo de textos y caracteres especiales
|
|
@ -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.
|
||||
|
||||
<b>Voyez la suite complète de Simple Tools ici:</b>
|
||||
Voyez la suite complète de Simple Tools ici:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
|
@ -1 +1 @@
|
|||
Clavier facile à utiliser pour insérer toutes sortes de textes et de chiffres
|
||||
Clavier facile à utiliser pour insérer toutes sortes de textes et de chiffres
|
|
@ -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.
|
||||
|
||||
<b>Pogledajte cijeli paket Jednostavni Alati ovdje:</b>
|
||||
Pogledajte cijeli paket Jednostavni Alati ovdje:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
||||
|
|
|
@ -1 +1 @@
|
|||
Jednostavna tipkovnica za umetanje svih vrsta tekstova, posebnih znakova
|
||||
Jednostavna tipkovnica za umetanje svih vrsta tekstova, posebnih znakova
|
|
@ -1 +1 @@
|
|||
Jednostavna tipkovnica
|
||||
Jednostavna tipkovnica
|
|
@ -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.
|
||||
|
||||
<b>Lihat rangkaian lengkap Simple Tools di sini:</b>
|
||||
Lihat rangkaian lengkap Simple Tools di sini:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
Reddit:
|
||||
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 |
|
@ -1 +1 @@
|
|||
Keyboard mudah untuk mengisi teks, karakter special dan nomor apa saja
|
||||
Keyboard mudah untuk mengisi teks, karakter special dan nomor apa saja
|
|
@ -0,0 +1 @@
|
|||
Simple Keyboard
|
|
@ -1 +0,0 @@
|
|||
Simple Keyboard
|
|
@ -1 +1 @@
|
|||
Tastiera facile per inserire tutti i tipi di testo, caratteri speciali e numeri
|
||||
Tastiera facile per inserire tutti i tipi di testo, caratteri speciali e numeri
|
|
@ -0,0 +1 @@
|
|||
Tastiera semplice
|
|
@ -1 +0,0 @@
|
|||
Tastiera semplice
|
|
@ -4,11 +4,14 @@
|
|||
|
||||
完全にオープンソースで、カラーもカスタマイズ可能。
|
||||
|
||||
<b>シンプルツールの一覧はこちらをご覧ください: </b>
|
||||
シンプルツールの一覧はこちらをご覧ください:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook: </b>
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b> Reddit: </b>
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
|
@ -1 +1 @@
|
|||
あらゆるテキスト、特殊文字、数字を入力するための簡単なキーボード
|
||||
あらゆるテキスト、特殊文字、数字を入力するための簡単なキーボード
|
|
@ -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.
|
||||
|
||||
<b>Check out the full suite of Simple Tools here:</b>
|
||||
Check out the full suite of Simple Tools here:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
||||
|
|
|
@ -1 +1 @@
|
|||
Paprasta klaviatūra, skirta įterpti visokio tipo tekstus, simbolius ir skaičius
|
||||
Paprasta klaviatūra, skirta įterpti visokio tipo tekstus, simbolius ir skaičius
|
|
@ -1 +1 @@
|
|||
Paprasta klaviatūra
|
||||
Paprasta klaviatūra
|
|
@ -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.
|
||||
|
||||
<b>Probeer ook eens de andere apps van Simple Tools:</b>
|
||||
Probeer ook eens de andere apps van Simple Tools:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|
|
@ -1 +1 @@
|
|||
Handig toetsenbord voor het invoeren van tekst, speciale karakters en nummers
|
||||
Handig toetsenbord voor het invoeren van tekst, speciale karakters en nummers
|
|
@ -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.
|
||||
|
||||
<b>Sjekk ut hele pakken med enkle verktøy her:</b>
|
||||
Sjekk ut hele pakken med enkle verktøy her:
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
Facebook:
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit :</b>
|
||||
Reddit:
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
|
||||
Telegram:
|
||||
https://t.me/SimpleMobileTools
|