github K1rakishou/Kuroba-Experimental v0.2.12-beta
KurobaEx beta 0.2.12

pre-release4 years ago

What's new (short version):

  • Add video title and duration parsing for SoundCloud/Streamable links. All of the links parsing now works without any API keys because it now parses raw HTML pages instead of using API.
  • (4chan) Add a proper implementation of Cloudflare image preloader.

What's new (long version):

  • (4chan) Cloudflare image preloader. Now you don't have to click "Force Cloudflare to preload all images in a thread" for it to start working. You just need to enable it once and it will be working automatically (you can find the setting in the experimental settings category). It now preloads all currently visible images + a couple of images outside of the screen (it's similar to how media prefetching works). Like it was already said before, almost no additional traffic is used because only HEAD requests are sent (which are pretty light weight, like a hundred of bytes at most), most of the work is done by Cloudflare. Also image preloading now also works in image viewer (it preloads currently opened image and 4 following or 4 previous images (or 2 from both sides) depending on the swipe direction).
  • Links parsing can now be tuned to work when WiFi is turned on/off or to completely disable it (like before). It is done like this because raw page HTML is now used to get video title/duration and some services have really huge HTML pages (like youtube's video page may take like 500KB) and this may gradually consume network traffic. All link's information is cached locally so you only preload this info once per link.
  • Added a setting to set the width of bookmark when using grid mode on the bookmarks screen (You can find the setting on the Bookmarks screen in the three dots menu).
  • Fix couple of crashes when we were trying to access methods of some manager classes which were not fully initialized yet.
  • (4chan) When redirecting a thread to an archive it will use the current thread's scroll position instead of opening it the the very top.
  • Image viewer gesture setting was split into two separate settings. You can now set separate actions for swipe up/swipe down gestures or even disable them completely (you can find the settings in the image viewer's three dots menu).
  • Added a new default theme with neutral (gray) colors for people with phones where it's impossible to set colors for some UI elements (like text selection's handles) so they won't see a debug (magenta) color anymore.

Don't miss a new Kuroba-Experimental release

NewReleases is sending notifications on new releases.