Skip to content

Commit

Permalink
new release (v4.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi committed Jun 23, 2023
1 parent 8b9d73e commit 2918e3f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,23 @@ Location of website:
- Free
- Small (< 40 KB)
- Basic file operations (Cut, copy, paste, rename, delete)
- File name filter
- Name and Modified Time sort
- Easy switch between sdcard and internal storage
- Multi-share function
- File/folder path copying
- Minimum permissions

## Latest Versions

- v4.10
- Added "toggle hidden" option (available in menu button)
- Added File/Folder name filtering (available on top bar)
- Added display sorting (name, last modified time) (available in menu button)
- Added file path remembering on app exit
- Re-added share button in open list options
- Fixed delete confirmation screen being full screen

- v4.9
- Fixed sticky selection state after leaving app
- Fixed concurrent directory list modification
Expand Down Expand Up @@ -103,7 +113,7 @@ Official Website at [https://martinmimigames.github.io](https://martinmimigames.

### Last update of README

Date : 21-05-2023 dd-mm-yyyy
Date : 23-06-2023 dd-mm-yyyy

### Important

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.martinmimigames.simplefileexplorer"
a:versionCode="11"
a:versionName="4.9">
a:versionCode="12"
a:versionName="4.10">

<uses-permission a:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission a:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Added "toggle hidden" option (available in menu button)
- Added File/Folder name filtering (available on top bar)
- Added display sorting (name, last modified time) (available in menu button)
- Added file path remembering on app exit
- Re-added share button in open list options
- Fixed delete confirmation screen being full screen
8 changes: 5 additions & 3 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,21 @@ You can visit the official webpage at https://martinmimigames.github.io/projects
Features

- Free
- Small (< 40KB)
- Small (< 40 KB)
- Basic file operations (Cut, copy, paste, rename, delete)
- File name filter
- Name and Modified Time sort
- Easy switch between sdcard and internal storage
- Multi-share function
- File path copying
- File/folder path copying
- Minimum permissions
- Supports Android 1.0+

Issues

Issues and pull requests are always welcome!

You can submit issues the following ways:

- via Github Issues at https://github.com/martinmimigames/little-file-explorer/issues
- via email: [email protected]

Expand Down

0 comments on commit 2918e3f

Please sign in to comment.