summaryrefslogtreecommitdiffstats
path: root/res/xml/settings_headers.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix Overview position in DrawerFabrice Di Meglio2014-02-051-4/+4
| | | | | | - makes "Overview" the first entry in the Drawer (it was still under Wireless and Networks) Change-Id: Iae425b885ea7b8ee611871a1739117341d1c94c1
* Use Drawer in Settings appFabrice Di Meglio2014-02-031-0/+7
| | | | | | | | | | | | | | | | | | | | - get rid of PreferenceActivity as much as we can and use fragments instead - add Drawer widget - add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL) - add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external call thru an Intent Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we would have two Home). Also, verified that: - the WiFi settings still work when called from SetupWizard - when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
* Offer to enable a print service after it is installed (Settings).Svetoslav2013-09-201-1/+1
| | | | | | | | | | | | | | The user has to explicitly enable a print service from the settings UI before using it. Usually, users very rarely if at all interact with print services, therefore all print service management task are performed from the print settings. We also have to get user consent warning that the user's data is about to be given to a third-party app. We now post a notification allowing the user to go directly to the settings screen to turn the service on. bug:10447510 Change-Id: Ibfb5368a09b1e012dd6dd0f3d33a5ad10e5ee00e
* Introduce 'Home' settingsChristopher Tate2013-09-131-0/+7
| | | | | | Bug 9958444 Change-Id: I868f5b7aa6ae9273b725cb96e80821a82569e7e0
* Merge "Implementing print settings as per UX spec." into klp-devSvetoslav2013-09-051-2/+2
|\
| * Implementing print settings as per UX spec.Svetoslav2013-09-041-2/+2
| | | | | | | | Change-Id: Iafe99a1e959472f893cf168d952d9dd19ff160c0
* | Add resources for light themeRussell Brenner2013-08-301-1/+1
|/ | | | | Bug: 10407819 Change-Id: Ie232b2d48a8d67355d7c31a878ebaa79aae7c44d
* NFC payment settings.Martijn Coenen2013-08-061-0/+7
| | | | | | First version, pending final UX. Change-Id: I357e900c3f2012b35814ae197c49a8c9b97b7148
* Remove Restrictions UIAmith Yamasani2013-08-061-8/+0
| | | | | Bug: 10200097 Change-Id: Ifaa8aaa9aa5ad17a948bf18f184a131295112a30
* Moved LocationSettings into location sub-packageLifu Tang2013-07-291-1/+1
| | | | Change-Id: I55b30df5b6889576539b8cb880e3032f417ddfd7
* Move accessibility settings to their own packageAlan Viverette2013-07-181-1/+1
| | | | Change-Id: I5822bf4a81f5ade4ee0649ed30c2daa40d7e8fe2
* Single-user restrictionsAmith Yamasani2013-06-251-0/+7
| | | | | | | | | New restrictions panel for restricting list of available apps for the user. Apps that support restrictions can also be configured here. Restrictions screen is PIN protected and will ask you to create a PIN the first time you use it. Change-Id: I7a5267df4272521ad80e6a8b6a18932d07179eb8
* Print - SettingsSvetoslav Ganov2013-06-211-0/+7
| | | | Change-Id: Id662a41fb189823c6d06aafc7e98996f3ef6c930
* Use new color avatar assetsAmith Yamasani2012-10-021-1/+1
| | | | | | Bug: 7204409 Bug: 7222997 Change-Id: Iac2c4ab2d7bf0090670573bf4c967f07abdf6f51
* move remaining dock settings into sound settings fragment.Chris Wren2012-09-241-7/+0
| | | | | Bug: 7016769 Change-Id: I21a7bf6140f7470dbb9bebeda1ebcc3f17c481c6
* Use UserManager instead of PackageManager for user managementAmith Yamasani2012-08-101-11/+15
| | | | | | | Show Accounts in secondary settings Move Users & restrictions to Device section Change-Id: Idcd7ed44801fe92c847cff81d11f3d6f6d06ba81
* UI to add a photo to a user's profile.Amith Yamasani2012-06-121-7/+7
| | | | | | Photo will be shown in user management screen and switcher. Change-Id: Icc0a39487daae13530fc1741780fb42fee0dada4
* Account types at toplevel of SettingsAmith Yamasani2012-06-041-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized Account settings to show account types at the top-level of Settings. Only account types that have accounts added are visible here. There is an Add account button to add a new account. Master sync toggle has moved to Data Usage screen in the overflow menu. It shows additional detail of the function of the auto-sync toggle when it is toggled by the user. Account type screen (ManageAccountsSettings) shows list of accounts of that type and any available authenticator settings. It additionally verifies any Intents can be resolved before showing the corresponding entry. This screen now shows last synced time for each account. You can now sync all accounts of a type by selecting Sync now in the Account type screen. Account Sync screen that shows the list of syncable items has minor tweaks: - "Last synced...", "Sync is OFF" - Doesn't show the authenticator settings here anymore. Bug: 6579937 Change-Id: I8139a4c992b525a3e1efc24d2d223c3f5caddc76
* User management screensAmith Yamasani2012-03-271-0/+7
| | | | | | | | | | | Customized Settings for restricted users - Only some top-level settings panels available User management - Primary user can add and remove users - User details screen to change name and list of enabled apps Change-Id: Ia6beb991b427197a4ec2724ca3c9222073f6cf7d
* Bug 5161247: More... is aligned with other main menu entriesGilles Debunne2011-08-221-1/+2
| | | | Change-Id: I813d9f674f1bcff940e5e57051e4ced8b56911a6
* Updated Settings iconsJustin Ho2011-08-091-4/+2
| | | | | | | Removed More wifi settings icon Bug: 5084184 Change-Id: I4ed948bd24544d512179765eb917f3932f60751b
* Limit the list of settings that can have shortcuts on home.Amith Yamasani2011-07-281-2/+2
| | | | | | | | Updated some strings as well, to be shorter. Bug: 5087499 Bug: 5082543 Change-Id: I1b38ceda377a6cf9fcb6cd000af2ec0c96b243bb
* Fixed titles that differ from their link titlesGilles Debunne2011-06-301-0/+1
| | | | Change-Id: Ifa7138a907a6adca05b8906b77f185c78583bff5
* Remove call settings menuDaisuke Miyakawa2011-06-281-11/+0
| | | | | | | It will be shown in Contacts app instead Bug: 4971637 Change-Id: I081708d4b2cf296d0e37dd20f6ac82f37438d9f0
* Refactoring in Settings/ApplicationsGilles Debunne2011-06-221-8/+22
| | | | | | | | | Battery, Development moved to main menu. Unknown sources moved to Security. Main menu links directly to ManageApplications. ApplicationSettings was kept in case an other app referenced it. Change-Id: I0271d4222cfc192f9235f21e06bf3b56f77db1a4
* Split Location and Security settings.Gilles Debunne2011-06-211-1/+8
| | | | | | Needs final icon for location. Change-Id: I8d826203c4d0ca4ae768f59ecdeae2700bad7c86
* Settings refactoringGilles Debunne2011-06-211-47/+68
| | | | | | Wifi and bluetooth pane refactored, main toggles moved to left pane. Change-Id: I42ea4cf3bdf24158f3c67e0dea311258206cd78a
* Move Voice input/output settings to Language & keyboardAmith Yamasani2010-12-101-8/+0
| | | | | Bug: 3267042 Change-Id: I127a2e9d11fb70283812e68979bdde3976e32cf9
* Move Account & sync settings into Settings app.Amith Yamasani2010-12-011-1/+1
| | | | | | Fragmentized some of the activities and moved buttons into the menu area. Bug: 3148844
* Fix 3201870: Move OwnerInfo settings to Location&Security.Jim Miller2010-11-301-8/+0
| | | | | | | | This moves OwnerInfo into Location&Security and adds the necessary logic to only show it in modes that make sense- Lock (when not disabled) and Unlock (pattern, pin, password). Change-Id: I3549dc4d956406aea3d63cd06d37bcea27a5b555
* Create activity wrappers for settings launchable through intents or shortcuts.Amith Yamasani2010-11-041-30/+26
| | | | | | Meta data specifies the fragment class and top-level header that it belongs to. Bug: 3127704
* Move classes related to input method to com.android.settings.inputmethodsatok2010-11-011-1/+1
| | | | | | - Updated proguard.flags Change-Id: I198761b0f0ad5288c8c807a7a3c2e965731fcee5
* Fix 3100926: Prevent proguard from stripping OwnerInfoJim Miller2010-10-151-1/+1
| | | | | | | This just renames OwnerInfo to OwnerInfoSettings so the existing proguard rule picks it up. Change-Id: Ie5682d77e8efe22a922bf750d4689cafd50e7a65
* Fix 3024528: Initial implementation of owner info to enable dogfoodingJim Miller2010-10-141-1/+9
| | | | | | | This is a quick UI implementation to allow owner info to be changed on LockScreen for dogfooding. Change-Id: I0dc781def594d1c921c44348c130f509798a71f4
* Use PreferenceActivity and FragmentBreadCrumbs as they offer the same ↵Amith Yamasani2010-09-211-0/+166
capabilities now. Also fix: 2997438 and a similar bug in Tether Settings Show + menu item for User Dictionary