Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SimpleMobileTools/Simple-File-Manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.8.8
Choose a base ref
...
head repository: SimpleMobileTools/Simple-File-Manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on May 7, 2021

  1. Add toggle to disable "Press back again to exit"

    Add toggle to settings activity for the "Press back again to exit" functionality. Defaults to true (current behavior).
    tkterris committed May 7, 2021
    Copy the full SHA
    2e05c24 View commit details
  2. Update strings.xml from feedback

    Change option verbiage, and remove translatable="false". Instead, use English text for all languages for now.
    tkterris committed May 7, 2021
    Copy the full SHA
    f74ebf5 View commit details

Commits on May 10, 2021

  1. Copy the full SHA
    192c68a View commit details

Commits on May 11, 2021

  1. adding some newlines

    tibbi authored May 11, 2021
    Copy the full SHA
    3c54f40 View commit details
  2. Merge pull request #470 from DhruvaSambrani/translations-hi

    Add more Hindi translations
    tibbi authored May 11, 2021
    Copy the full SHA
    b7696bf View commit details
  3. Copy the full SHA
    78e5ed3 View commit details

Commits on May 18, 2021

  1. updating commons and gradle

    tibbi committed May 18, 2021
    Copy the full SHA
    0eb5dc6 View commit details
  2. Copy the full SHA
    62116da View commit details
  3. Copy the full SHA
    6b54b0e View commit details
  4. removing some redundant code

    tibbi authored May 18, 2021
    Copy the full SHA
    ffb1f73 View commit details
  5. Merge pull request #469 from tkterris/press-back-twice

    Add toggle to disable "Press back again to exit"
    tibbi authored May 18, 2021
    Copy the full SHA
    e99cfd4 View commit details
  6. translating a slovak string

    tibbi committed May 18, 2021
    Copy the full SHA
    0f0d348 View commit details
  7. adding a Recents fragment

    tibbi committed May 18, 2021
    Copy the full SHA
    27aa45f View commit details
  8. Dutch

    ltguillaume authored May 18, 2021
    Copy the full SHA
    a887d51 View commit details
  9. Update strings.xml

    spkprs authored May 18, 2021
    Copy the full SHA
    69bfc84 View commit details

Commits on May 19, 2021

  1. Merge pull request #471 from ltGuillaume/patch-1

    Dutch
    tibbi authored May 19, 2021
    Copy the full SHA
    42ceb5e View commit details
  2. Merge pull request #472 from spkprs/patch-10

    Update strings.xml
    tibbi authored May 19, 2021
    Copy the full SHA
    0c669b4 View commit details
  3. Copy the full SHA
    c469c99 View commit details
  4. Copy the full SHA
    740a4e0 View commit details
  5. Copy the full SHA
    3001db8 View commit details
  6. adding the top tab holder

    tibbi committed May 19, 2021
    Copy the full SHA
    0901868 View commit details
  7. Copy the full SHA
    eb5e565 View commit details
  8. adding the Recents tab

    tibbi committed May 19, 2021
    Copy the full SHA
    a50977c View commit details
  9. filling the Recents tab content

    tibbi committed May 19, 2021
    Copy the full SHA
    8226588 View commit details
  10. Copy the full SHA
    be0fba6 View commit details
  11. Copy the full SHA
    9143e07 View commit details
  12. Copy the full SHA
    39eb160 View commit details
  13. Copy the full SHA
    4e5d55b View commit details
  14. Copy the full SHA
    0c648d4 View commit details
  15. Copy the full SHA
    92092b6 View commit details
  16. Copy the full SHA
    b526ae5 View commit details
  17. Copy the full SHA
    2150ad1 View commit details
  18. Copy the full SHA
    ef91621 View commit details
  19. Copy the full SHA
    f825068 View commit details
  20. Copy the full SHA
    11232b9 View commit details
  21. Copy the full SHA
    1b15082 View commit details
  22. Copy the full SHA
    004fc2f View commit details
  23. Copy the full SHA
    e22322b View commit details
  24. Copy the full SHA
    d8fad97 View commit details
  25. update version to 6.9.0

    tibbi committed May 19, 2021
    Copy the full SHA
    91442a8 View commit details
  26. updating changelog

    tibbi committed May 19, 2021
    Copy the full SHA
    9f15dc3 View commit details

Commits on May 20, 2021

  1. Copy the full SHA
    a48300e View commit details

Commits on May 21, 2021

  1. Copy the full SHA
    90b9eee View commit details
  2. Copy the full SHA
    1e713ab View commit details
  3. show only the selected tabs

    tibbi committed May 21, 2021
    Copy the full SHA
    200e2a5 View commit details
  4. updating commons

    tibbi committed May 21, 2021
    Copy the full SHA
    bf9dc6d View commit details
  5. update version to 6.9.1

    tibbi committed May 21, 2021
    Copy the full SHA
    1043ff7 View commit details
  6. updating changelog

    tibbi committed May 21, 2021
    Copy the full SHA
    e670975 View commit details

Commits on May 22, 2021

  1. adding a crashfix

    tibbi committed May 22, 2021
    Copy the full SHA
    02a26c1 View commit details
  2. reordering some lines

    tibbi committed May 22, 2021
    Copy the full SHA
    4309687 View commit details
Showing 506 changed files with 9,176 additions and 4,073 deletions.
11 changes: 5 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided this notice is
# preserved. This file is offered as-is, without any warranty.
# Names of contributors must not be used to endorse or promote products
# derived from this file without specific prior written permission.

# EditorConfig
# http://EditorConfig.org

@@ -18,6 +12,11 @@ charset = utf-8
indent_style = space
indent_size = 4
continuation_indent_size = 4
max_line_length = 160

[*.xml]
continuation_indent_size = 4

[*.kt]
ij_kotlin_name_count_to_use_star_import = 5
ij_kotlin_name_count_to_use_star_import_for_members = 5
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github: [tibbi]
patreon: tiborkaputa
custom: ["https://www.paypal.com/paypalme/simplemobiletools", "https://www.simplemobiletools.com/donate"]
custom: ["https://www.paypal.me/simplemobiletools"]
3 changes: 3 additions & 0 deletions .gitignore
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
201 changes: 201 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,207 @@
Changelog
==========

Version 6.16.1 *(2023-09-19)*
----------------------------

* Added SD card to storage analysis
* Added some UI, translation and stability improvements

Version 6.16.0 *(2023-07-17)*
----------------------------

* Allow opening password protected .pdf files
* Added support for creating password protected zips
* Remember last used copy destination at folder picker
* Reverted to the previous PDF viewer with vulnerability fixed
* Added some UI, translation and stability improvements

Version 6.15.4 *(2023-06-20)*
----------------------------

* Added some UI, translation and stability improvements

Version 6.15.3 *(2023-04-09)*
----------------------------

* Added some UI, translation and stability improvements

Version 6.15.2 *(2023-01-12)*
----------------------------

* Fixed a search glitch on some devices

Version 6.15.1 *(2023-01-11)*
----------------------------

* Added some UX, stability and translation improvements

Version 6.15.0 *(2023-01-07)*
----------------------------

* Allow searching Recents and Storage (it searches all files in the system MediaStore)
* Use Material You theme by default on Android 12+
* Increased minimal required Android OS version to 6
* Added some UI, translation and stability improvements

Version 6.14.4 *(2022-12-10)*
----------------------------

* Replaced the PDF Viewer with a different one
* Added some stability and translation improvements
sh
Version 6.14.3 *(2022-11-17)*
----------------------------

* Added handling for Create Document intent
* Added some translation, stability and UX improvements

Version 6.14.2 *(2022-10-10)*
----------------------------

* Show a top loading bar while loading files
* Adding a Get Simple Phone button into the About section
* Added some translation and UX improvements

Version 6.14.1 *(2022-10-10)*
----------------------------

* Show a top loading bar while loading files
* Adding a Get Simple Phone button into the About section
* Added some translation and UX improvements

Version 6.14.0 *(2022-08-20)*
----------------------------

* Added Monochrome icon and Language picker support on Android 13+
* Added many translation, stability and UX improvements

Version 6.13.0 *(2022-07-25)*
----------------------------

* Avoid showing folders at recent files
* Adding some materialish redesign, especially in System default theme
* Added some stability, translation and UX improvements

Version 6.12.6 *(2022-07-03)*
----------------------------

* Improving some third party intents related to using the app as a file picker
* Added many translation, stability and UX improvements

Version 6.12.5 *(2022-06-26)*
----------------------------

* Moving top tabs at the bottom
* Added some translation and UX improvements

Version 6.12.4 *(2022-06-13)*
----------------------------

* Change the PDF Viewer to a fullscreen one
* Added loading bar during search
* Fixed the Indonesian translation
* Added some translation and UX improvements

Version 6.12.3 *(2022-05-18)*
----------------------------

* Added a basic PDF Viewer
* Added some stability translation improvements

Version 6.12.2 *(2022-04-15)*
----------------------------

* Use the old way of handling file operations below Android 11

Version 6.12.1 *(2022-04-11)*
----------------------------

* Added Material You theme support on Android 12+
* Added some stability, performance and UX improvements

Version 6.12.0 *(2022-03-23)*
----------------------------

* Reworked some file operations on newer OS versions
* Adding some stability, translation, UX and UI improvements

Version 6.11.4 *(2022-02-09)*
----------------------------

* Fixed some file operation on newer systems
* Adding some stability, translation and UX improvements

Version 6.11.3 *(2021-12-23)*
----------------------------

* Adding some stability, translation and UX improvements

Version 6.11.2 *(2021-12-07)*
----------------------------

* Fixed a biometric authentication related glitch

Version 6.11.1 *(2021-12-06)*
----------------------------

* Added some stability, translation and UX improvements

Version 6.11.0 *(2021-11-26)*
----------------------------

* Use the latest way of working with files on Android 10+
* Improve SD card and OTG device handling
* Redesigned some screens, added an Auto theme
* Added a more reliable fast scrollbar
* Allow disabling Pull-to-Refresh
* Added some other stability, translation and UX improvements

Version 6.10.1 *(2021-10-16)*
----------------------------

* Added some stability and translation improvements

Version 6.10.0 *(2021-10-14)*
----------------------------

* Added a Storage Analyzer tab on Android 8+
* Allow saving any file type with the Save as action
* Some Android 11 related file operation improvements
* Couple stability, translation and UX improvements

Version 6.9.4 *(2021-08-27)*
----------------------------

* Rewrote the current folder path into a 1 liner
* Show a save/discard prompt when exiting file editor with unsaved changes

Version 6.9.3 *(2021-06-14)*
----------------------------

* Allow permanently disabling the Delete confirmation dialog
* Do not use animations if they are disabled systemwide
* Added some translation improvements

Version 6.9.2 *(2021-05-22)*
----------------------------

* Adding some crashfixes

Version 6.9.1 *(2021-05-21)*
----------------------------

* Allow customizing visible tabs
* Some stability and translation improvements

Version 6.9.0 *(2021-05-19)*
----------------------------

* Added a Recents tab showing the latest 50 files
* Allow exiting the app with a single Back (by tkterris)
* Avoid mistakenly showing hidden items as search results
* Some UX, stability and translation improvements

Version 6.8.8 *(2021-04-19)*
----------------------------

8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Reporting
Before you report something, read the reporting rules [here](https://github.com/SimpleMobileTools/General-Discussion#how-do-i-suggest-an-improvement-ask-a-question-or-report-an-issue) please.

### Contributing as a developer
Some instructions about code style and everything that has to be done to increase the change of your code getting accepted can be found at the [General Discussion](https://github.com/SimpleMobileTools/General-Discussion#contribution-rules-for-developers) section.

### Contributing as a non developer
In case you just want to for example improve a translation, you can find the way of doing it [here](https://github.com/SimpleMobileTools/General-Discussion#how-can-i-suggest-an-edit-to-a-file).
39 changes: 30 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,41 @@
# Simple File Manager

<img alt="Logo" src="fastlane/metadata/android/en-US/images/icon.png" width="120" />
<img alt="Logo" src="graphics/icon.png" width="120" />

Can also be used for browsing root files and SD card content. You can easily rename, copy, move, delete and share anything you wish.
Simple File Manager is a super quick & professional file and folder manager for Android devices. Use Simple File Manager to easily compress, transfer & convert media files with a few clicks. It has all of the major file manager & folder management features, including customizing the home folder and selecting favorite folders for quick access.

The fingerprint permission is needed for locking either hidden item visibility, or the whole app.
The file manager provides the whole pack of file manager features, including search, navigation, copy & paste, cut, delete, rename, decompress, transfer, download, organize & so on. Add, remove, or edit files, folders & apps according to your personal preferences.

With this easy data organizer, you can organize and sort your mobile by various metrics and toggle between ascending and descending or using a folder specific sorting. To get a file or folder path quickly, you can easily select it by long-pressing and copying it in the clipboard.

Simple File Manager makes organizing your mobile files, folders, and apps easy to save you both time & energy. With just a few clicks, you can also check file or folder properties, which shows various fields like the size, date of the last modification, or EXIF values like the creation date, camera model at photos, etc.

This file organizer is absolutely secure, containing multiple powerful security-related functions, like password protecting hidden items, deleting, or the whole app. You can choose between using a pattern, pin, or a fingerprint to keep your data private. The fingerprint permission is needed for locking either hidden item visibility, deleting files, or the whole app. Simple File Manager works without internet access, further guaranteeing your ultimate privacy.

The File Manager can also clean up space and save your internal storage by compressing files & folders. This modern media file organizer supports fast browsing of root files, SD cards, and USB devices. File Manager also recognizes multiple file formats, including music, videos, images & documents.

Use Simple File Manager Pro to create handy desktop shortcuts for accessing your favorite items quickly. It contains a light file editor that you can use to print documents, edit them, or read easily using zoom gestures, whenever needed.

Despite called Simple File Manager, it will help you manage & customize your files, folders & apps with just a few clicks. You can easily see your recent files and do a storage analysis too.

You can use the built in Storage Analysis to have a quick overview about what files are taking up the most space and clean it up. It can function as a storage cleaner that will help empty some space on your device.

Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.

This app is just one piece of a bigger series of apps. You can find the rest of them at https://www.simplemobiletools.com
<a href="https://f-droid.org/packages/com.simplemobiletools.filemanager.pro">Get it on F-Droid</a>

<a href='https://play.google.com/store/apps/details?id=com.simplemobiletools.filemanager.pro'><img src='https://simplemobiletools.com/assets/images/google-play.png' alt='Get it on Google Play' height='45' /></a>
<a href='https://f-droid.org/packages/com.simplemobiletools.filemanager.pro'><img src='https://simplemobiletools.com/assets/images/f-droid.png' alt='Get it on F-Droid' height='45' /></a>
Support us:
IBAN: SK4083300000002000965231
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
Ethereum: 0xB7a2DD6f2408Bce77334655CF5E7639aE31feb30
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
Bitcoin Cash: qz6dvmhq5vzkcsypxpp2mnur30muxdah4gvulx3y85
Tether: 0x250f9cC32863E59b87037a14955Ed64F879653F0
<a href="https://paypal.me/SimpleMobileTools?country.x=SK&locale.x=en_US">PayPal</a>
<a href="https://www.patreon.com/tiborkaputa">Patreon</a>

<div style="display:flex;">
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/english/1.jpg" width="30%">
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/english/2.jpg" width="30%">
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/english/3.jpg" width="30%">
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.jpeg" width="30%">
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.jpeg" width="30%">
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.jpeg" width="30%">
</div>
67 changes: 0 additions & 67 deletions app/build.gradle

This file was deleted.

Loading