Skip to content

Releases: K1rakishou/Kuroba-Experimental

KurobaEx release 1.3.33

04 Feb 07:06
Compare
Choose a tag to compare
  • Fix posting. The ticket parameter in the captcha json response was changed and it can now be either a string or a boolean which doesn't make any sense and seems like a 4chan's bug.
  • Fix passcode posting.
  • Added leftypol.org support. Thanks to @yuiopmbv
  • Do not crash when we can't delete an old post/thread during app startup.
  • Display latest release url in the failed to update dialog so that users know how to update manually in case something breaks.
  • Make update manager work with both versions of beta tags (v1.2.3-beta and v1.2.3.4-beta).

KurobaEx release 1.3.32

03 Feb 06:15
Compare
Choose a tag to compare
  • Make posting on 4chan work as before. The POST request for making a thread/post on 4chan is now created manually (instead of solely relying OkHttp's Request.Builder()) which allows for a better control of how headers/request parts are structured which, in turn, allows the app to better mimic existing browsers and thus bypass some nasty 4chan checks that cause your posts to disappear into the void whenever you make a mistake in captcha answer.
  • Add support for new cooldowns that are shown when creating a thread or making a post (Captcha tickets).
  • Make 4chan post acknowledgement check more durable. (But you should probably disable it now because the posting should be fixed).
  • Do not check for post acknowledgement if passcode is used.
  • Fix crashes when trying to make a post on 2ch.hk.
  • Initial Github infrastructure for making beta releases on each new commit. Yes, the beta releases will now be distributed on each new commit pushed into the main repository. Why would I do that? Because it will allow me to fix stuff way faster and for you to get the fixes faster (but only on beta branch). The main app will be updated as usual.

KurobaEx release 1.3.31

23 Jan 13:31
Compare
Choose a tag to compare
  • Implement a mechanism to check if a post was actually acknowledged by 4chan so that the user can try to post again, in case when it doesn't, without losing everything that he has typed. People say this happens now when you make a mistake in captcha (a very nice, reliable and user-friendly way to keep bots out, indeed). The setting is enabled by default. You can find it in the menu that can be accessed by long tapping the send reply button.

KurobaEx release 1.3.30

21 Jan 08:01
Compare
Choose a tag to compare
  • Fix yandex remote image search.
  • Do not use custom user agent for 4chan.
  • Always update 4chan_pass cookie.
  • Add ability to change the base url of remote image search handlers.
  • Add ability to import/export backups from the crash activity.
  • Fix crash when starting to scroll the reply layout by accidentally clicking the question mark icon or image selection mark icon.

KurobaEx release 1.3.29

11 Jan 13:09
Compare
Choose a tag to compare
  • Added feature to avoid tread watching when filter pattern is matched. Thanks to @ressidell
  • Remove 4channel domain from everywhere. This fixes captcha not being able to load on previously 4channel boards.
  • Do not donate auto-solved captchas.

KurobaEx release 1.3.28

02 Dec 09:18
Compare
Choose a tag to compare
  • Add support for adaptive icon. Thanks to @rainfallmelonflysong
  • Fix report params from posts to post. Thanks to @Sweetsound
  • [2ch.hk] Add puzzle type captcha support.

KurobaEx release 1.3.27

08 Sep 12:00
Compare
Choose a tag to compare
  • 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.

KurobaEx release 1.3.26

10 Aug 12:46
Compare
Choose a tag to compare
  • 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.

KurobaEx release 1.3.25

06 Aug 09:21
Compare
Choose a tag to compare
  • Fix notifications not working on API 33+ (Android 13+). Upon first app start (after update or on fresh install) you will be asked for notifications permission.

KurobaEx release 1.3.24

05 Aug 07:10
Compare
Choose a tag to compare
  • Update dependencies.
  • Implement solved captcha donation. Disabled by default, you will be asked whether you want to participate or not the first time you solve a 4chan captcha. Setting can be changed at any time on 'Experimental settings' screen.
  • Fix a crash when parsing post links which have post ids exceeding Long.MAX_VALUE.