summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/accounts
Commit message (Expand)AuthorAgeFilesLines
* Use settings' theme when inflating account prefsd34d2016-02-051-1/+7
* Talkback improvements for Settings screens.Julia Reynolds2015-07-092-2/+22
* Fix accessibility for account syncJason Monk2015-06-252-7/+6
* Merge "Defensively load untrusted icons from account authenticator" into mnc-devRubin Xu2015-06-122-5/+9
|\
| * Defensively load untrusted icons from account authenticatorRubin Xu2015-06-082-5/+9
* | Fix some dark theme issues (Take 2)Jason Monk2015-06-041-1/+1
|/
* Add MDM app name under "Work" in Accounts section of Settings.Sudheer Shanka2015-05-011-5/+20
* log visibility of viewsChris Wren2015-03-275-2/+27
* Settings: Remove all unused imports.John Spurlock2015-03-181-4/+0
* Show confirmation when turning on "Phone calls/sms"Fyodor Kupolov2015-01-081-1/+2
* Remove call to deprecated getBackgroundDataSetting()Alexandra Gherghina2015-01-061-7/+2
* Merge "Modify account settings for better locale resolution" into lmp-mr1-devAlexandra Gherghina2014-12-032-6/+52
|\
| * Modify account settings for better locale resolutionAlexandra Gherghina2014-12-032-6/+52
* | [New RemoveAccount API in Settings App]:Simranjit Singh Kohli2014-11-191-7/+7
|/
* Fix NPE caused by status update outside activity lifecycleAlexandra Gherghina2014-11-172-5/+18
* Reorganize sync state menu options for accounts settingsAlexandra Gherghina2014-11-112-10/+9
* Update sync state immediately after accounts are shownAlexandra Gherghina2014-11-071-0/+5
* Save missing state in ConfirmAutoSyncChangeFragmentAlexandra Gherghina2014-11-041-0/+3
* Close account settings if there's no account to showAlexandra Gherghina2014-10-241-8/+11
* Merge "Fix bug #15730311 Checkboxes on R side should update to Quantum/Materi...Fabrice Di Meglio2014-10-172-32/+32
|\
| * Fix bug #15730311 Checkboxes on R side should update to Quantum/Material on/o...Fabrice Di Meglio2014-10-162-32/+32
* | Update Settings to use themed Context.getDrawable()Alan Viverette2014-10-102-2/+2
|/
* Add null check for sync authorities of an account typeAlexandra Gherghina2014-09-242-15/+24
* Fix crash when showing accounts.Kenny Guy2014-09-121-0/+1
* SECURITY: Prevent preference intents from exploiting settings.Carlos Valdivia2014-09-091-3/+48
* Merge "SECURITY: Don't pass a usable Pending Intent to 3rd parties." into lmp...Carlos Valdivia2014-09-081-2/+17
|\
| * SECURITY: Don't pass a usable Pending Intent to 3rd parties.Carlos Valdivia2014-09-071-2/+17
* | Merge "Obeying Settings.EXTRA_AUTHORITIES extra for SYNC_SETTINGS" into lmp-devAlexandra Gherghina2014-09-083-28/+55
|\ \ | |/ |/|
| * Obeying Settings.EXTRA_AUTHORITIES extra for SYNC_SETTINGSAlexandra Gherghina2014-09-053-28/+55
* | Use correct API for badgingAmith Yamasani2014-09-072-4/+4
* | Update Settings due to API changes.Svetoslav2014-09-042-5/+4
|/
* Code clean-ups following moving the managed profile under accountsAlexandra Gherghina2014-09-031-13/+6
* Fix Account Settings crashAlexandra Gherghina2014-08-181-1/+3
* Merge "Show managed profile under accounts rather than users" into lmp-devAlexandra Gherghina2014-08-081-90/+148
|\
| * Show managed profile under accounts rather than usersAlexandra Gherghina2014-08-111-90/+148
* | Fix updating view flow of Account Sync SettingsAlexandra Gherghina2014-08-081-2/+2
|/
* Move global sync settings dialogs to the right screenAlexandra Gherghina2014-07-291-6/+62
* Refactors listening logic in AccountSettingsAlexandra Gherghina2014-07-291-40/+64
* More User Settings improvementsAmith Yamasani2014-07-261-1/+1
* Checks if the right user has a restrictionAlexandra Gherghina2014-07-231-1/+1
* Revert "Revert "Move global sync settings to AccountSettings.""Alexandra Gherghina2014-07-223-227/+81
* Revert "Move global sync settings to AccountSettings."Alexandra Gherghina2014-07-223-81/+227
* Move global sync settings to AccountSettings.Alexandra Gherghina2014-07-223-227/+81
* Add account for managed userAlexandra Gherghina2014-07-171-11/+4
* Remove account for a managed userAlexandra Gherghina2014-07-171-2/+2
* Handle managing accounts for a managed profileAlexandra Gherghina2014-07-172-24/+69
* Handle choosing and adding accounts for a managed profileAlexandra Gherghina2014-07-175-22/+73
* Only show AccountSyncSettings when we have an accountAlexandra Gherghina2014-07-161-44/+48
* Remove old accounts tile, replaced by a separate screenAlexandra Gherghina2014-07-141-3/+2
* Merge "Retrieve resources from the corresponding profile"Alexandra Gherghina2014-07-091-2/+4
|\