Skip to content

Commit

Permalink
new release (v4.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi committed Mar 8, 2023
1 parent 6f692a4 commit 2eaed7f
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 12 deletions.
39 changes: 33 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ A small, simple file explorer, designed with compatibility in mind.

Open-sourced and publicly-viewable code for anyone worrying about being locked in or privacy invasion.

It allows browsing in the file system, and let you do simple things like copy and pasting files.
It provides multiple functions, including copy and pasting files, multi-file share, etc. More information available in **Features** section below.

Supports Android 1.0+

Currently under 40 KB.

Previous known as Simple File Explorer (but from martinmimigames).
Previous known as *Simple File Explorer* (but from martinmimigames).

Location of website:
Location of website:
[https://martinmimigames.github.io/projects/little-file-explorer](https://martinmimigames.github.io/projects/little-file-explorer/index.html).

## Features
Expand All @@ -27,9 +27,35 @@ Location of website:
- Basic file operations (Cut, copy, paste, rename, delete)
- Easy switch between sdcard and internal storage
- Multi-share function
- File path copying
- File/folder path copying
- Minimum permissions

## Latest Versions

- v4.8
- Allow folder path to be copied to clipboard
- Fixed incorrect handling after path copying
- Fixed delete conformation button being pushed out by long list
- Fixed copying to incorrect directory when moved directory while in progress

- v4.7
- Added multi-share option (sdk 4+)
- Added file path copy option
- Allow open file with default apps
- Reduced open list button size
- Capitalised buttons
- Changed opener text

- v4.6
- Fixed not opening when no sdcard inserted

- v4.5
- smaller apk
- fixed quick selection overlap with menu list
- opening file request by other app now have open prompt
- changed audio png
- back button now go back to parent folder if available

## Branches

- main: latest source-code
Expand All @@ -39,7 +65,8 @@ Location of website:
Issues and pull requests are always welcome!

You can submit issues the following ways:
- via [Github Issues](https://github.com/martinmimigames/little-file-explorer/issues).

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

## Installation
Expand All @@ -58,7 +85,7 @@ Official Website at [https://martinmimigames.github.io](https://martinmimigames.

### Last update of README

Date : 04-02-2023 dd-mm-yyyy
Date : 08-03-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="9"
a:versionName="4.7">
a:versionCode="10"
a:versionName="4.8">

<uses-permission a:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission a:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Allow folder path to be copied to clipboard
- Fixed incorrect handling after path copying
- Fixed delete conformation button being pushed out by long list
- Fixed copying to incorrect directory when moved directory while in progress
22 changes: 19 additions & 3 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
A simple file explorer, designed with compatibility in mind.
A small, simple file explorer, designed with compatibility in mind.

It allows browsing in the file system, and let you do simple things like copy and pasting files.
Open-sourced and publicly-viewable code for anyone worrying about being locked in or privacy invasion.

It provides multiple functions, including copy and pasting files, multi-file share, etc. More information available in Features section below.

Supports Android 1.0+

Currently under 40 KB.

Previous known as Simple File Explorer (but from martinmimigames).

"Important features":
You can visit the official webpage at https://martinmimigames.github.io/projects/little-file-explorer/index.html

Features

- Free
- Small (< 40KB)
Expand All @@ -15,4 +23,12 @@ Previous known as Simple File Explorer (but from martinmimigames).
- 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]

Made by Martinmimigames! :)
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A small, simple file explorer that supports Android 1.0+
Android 1.0+ mini simple file manager/explorer

0 comments on commit 2eaed7f

Please sign in to comment.