Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
v1.3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Sep 8, 2023
1 parent 5985aee commit 4f95040
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kuroba/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ android {
// m -> Minor version
// p -> patch
// MmmPP
versionCode 10326
versionName "v1.3.26"
versionCode 10327
versionName "v1.3.27"

applicationVariants.all { variant ->
variant.outputs.all {
Expand Down
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10327.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
v1.3.27
Full version:
- Fix a crash when clicking "More themes" button on the themes settings screen.
- Update Google reverse image search #2. Thanks to @SnZ
- When append thread id and thread subject options are both on when downloading media, use them as one directory separated with '-' symbol, instead of two.

v1.3.26
- Fix being unable to pick files on API 33+.
- Possibly fix updater + use correct API level check in reply layout pick local file function.
- Handle ban/warning/ip block errors correctly + allow opening them within the app's webview (with all the cookies) to be able to clear expired bans (not tested).
- Disable concurrent chunked file downloading for 4chan by default because it seems to be blocked by the site now.
- Change the logic that decides whether full media/thread media should be downloaded or not. When imageAutoLoadNetwork or videoAutoLoadNetwork (also thread media download) setting is set to ChanSettings.NetworkContentAutoLoadMode.UNMETERED (ChanSettings.NetworkContentAutoLoadMode.WIFI previously) we now check if the current network is unmetered or not instead of checking if we are connected to WiFi because some WiFis can still be metered. If it's metered then we don't download full media.
- Fix CrashReportActivity not showing up when the app crashes.
- Take more lines of logs from logcat.
- Remove send report button because report account was banned. Add copy logs + open github issue buttons.
- Make LogsController's log text selectable.
- Change the default values for these 3 settings: catalogPostAlignmentMode, threadPostAlignmentMode, tapNoReply.
- Remove identical media duplicate check because it apparently doesn't work.

0 comments on commit 4f95040

Please sign in to comment.