b280b0a892bf258e68ed5483f93f91da20e0103d |
|
18-Nov-2015 |
Tony Mantler <nicoya@google.com> |
Move AnimatedImageView and AuthenticatorHelper to SettingsLib Change-Id: I51d5711b0e626b5e7f83af985d02090480085ac7
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
39b467482d1bf256a111c757e9b7621c6f523271 |
|
10-Sep-2015 |
Jason Monk <jmonk@google.com> |
Depend on support lib preferences Bug: 24576551 Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
8a963babe2e36b7a41f77b8d2598c97658196e58 |
|
20-Mar-2015 |
Chris Wren <cwren@android.com> |
log visibility of views Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
af0d9540c26ee1cf79606dc524dbfd70342d2b06 |
|
03-Sep-2014 |
Alexandra Gherghina <alexgherghina@google.com> |
Obeying Settings.EXTRA_AUTHORITIES extra for SYNC_SETTINGS Bug: 17188306 Change-Id: I00481c6c4f346b6f4037554296735f4323cbbcfb
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
7c81c1d1afd57e61eb4b3000a952f95aa9782c64 |
|
01-Jul-2014 |
Alexandra Gherghina <alexgherghina@google.com> |
Handle managing accounts for a managed profile Bug: 15466880 Change-Id: Icf0e06c954269426b500f0e5fbcdf3346c59eb9d
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
7d748c0267b7d499309464ebae168be01e136b4c |
|
27-Jun-2014 |
Alexandra Gherghina <alexgherghina@google.com> |
Handle choosing and adding accounts for a managed profile The user id can now be passed through the app as a fragment argument. Bug: 15466880 Change-Id: I0e2be20551b4ec8c9226640ac74ea74115156ccd
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
1eb3f316bd20c5d3e816876229c05bcf9f0c712c |
|
10-Jun-2014 |
Alexandra Gherghina <alexgherghina@google.com> |
Handle forwarded intents from a managed user in AccountSyncSettings Bug: 15466880 Change-Id: I4041b69f237033dbe5b78c8eb52f5e6ebb6ff7f7
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
3939cd70b1605eff9ac6cfa213b73a49283e134a |
|
04-Jun-2014 |
Alexandra Gherghina <alexgherghina@google.com> |
Add work account settings. Bug: 15467756 Change-Id: I13b5a0bb3967611d0d24b575bfc15d9bfaad4cfa
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
1eb528318cdeb5c5ff1be469435538dad133882b |
|
03-Jun-2014 |
Alan Viverette <alanv@google.com> |
Fix theme resolution in account preferences BUG: 13341461 Change-Id: Idb42ad4026d63900b62f911782e07092216d906e
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
263bcc8b732dbb47d3ce63904e0e05191fabbad6 |
|
18-Jan-2014 |
Fabrice Di Meglio <fdimeglio@google.com> |
Use Drawer in Settings app - get rid of PreferenceActivity as much as we can and use fragments instead - add Drawer widget - add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL) - add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external call thru an Intent Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we would have two Home). Also, verified that: - the WiFi settings still work when called from SetupWizard - when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
d1ab82807aae63926b35f66080a1f7a75c00b95b |
|
18-May-2012 |
Amith Yamasani <yamasani@google.com> |
Account types at toplevel of Settings Reorganized Account settings to show account types at the top-level of Settings. Only account types that have accounts added are visible here. There is an Add account button to add a new account. Master sync toggle has moved to Data Usage screen in the overflow menu. It shows additional detail of the function of the auto-sync toggle when it is toggled by the user. Account type screen (ManageAccountsSettings) shows list of accounts of that type and any available authenticator settings. It additionally verifies any Intents can be resolved before showing the corresponding entry. This screen now shows last synced time for each account. You can now sync all accounts of a type by selecting Sync now in the Account type screen. Account Sync screen that shows the list of syncable items has minor tweaks: - "Last synced...", "Sync is OFF" - Doesn't show the authenticator settings here anymore. Bug: 6579937 Change-Id: I8139a4c992b525a3e1efc24d2d223c3f5caddc76
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
d26321eecb481528c5e54a608f2f3c4cc26d8a77 |
|
14-Feb-2011 |
Brian Carlstrom <bdc@google.com> |
Tolerate missing AccountManager resource, not just missing resource name Change-Id: I29ceed33a9cc8e697bfd3226f6ec58291c36daae
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|
43c697854c7e373fbc1dae8b7a5259a32de346b4 |
|
01-Dec-2010 |
Amith Yamasani <yamasani@google.com> |
Move Account & sync settings into Settings app. Fragmentized some of the activities and moved buttons into the menu area. Bug: 3148844
/packages/apps/Settings/src/com/android/settings/accounts/AccountPreferenceBase.java
|