History log of /packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a7dde6b22f08d141642514cca908f1080fd46477 05-Oct-2011 Michael Kolb <kolby@google.com> Show IME when editing homepage URL

Bug: 5209206

Change-Id: I30020b97692aca30c09a68e92144828619ef4d59
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.java
961d35d6e9cd58d930d8572b91d7e0c9f928f1e8 23-Jun-2011 John Reck <jreck@google.com> Move most visited to set homepage

Bug: 4770245

Change-Id: If47b2f308ab3cd4b58dbcbf3a28cdb341481a885
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.java
b9b2a8290874e447444c7791647cbade915bc47d 27-May-2011 John Reck <jreck@google.com> Remove sync setting

Change-Id: I7719c82a3a63d8ac8022e70e3a7f7b4a814e304f
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.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/preferences/GeneralPreferencesFragment.java
35e9dd6283a2d65687104eb0b3a459c02dcb150b 25-Apr-2011 John Reck <jreck@google.com> Browser settings refactor

Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.java
10684eebf4299880ba94f43a5189c109ad969996 31-Mar-2011 John Reck <jreck@google.com> Fix widget update listener

Bug: 4193627
Just need to expand the lifecycle during which we listen for preference changes
Specifically, instead of listening between onResume and onPause, listen between
onCreate and onDestroy since the dialog that sets the preference will cause the
fragment to receive an onPause.

Change-Id: I531d2b082f3a9e0ffdbf1051bebb0f4c17e15c63
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.java
36225e975c22b79c14fd7a058dc7a01252738ce5 10-Mar-2011 John Reck <jreck@google.com> New Bookmark Import wizard

Bug: 3091551

Change-Id: Id5552cd9c6e0a833b46a23eaa226d89fb1ac226a
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.java
0b516ceb4ddf021c5ff044f05962190d0188979b 02-Mar-2011 John Reck <jreck@google.com> Only import bookmarks not associated with an account

Bug: 3501936

Change-Id: I3cd98d5e18d6085db1440655e4d90d65646c29b3
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.java
7726377098da1b8a48d66d557490084cdd52680d 10-Feb-2011 John Reck <jreck@google.com> Add account for Chrome Sync if none exist

Bug: 3408686

Change-Id: I0db1808930d7543eea97bffe67d02382b0bea3a2
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.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/preferences/GeneralPreferencesFragment.java
ade30dba17eff30c8b8e265a8193da40db54f87c 27-Jan-2011 John Reck <jreck@google.com> Fix STOPSHIP hardcoded string

Bug: 3396882

Change-Id: If8a415596f237392f20c1afd92ecaca89dafc7b9
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.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/preferences/GeneralPreferencesFragment.java
bf1d10af39eb23d68db69a8eda9e12e62f1a9682 17-Jan-2011 Dianne Hackborn <hackbod@google.com> Follow API changes.

Change-Id: I1003044245db558c0c2ccfabd06fb7a9b9c94403
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.java
035a56419c1d2562be1e86273ebfe4c43c4f0c66 22-Dec-2010 John Reck <jreck@google.com> Settings cleanup

Bug: 3259885
Cleans up the grouping of the settings and adds categories

Change-Id: I13666b36d8d55e0d9e17a732b5911a28a1223666
/packages/apps/Browser/src/com/android/browser/preferences/GeneralPreferencesFragment.java