Osten

Results 112 comments of Osten

> > dont do too much UI as all UI is currently being refacored > > What part of the UI are you referring to? the login system? yup

> Unfortunately it needs _some_ UI so the user can enter their username and password to access protected works on AO3; The total extent of this is just a setting...

An app wide cookie jar makes everything harder to debug and handle. Easier for us to be explicit with cookies for deterministic behavior. If you want sessions with cookies I...

do note that I removed the cookejar from mainactivity

1. DONT USE A FRAGMENT. use an alert 2. Your current code is crashing 3. Archive of our own Provider is reporting ratings higher than possible in qn you are...

> @LagradOst I'd like to clarify; I shouldn't make provider settings a menu of its own? shit forgor to reply, but I want to show an Alert for settings, it...

Understandable, have a great day

You cant just add an url and expect it to work, you have to write a script to scrape it. You can find the current sites here, 100-200 lines of...

if you look at the code lightnovelpub was removed due to cloudflare https://github.com/LagradOst/QuickNovel/blob/61d83d97f412b0af84e4fc7b6a357437f3908ff4/app/src/main/java/com/lagradost/quicknovel/util/Apis.kt#L37

This is due to an android security issue, not intentional but a bug due to security