Fabrice Di Meglio
ab58d933a7
Fix bug #3366401 (Accounts in "Add accounts" list should be sorted alphabetically)
...
- sort the account type list
Change-Id: Ibf1712dc75fabf144382648acc57d6f19fe0ac96
2011-01-18 18:30:14 -08:00
Fabrice Di Meglio
100d51fbe9
Fix bug #3333939 (Add secondary Account UI needs some love)
...
- sort the feed list in lexicographic order
Change-Id: Iab998624d9cb4154b32fe8e726b462c55e726687
2011-01-17 12:26:42 -08:00
Fabrice Di Meglio
ce9f77bb55
Fix for bug #3325868 (add accounts should not use the settings activity as part of its flow)
...
- suppress non needed AccountSyncSettingsInAddAccount class
Change-Id: I27ba9ea2d45a5e2c9ec1d2ed6033f6d68e100a3f
2011-01-07 17:47:59 -08:00
Amith Yamasani
855d216dd4
Unregister the listener in onStop() instead of onDestroy()
...
Bug: 3259661
2010-12-29 12:29:23 -08:00
Fred Quintana
043bcc04f3
fix the TooManyDeletes to show up again
...
It was moved so it was no longer in the location that
SyncManager expected. I fixed it by (a) moving it to the
SyncManager directory and by (b) changing the SyncManager to
refer to it by class rather than by class name, which means
it will now check for it at compile time, not run time.
Bug: 3289922
Change-Id: I93fb78432e66ff14e1f750b06f79425c457399c2
2010-12-17 11:28:11 -08:00
Fabrice Di Meglio
744b8af2fb
Merge "Fix bug #3248308 (On account set up, turn on sync for all apps by default; delay sync until after user selects Finish)"
2010-12-15 14:44:00 -08:00
Fabrice Di Meglio
31ffa0439d
Fix bug #3248308 (On account set up, turn on sync for all apps by default; delay sync until after user selects Finish)
...
- reuse code by making AccountSyncSettings work in two modes: either use SyncManager or not
Change-Id: I29fc6820aa41ad4689745ed97d38248474033e7e
2010-12-15 14:31:50 -08:00
Amith Yamasani
c948b16e73
Fix an NPE for monkey stability.
...
Bug: 3283484
2010-12-15 09:43:44 -08:00
Amith Yamasani
72aa19d1a5
Keep the settings title as "Settings" even if launching a shortcut.
...
Handle clicks on Settings icon in top-left.
Also fix a bug where Tethering settings was changing the title.
2010-12-09 06:07:50 -08:00
Amith Yamasani
564e68aece
Fix crash when removing account.
...
Bug: 3248351
2010-12-03 12:26:20 -08:00
Amith Yamasani
43c697854c
Move Account & sync settings into Settings app.
...
Fragmentized some of the activities and moved buttons into the menu area.
Bug: 3148844
2010-12-01 15:14:09 -08:00