forked from nextcloud/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Login Flow & Splash screen customizations #72
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
Open
surinder-tsys
wants to merge
1
commit into
master
Choose a base branch
from
nmc/1982-login
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app/src/main/java/com/owncloud/android/authentication/AuthenticatorActivity.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/authentication/AuthenticatorActivity.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/authentication/AuthenticatorActivity.java
Outdated
Show resolved
Hide resolved
a93890c to
bfc571a
Compare
fce93ef to
1021465
Compare
1021465 to
0bd61dd
Compare
surinder-tsys
commented
Jul 19, 2023
| Log_OC.v(TAG, "onRestart() start"); | ||
| super.onRestart(); | ||
| mixinRegistry.onRestart(); | ||
| //Fix of NMC-2303 and NMC-2441 |
Author
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.
Remove the code once the upstreamed PR is merge by NC: nextcloud#11818
0bd61dd to
e4656da
Compare
e4656da to
70170d6
Compare
70170d6 to
e7361d9
Compare
e7361d9 to
d7fa23b
Compare
d7fa23b to
5f1e4bd
Compare
Closed
5f1e4bd to
77396bf
Compare
77396bf to
5b17f6c
Compare
5b17f6c to
8cb1687
Compare
9ba21ab to
18c4c5b
Compare
18c4c5b to
d3290d9
Compare
f97014e to
7abb9c9
Compare
7abb9c9 to
e0e727b
Compare
57600f7 to
a9a85a4
Compare
a9a85a4 to
55e7f44
Compare
bbf63fa to
39496b5
Compare
743d0bc to
796a341
Compare
796a341 to
c5ed126
Compare
c5ed126 to
386dc95
Compare
360c4bc to
a741ac7
Compare
a741ac7 to
1c4e256
Compare
66272ee to
4a4203a
Compare
4a4203a to
8468767
Compare
8468767 to
e36b7b1
Compare
13ec609 to
d9a6761
Compare
d9a6761 to
460e107
Compare
203f277 to
684da6a
Compare
684da6a to
69af08c
Compare
69af08c to
ac36edc
Compare
ac36edc to
7677de6
Compare
NMC-3250 -> opening login flow in internal webview instead of external browser. NMC-1885: Splash screen customized NMC-571 -- removed usesCleartextTraffic from Manifest. NMC-3773 -- close app on access denied error comes NMC-3964 -- fix app crash on logout for Xiaomi Android 15 devices NMC-3936 & NMC-3813 -- Enabled edge-to-edge for Api level 35. NMC-4351 -- fix redirection to login screen on timeout NMC-4743 -- fix logout crash from trashbin tab
7677de6 to
4013818
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NMC-1982: Login customization & opening login flow in internal webview
NMC-1885: Splash screen customizations
NMC-3773: Close app for Access Denied error
NMC-3964: fix app crash on logout for Xiaomi Android 15 devices
NMC-3936 & NMC-3813: Enabled edge-to-edge for API level 35.
NMC-4351: fix redirection to login screen on timeout
NMC-4743: fix logout crash from trashbin tab