-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
296 changed files
with
789 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,6 @@ | |
/captures | ||
keystore.jks | ||
keystore.properties | ||
fastlane/fastlane.json | ||
Gemfile | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.filemanager.pro") # e.g. com.krausefx.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
تنظيم الملفات والمجلدات. نقل محتوى بسيط للجوال ، مشاركة الملفات | ||
تنظيم الملفات والمجلدات. نقل محتوى بسيط للجوال ، مشاركة الملفات |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Simple File Manager Pro | ||
مدير الملفات البسيط Pro |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Handy file explorer for easily searching or organizing your files and folders |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Обикновен Файлов Мениджър Про | ||
Simple File Manager Pro |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Organitzeu els fitxers i carpetes. Transferència del contingut del mòbil, compartició de fitxers | ||
Handy file explorer for easily searching or organizing your files and folders |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Simple File Manager Pro | ||
Simple File Manager Pro |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...metadata/android/cs/short_description.txt → ...adata/android/cs-CZ/short_description.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Spravujte svoje soubory profesionálně bez reklam, 100% garance vrácení peněz. | ||
Spravujte svoje soubory profesionálně bez reklam, 100% garance vrácení peněz. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Jednoduchý správce souborů Pro |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
En simpel filbrowser til håndtering af filer og mapper. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Simpel Filhåndtering Pro |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Schlichter File Manager ist ein superschneller und professioneller Datei- und Ordner-Manager für Android-Geräte. Verwenden Sie Schlichter File Manager, um Mediendateien mit wenigen Klicks zu komprimieren, zu übertragen und zu konvertieren. Es verfügt über alle wichtigen Funktionen zur Dateimanager- und Ordnerverwaltung, einschließlich der Anpassung des Basisordners und der Auswahl der bevorzugten Ordner für den schnellen Zugriff. | ||
|
||
File Manager bietet alle Funktionen des Dateimanagers, einschließlich Suchen, Navigieren, Kopieren und Einfügen, Ausschneiden, Löschen, Umbenennen, Dekomprimieren, Übertragen, Herunterladen, Organisieren usw. Fügen Sie Dateien, Ordner und Apps nach Ihren persönlichen Vorlieben hinzu, entfernen Sie sie oder bearbeiten Sie sie. | ||
|
||
Mit Schlichter File Manager können Sie Ihr Handy nach verschiedenen Metriken organisieren und sortieren und zwischen aufsteigend und absteigend wechseln oder eine ordnerspezifische Sortierung verwenden. Um einen Datei- oder Ordnerpfad schnell zu erhalten, können Sie ihn einfach auswählen, indem Sie ihn lange drücken und in die Zwischenablage kopieren. | ||
|
||
Mit Schlichter File Manager wird die Organisation Ihrer mobilen Dateien, Ordner und Apps vollständig automatisiert, um Zeit und Energie zu sparen. Mit nur wenigen Klicks können Sie auch die Eigenschaften von Dateien oder Ordnern überprüfen, in denen verschiedene Felder wie Größe, Datum der letzten Änderung oder EXIF-Werte wie Erstellungsdatum, Kameramodell bei Fotos usw. angezeigt werden. | ||
|
||
Schlichter File Manager ist absolut sicher und enthält mehrere leistungsstarke sicherheitsrelevante Funktionen wie den Kennwortschutz für versteckte Elemente, das Löschen oder die gesamte App. Sie können zwischen einem Muster, einer Stecknadel oder einem Fingerabdruck wählen, um Ihre Daten privat zu halten. Die Fingerabdruckberechtigung wird benötigt, um entweder die Sichtbarkeit versteckter Objekte zu sperren, Dateien zu löschen oder die gesamte App. Schlichter File Manager funktioniert ohne Internetzugang und garantiert so Ihre ultimative Privatsphäre. | ||
|
||
Schlichter File Manager kann auch Speicherplatz bereinigen und Ihren internen Speicher speichern, indem Dateien und Ordner komprimiert werden. Dieser moderne Organizer für Mediendateien unterstützt das schnelle Durchsuchen von Root-Dateien, SD-Karten und USB-Geräten. File Manager erkennt auch mehrere Dateiformate, einschließlich Musik, Videos, Bilder und Dokumente. | ||
|
||
Verwenden Sie Schlichter File Manager, um praktische Desktop-Verknüpfungen für den schnellen Zugriff auf Ihre Lieblingselemente zu erstellen. Es enthält einen Light-Datei-Editor, mit dem Sie Dokumente bei Bedarf drucken, bearbeiten oder einfach mit Zoom-Gesten lesen können. | ||
|
||
Mit Schlichter File Manager können Sie Ihre Dateien, Ordner und Apps mit nur wenigen Klicks verwalten und anpassen. | ||
|
||
Enthält keine Anzeigen oder unnötigen Berechtigungen. Es ist vollständig OpenSource und bietet anpassbare Farben. | ||
|
||
Sehen Sie sich hier die vollständige Suite der einfachen Tools an: | ||
https://www.simplemobiletools.com | ||
|
||
Eigenständige Website von Schlichter File Manager Pro: | ||
https://www.simplemobiletools.com/filemanager | ||
|
||
Facebook: | ||
https://www.facebook.com/simplemobiletools | ||
|
||
Reddit: | ||
https://www.reddit.com/r/SimpleMobileTools | ||
|
||
Telegram: | ||
https://t.me/SimpleMobileTools |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+803 KB
fastlane/metadata/android/de-DE/images/sevenInchScreenshots/1_de-DE.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+928 KB
fastlane/metadata/android/de-DE/images/sevenInchScreenshots/2_de-DE.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+803 KB
fastlane/metadata/android/de-DE/images/tenInchScreenshots/1_de-DE.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+928 KB
fastlane/metadata/android/de-DE/images/tenInchScreenshots/2_de-DE.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Der Datei Exploerer verwaltet Files, Ordener und eigene Dateien, keine Werbung |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Schlichter File Manager Pro |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.