This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 246
Switch/Add servers without logging in/out #51
Open
kunall17
wants to merge
18
commits into
zulip:master
Choose a base branch
from
kunall17:patch-4
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.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
0e5ebec
Add Realm item to ZulipActivity Menu
kunall17 72da75c
Added SharedPreferences to store the realms
kunall17 2cb7684
Method to create a new Realm
kunall17 119848c
Method to switch the current realm
kunall17 2c0bd80
Added a DialogFragment for the list of Realms
kunall17 cafa69e
Switch realm on listView item click
kunall17 10ce13d
Switch realm method in ZulipActivity
kunall17 c7e510d
Added server Url, realmName editText to the login Activity
kunall17 eb244f7
Save realmName, serverUrl in asynLogin
kunall17 7dba755
Pass Server URL to HTTPRequest for logging in.
kunall17 da6713b
Save apikey, server to sharedPreferences while login
kunall17 362808e
Add new realm button code to realmDialog
kunall17 6e4d804
Change Title in LoginActivity if started from add realm
kunall17 194a581
Login through add realm in AsyncLogin
kunall17 d002428
Finish DevAuthActivity first then finish LoginActivity to login to Zu…
kunall17 034af89
Save settings for the new realm settings.
kunall17 e9b3926
Changed database name according to realm Position
kunall17 f21827d
Dismiss dialog after signing in Dev Auth Backend
kunall17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
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.
In what cases would username be null?
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.
It shouldn't be, as setEmail is being called always before this is called!