-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Archive of our own Provider #173
base: master
Are you sure you want to change the base?
Add Archive of our own Provider #173
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bit unsure if unfinished as not everything is used here, it seams to work at least
app/src/main/java/com/lagradost/quicknovel/providers/ArchiveOfOurOwnProvider.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/lagradost/quicknovel/providers/ArchiveOfOurOwnProvider.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/lagradost/quicknovel/providers/ArchiveOfOurOwnProvider.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/lagradost/quicknovel/providers/ArchiveOfOurOwnProvider.kt
Show resolved
Hide resolved
…/QuickNovel into users/syd/ao3-plugin
…/QuickNovel into users/syd/ao3-plugin
It's done and ready for merge on my end! |
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 in the settings menu. |
yes, just dont add anything extra |
It's ready for review/merge now |
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 think https://github.com/Blatzar/NiceHttp/blob/master/library/src/main/java/com/lagradost/nicehttp/Session.kt would work good enough for limited time cookies. At the very least please create your own cookie requests instance instead of an app wide change. |
do note that I removed the cookejar from mainactivity |
ready for review! |
@PrecociouslyDigital I tried the ao3 provider and tried to log in using the new provider settings, and it just crashed. also the search timed out. |
|
@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 is a sort of popup so you dont take up the entire page. Here is an example in cs3. This also makes it possible to show anywhere |
Gotit; I unfortunately will be busy until August so if you or anyone else wants to make these changes I'd be delighted. If not I'll try to get this in by Aug 15th |
Understandable, have a great day |
@PrecociouslyDigital this still in progresss, if not I'll try my best to finish it. I was going to add it ages ago since I wanted to add this for my crush |
This is no longer in progress sorry. Feel free to use it as a starting
point. Iirc every thing but logging in works.
…On Wed, Dec 6, 2023, 22:21 Sir Aguacata ***@***.***> wrote:
@PrecociouslyDigital <https://github.com/PrecociouslyDigital> this still
in progresss, if not I'll try my best to finish it. I was going to add it
ages ago since I wanted to add this for my crush
—
Reply to this email directly, view it on GitHub
<#173 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCZPZKYJOR2W2NGOGMKSY3YIFN6XAVCNFSM6AAAAAAY5JQCUKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBUGY4TCNRVHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
please add local source @LagradOst |
No description provided.