github K1rakishou/Kuroba-Experimental v0.2.11-beta
KurobaEx beta 0.2.11

pre-release4 years ago

What's new (short version):

  • Bookmarks screen has been reworked. Now bookmarks are being grouped together by their site + reordering mechanism was changed, you don't have to longtap a bookmark to start moving it around now, you can use a special handle for that. In the future it will be possible to create custom bookmark groups and move any other bookmarks in there.
  • Per-site proxies (HTTP and SOCKS). It's now possible to use separate proxies per site (or many sites). You can assign what network actions a proxy will be used for. For now there are three kinds of network actions: 1. Server API communication (catalog/thread loading, posting, captcha loading (only no-js) etc), 2. Media preview loading (thread/post media previews, bookmark media previews, tabs media previews, notifications, site icons etc.), 3. Full media loading (full pictures/webms etc.). Any change to the proxy list requires app restart due to how OkHttp works which is used for all network operations in the app (it caches proxies for active connections and the same proxies will be used while a connection is alive and I couldn't find how to reload proxies). If you don't restart the app after changing anything in the proxy list the old proxy information will most likely be used.

What's new (long version):

  • All asynchronous operations (like post parsing/bookmark info fetching/etc) will now use processor's core count for work batching (but 2 is the very minimum with the upper bound) instead of a constant value. This means that the more cores you have the faster those operations will be executed.
  • Fast scroller is added to the Bookmarks screen. Also, the scroll position is persisted across app restarts.
  • Bookmarks can now be selected by longtapping them and some operation can be executed for the selected bookmarks (for now there is only one operation - delete).
  • Add lots of different sorting modes for bookmarks.
  • Themes fixes. It's now impossible to import a dark theme as light theme and vice versa. An option to ignore the system's Day/Night mode was added for Android 10+ so you can now have a light theme even when the system's theme is dark and vice versa.
  • Some Floating list menus' appearance positions was changed so they are closer to the initial tap position.
  • Fix a bug where imageAutoLoadNetwork and videoAutoLoadNetwork options was ignored and we would always load full media without wifi connection.
  • (4chan) Add new archive support - https://tokyochronos.net.
  • (4chan) Quotes to dead (e.g. >>1234567 (DEAD) ) posts can now be opened in an archive.
  • (4chan) Links to archives' threads can now be opened (e.g. https://archived.moe/a/thread/210467724/#q210467724 )
  • Reply notifications will now show the actual comment instead of generic "Reply from post X to post Y".
  • Fix couple of bugs related to bookmark info updating (sometimes we would not notify the UI that bookmarks have new information because of bugs in the mechanism that was trying to figure out where there is new information because we would only check the changes for the very last bookmark and not for all of them). Also fix a bug where a freshly added bookmark would stay in the "Loading..." state for some time.
  • Lots of other minor fixes.

Don't miss a new Kuroba-Experimental release

NewReleases is sending notifications on new releases.