moving short app names in Commons

This commit is contained in:
tibbi
2020-05-24 20:05:00 +02:00
parent acea426128
commit c9f000a988
23 changed files with 17 additions and 297 deletions

View File

@@ -57,7 +57,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.23.8'
implementation 'com.simplemobiletools:commons:5.28.22'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'androidx.multidex:multidex:2.0.1'
}

View File

@@ -49,12 +49,12 @@ class DBHelper private constructor(val context: Context) : SQLiteOpenHelper(cont
override fun onUpgrade(db: SQLiteDatabase, oldVersion: Int, newVersion: Int) {
if (oldVersion < 3) {
val contacts = AppLauncher(0, context.getString(R.string.contacts), "com.simplemobiletools.contacts")
val contacts = AppLauncher(0, context.getString(R.string.contacts_short), "com.simplemobiletools.contacts")
addAppLauncher(contacts, db)
}
if (oldVersion < 4) {
val clock = AppLauncher(0, context.getString(R.string.clock), "com.simplemobiletools.clock")
val clock = AppLauncher(0, context.getString(R.string.clock_short), "com.simplemobiletools.clock")
addAppLauncher(clock, db)
}
@@ -69,18 +69,18 @@ class DBHelper private constructor(val context: Context) : SQLiteOpenHelper(cont
private fun addInitialLaunchers(db: SQLiteDatabase) {
val titles = arrayListOf(
R.string.calculator,
R.string.calendar,
R.string.camera,
R.string.clock,
R.string.contacts,
R.string.draw,
R.string.file_manager,
R.string.flashlight,
R.string.gallery,
R.string.music_player,
R.string.notes,
R.string.thank_you
R.string.calculator_short,
R.string.calendar_short,
R.string.camera_short,
R.string.clock_short,
R.string.contacts_short,
R.string.draw_short,
R.string.file_manager_short,
R.string.flashlight_short,
R.string.gallery_short,
R.string.music_player_short,
R.string.notes_short,
R.string.thank_you_short
)
val cnt = titles.size

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">سيؤدي هذا فقط إلى إزالة أيقونة المشغل من هذه الشبكة ، وليس إلغاء تثبيت التطبيق الفعلي.</string>
<string name="close_app">إغلاق هذا التطبيق عند تشغيل تطبيق آخر</string>
<!-- Apps -->
<string name="calculator">الحاسبة</string>
<string name="calendar">التقويم</string>
<string name="camera">الكاميرا</string>
<string name="clock">الساعة</string>
<string name="contacts">جهات الإتصال</string>
<string name="draw">الرسام</string>
<string name="file_manager">مدير الملفات</string>
<string name="flashlight">المصباح</string>
<string name="gallery">الاستديو</string>
<string name="music_player">مشغل الموسيقى</string>
<string name="notes">الملاحظات</string>
<string name="thank_you">Thank You</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Bu proses yalnız tətbiq ikonunu siyahıdan siləcək, tətbiqin özü silinməyəcək.</string>
<string name="close_app">Close this app at launching a different one</string>
<!-- Apps -->
<string name="calculator">Kalkulyator</string>
<string name="calendar">Təqvim</string>
<string name="camera">Kamera</string>
<string name="clock">Saat</string>
<string name="contacts">Kontaktlar</string>
<string name="draw">Çək</string>
<string name="file_manager">Fayl Meneceri</string>
<string name="flashlight">Fənər</string>
<string name="gallery">Qalereya</string>
<string name="music_player">Musiqi Çalar</string>
<string name="notes">Qeydlər</string>
<string name="thank_you">Təşəkkürlər</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Tímto pouze odeberete ikonu aplikace z mřížky, aplikace samotná zůstane nainstalována.</string>
<string name="close_app">Zavřít tuto aplikaci při spuštění jiné</string>
<!-- Apps -->
<string name="calculator">Kalkulačka</string>
<string name="calendar">Kalendář</string>
<string name="camera">Fotoaparát</string>
<string name="clock">Hodiny</string>
<string name="contacts">Kontakty</string>
<string name="draw">Kreslení</string>
<string name="file_manager">Správce souborů</string>
<string name="flashlight">Svítilna</string>
<string name="gallery">Galerie</string>
<string name="music_player">Hudební přehrávač</string>
<string name="notes">Poznámky</string>
<string name="thank_you">Děkuji</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Diese Aktion wird das App-Icon nur aus dem Raster löschen, nicht die eigentliche App deinstallieren.</string>
<string name="close_app">Diese Anwendung beim Öffnen einer anderen schließen</string>
<!-- Apps -->
<string name="calculator">Rechner</string>
<string name="calendar">Kalender</string>
<string name="camera">Kamera</string>
<string name="clock">Uhr</string>
<string name="contacts">Kontakte</string>
<string name="draw">Zeichenblock</string>
<string name="file_manager">Dateimanager</string>
<string name="flashlight">Taschenlampe</string>
<string name="gallery">Galerie</string>
<string name="music_player">Musik-Player</string>
<string name="notes">Notizblock</string>
<string name="thank_you">Dankeschön</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Αυτό, απλά, θα αφαιρέσει το εικονίδιο Εκκινητή από αυτό το πλαίσιο. Δεν θα απεγκατασταθεί την ίδια την εφαρμογή.</string>
<string name="close_app">Κλείστε αυτήν την εφαρμογή ξεκινώντας μια διαφορετική</string>
<!-- Apps -->
<string name="calculator">Αριθμομηχανή</string>
<string name="calendar">Ημερολόγιο</string>
<string name="camera">Κάμερα</string>
<string name="clock">Ρολόι</string>
<string name="contacts">Επαφές</string>
<string name="draw">Ζωγραφική</string>
<string name="file_manager">Αρχεία</string>
<string name="flashlight">Φακός</string>
<string name="gallery">Συλλογή</string>
<string name="music_player">Μουσική</string>
<string name="notes">Σημειώσεις</string>
<string name="thank_you">Σας ευχαριστώ</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>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Esto solo eliminará el ícono del launcher de este cajón, nno desinstalará la aplicación.</string>
<string name="close_app">Cerrar esta aplicación al iniciar una diferente</string>
<!-- Apps -->
<string name="calculator">Calculadora</string>
<string name="calendar">Calendario</string>
<string name="camera">Cámara</string>
<string name="clock">Reloj</string>
<string name="contacts">Contactos</string>
<string name="draw">Dibujo</string>
<string name="file_manager">Administrador de archivos</string>
<string name="flashlight">Linterna</string>
<string name="gallery">Galería</string>
<string name="music_player">Reproductor de música</string>
<string name="notes">Notas</string>
<string name="thank_you">Thank You</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Cette action ne fera que supprimer l\'icône du launcher de cette liste et ne désinstallere pas l\'application.</string>
<string name="close_app">Close this app at launching a different one</string>
<!-- Apps -->
<string name="calculator">Calculatrice</string>
<string name="calendar">Calendrier</string>
<string name="camera">Caméra</string>
<string name="clock">Horloge</string>
<string name="contacts">Contacts</string>
<string name="draw">Dessiner</string>
<string name="file_manager">Gestionnaire de Fichiers</string>
<string name="flashlight">Lampe de Poche</string>
<string name="gallery">Galerie</string>
<string name="music_player">Lecteur de Musique</string>
<string name="notes">Notes</string>
<string name="thank_you">Merci</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">To će ukloniti ikonu pokretača samo iz mreže, ali neće deinstalirati aplikaciju.</string>
<string name="close_app">Zatvorite ovu aplikaciju pri pokretanju druge</string>
<!-- Apps -->
<string name="calculator">Kalkulator</string>
<string name="calendar">Kalendar</string>
<string name="camera">Kamera</string>
<string name="clock">Sat</string>
<string name="contacts">Kontakti</string>
<string name="draw">Crtaj</string>
<string name="file_manager">Upravitelj datoteka</string>
<string name="flashlight">Bljeskalica</string>
<string name="gallery">Galerija</string>
<string name="music_player">Glazbeni svirač</string>
<string name="notes">Bilješke</string>
<string name="thank_you">Hvala Vam</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Questo rimuoverà solamente l\'icona del lanciatore dalla griglia, non disintallerà l\'applicazione.</string>
<string name="close_app">Chiudi l\'applicazione quando se ne avvia un\'altra</string>
<!-- Apps -->
<string name="calculator">Calcolatrice</string>
<string name="calendar">Calendario</string>
<string name="camera">Fotocamera</string>
<string name="clock">Orologio</string>
<string name="contacts">Contatti</string>
<string name="draw">Disegna</string>
<string name="file_manager">Gestore dei file</string>
<string name="flashlight">Torcia</string>
<string name="gallery">Galleria</string>
<string name="music_player">Riproduttore musicale</string>
<string name="notes">Note</string>
<string name="thank_you">Ringraziamento</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">この操作は実際のアプリをアンインストールするのではなく、一覧からアプリのアイコンを削除するだけです。</string>
<string name="close_app">別のアプリを起動するときにこのアプリを閉じる</string>
<!-- Apps -->
<string name="calculator">電卓</string>
<string name="calendar">カレンダー</string>
<string name="camera">カメラ</string>
<string name="clock">時計</string>
<string name="contacts">連絡先</string>
<string name="draw">ドロー</string>
<string name="file_manager">ファイルマネージャー</string>
<string name="flashlight">フラッシュライト</string>
<string name="gallery">ギャラリー</string>
<string name="music_player">ミュージックプレイヤー</string>
<string name="notes">メモ</string>
<string name="thank_you">Thank You</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Tai tik pašalins paleidimo priemonės ikonėlę iš tinklelio, nepašalins pačios programėlės.</string>
<string name="close_app">Close this app at launching a different one</string>
<!-- Apps -->
<string name="calculator">Skaičiuotuvas</string>
<string name="calendar">Kalendorius</string>
<string name="camera">Fotoaparatas</string>
<string name="clock">Laikrodis</string>
<string name="contacts">Kontaktai</string>
<string name="draw">Piešimas</string>
<string name="file_manager">Bylų tvarkyklė</string>
<string name="flashlight">Žibintuvėlis</string>
<string name="gallery">Galerija</string>
<string name="music_player">Muzikos grotuvas</string>
<string name="notes">Užrašai</string>
<string name="thank_you">Ačiū</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Hiermee wordt alleen het icoon uit dit overzicht verwijderd, de app zelf blijft geïnstalleerd.</string>
<string name="close_app">Deze app sluiten bij het starten van een andere app</string>
<!-- Apps -->
<string name="calculator">Rekenmachine</string>
<string name="calendar">Agenda</string>
<string name="camera">Camera</string>
<string name="clock">Klok</string>
<string name="contacts">Contacten</string>
<string name="draw">Tekenen</string>
<string name="file_manager">Bestandsbeheer</string>
<string name="flashlight">Zaklamp</string>
<string name="gallery">Galerij</string>
<string name="music_player">Muziekspeler</string>
<string name="notes">Notities</string>
<string name="thank_you">Bedankt!</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">Eenvoudige App Launcher - Vind je apps supersnel</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">This will just remove the launcher icon from this grid, not uninstall the actual app.</string>
<string name="close_app">Close this app at launching a different one</string>
<!-- Apps -->
<string name="calculator">Kalkulator</string>
<string name="calendar">Kalendarz</string>
<string name="camera">Aparat</string>
<string name="clock">Clock</string>
<string name="contacts">Contacts</string>
<string name="draw">Szkicownik</string>
<string name="file_manager">Menedżer Plików</string>
<string name="flashlight">Latarka</string>
<string name="gallery">Galeria</string>
<string name="music_player">Odtwarzacz Muzyki</string>
<string name="notes">Notatki</string>
<string name="thank_you">Thank You</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Esta ação remove o ícone da grelha mas não desinstala a aplicação.</string>
<string name="close_app">Fechar esta aplicação depois de abrir outra</string>
<!-- Apps -->
<string name="calculator">Calculadora</string>
<string name="calendar">Calendário</string>
<string name="camera">Câmara</string>
<string name="clock">Relógio</string>
<string name="contacts">Contactos</string>
<string name="draw">Desenho</string>
<string name="file_manager">Gestor de ficheiros</string>
<string name="flashlight">Lanterna</string>
<string name="gallery">Galeria</string>
<string name="music_player">Reprodutor de músicas</string>
<string name="notes">Notas</string>
<string name="thank_you">Thank You</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Это только удалит иконку лаунчера с сетки, но не удалит само приложение.</string>
<string name="close_app">Закрыть это приложение при запуске другого</string>
<!-- Apps -->
<string name="calculator">Калькулятор</string>
<string name="calendar">Календарь</string>
<string name="camera">Камера</string>
<string name="clock">Clock</string>
<string name="contacts">Контакты</string>
<string name="draw">Рисунки</string>
<string name="file_manager">Файловый менеджер</string>
<string name="flashlight">Фонарик</string>
<string name="gallery">Галерея</string>
<string name="music_player">Проигрыватель музыки</string>
<string name="notes">Заметки</string>
<string name="thank_you">Спасибо</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Toto iba odstráni spúšťačku z tejto mriežky, neodinštaluje to samotnú apku.</string>
<string name="close_app">Ukončiť túto aplikáciu pri spustení inej</string>
<!-- Apps -->
<string name="calculator">Kalkulačka</string>
<string name="calendar">Kalendár</string>
<string name="camera">Kamera</string>
<string name="clock">Hodinky</string>
<string name="contacts">Kontakty</string>
<string name="draw">Kreslenie</string>
<string name="file_manager">Správca súborov</string>
<string name="flashlight">Batéria</string>
<string name="gallery">Galéria</string>
<string name="music_player">Hudobný prehrávač</string>
<string name="notes">Poznámky</string>
<string name="thank_you">Ďakujem</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">Jednoduchý spúšťač aplikácií - Nájdite apky rýchlo</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Bu, uygulamayı değil sadece bu ekrandan uygulama simgesini kaldırır.</string>
<string name="close_app">Farklı bir başlatmada bu uygulamayı kapat</string>
<!-- Apps -->
<string name="calculator">Hesap Makinesi</string>
<string name="calendar">Takvim</string>
<string name="camera">Kamera</string>
<string name="clock">Saat</string>
<string name="contacts">Kişiler</string>
<string name="draw">Çizim</string>
<string name="file_manager">Dosya Yöneticisi</string>
<string name="flashlight">Fener</string>
<string name="gallery">Galeri</string>
<string name="music_player">Müzik Çalar</string>
<string name="notes">Notlar</string>
<string name="thank_you">Teşekkürler</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">Це лише видалить значок запускача з цієї сітки, не деінсталює сам додаток.</string>
<string name="close_app">Закрити цей додаток при запуску іншого</string>
<!-- Apps -->
<string name="calculator">Калькулятор</string>
<string name="calendar">Календар</string>
<string name="camera">Камера</string>
<string name="clock">Годинник</string>
<string name="contacts">Контакти</string>
<string name="draw">Малювання</string>
<string name="file_manager">Менеджер Файлів</string>
<string name="flashlight">Ліхтарик</string>
<string name="gallery">Галерея</string>
<string name="music_player">Музичний Програвач</string>
<string name="notes">Нотатник</string>
<string name="thank_you">Подяка</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">這只會從畫面移除啟動器圖標,不會解除安裝實際程式。</string>
<string name="close_app">當啟動不同程式時,關閉這應用程式</string>
<!-- Apps -->
<string name="calculator">計算機</string>
<string name="calendar">行事曆</string>
<string name="camera">相機</string>
<string name="clock">簡易時鐘</string>
<string name="contacts">通訊錄</string>
<string name="draw">繪圖</string>
<string name="file_manager">檔案管理器</string>
<string name="flashlight">手電筒</string>
<string name="gallery">相簿</string>
<string name="music_player">音樂播放器</string>
<string name="notes">筆記</string>
<string name="thank_you">Thank You</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -5,20 +5,6 @@
<string name="remove_explanation">This will just remove the launcher icon from this grid, not uninstall the actual app.</string>
<string name="close_app">Close this app at launching a different one</string>
<!-- Apps -->
<string name="calculator">Calculator</string>
<string name="calendar">Calendar</string>
<string name="camera">Camera</string>
<string name="clock">Clock</string>
<string name="contacts">Contacts</string>
<string name="draw">Draw</string>
<string name="file_manager">File Manager</string>
<string name="flashlight">Flashlight</string>
<string name="gallery">Gallery</string>
<string name="music_player">Music Player</string>
<string name="notes">Notes</string>
<string name="thank_you">Thank You</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">Simple App Launcher - Launch apps easily &amp; quickly</string>

View File

@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.70'
ext.kotlin_version = '1.3.72'
repositories {
google()
@@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:3.6.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong