diff --git a/README.md b/README.md
index c0fb96ee..a5b949b9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# RcloneExplorer
-[![license: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/x0b/rcloneExplorer/blob/master/LICENSE) [![Github Releases](https://img.shields.io/github/downloads/x0b/rcloneExplorer/total.svg)](https://github.com/x0b/rcloneExplorer/releases) [![GitHub release](https://img.shields.io/github/v/release/x0b/rcloneExplorer?include_prereleases)](https://github.com/x0b/rcloneExplorer/releases/latest)
+[![license: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/x0b/rcloneExplorer/blob/master-x0b/LICENSE) [![Github Releases](https://img.shields.io/github/downloads/x0b/rcloneExplorer/total.svg)](https://github.com/x0b/rcloneExplorer/releases) [![GitHub release](https://img.shields.io/github/v/release/x0b/rcloneExplorer?include_prereleases)](https://github.com/x0b/rcloneExplorer/releases/latest) [![Google Play Pre-Registration](https://img.shields.io/badge/Google_Play-Pre%E2%80%93Registration-brightgreen)](https://forms.gle/5jLYhZwafx7nEfi16)
A Rclone based file explorer for Android
@@ -14,16 +14,16 @@ Cloud Access | 256 Bit AES Encryption | Integrated Experience
| |
Use your cloud storage as if it were a local folder | Keep your files private on any cloud provider | Open your files or send them to the cloud with other apps
-### Full list
+### All features
- File Management
- List and view files
- Download and upload files
- Move, rename, and delete files and folders
- Streaming & Integration
- - Streaming media files
- - Serving directories over HTTP or WebDAV
+ - Stream media files
+ - Serve directories over FTP, HTTP or WebDAV
- Remotes
- - Browse any type of rclone remote (local remotes are limited though)
+ - Browse any type of rclone remote (with limitations on "local" remotes)
- Create new remotes in the app
- UI
- Dark theme
@@ -32,8 +32,8 @@ Use your cloud storage as if it were a local folder | Keep your files private on
- Import and export rclone configuration files
- Encrypted configurations (import only)
- Platform support
- - Supports ARM and x86 devices
- - Supports SDK 21+ (Lollipop 5.0)
+ - Runs on ARM, ARM64, x86 and x64 devices
+ - Runs on Android 5 or newer ([see docs](https://github.com/x0b/rcloneExplorer/wiki#android-support-roadmap))
- Supports Storage Access Framework (SAF) ([see docs](https://github.com/x0b/rcloneExplorer/wiki#adding-local-storage-saf))
Screenshots
@@ -60,20 +60,19 @@ Grab the [latest version](https://github.com/x0b/rcloneExplorer/releases/latest)
If you don't know which version to pick use ```rcloneExplorer--universal-release.apk```. Most devices run ARM 64 Bit, and 64 Bit devices often can also run the respective 32 bit version at lower performance.
+Usage
+------------
+[See the wiki](https://github.com/x0b/rcloneExplorer/wiki).
Roadmap
------------
Note that these plans are subject to change and might not materialize completely or at all.
-#### Current Version (1.10.0)
- * **New:** Proxy support (for https & http)
- * **New:** Various internal refactorings
- * **New:** The thumbnail size limit can now be set in the settings
- * **New:** Update rclone to 1.50.2
- * **Fix:** Logging settings not explaining data collection
- * **Fix:** External locations listed multiple times
- * **Fix:** OAuth not working on newer rclone versions
- * **Fix:** Crash when streaming in background
+#### Current Version (1.10.1)
+ * **Fix:** Thubnails not loading after device rotation
+ * **Fix:** Crash when importing rclone config
+ * **Fix:** Crash when dismissing invalid dialog
+ * **Fix:** Crash when streaming starting stream
#### Next minor version
- Bug fixes
@@ -97,13 +96,23 @@ Known Issues
Contributing
------------
-You can contribute by reporting any bugs and errors using the [issue tracker](https://github.com/x0b/rcloneExplorer/issues).
-Pull requests are welcome, but you have to accept a small CLA to ensure license compatibility.
+This app is developed by and for its community. Any contribution to improve the app is welcome, and there are multiple to contribute:
+- Enable crash reporting in ```Settings > Logging > Send anonymous crash reports```.
+- Reporting bugs using the [issue tracker](https://github.com/x0b/rcloneExplorer/issues).
+- Proposing and voting (👍 👎) on [new features](https://github.com/x0b/rcloneExplorer/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement+sort%3Areactions-%2B1-desc) and ideas on the [issue tracker](https://github.com/x0b/rcloneExplorer/issues).
+- Translating the app into a new language. Please open an issue if you are interested.
+- Implementing features and fixing bugs. See the list of [available](https://github.com/x0b/rcloneExplorer/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [easier](https://github.com/x0b/rcloneExplorer/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) issues. Please comment on the issue if you want to take over.
+
+License
+-----------------
+### About this app
+This app is released under the terms of the [GPLv3 license](https://github.com/x0b/rcloneExplorer/blob/master-x0b/LICENSE). Community contributions are licensed under the MIT license, and [CLA Assistant](https://cla-assistant.io/) will ask you to confirm [a CLA stating that](https://gist.githubusercontent.com/x0b/889f037d76706fc9e3ab8ee1c047841b/raw/67c028b19e33111428904558cfda0c01039d1574/rcloneExplorer-cla-202001) if create a PR.
This is a modified build of rcloneExplorer because of little activity in the parent repo. For the parent repository, see [kaczmarkiewiczp/rcloneExplorer](https://github.com/kaczmarkiewiczp/rcloneExplorer). If you encounter an issue with a [version published here](https://github.com/x0b/rcloneExplorer/releases), open an issue [here](https://github.com/x0b/rcloneExplorer/issues/new).
-Credits/Libraries
------------------
+If you want to convey a modified version (fork), we ask you to use a different name, app icon and package id as well as proper attribution to avoid user confusion.
+
+### Libraries
- [rclone](https://github.com/rclone/rclone) - "rsync for cloud storage"
- [Jetpack AndroidX](https://developer.android.com/license)
- [Floating Action Button SpeedDial](https://github.com/leinardi/FloatingActionButtonSpeedDial) - A Floating Action Button Speed Dial implementation for Android that follows the Material Design specification.
diff --git a/app/build.gradle b/app/build.gradle
index 0a190921..2cf59834 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,8 +12,8 @@ android {
applicationId 'ca.pkay.rcloneexplorer.x0b'
minSdkVersion 21
targetSdkVersion 29
- versionCode 5
- versionName '1.10.0'
+ versionCode 6
+ versionName '1.10.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/app/src/main/assets/changelog.md b/app/src/main/assets/changelog.md
index ddc0c72e..3e9c97ce 100644
--- a/app/src/main/assets/changelog.md
+++ b/app/src/main/assets/changelog.md
@@ -1,3 +1,11 @@
+### 1.10.1
+* **Fix:** Thubnails not loading after device rotation
+* **Fix:** Crash when importing rclone config
+* **Fix:** Crash when dismissing invalid dialog
+* **Fix:** Crash when streaming starting stream
+
+***
+
### 1.10.0
* **New:** Proxy support (for https & http)
* **New:** Various internal refactorings