History log of /packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3231afe95b9150c3f8f42cca3cc56b74f5f9ad95 24-Aug-2016 Rubin Xu <rubinxu@google.com> Prompt to turn on/unlock profile before showing account sync settings

Bug: 29087280
Change-Id: I39e175ab23d4f1071727fe9c0906e40da1e7aada
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
981e9a96dca1f7548dfc255d506f045b8c85beeb 14-Jul-2016 Tony Mak <tonymak@google.com> Disable instead of hiding add account preference

Bug: 29236399
Change-Id: Ieb1af7f31a54b1502ae99682fc423e37c86a2353
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
7232e4f7ee367c22eb8a1a6e8e5a984480af045c 25-May-2016 Andrew Sapperstein <asapperstein@google.com> More theming fixes.

Updated the importance seekbar to use colorAccent instead of a hardcoded
color.

Refactored the various gear icons to all use ic_settings (a rename of
ic_bt_config). Deleted the png version (ic_sysbar_quicksettings).

Cleaned up the add icon. Now there are two vector drawables (one white,
one tinted with the accent color). Deleted the existing pngs and updated
the usages to use one of the two vector drawables. Deleted the theme
attr for ic_menu_add that had no usages.

BUG: 28760785

Change-Id: Icd5561d5b3f5ddee8aab78a3da7daa2dca0e30e3
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
64f6d9896f4a7dea961698914177abc15e594f5b 03-May-2016 Tony Mak <tonymak@google.com> Add managed profile setting page

Bug: 28281560
Change-Id: I1187f834dd9d002ec898a7d343198025963d1c26
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
74bd0c87be78884a7b01396cdb1a140725ba32e4 19-Apr-2016 Jason Monk <jmonk@google.com> Fix account screen in split screen

Don't remove all prefs in on pause, because why would you...

Change-Id: I9139dabf917b05860e738dc0b2aa19df8f983a7e
Fixes: 27987782
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
e00cd80a1eea8aa6f2a1e021c9dfa7ee51856ba2 05-Apr-2016 Benjamin Franz <bfranz@google.com> Only try disabling quiet mode

The underlying API has slightly changed to require the profile
challenge if the profile that we're trying to enable hasn't been
unlocked yet.

Bug: 27764124
Change-Id: I9efb3d3ed49034b573abb4c18119ffadcccfe947
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
819f78e91b6d22dd260480622b10d23f367cae41 04-Apr-2016 Rubin Xu <rubinxu@google.com> Listen on new broadcasts for profile changes.

The change is due to API review comments on the platform side.

Bug: 27532254
Change-Id: Iacb87f97148ceead6bf1f1cc7a0671711698b061
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
9e9e63b7b3b31fcae7242eb07f528487e0913402 11-Feb-2016 Sudheer Shanka <sudheersai@google.com> Part3 - Don't add padlock if the restriction is not set by admin.

Bug: 26687435
Change-Id: Ibfea6d7d5bd32e7a05dcc2cc32b121c9e50b6a34
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
9d1bfd1e8de6e46137a9571507c03526880d6a46 27-Jan-2016 Chris Wren <cwren@android.com> port settings over to new metrics enum

Change-Id: I0b3efd2f4db773ccbc52bfe59ee8eb0dab9584fb
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
682a916836f5e108289a70579f671f9d4a880993 13-Jan-2016 Sudheer Shanka <sudheersai@google.com> Add padlocks to preferences that can be disabled by policy.

Change-Id: I43b6b5954ef6ec65b86d99321cabab9f49df842d
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
536b818133739f88f1f85dbdb9bd1f15f0186eb6 13-Jan-2016 Mahaver Chopra <mahaver@google.com> Added work mode in Settings->Accounts

Added work mode switch preference to enable work mode from within
settings. Already implemented in quick setting tiles.

Bug: 26533692
Change-Id: I16e530e2055f92a44bb2c00a2e124813e5e824f0
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
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/AccountSettings.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/AccountSettings.java
b7237a1457ccf49164e2574eea2018146f1cb2f5 18-Aug-2015 Julia Reynolds <juliacr@google.com> Index account settings for settings search.

Bug: 19390455
Change-Id: Ie55c46788b010dc920b06b38008baad3ed37600a
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
ce25af48383b26535ec07312ab0db6928bba1fe3 08-Jul-2015 Julia Reynolds <juliacr@google.com> Talkback improvements for Settings screens.

Bug: 21164141
Change-Id: I7444261ccf967f6db70c9fe44a00bd3f19ceb975
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
2d499533b70072a914542b84e9cc8bdb8aca78d8 03-Jun-2015 Jason Monk <jmonk@google.com> Fix some dark theme issues (Take 2)

Now with visible lock patterns! Both light and dark!

Bug: 21117509
Bug: 21077345
Bug: 21480587
Bug: 21621900
Change-Id: Ibcf822faf7cbc83be43d757e0a6a9432ef3346af
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
0488dc97686051d6cac744edb8a9d9c7ec477009 30-Apr-2015 Sudheer Shanka <sudheersai@google.com> Add MDM app name under "Work" in Accounts section of Settings.

Bug: 20024761
Change-Id: I3fe3fd6be8a2d96b36c402ea9bde8cc782797262
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.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/AccountSettings.java
dbbd4fca442dc507cd478f26c5dbd5a94085c4e3 29-Dec-2014 Fyodor Kupolov <fkupolov@google.com> Show confirmation when turning on "Phone calls/sms"

Added confirmation dialog, when turning on "Phone calls and sms" setting for
secondary users and guests.

Bug:15761405
Change-Id: I39b2181f0b5460db9a964c6883f053a6c6336622
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
62464b819e185ce4a1642442fcf4cc18a4932a78 11-Aug-2014 Alexandra Gherghina <alexgherghina@google.com> Modify account settings for better locale resolution

Bug: 16282173
Change-Id: I2ab861464cdbbb1c1b0a5a7231f960d8ed9e90c6
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
6911af1cbe3d08e5cb1403c064d154c6b9558e41 04-Nov-2014 Alexandra Gherghina <alexgherghina@google.com> Save missing state in ConfirmAutoSyncChangeFragment

Bug: 18117345
Change-Id: I5f176f330e51b23fe0935d435aa8bc3904e42d36
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
7f279cef11f1ae39a4c2386d004c8eef5180ab5b 24-Sep-2014 Alexandra Gherghina <alexgherghina@google.com> Add null check for sync authorities of an account type

This protects against a potential NPE if there are no sync authorities for
an account of a given type.

Bug: 17612697
Change-Id: Ifd34b5b7692cbcc8de78d353eedd284e499f954e
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
7b72e2835ba0745e263bb30ae92a32d93b2df6aa 12-Sep-2014 Kenny Guy <kennyguy@google.com> Fix crash when showing accounts.

Accounts page crashed when showing a disabled
manged profile.

Bug: 17486462
Change-Id: Iaaef23e135ee723bcf0d3101d85f9f0422b64c33
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.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/AccountSettings.java
e529bb9841b549afad7e732774a28be120339860 03-Sep-2014 Alexandra Gherghina <alexgherghina@google.com> Code clean-ups following moving the managed profile under accounts

Bug: 16234745
Change-Id: I7b4799157394a85a27610de7e059c846f77dda02
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
cd88c2f7c30fe58e523e93469dd1fc7a121320f3 18-Aug-2014 Alexandra Gherghina <alexgherghina@google.com> Fix Account Settings crash

Bug: 17020198
Change-Id: I9d4a18381ebb0f57a0e9917c3b7579b0a7feeaf4
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
83adb564de5ee7f6c3155f98befb2e449b7b4f6f 31-Jul-2014 Alexandra Gherghina <alexgherghina@google.com> Show managed profile under accounts rather than users

Also fixes overflow menu to update on remove/add managed profile.

Bug: 16234745
Bug: 16727076
Change-Id: I3283a8fa0096edfce5aad633e09ba3eed6d2174c
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
5ceddfaaf5baca550d448969c7b7494778ec3ea1 28-Jul-2014 Alexandra Gherghina <alexgherghina@google.com> Move global sync settings dialogs to the right screen

Bug: 16076571
Change-Id: I4ba01ece6e5054d699342ff2c1270fc2fc51c5a9
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
11b8bda93cf3acf3b699eeb479a99e09682a369d 23-Jul-2014 Alexandra Gherghina <alexgherghina@google.com> Refactors listening logic in AccountSettings

This is required to make sure that we do not leak broadcast receivers.
No user-visible changes are present.

Bug: 15466880
Change-Id: I90fcf9f8281a786948d862f48a3d7e7ac2bbe6ba
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
6d839875b74f1570e8807005c586298beb677413 22-Jul-2014 Alexandra Gherghina <alexgherghina@google.com> Revert "Revert "Move global sync settings to AccountSettings.""

This reverts commit 4869faf46559c54a34b969b5ae5391a208e723af.

Change-Id: I58df9b8161d711a9c0187af1f1a1dc279fb9d9ab
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
4869faf46559c54a34b969b5ae5391a208e723af 22-Jul-2014 Alexandra Gherghina <alexgherghina@google.com> Revert "Move global sync settings to AccountSettings."

This reverts commit 64fde6f4e9404a363f577a9fda424affcb5138e4.

Change-Id: I61940b6e2936c7c7f048af222602226e5588c268
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
64fde6f4e9404a363f577a9fda424affcb5138e4 09-Jul-2014 Alexandra Gherghina <alexgherghina@google.com> Move global sync settings to AccountSettings.

It also makes AccountSettings respond to the SYNC_SETTINGS intent, which
it is currently triggered by Calendar and could be triggered by Gmail.

Bug: 16076571
Change-Id: I2c55262a87e46ba88f36a90a2f8f27d08f88e851
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.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/AccountSettings.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/AccountSettings.java
07d036a5b2db8569e897adc8edf8748f596e5c81 10-Jun-2014 Adrian Roos <roosa@google.com> Fix master build

Change-Id: Iaad9a63c5971b506cf8052aba48364979ec69c78
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java
ba63597d5abc731195bc061b3c7009072224b43d 27-May-2014 Alexandra Gherghina <alexgherghina@google.com> Move personal account settings to a new screen.

This does not include work account settings.

Bug: 13656853
Change-Id: I105044f8261b1c656ed5053b3c02c02cfaae90d1
/packages/apps/Settings/src/com/android/settings/accounts/AccountSettings.java