History log of /packages/apps/Browser/src/com/android/browser/AccountsChangedReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
914c5591baeb86bf30a5bc28930071442a822d60 01-Aug-2011 Ben Murdoch <benm@google.com> Cache the application context instead of Activity.

When storing a reference to a Context, ensure that it's the
Application context rather than Activity Context.

Bug: 5084293

Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
/packages/apps/Browser/src/com/android/browser/AccountsChangedReceiver.java
2b00b825565a166e9969df25597c1df75ee28dac 11-Jul-2011 Kristian Monsen <kristianm@google.com> Releasing a SQLite cursor.

Fix for bug 5080615 StrictMode violation AccountsChangedReceiver - Cursor not closed

Not releasing the cursor is a strict mode violation,
see http://strictdroid.prom.corp.google.com/v/16e91826934896b11d2763d0dce226adf9cf5866

Change-Id: I53eaa2d7e2b3328dd69869e6e9fc24babc68aa48
/packages/apps/Browser/src/com/android/browser/AccountsChangedReceiver.java
5a77537f31715ac32112f47a569eded13dce5f1b 17-Jun-2011 John Reck <jreck@google.com> Delete bookmarks when sync account is removed

Bug: 4686176

Change-Id: I1d05cc72e1cf65d04eb7def4a72a2f83420bd345
/packages/apps/Browser/src/com/android/browser/AccountsChangedReceiver.java
749542ee3500a9060b0961de968f2634269f2845 27-May-2011 John Reck <jreck@google.com> Remove no longer needed sync settings/code

Now that we support multiple accounts, remove a bunch of
single-account management stuff

Change-Id: I2ae60f0a510ace48e14c97763145d4e5dd523dd1
/packages/apps/Browser/src/com/android/browser/AccountsChangedReceiver.java
9b8cd1e564984874f2a6f5cc9bdc68cda8aa15ce 26-May-2011 John Reck <jreck@google.com> Configure bookmark widget

Add a configuration step when adding the bookmark widget to
pick what account to use

Change-Id: I2be723c411ec5b9f32d6819a5e2e65995921a252
/packages/apps/Browser/src/com/android/browser/AccountsChangedReceiver.java
99c6d333106cc0fb3c028b5f8d1ff1f5cf726ca2 01-Feb-2011 John Reck <jreck@google.com> Get the widget off of startservice

Bug: 3379120
Now with drastically lower memory usage as well!

Change-Id: Iff16d2acceba3c8a983a51ec03a31a39ac6a12ed
/packages/apps/Browser/src/com/android/browser/AccountsChangedReceiver.java
267b6af7ee9f731f0da6ae0b27f015308671b835 19-Jan-2011 John Reck <jreck@google.com> Handle chrome sync account deleted case

Bug: 3337527, 3353260
Listens for changes to the system accounts and handles the case
of the chrome sync account being deleted. Also, enabling chrome sync
in the browser will now enable the browser sync in settings.

Change-Id: Iab2ed839fc5fc356a7a4d865965bfafcb39b4ee7
/packages/apps/Browser/src/com/android/browser/AccountsChangedReceiver.java