TrianguloY

Results 158 comments of TrianguloY

Well, you can import the project and compile it, but of course this requires advanced knowledge with Android Studio and app development. Let me try to create and publish it...

Ok, this should do. - Download from here: https://github.com/TrianguloY/newsplus/blob/master/apk/InoReaderExtension_101_fix.apk (and press download) - Uninstall existing extension (the extension, not the news+ app. If you checked the 'don't show on launcher'...

A button will force you to use another finger. I think it's better to simply cancel seeking when you move the finger away from the bar (when the vertical distance...

> @TrianguloY To add to your suggestion, a good visual indicator would be if you start moving your finger away from seek bar, an X / close button would popup...

That's a good point. Maybe another alternative instead of a button would be to place a fading to black at the top/bottom of the screen, with an x in the...

@mcarare I was able to just reproduce it by opening the tab in desktop mode, opening a second heavy tab and navigating a minute or so there, and then switching...

I just tested the steps on a real device and they still reproduce the bug. This is NOT fixed. The alternate steps about closing and pressing undo, however, seem to...

There are two ways to do that (that I know): 1. Automatically build them with Github actions. The issue is that, in order to sign the apks, I will need...

> If certificate used to sign the app changes is mandatory to uninstall previous installed app to install the new one Exactly. Think of the certificate as the 'author' of...

Because play store doesn't use apks (they use aab, a different format). That's option 2 from my original post. > Manually build the apks on my computer and upload them....