summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/Settings.java
Commit message (Expand)AuthorAgeFilesLines
* Fixes to parent fragment names and other manifest issues.Amith Yamasani2011-09-251-0/+2
* Bring back the Android Beam settings panel.Jeff Hamilton2011-09-221-1/+1
* Foreground/background network stats pie chart.Jeff Sharkey2011-08-151-6/+6
* Follow framework API changesAdam Powell2011-08-021-1/+1
* Always use non-solid action bar theme.Jeff Sharkey2011-08-011-1/+1
* Add NFC sharing intent filter.Martijn Coenen2011-07-281-0/+1
* Merge "Use a different wallpaper fragment title from the preference item."Amith Yamasani2011-07-271-0/+13
|\
| * Use a different wallpaper fragment title from the preference item.Amith Yamasani2011-07-251-0/+13
* | Text instead of icons in account settings optionsGilles Debunne2011-07-251-8/+8
* | Merge "[Step 1] Add preference activities for spell checkers"satok2011-07-241-0/+1
|\ \
| * | [Step 1] Add preference activities for spell checkerssatok2011-07-251-0/+1
| |/
* / Updated: Wi-Fi p2p initial UI implementationrepo sync2011-07-241-0/+1
|/
* Upgrade Bluetooth pairing dialogs for ICS.Jake Hamby2011-07-151-1/+0
* No split action bar in screens with one actionGilles Debunne2011-07-111-1/+6
* Roaming and background controls under data usage.Jeff Sharkey2011-07-091-0/+12
* Changed Settings application themeGilles Debunne2011-07-081-1/+0
* Fixed intents to start Settings activitiesGilles Debunne2011-07-071-0/+3
* Implement new UI for IME settingssatok2011-06-301-1/+0
* Remove call settings menuDaisuke Miyakawa2011-06-281-3/+0
* Merge "Split ActionBar in Settings"Gilles Debunne2011-06-281-0/+5
|\
| * Split ActionBar in SettingsGilles Debunne2011-06-271-2/+7
* | Bug 4950070: correct title in SettingsGilles Debunne2011-06-271-3/+5
|/
* Bug 4879032: NPE fix when restarting Settings.Gilles Debunne2011-06-221-23/+24
* Merge "Split Location and Security settings."Gilles Debunne2011-06-211-1/+1
|\
| * Split Location and Security settings.Gilles Debunne2011-06-211-1/+1
* | Fixed Bluetooth availability test in SettingsGilles Debunne2011-06-211-3/+6
|/
* Settings refactoringGilles Debunne2011-06-211-45/+261
* Checkpoint of data usage UI, graphs and lists.Jeff Sharkey2011-06-091-0/+1
* Update to follow API change.Dianne Hackborn2011-03-181-2/+4
* Fix to launch sub-preference activities.Dianne Hackborn2011-03-151-0/+7
* Tabletize Device administrator screen and fix the layout for DeviceAdminAdd.Amith Yamasani2011-01-241-0/+1
* Add start-encryption intent filter to settingsAndy Stadler2011-01-211-0/+1
* Add WifiPickerActivity for PICK_WIFI_NETWORKDaisuke Miyakawa2011-01-171-1/+1
* Close scan screen when pairing and remove device when unpairing.Jake Hamby2011-01-121-1/+1
* Remove extra button bar.Amith Yamasani2011-01-121-1/+11
* Implement new design for settings of InputMethodssatok2010-12-171-0/+1
* Handle fragment breadcrumbs for deep-linked settings launches.Amith Yamasani2010-12-141-1/+109
* Move Voice input/output settings to Language & keyboardAmith Yamasani2010-12-101-1/+0
* Keep the settings title as "Settings" even if launching a shortcut.Amith Yamasani2010-12-091-2/+6
* Move Account & sync settings into Settings app.Amith Yamasani2010-12-011-0/+2
* Jump to top-level settings when launched from system bar or Settings shortcut.Amith Yamasani2010-11-161-0/+14
* Start fragmentizing battery usage.Dianne Hackborn2010-11-111-0/+1
* Bug fixes, UI flow improvements.Amith Yamasani2010-11-081-0/+1
* Create activity wrappers for settings launchable through intents or shortcuts.Amith Yamasani2010-11-041-3/+81
* Further manage apps fragmentization.Dianne Hackborn2010-11-011-1/+3
* Start fragmentizing Manage Applications.Dianne Hackborn2010-10-291-1/+14
* Remove singleTop, as it's causing serious problems on the phone. And...Amith Yamasani2010-10-051-2/+13
* Remove OnStateListener and FragmentStarter.Daisuke Miyakawa2010-09-281-13/+1
* Fix launching of specific settings.Amith Yamasani2010-09-281-0/+27
* Use PreferenceActivity and FragmentBreadCrumbs as they offer the same capabil...Amith Yamasani2010-09-211-323/+30