History log of /packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9ed91a9539b6f685b63784cdc84ac41ad14fd988 13-Sep-2011 Makoto Onuki <omakoto@google.com> [Phone] Don't use custom shared preferences

Just use the app-wide default shared preferences, so that it'll read from the
cache rather than the filesystem.
The default shared preferences should be preloaded by
ContactsApplication.onCreate using a worker thread when Dialtacts needs it.

It was actually a strict mode violation causing something like > 100ms penalty,
but I assumed it was beacuse it was the first read and unavoidable.
I hadn't realized dialtacts had its own preferences.

I also fixed the social widget settings. Existing settings will all be
migrated.

Also fixed the log spew from SocialWidgetSettings.

Bug 5296990

Change-Id: Idb8e393ebfd6c77b14906ea4ee26dfd032da2770
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetSettings.java
3cceb3f9311d0f1c523fe264238aff5f0394ab32 05-Nov-2010 Daniel Lehmann <lehmannd@google.com> Fix widget loading and Loader leaks

Change-Id: I1b5a80383b3c56574598298683b4f88afe8121c0
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetSettings.java
9c11682392025146f28b946906df0c5288d3c903 01-Nov-2010 Brad Fitzpatrick <bradfitz@android.com> SharedPreferences commit -> apply

Change-Id: I5d453613000cbedbf75aa048bb8dd60bc07a454b
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetSettings.java
b93a26c62aef357e01080b574b9103babe6435b0 18-Oct-2010 Daniel Lehmann <lehmannd@google.com> Rename ContactSocialWidget to SocialWidget. Remove camelHumps from package

Change-Id: I73ad45dae896bb82b50b880b411741740185374d
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetSettings.java