diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 0f51cfc..d3ceeba 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/build.gradle b/app/build.gradle index 1ac7b48..5b4dd0c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "ca.pkay.rcloneexplorer" minSdkVersion 21 targetSdkVersion 27 - versionCode 21 - versionName "1.3.5-DEV" + versionCode 22 + versionName "1.3.6-DEV" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { @@ -31,7 +31,7 @@ dependencies { implementation 'com.android.support:support-vector-drawable:27.1.1' implementation 'com.android.support:cardview-v7:27.1.1' implementation "com.android.support:support-compat:27.1.1" - implementation 'com.android.support.constraint:constraint-layout:1.1.0' + implementation 'com.android.support.constraint:constraint-layout:1.1.2' implementation 'com.android.support:design:27.1.1' implementation 'com.android.support:customtabs:27.1.1' implementation "com.leinardi.android:speed-dial:1.0-alpha03" @@ -40,8 +40,8 @@ dependencies { implementation 'com.github.GrenderG:Toasty:1.3.0' implementation 'com.android.support:support-v4:27.1.1' implementation 'com.github.bumptech.glide:glide:4.7.1' - implementation 'com.google.firebase:firebase-core:16.0.0' - implementation 'com.crashlytics.sdk.android:crashlytics:2.9.3' + implementation 'com.google.firebase:firebase-core:16.0.1' + implementation 'com.crashlytics.sdk.android:crashlytics:2.9.4' implementation 'com.google.firebase:firebase-messaging:17.0.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1' testImplementation 'junit:junit:4.12' diff --git a/app/src/main/assets/changelog.md b/app/src/main/assets/changelog.md index 065ca4d..8c017a5 100644 --- a/app/src/main/assets/changelog.md +++ b/app/src/main/assets/changelog.md @@ -1,3 +1,14 @@ +### 1.3.6 +* This update contains mostly bug fixes +* **Fix:** Crash in dialogs on screen orientation change +* **Fix:** Displayed mod time +* **Fix:** Yandex remote creation +* **Fix:** Azure remote creation +* **Fix:** Hide directory mod time for remotes that don't support it +* **Fix:** Error notification after successful move + +*** + ### 1.3.5 * **New:** Show file thumbnails (experimental feature, enable in settings) * **New:** App updates notification updates