Uh oh!
There was an error while loading. Please reload this page.
AuthUI First-party support for Activity Result APIs - #1918
Conversation
Uh oh!
There was an error while loading. Please reload this page.
thatfiredev
commented
Mar 4, 2021
@jossiwolf Our GH Actions workflow is failing due to lint errors. You can run |
I swear checkstyle ran on my machine🤔😂 I'll upload a patch later! |
samtstern
left a comment
There was a problem hiding this comment.
I love it! Thanks @jossiwolf. Just see my comments on the one thread about the IntentBuilder thing and let me know what you you think.
Also as far as I can tell we can launch this in 7.2.0 right?
jossiwolf
commented
Mar 4, 2021
@samtstern Lovely, thanks for the quick review! Yup this should be ready to be launched with |
samtstern
commented
Mar 4, 2021
@jossiwolf I just changed this to target the As for snippets we can handle that when |
jossiwolf
commented
Mar 4, 2021
Oh perfect, I'll rebase that once CI went through successfully! |
Fragment 1.3.0 brings a fix that tackles FragmentActivity generating invalid request codes. By default, Activity 1.2.0 depends on lower fragment library versions so we force it to 1.3.0.
fb2e1c9 to
c430a42Compare
See #1916.
@samtstern, there are is a looot of internal code that could/should be migrated. Do you want that as part of this PR? It'd probably take a bit but it's up to you!
I'm guessing additional work in the snippets repo is needed, right?
I haven't written Java in quiiiite a bit so any feedback on Java code style is appreciated!
Cheers!