-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement single request approval dialog for app access to Contacts a…
…nd Phone calls (#27) * 3-22-2020 edits (mostly accessibility issues) 1. fragment_communities_browse.xml - created horizontal/vertical constraints for recyclerview - added content description for FAB (Create New Community), for screen-reader accessibility 2. fragment_select_contacts_from... - FAB focusable true - added content descriptions - added fab margin to FAB for consistency 3. fragment_show_community.xml - added constraints to contacts_list 4. fragment_show_contact.xml - changed TextView to more descriptive default text 5. SelectContactsFromPhonebookFragment... - edited requestPermission to include both Contacts and Phone Calls - checks for both permissions in one dialog * Implemented dialog requesting both Contacts and Phone Calls at once * Implemented dialog requesting both Contacts and Phone Calls at once, included some accessibility fixes
- Loading branch information
1 parent
3488abe
commit 9f211b5
Showing
6 changed files
with
23 additions
and
10 deletions.
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
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