This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
Releases: K1rakishou/Kuroba-Experimental-beta
Releases · K1rakishou/Kuroba-Experimental-beta
KurobaEx-beta release v1.3.35.4-beta
New release available. It includes the following commits:
- Unspoiler all images when switching to download mode in album.
- Update dependencies.
- Fix class cast errors.
- Remove ACRA. Remove annoying gesture block overlay. Attempt to fix crash in MediaViewerActionStrip. Fix a crash that happens when BoardManager is not initialized and boardManager.viewActiveBoardsOrdered() is called. Fix malformed string.
- [Dvach] Emoji captcha.
- authenticationLayout to class variable so authenticationLayout.onDestroy is called correctly
- Some minor stuff.
- Formatting
- Relabel and reorder thread export functions
- Filter thumbnails from json media export
- Cleanup imports
KurobaEx-beta release v1.3.35.3-beta
New release available. It includes the following commits:
- Update dependencies.
- Fix class cast errors.
- Remove ACRA. Remove annoying gesture block overlay. Attempt to fix crash in MediaViewerActionStrip. Fix a crash that happens when BoardManager is not initialized and boardManager.viewActiveBoardsOrdered() is called. Fix malformed string.
- [Dvach] Emoji captcha.
- authenticationLayout to class variable so authenticationLayout.onDestroy is called correctly
- Some minor stuff.
- Formatting
- Relabel and reorder thread export functions
- Filter thumbnails from json media export
- Cleanup imports
- cleanup json exporter
KurobaEx-beta release v1.3.35.2-beta
New release available. It includes the following commits:
- Remove ACRA. Remove annoying gesture block overlay. Attempt to fix crash in MediaViewerActionStrip. Fix a crash that happens when BoardManager is not initialized and boardManager.viewActiveBoardsOrdered() is called. Fix malformed string.
- [Dvach] Emoji captcha.
- authenticationLayout to class variable so authenticationLayout.onDestroy is called correctly
- Some minor stuff.
- Formatting
- Relabel and reorder thread export functions
- Filter thumbnails from json media export
- Cleanup imports
- cleanup json exporter
- Append _json to zip filename
- Export list of chanPosts to json in zip
KurobaEx-beta release v1.3.35.1-beta
New release available. It includes the following commits:
- authenticationLayout to class variable so authenticationLayout.onDestroy is called correctly
- Some minor stuff.
- Formatting
- Relabel and reorder thread export functions
- Filter thumbnails from json media export
- Cleanup imports
- cleanup json exporter
- Append _json to zip filename
- Export list of chanPosts to json in zip
- Formatting
- Add json export to menu
KurobaEx-beta release v1.3.35.0-beta
New release available. It includes the following commits:
- Some minor stuff.
- Formatting
- Relabel and reorder thread export functions
- Filter thumbnails from json media export
- Cleanup imports
- cleanup json exporter
- Append _json to zip filename
- Export list of chanPosts to json in zip
- Formatting
- Add json export to menu
- Duplicate html export usecase class for json export usecase
KurobaEx-beta release v1.3.35-beta
- New Album screen.
- Album screen now listens for thread post updates and automatically adds new images to currently opened album.
- In SPLIT mode, opening different threads with thread album opened, will automatically reload album with the currently opened thread's images.
- AlbumDownload screen was removed and it's logic was merged into the main album screen.
- When clicking a spoilered media, the spoiler thumbnail will be replace with an actual thumbnail. The uncovered spoiler images are reset upon application restart.
- Fix 2ch.hk board archive.
- Add options to "Remove file name/metadata/checksum" of the long tapped file.
- Fix not being able to close different toolbar states like search with hardware back button.
- Add a setting to remove 4chan's captcha ticket when we get a fake ticket (ticket key is present in captcha json but it's one of these: null, false, 0, ""). This setting is enabled by default and located in Experimental settings screen. If it gets worse then disable it. In theory, it should reduce the amount of all those annoying "Please wait XX seconds before making a post" captcha errors.
- Fix for broken filters.
- Disable 420Chan, Nyafuu, TokyoChronos, VHSChan, RozenArcana, YesHoney since they are dead.
- Fix warosu parsing.
- Some other minor fixes and improvements.
KurobaEx-beta release v1.3.34-beta
- New reply layout.
- New toolbar.
- New scrollbars.
- New snackbars/toasts.
- Bottom bar completely removed.
- Catalog/thread search now searched in-place instead of showing posts as a popup.
- All screens can now be closed by swiping them away.
- In tablet mode screens such as album are now displayed as a part of the navigation flow and now as a popup.
- ACRA crash reporting library was added. Crash reports are only sent when the user explicitly clicks "Send crash report" button on crash report screen (appears after the application crashes for any reason).
- Lots of other minor stuff.
KurobaEx-beta release v1.3.33.9-beta
New release available. It includes the following commits:
- Make filter creation inputs little bit easier to click + wrap checkboxes into collapsable content composable.
- Fix compose fonts.
- Fix layout shift when opening media viewer.
- Fix prefetcher.
- Update 4chan captcha ticket on app launch.
- Move the "create sound media" button to image reencoding controller.
- Move the "create sound media" button to image reencoding controller.
- Fix deleted attached media being displayed in CreateSoundMediaController.
- Improvements for sound media creation.
- Rename .java to .kt
- Initial implementation of "Sound media creation" screen.
KurobaEx-beta release v1.3.33.8-beta
New release available. It includes the following commits:
- Fix layout shift when opening media viewer.
- Fix prefetcher.
- Update 4chan captcha ticket on app launch.
- Move the "create sound media" button to image reencoding controller.
- Move the "create sound media" button to image reencoding controller.
- Fix deleted attached media being displayed in CreateSoundMediaController.
- Improvements for sound media creation.
- Rename .java to .kt
- Initial implementation of "Sound media creation" screen.
- Increase the timeout.
- Update gradle.
KurobaEx-beta release v1.3.33.7-beta
New release available. It includes the following commits:
- Fix prefetcher.
- Update 4chan captcha ticket on app launch.
- Move the "create sound media" button to image reencoding controller.
- Move the "create sound media" button to image reencoding controller.
- Fix deleted attached media being displayed in CreateSoundMediaController.
- Improvements for sound media creation.
- Rename .java to .kt
- Initial implementation of "Sound media creation" screen.
- Increase the timeout.
- Update gradle.
- Make image zoom in/out animation twice faster.