Skip to content

Commit

Permalink
Release v2022.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Oct 5, 2022
1 parent 251b627 commit 87dc167
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk

versionCode 10012
versionName "2022.2.0"
versionCode 10013
versionName "2022.2.1"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10013.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fixed: Empty file list in Root Directory
- Fixed: Crash when switching FTP server
- Fixed: Local directories were displayed while using FTP
- Improved interaction with WindowInsets API
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ class ExplorerViewModel @Inject constructor(
}
} catch (e: Exception) {
Log.e(TAG, e.message, e)
if (e is PermissionException) {
_directoryViewState.value = DirectoryViewState.Permission
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion feature-settings/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!DOCTYPE html>
<u><b>v2022.2.1, 5 Oct. 2022</b></u><br>
<b>Fixed:</b> Empty file list in Root Directory (<a href="https://github.com/massivemadness/Squircle-CE/commit/8ba56622a8e1132527f44fcf4b4e5059d5028ccb">8ba5662</a>)<br>
<b>Fixed:</b> Crash when switching between servers (<a href="https://github.com/massivemadness/Squircle-CE/commit/861dd29bf121cf4760900c92d87b8d2aaa6420f0">861dd29</a>)<br>
<b>Fixed:</b> Crash when switching FTP server (<a href="https://github.com/massivemadness/Squircle-CE/commit/861dd29bf121cf4760900c92d87b8d2aaa6420f0">861dd29</a>)<br>
<b>Fixed:</b> Local directories were displayed while using FTP (<a href="https://github.com/massivemadness/Squircle-CE/commit/b64917d633ce1c61564c8dca81fac0f3be3f93a7#diff-6b725303e8fa413c57dd281c6d9b2f4af4e13a72f7e703a6912fe6c4aa5a6c71R225">b64917d</a>)<br>
• Improved interaction with WindowInsets API (<a href="https://github.com/massivemadness/Squircle-CE/commit/f8fecedbf98552e15bd0a573334cc52ca6e20708">f8feced</a>)<br>
<br>
Expand Down

0 comments on commit 87dc167

Please sign in to comment.