arkon
arkon
Should be improved after #56
https://tachiyomi.org/forks/
@vatdaell Like what?
A lot of this is actually specific to how our repo in particular was set up. I'll take a pass at some point to make it more generic about what...
Perhaps it could default to storing it locally (the `unlimitedStorage` permission would help), with cloud syncing being opt-in with a note saying that it's limited to 1KB? Otherwise, you could...
@hharnisc I haven't been using Tabbie that much, so I certainly haven't been anywhere close to hitting the 1KB limit. Frankly, 1KB seems like a pretty big amount for JSON,...
More contingent on PiP availability nowadays, I guess.
For fullscreen, I can implement a JS interface method to toggle that. For downloading stuff, would it pass strings of text to a JS interface method?
Stubs for toggling fullscreen and downloading text added here: https://github.com/LiveTL/android/commit/05c8dc4c6211caf4524c650cab0face7511978e0 Let me know if the arguments aren't what you expected. I'll follow up later on sharing images in #23.
Interface changes are done, and fullscreen toggling is hooked up (although not tested).