Skip to content

Commit

Permalink
new release (v4.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi committed Jul 10, 2023
1 parent 71c1254 commit b602d54
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ Location of website:

## Latest Versions

- v4.11
- Fix crashing if last exited on a non-existing folder
- Fix unable to exit folders with access denied
- Added details page for files
- Added light mode (follows system settings)
- Added sorting by file size
- Moved storage info to the bottom
- Added slight padding to dialogs

- v4.10
- Added "toggle hidden" option (available in menu button)
- Added File/Folder name filtering (available on top bar)
Expand Down Expand Up @@ -113,7 +122,7 @@ Official Website at [https://martinmimigames.github.io](https://martinmimigames.

### Last update of README

Date : 23-06-2023 dd-mm-yyyy
Date : 10-07-2023 dd-mm-yyyy

### Important

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
release {
minifyEnabled true
shrinkResources true
crunchPngs true
crunchPngs false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.basic
}
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="12"
a:versionName="4.10">
a:versionCode="13"
a:versionName="4.11">

<uses-permission a:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission a:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Fix crashing if last exited on a non-existing folder
- Fix unable to exit folders with access denied
- Added details page for files
- Added light mode (follows system settings)
- Added sorting by file size
- Moved storage info to the bottom
- Added slight padding to dialogs

0 comments on commit b602d54

Please sign in to comment.