Skip to content

Commit cb95827

Browse files
authored
Remote creation (#78)
1 parent a263b7b commit cb95827

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+5181
-147
lines changed

.idea/assetWizardSettings.xml

-82
This file was deleted.

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

app/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion 21
88
targetSdkVersion 27
99
versionCode 15
10-
versionName "1.2.6"
10+
versionName "1.3.0"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {
@@ -32,6 +32,7 @@ dependencies {
3232
implementation "com.android.support:support-compat:27.1.1"
3333
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
3434
implementation 'com.android.support:design:27.1.1'
35+
implementation 'com.android.support:customtabs:27.1.1'
3536
implementation "com.leinardi.android:speed-dial:1.0-alpha03"
3637
implementation 'us.feras.mdv:markdownview:1.1.0'
3738
implementation 'jp.wasabeef:recyclerview-animators:2.3.0'

app/src/main/AndroidManifest.xml

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
<activity
100100
android:name=".FilePicker"
101101
android:theme="@style/AppTheme.NoActionBar" />
102+
<activity
103+
android:name=".RemoteConfig.RemoteConfig"
104+
android:label="@string/title_activity_remote_config"
105+
android:theme="@style/AppTheme.NoActionBar" />
102106

103107
</application>
104108

app/src/main/assets/changelog.md

+7-33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.3.0
2+
* **New:** Remote creation - ability to create new remotes right from the app!
3+
* Most of the rclone remotes are here
4+
* Amazon S3, Google Cloud Storage, and Google Drive coming soon
5+
6+
***
7+
18
### 1.2.6
29
* **New:** File picker
310
* **Fix:** Screen orientation change going back to main screen
@@ -60,36 +67,3 @@
6067
* **Fix:** Copy rclone and config file in the background
6168
* **Improve:** Notifications
6269
* **Update:** Libraries
63-
64-
***
65-
66-
### 1.0.2-beta
67-
* **New:** Sort dialog
68-
* **New:** Toast confirmation messages
69-
* **New:** File properties in the menu
70-
71-
***
72-
73-
### 1.0.1-beta
74-
* **New:** Short app name in the launcher
75-
* **New:** Animations
76-
* **Fix:** Scrolling in About page
77-
* **Fix:** File Explorer not getting cleared when loading
78-
* **Fix:** Sorting
79-
* **Fix:** Canceled notification posted on download/upload cancel
80-
* **Fix:** Make temporary files read-only
81-
82-
***
83-
84-
### 1.0.0-beta
85-
First beta release!
86-
87-
* Code refactoring
88-
89-
***
90-
91-
### 0.3.0-alpha
92-
* **New:** Changelog added under About screen
93-
* **New:** Clicking on File/Folder icon will select it
94-
* **New:** App icon
95-
* **Fix:** Status bar color

0 commit comments

Comments
 (0)