Skip to content
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

Get Bridge Dialog Improvements #161

Merged
merged 5 commits into from May 21, 2018
Merged

Get Bridge Dialog Improvements #161

merged 5 commits into from May 21, 2018

Conversation

bitmold
Copy link
Collaborator

@bitmold bitmold commented May 19, 2018

The Intent generated to handle the email request would actually just open up any application that supported the MIME type type/rfc822 instead of just mail clients. On my device a bunch of other apps were available for me including Signal and a System Bluetooth app.

Launching the email Intent before this PR:
bad-email-dialog

Launching the email Intent with the changes introduced in this PR:
image

Additionally, the AlertDialog for this feature uses a custom layout that is not needed. By removing the custom dialog layout from the project the dialog looks prettier (and more line with Material Design guidelines) and we have less xml hanging out in our codebase.

Dialog Before PR:
image

After PR:
image

Finally, I formatted some code and touched up some of the UI Strings in an effort to have a cleaner codebase and UX.

@bitmold bitmold changed the title et bridge dialog improvement Get Bridge Dialog Improvements May 19, 2018
@n8fr8 n8fr8 merged commit a608a96 into guardianproject:master May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants