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