diff --git a/fastlane/Appfile b/fastlane/Appfile new file mode 100644 index 0000000..b020eba --- /dev/null +++ b/fastlane/Appfile @@ -0,0 +1,2 @@ +json_key_file("fastlane/fastlane.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one +package_name("com.simplemobiletools.launcher") # e.g. com.krausefx.app diff --git a/fastlane/Fastfile b/fastlane/Fastfile new file mode 100644 index 0000000..19c557c --- /dev/null +++ b/fastlane/Fastfile @@ -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 diff --git a/fastlane/metadata/android/ca/full_description.txt b/fastlane/metadata/android/ca/full_description.txt index 6d50113..0bdf20a 100644 --- a/fastlane/metadata/android/ca/full_description.txt +++ b/fastlane/metadata/android/ca/full_description.txt @@ -28,4 +28,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/ca/short_description.txt b/fastlane/metadata/android/ca/short_description.txt index f36ac23..c4f40b2 100644 --- a/fastlane/metadata/android/ca/short_description.txt +++ b/fastlane/metadata/android/ca/short_description.txt @@ -1 +1 @@ -Un llançador pràctic i personalitzable per llançar les aplicacions preferides +Un llançador pràctic i personalitzable per llançar les aplicacions preferides \ No newline at end of file diff --git a/fastlane/metadata/android/ca/title.txt b/fastlane/metadata/android/ca/title.txt index c2ba8c4..ea0dcfc 100644 --- a/fastlane/metadata/android/ca/title.txt +++ b/fastlane/metadata/android/ca/title.txt @@ -1 +1 @@ -Simple Launcher +Simple Launcher \ No newline at end of file diff --git a/fastlane/metadata/android/ca/video.txt b/fastlane/metadata/android/ca/video.txt index 1a4baf5..e69de29 100644 --- a/fastlane/metadata/android/ca/video.txt +++ b/fastlane/metadata/android/ca/video.txt @@ -1 +0,0 @@ - diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt index 06bbcc8..03081f0 100644 --- a/fastlane/metadata/android/en-US/changelogs/2.txt +++ b/fastlane/metadata/android/en-US/changelogs/2.txt @@ -1 +1 @@ - * Initial release +Initial release \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 7ade708..e663e21 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -28,4 +28,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.jpeg b/fastlane/metadata/android/en-US/images/featureGraphic.jpeg new file mode 100644 index 0000000..edd7215 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/featureGraphic.jpeg differ diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000..dbc630f Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.png new file mode 100644 index 0000000..edfd228 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png new file mode 100644 index 0000000..0fe3928 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.png new file mode 100644 index 0000000..07ffad3 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.png new file mode 100644 index 0000000..9e02eab Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.jpeg b/fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.jpeg new file mode 100644 index 0000000..f682046 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.jpeg differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index f78353f..a74210c 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -A practical and customizable launcher for launching your favorite apps easily +A practical and customizable launcher for launching your favorite apps easily \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt index c2ba8c4..ea0dcfc 100644 --- a/fastlane/metadata/android/en-US/title.txt +++ b/fastlane/metadata/android/en-US/title.txt @@ -1 +1 @@ -Simple Launcher +Simple Launcher \ No newline at end of file diff --git a/fastlane/metadata/android/et/full_description.txt b/fastlane/metadata/android/et/full_description.txt index 5ffd574..8f652c1 100644 --- a/fastlane/metadata/android/et/full_description.txt +++ b/fastlane/metadata/android/et/full_description.txt @@ -28,4 +28,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/et/short_description.txt b/fastlane/metadata/android/et/short_description.txt index 1489c91..8621ee4 100644 --- a/fastlane/metadata/android/et/short_description.txt +++ b/fastlane/metadata/android/et/short_description.txt @@ -1 +1 @@ -Praktiline ja kohandatav käivitaja oma lemmikrakenduste hõlpsaks käivitamiseks +Praktiline ja kohandatav käivitaja oma lemmikrakenduste hõlpsaks käivitamiseks \ No newline at end of file diff --git a/fastlane/metadata/android/et/title.txt b/fastlane/metadata/android/et/title.txt index 585c934..ece9c24 100644 --- a/fastlane/metadata/android/et/title.txt +++ b/fastlane/metadata/android/et/title.txt @@ -1 +1 @@ -Lihtne käivitaja +Lihtne käivitaja \ No newline at end of file diff --git a/fastlane/metadata/android/et/video.txt b/fastlane/metadata/android/et/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/fi-FI/full_description.txt b/fastlane/metadata/android/fi-FI/full_description.txt index c0e734e..4cf3543 100644 --- a/fastlane/metadata/android/fi-FI/full_description.txt +++ b/fastlane/metadata/android/fi-FI/full_description.txt @@ -28,4 +28,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/fi-FI/short_description.txt b/fastlane/metadata/android/fi-FI/short_description.txt index 8695eb7..8510b31 100644 --- a/fastlane/metadata/android/fi-FI/short_description.txt +++ b/fastlane/metadata/android/fi-FI/short_description.txt @@ -1 +1 @@ -Käytännöllinen ja muokattavissa kantoraketti käynnistää sovellukset helposti +Käytännöllinen ja muokattavissa kantoraketti käynnistää sovellukset helposti \ No newline at end of file diff --git a/fastlane/metadata/android/fi-FI/title.txt b/fastlane/metadata/android/fi-FI/title.txt index 4cde495..7173e77 100644 --- a/fastlane/metadata/android/fi-FI/title.txt +++ b/fastlane/metadata/android/fi-FI/title.txt @@ -1 +1 @@ -Yksinkertainen käynnistin +Yksinkertainen käynnistin \ No newline at end of file diff --git a/fastlane/metadata/android/fi-FI/video.txt b/fastlane/metadata/android/fi-FI/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/fr-FR/full_description.txt b/fastlane/metadata/android/fr-FR/full_description.txt index 2e78f75..84fc965 100644 --- a/fastlane/metadata/android/fr-FR/full_description.txt +++ b/fastlane/metadata/android/fr-FR/full_description.txt @@ -28,4 +28,4 @@ Reddit : https://www.reddit.com/r/SimpleMobileTools Télégramme : -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/short_description.txt b/fastlane/metadata/android/fr-FR/short_description.txt index 5ab7376..8b9af04 100644 --- a/fastlane/metadata/android/fr-FR/short_description.txt +++ b/fastlane/metadata/android/fr-FR/short_description.txt @@ -1 +1 @@ -Un lanceur personnalisable pour lancer facilement vos applications préférées +Un lanceur personnalisable pour lancer facilement vos applications préférées \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/title.txt b/fastlane/metadata/android/fr-FR/title.txt index a99e397..41b5dd0 100644 --- a/fastlane/metadata/android/fr-FR/title.txt +++ b/fastlane/metadata/android/fr-FR/title.txt @@ -1 +1 @@ -Simple Lancez +Simple Lancez \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/video.txt b/fastlane/metadata/android/fr-FR/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/hu-HU/full_description.txt b/fastlane/metadata/android/hu-HU/full_description.txt index dffc0e9..74a30d2 100644 --- a/fastlane/metadata/android/hu-HU/full_description.txt +++ b/fastlane/metadata/android/hu-HU/full_description.txt @@ -28,4 +28,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/hu-HU/short_description.txt b/fastlane/metadata/android/hu-HU/short_description.txt index aa18cbd..6c184ce 100644 --- a/fastlane/metadata/android/hu-HU/short_description.txt +++ b/fastlane/metadata/android/hu-HU/short_description.txt @@ -1 +1 @@ -Praktikus indítóprogram, amellyel könnyen elindíthatod kedvenc alkalmazásaidat +Praktikus indítóprogram, amellyel könnyen elindíthatod kedvenc alkalmazásaidat \ No newline at end of file diff --git a/fastlane/metadata/android/hu-HU/title.txt b/fastlane/metadata/android/hu-HU/title.txt index 5cd34d6..21c2ed7 100644 --- a/fastlane/metadata/android/hu-HU/title.txt +++ b/fastlane/metadata/android/hu-HU/title.txt @@ -1 +1 @@ -Egyszerű indító +Egyszerű indító \ No newline at end of file diff --git a/fastlane/metadata/android/hu-HU/video.txt b/fastlane/metadata/android/hu-HU/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/it/full_description.txt b/fastlane/metadata/android/it-IT/full_description.txt similarity index 98% rename from fastlane/metadata/android/it/full_description.txt rename to fastlane/metadata/android/it-IT/full_description.txt index 2847f55..deabeaa 100644 --- a/fastlane/metadata/android/it/full_description.txt +++ b/fastlane/metadata/android/it-IT/full_description.txt @@ -28,4 +28,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/it/short_description.txt b/fastlane/metadata/android/it-IT/short_description.txt similarity index 86% rename from fastlane/metadata/android/it/short_description.txt rename to fastlane/metadata/android/it-IT/short_description.txt index 4ae66b7..6451a0a 100644 --- a/fastlane/metadata/android/it/short_description.txt +++ b/fastlane/metadata/android/it-IT/short_description.txt @@ -1 +1 @@ -Un launcher pratico e personalizzabile per lanciare facilmente le tue app +Un launcher pratico e personalizzabile per lanciare facilmente le tue app \ No newline at end of file diff --git a/fastlane/metadata/android/it-IT/title.txt b/fastlane/metadata/android/it-IT/title.txt new file mode 100644 index 0000000..946f7c6 --- /dev/null +++ b/fastlane/metadata/android/it-IT/title.txt @@ -0,0 +1 @@ +Launcher Semplice \ No newline at end of file diff --git a/fastlane/metadata/android/it-IT/video.txt b/fastlane/metadata/android/it-IT/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/it/title.txt b/fastlane/metadata/android/it/title.txt deleted file mode 100644 index ef52ef5..0000000 --- a/fastlane/metadata/android/it/title.txt +++ /dev/null @@ -1 +0,0 @@ -Launcher Semplice diff --git a/fastlane/metadata/android/pl/full_description.txt b/fastlane/metadata/android/pl-PL/full_description.txt similarity index 98% rename from fastlane/metadata/android/pl/full_description.txt rename to fastlane/metadata/android/pl-PL/full_description.txt index beec88c..776cbfb 100644 --- a/fastlane/metadata/android/pl/full_description.txt +++ b/fastlane/metadata/android/pl-PL/full_description.txt @@ -28,4 +28,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/pl/short_description.txt b/fastlane/metadata/android/pl-PL/short_description.txt similarity index 78% rename from fastlane/metadata/android/pl/short_description.txt rename to fastlane/metadata/android/pl-PL/short_description.txt index 0159061..b39820f 100644 --- a/fastlane/metadata/android/pl/short_description.txt +++ b/fastlane/metadata/android/pl-PL/short_description.txt @@ -1 +1 @@ -Praktyczny, konfigurowalny launcher do łatwego uruchamiania ulubionych aplikacji +Praktyczny, konfigurowalny launcher do łatwego uruchamiania ulubionych aplikacji \ No newline at end of file diff --git a/fastlane/metadata/android/pl-PL/title.txt b/fastlane/metadata/android/pl-PL/title.txt new file mode 100644 index 0000000..6d6aa32 --- /dev/null +++ b/fastlane/metadata/android/pl-PL/title.txt @@ -0,0 +1 @@ +Prosty launcher \ No newline at end of file diff --git a/fastlane/metadata/android/pl-PL/video.txt b/fastlane/metadata/android/pl-PL/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/pl/title.txt b/fastlane/metadata/android/pl/title.txt deleted file mode 100644 index d9c8b79..0000000 --- a/fastlane/metadata/android/pl/title.txt +++ /dev/null @@ -1 +0,0 @@ -Prosty launcher diff --git a/fastlane/metadata/android/pl/video.txt b/fastlane/metadata/android/pl/video.txt deleted file mode 100644 index 8d1c8b6..0000000 --- a/fastlane/metadata/android/pl/video.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/fastlane/metadata/android/ro/full_description.txt b/fastlane/metadata/android/ro/full_description.txt index d17b86f..1a3ab4d 100644 --- a/fastlane/metadata/android/ro/full_description.txt +++ b/fastlane/metadata/android/ro/full_description.txt @@ -28,4 +28,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/ro/short_description.txt b/fastlane/metadata/android/ro/short_description.txt index eb6e035..1a62479 100644 --- a/fastlane/metadata/android/ro/short_description.txt +++ b/fastlane/metadata/android/ro/short_description.txt @@ -1 +1 @@ -Un lansator de aplicații practic și personalizabil pentru aplicațiile preferate +Un lansator de aplicații practic și personalizabil pentru aplicațiile preferate \ No newline at end of file diff --git a/fastlane/metadata/android/ro/title.txt b/fastlane/metadata/android/ro/title.txt index c0fba56..0767cb5 100644 --- a/fastlane/metadata/android/ro/title.txt +++ b/fastlane/metadata/android/ro/title.txt @@ -1 +1 @@ -Lansator de aplicații simplu +Lansator de aplicații simplu \ No newline at end of file diff --git a/fastlane/metadata/android/ro/video.txt b/fastlane/metadata/android/ro/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/sk/full_description.txt b/fastlane/metadata/android/sk/full_description.txt index f6c83e7..e68d973 100644 --- a/fastlane/metadata/android/sk/full_description.txt +++ b/fastlane/metadata/android/sk/full_description.txt @@ -28,4 +28,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/sk/short_description.txt b/fastlane/metadata/android/sk/short_description.txt index 7127788..d2fdf35 100644 --- a/fastlane/metadata/android/sk/short_description.txt +++ b/fastlane/metadata/android/sk/short_description.txt @@ -1 +1 @@ -Praktický a prispôsobiteľný spúšťač pre spúšťanie vašich obľúbených apiek +Praktický a prispôsobiteľný spúšťač pre spúšťanie vašich obľúbených apiek \ No newline at end of file diff --git a/fastlane/metadata/android/sk/title.txt b/fastlane/metadata/android/sk/title.txt index 3961436..32170fa 100644 --- a/fastlane/metadata/android/sk/title.txt +++ b/fastlane/metadata/android/sk/title.txt @@ -1 +1 @@ -Jednoduchý spúšťač +Jednoduchý spúšťač \ No newline at end of file diff --git a/fastlane/metadata/android/sv-SE/full_description.txt b/fastlane/metadata/android/sv-SE/full_description.txt new file mode 100644 index 0000000..e663e21 --- /dev/null +++ b/fastlane/metadata/android/sv-SE/full_description.txt @@ -0,0 +1,31 @@ +Launch your favorite apps quickly. This app gives you the possibility to customize your home screen as you wish for the best user experience. + +You can customize the colors in different styles. This launcher also comes with dark theme to give you a more smooth feel while using your device. + +Uninstall any unwanted app easily, so you won't have to keep ignoring it. + +It fully supports widgets that can be both resized and customized, so feel free using your favorite widgets here. + +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. With this launcher, you don't have to connect your device with any network. Simply install it and use it. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors and dark theme to make your home screen look more stunning. + +Features: + +- Dark theme to give you a more smoother feel of your device. +- Easy navigation through the launcher so you can choose the best one for yourself. +- Exquisite color themes. +- No annoying advertisements. +- Enjoy! + +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 \ No newline at end of file diff --git a/fastlane/metadata/android/sv/short_description.txt b/fastlane/metadata/android/sv-SE/short_description.txt similarity index 79% rename from fastlane/metadata/android/sv/short_description.txt rename to fastlane/metadata/android/sv-SE/short_description.txt index eb44cab..76908ed 100644 --- a/fastlane/metadata/android/sv/short_description.txt +++ b/fastlane/metadata/android/sv-SE/short_description.txt @@ -1 +1 @@ -Ett praktiskt och anpassningsbart startprogram för att enkelt starta dina appar +Ett praktiskt och anpassningsbart startprogram för att enkelt starta dina appar \ No newline at end of file diff --git a/fastlane/metadata/android/sv-SE/title.txt b/fastlane/metadata/android/sv-SE/title.txt new file mode 100644 index 0000000..82c2628 --- /dev/null +++ b/fastlane/metadata/android/sv-SE/title.txt @@ -0,0 +1 @@ +Simpelt startprogram \ No newline at end of file diff --git a/fastlane/metadata/android/sv-SE/video.txt b/fastlane/metadata/android/sv-SE/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/sv/title.txt b/fastlane/metadata/android/sv/title.txt deleted file mode 100644 index 0717cfb..0000000 --- a/fastlane/metadata/android/sv/title.txt +++ /dev/null @@ -1 +0,0 @@ -Simpelt startprogram diff --git a/fastlane/metadata/android/tr-TR/full_description.txt b/fastlane/metadata/android/tr-TR/full_description.txt new file mode 100644 index 0000000..e663e21 --- /dev/null +++ b/fastlane/metadata/android/tr-TR/full_description.txt @@ -0,0 +1,31 @@ +Launch your favorite apps quickly. This app gives you the possibility to customize your home screen as you wish for the best user experience. + +You can customize the colors in different styles. This launcher also comes with dark theme to give you a more smooth feel while using your device. + +Uninstall any unwanted app easily, so you won't have to keep ignoring it. + +It fully supports widgets that can be both resized and customized, so feel free using your favorite widgets here. + +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. With this launcher, you don't have to connect your device with any network. Simply install it and use it. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors and dark theme to make your home screen look more stunning. + +Features: + +- Dark theme to give you a more smoother feel of your device. +- Easy navigation through the launcher so you can choose the best one for yourself. +- Exquisite color themes. +- No annoying advertisements. +- Enjoy! + +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 \ No newline at end of file diff --git a/fastlane/metadata/android/tr/short_description.txt b/fastlane/metadata/android/tr-TR/short_description.txt similarity index 71% rename from fastlane/metadata/android/tr/short_description.txt rename to fastlane/metadata/android/tr-TR/short_description.txt index 088fee4..d529ff0 100644 --- a/fastlane/metadata/android/tr/short_description.txt +++ b/fastlane/metadata/android/tr-TR/short_description.txt @@ -1 +1 @@ -Sevdiğiniz uygulamaları kolay başlatmak için basit özelleştirilebilir başlatıcı +Sevdiğiniz uygulamaları kolay başlatmak için basit özelleştirilebilir başlatıcı \ No newline at end of file diff --git a/fastlane/metadata/android/tr-TR/title.txt b/fastlane/metadata/android/tr-TR/title.txt new file mode 100644 index 0000000..865a4d1 --- /dev/null +++ b/fastlane/metadata/android/tr-TR/title.txt @@ -0,0 +1 @@ +Basit Başlatıcı \ No newline at end of file diff --git a/fastlane/metadata/android/tr-TR/video.txt b/fastlane/metadata/android/tr-TR/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/tr/title.txt b/fastlane/metadata/android/tr/title.txt deleted file mode 100644 index 5b9d2c9..0000000 --- a/fastlane/metadata/android/tr/title.txt +++ /dev/null @@ -1 +0,0 @@ -Basit Başlatıcı diff --git a/fastlane/metadata/android/zh-CN/full_description.txt b/fastlane/metadata/android/zh-CN/full_description.txt index caf3634..61ef132 100644 --- a/fastlane/metadata/android/zh-CN/full_description.txt +++ b/fastlane/metadata/android/zh-CN/full_description.txt @@ -28,4 +28,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/short_description.txt b/fastlane/metadata/android/zh-CN/short_description.txt index e300e5f..f2e1792 100644 --- a/fastlane/metadata/android/zh-CN/short_description.txt +++ b/fastlane/metadata/android/zh-CN/short_description.txt @@ -1 +1 @@ -实用且可自定义的启动器,可轻松启动您喜欢的应用程序 +实用且可自定义的启动器,可轻松启动您喜欢的应用程序 \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/title.txt b/fastlane/metadata/android/zh-CN/title.txt index 85c6a70..c75feda 100644 --- a/fastlane/metadata/android/zh-CN/title.txt +++ b/fastlane/metadata/android/zh-CN/title.txt @@ -1 +1 @@ -简单启动器 +简单启动器 \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/video.txt b/fastlane/metadata/android/zh-CN/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/graphics/featureGraphic.jpg b/graphics/featureGraphic.jpg new file mode 100644 index 0000000..edd7215 Binary files /dev/null and b/graphics/featureGraphic.jpg differ diff --git a/graphics/featureGraphic.xcf b/graphics/featureGraphic.xcf new file mode 100644 index 0000000..3e13f81 Binary files /dev/null and b/graphics/featureGraphic.xcf differ