forked from nextcloud/android
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Login Flow & Splash screen customizations #72
Open
surinder-tsys
wants to merge
2
commits 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 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
surinder-tsys
added
custom
MagentaCLOUD customisation
approved
and removed
approved
labels
Apr 24, 2023
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
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
May 2, 2023 10:15
a93890c
to
bfc571a
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
July 6, 2023 10:15
fce93ef
to
1021465
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
July 19, 2023 20:05
1021465
to
0bd61dd
Compare
surinder-tsys
commented
Jul 19, 2023
@@ -109,7 +109,10 @@ protected void onNewIntent(Intent intent) { | |||
protected void onRestart() { | |||
Log_OC.v(TAG, "onRestart() start"); | |||
super.onRestart(); | |||
mixinRegistry.onRestart(); | |||
//Fix of NMC-2303 and NMC-2441 |
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
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
August 28, 2023 19:34
0bd61dd
to
e4656da
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
October 19, 2023 17:53
e4656da
to
70170d6
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
October 31, 2023 08:18
70170d6
to
e7361d9
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
December 27, 2023 13:55
e7361d9
to
d7fa23b
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
January 10, 2024 13:44
d7fa23b
to
5f1e4bd
Compare
Closed
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
February 14, 2024 08:17
5f1e4bd
to
77396bf
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
April 2, 2024 18:40
77396bf
to
5b17f6c
Compare
tobiasKaminsky
force-pushed
the
nmc/1982-login
branch
from
July 19, 2024 07:32
5b17f6c
to
8cb1687
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
August 5, 2024 06:52
9ba21ab
to
18c4c5b
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
August 12, 2024 13:04
18c4c5b
to
d3290d9
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
2 times, most recently
from
August 28, 2024 09:33
f97014e
to
7abb9c9
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
September 3, 2024 10:08
7abb9c9
to
e0e727b
Compare
surinder-tsys
changed the title
Nmc/1982 Login
Login Flow & Splash screen customizations
Sep 3, 2024
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
September 4, 2024 08:23
e0e727b
to
f10eb0d
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
September 13, 2024 03:29
f10eb0d
to
57600f7
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
October 9, 2024 09:37
57600f7
to
a9a85a4
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
November 6, 2024 07:16
a9a85a4
to
55e7f44
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
2 times, most recently
from
December 24, 2024 07:05
bbf63fa
to
39496b5
Compare
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
January 9, 2025 09:34
39496b5
to
743d0bc
Compare
…l browser. NMC-1885: Splash screen customized NMC-571 -- removed usesCleartextTraffic from Manifest.
surinder-tsys
force-pushed
the
nmc/1982-login
branch
from
January 9, 2025 09:39
743d0bc
to
796a341
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