summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Settings: Quick Settings customization (Part 1 of 2) WIP!DvTonder2012-12-131-0/+2
| | | | | | | | | | | | | | | | | | | This commit will alow configuring the Quick Settings tiles layout in Settings. Patchset 2 - Add QS Configuration UI (Danesh M) Patchset 3 - Bug fixes Patchset 4 - Cleanup - Sort supported tiles alphabetically - Add license headers Patchset 5 - Fix re-arrangement bug Patchset 6 - Add 'Static tiles' category and move Sound modes preference Patchset 7 - Add Note to Power widget explaining interaction with Quick Settings panel behaviour Patchset 8 - Whitespace derp Patchset 9 - Restore Settings tile to AOSP location Change-Id: I6239abb1b93f9d65072d16cc61954bb0140d4777
* LockScreen: allow long-press actions from hardware keys (2/2)jt11342012-12-111-0/+2
| | | | | | | | | | | | | | | | | | | | Allow following actions with button long-presses on lockscreen: - toggle flashlight (if available) - play/pause/next/previous track selection - toggle silent mode Allow customizing of back, menu, and home buttons. Search button events are completely ignored on the lockscreen. Auto-detect hardware keys, only show appropriate menu options based on the actual hardware keys available on the device (or completely hide if there are no hardware keys). Based largely on Danny Baumann's work from gingerbread. Ported from CM10 Change-Id: I36ea5eb7e93d68de872536dc6d7e93f99ba1621f
* Settings: Forward port Slider shortcutsDvTonder2012-12-091-1/+5
| | | | | | | | | | | | | Includes Change I683d9c22: Add the new lockscreen drawables to the picker list by Bjorn Lunden (blunden) Settings : Lockscreen targets alignment fix Add separate layouts for different layouts to fix alignment issues. Change-Id: I2453225e8a683244a1e11f0a8d3c18954ba5885f Change-Id: I155824abc0578d98d3e2f1f5c2dcde3fa7b2ef84
* Apn settings fixes / code maintainenceDanesh M2012-12-071-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends on : http://review.cyanogenmod.com/#change,13743 Cleanup unecessary resources and use global ones - This fixes the duplicate id issue currently causing apn's to be un-editable Bring the ui aspect of the preference up to speed with ics - Use ics highlight / layout...etc - Use fragments Patchset 5 : Remove theme for ApnEditor Use static access for variables Patchset 6 : Launch apn editor internally as a fragment Replace deprecated managedQuery with CursorLoader Change-Id: I069415b29846f30665ce76e52f04115d1b65e455 Conflicts: AndroidManifest.xml Conflicts: AndroidManifest.xml res/layout/apn_preference_layout.xml src/com/android/settings/ApnEditor.java src/com/android/settings/ApnSettings.java
* Settings: Forward port Performance settingsDvTonder2012-11-251-40/+49
| | | | Change-Id: Ib510b35fc2763c6942737afa33873aa5d349a173
* Settings: Add Updater and ChangelogDvTonder2012-11-251-0/+6
| | | | Change-Id: I8cf09962d9ba667bcdba78d7214fd6b5bb0feedc
* Settings: Forward port Power menu optionsDvTonder2012-11-241-0/+2
| | | | Change-Id: I7dbe78e14647a79966758b75f42eb05f5429d56a
* Add System menu and PowerWidget configuration support from mr0/10.0Ricardo Cerqueira2012-11-211-0/+6
| | | | Change-Id: I4c34812be0bc39dbe93e21a29682717ccf9c077f
* Add LED configuration support from mr0/10.0Ricardo Cerqueira2012-11-211-0/+3
| | | | Change-Id: I36cee9cc813bd0fc62c30c6e10c61bcd9a131bf6
* Bring in Profiles support from mr0Ricardo Cerqueira2012-11-211-0/+25
| | | | Change-Id: Icae838838ce2c34aec22c50f166b957205db8394
* Settings: Anonymous Statistics (CMStats)Danesh Mondegarian2012-11-201-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMStats is now integrated into settings. Patchset 2 : Set service's exported value to false Patchset 3 : Fix mismatched title for activity label Patchset 4 : Renaming of strings Cleanup New icons (Thanks to Markus Guidry) Patchset 5 : Change stats url Add header to Utilities and reformat Patchset 6 : Take into account unusual but possible use-cases Patchset 7 : Fix alarmManager + preference mismatch Patchset 8 : Update alarm setting (data calculation..etc) Avoid unecessary reset's Patchset 9 : Use unix timestamp instead (No converting back/forth) Change-Id: I25d8819e1d65413c516ed95c7038a1fe4a45d553 Settings : CMStats cleanup / Enabled by default Make the default/firstBoot behavior of stats similar to what was in cm7 Change-Id: I1243326bc9405e107114207817c30387b1681984 Fix OCD string Change-Id: Ice1b2c0c4882620eef774aca26b91a39d27f7b47
* New widget picker for keyguard widgetsMichael Jurka2012-10-311-0/+12
| | | | | | | | | | New layout for widget picker is still not up to final design, but this change prepares all the backend work Also, remove use of features filter from the picker, since this is being removed from the API Change-Id: I9b332e22cf34b98c20c720602c920d28aed01d6c
* Revert "Show warning dialog in a multiuser system when adding a new account."Amith Yamasani2012-10-051-1/+1
| | | | | | This reverts commit eb71f2689785bd43560afb04f8b2281c3f67f695 Change-Id: Iad4a6656e922c0d2dbd3dd349d1c24d597eab7f5
* Navigation fixes for SettingsAdam Powell2012-10-031-14/+15
| | | | | | | | | | | | | | | | | | | | Change quick-entry points to Settings to have taskAffinity="", excludeFromRecents="true", and no parentActivityName. This makes the various quick shortcuts more standalone; their task state does not persist and they have no Up navigation available. As most shortcuts do not launch these activities with FLAG_ACTIVITY_TASK_ON_HOME, Back will return the user to the previous task. This does not affect the "real" versions of these settings screens as navigated to through the front door of the Settings app; those screens are reached through SubSettings instances with specific fragments added. Bug 7276291 Change-Id: I7864437277601a3f6b6beded44a5edfd4636010c
* Support new ACTION_QUICK_CLOCK.Daniel Sandler2012-10-011-0/+1
| | | | | | | See change Ic561dbeb. Bug: 7264806 Change-Id: I8439f2c25614ef794e43f85196d3f95c188e8cce
* Make Settings shortcuts launch into the correct activity/fragment.Amith Yamasani2012-09-301-15/+15
| | | | | | | | | Bug: 6959454 Change the task affinities so that the shortcuts are not tied to Settings main task. Change-Id: I7729d17d8144a4a57f0d135fe80bdbd7af8dad01
* Show warning dialog in a multiuser system when adding a new account.Amith Yamasani2012-09-261-1/+1
| | | | | | Bug: 7207092 Change-Id: I95ac107dbc867490dd2e492291501fd3630d267c
* move remaining dock settings into sound settings fragment.Chris Wren2012-09-241-29/+0
| | | | | Bug: 7016769 Change-Id: I21a7bf6140f7470dbb9bebeda1ebcc3f17c481c6
* First draft of wifi display settings UI.Jeff Brown2012-09-191-1/+13
| | | | | | | | All of the functionality is in place but the UI is not fully polished yet. Bug: 7178216 Change-Id: Id76843bff05cc71e5c02a31bc97c7070d58fff10
* Watch for profile changes and push to user managerAmith Yamasani2012-09-131-0/+8
| | | | | | | | | If the contacts Me Profile changes, push a copy of the photo to user manager for user by the user switcher. Also use an async task to load the profile data. Change-Id: Ie784114622038ff14e3feb70f2ff51c372eecb3f
* Make manage apps UI multi-user aware.Dianne Hackborn2012-08-211-0/+3
| | | | | | The details screens still need some work. Change-Id: I850cc9ba9a8db7787fae629ae3cb6c6772c726f5
* Make Settings app aware of layout directionFabrice Di Meglio2012-07-241-1/+2
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
* Configure task affinity for main Settings activitiesAdam Powell2012-07-191-46/+46
| | | | Change-Id: Iae98093a186a125f21bf807dfb1acc1a1bf4184a
* Enable exported:true flag to ensure that intents from other applicationsKausik Sinnaswamy2012-07-161-1/+1
| | | | | | can be received Change-Id: Ic5f84b37d53b0fe122f011c6e4080d3a5744354f
* Fix discoverability timeout issues. (a) implement timeout logic (b) persist ↵Srikanth Uppala2012-07-161-0/+6
| | | | | | 'never timeout' after reboot (c) code cleanup Change-Id: Ia7a8611d7212b9201994034d17da1d18e106107b
* UI to add a photo to a user's profile.Amith Yamasani2012-06-121-0/+1
| | | | | | Photo will be shown in user management screen and switcher. Change-Id: Icc0a39487daae13530fc1741780fb42fee0dada4
* Add back a SYNC_SETTINGS screenAmith Yamasani2012-06-061-1/+11
| | | | | | | | | | | | | | | Revive the old Accounts&Sync screen as a dialog with the auto-sync checkbox and a list of accounts. This will be launched when Apps request a SYNC_SETTINGS page for controlling account and master sync. Auto-sync data checkbox will also continue to exist in Data Usage. Minor fixes to account list and account update monitoring. Bug: 6614013 Bug: 6622995 Bug: 6610247 Change-Id: I35c0919a29c6bc7e5edf64f2734a3ef4f5ae5e7a
* Account types at toplevel of SettingsAmith Yamasani2012-06-041-18/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Show keyboard selectively, do not listen on MCC/MNC changes, show text to user.Vikram Aggarwal2012-05-221-2/+2
| | | | | | | | | | Fix b/6531158 (Stop showing the keyboard) Fix b/6532201 (Stop removing the text view, and prompt the user with a message) Fix b/6155075 (Stop listening to MCC/MNC changes) Change-Id: Ibf8414fe57bdd0acf6c20f3194c52b168b9292c6
* Add UI to select multiple keyboard layouts.Jeff Brown2012-05-201-1/+1
| | | | | Bug: 6405203 Change-Id: I27ca4630aebcb39b83298d37d8fb3f4ef0080317
* Removed Accessibility tutorial and orphaned resources.alanv2012-05-181-12/+0
| | | | Change-Id: Ic96e002b04bed4c525fe959a3ad7e55d8709c75f
* Add seperate activity for setup wizard wifi picker to adjust themeMichael Kolb2012-05-181-4/+14
| | | | | | Bug: 6517721 Change-Id: I639122435161cd4816b82ab73f91ebbcd2df027e
* Wifi select screen redlinesRussell Brenner2012-05-161-2/+3
| | | | | | | | | Bug: 6458336 Use proportional layout when wifi settings is used by setup wizard Change-Id: I91f50df29b23b1bece9cbd65a1426f8bc8d7c7f7
* Restore look of Wi-Fi panel for Setup WizardRussell Brenner2012-04-251-1/+2
| | | | | | | | | As part of the Wi-Fi refresh, this CL hides the action bar, menu, and Settings icon in the context of the Setup Wizard. Dead code related to WifiSettingsForSetupWizardXL has also been removed. Bug: 5364589 Change-Id: Ib6716500153879b939a18a7007f1f6521b73890b
* New API to allow third-party apps to bind widgetsMichael Jurka2012-04-241-0/+10
| | | | Change-Id: Ieec9f247fdbfc02c2ad8f5bb7f6b9efe0669af84
* Update use of input manager API in settings.Jeff Brown2012-04-101-0/+1
| | | | Change-Id: I7aa033df8b5eec69cc6002b0bcc20b1d9902e4e0
* Merge "Specify up navigation behavior"Adam Powell2012-04-051-47/+98
|\
| * Specify up navigation behaviorAdam Powell2012-04-051-47/+98
| | | | | | | | | | | | Don't use the split action bar for manage apps Change-Id: I5587b8efe63858c4cb38197391245740c2a055ac
* | Add new settings UI to select keyboard layout.Jeff Brown2012-04-051-0/+13
|/ | | | | Bug: 6110399 Change-Id: Ib2758bdcdd6b271be402f46c56d41619dc7aecb9
* Fix crash due to lost activity.Vikram Aggarwal2012-04-021-1/+1
| | | | Change-Id: I9d0c2941bf3d725c506b15a738e6ab41678d76d1
* Add debug app / wait for debugger dev options.Dianne Hackborn2012-02-141-0/+3
| | | | | | Re-organize dev options a bit. Change-Id: I291b177c87cb8fb4bd8316d05aa6eadfaaf5f0d2
* Have the add dialog maintain state across screen rotationJean Chalard2011-12-211-0/+1
| | | | Change-Id: I44d61018e0ed4de32b0a8da3ecba999831987956
* Move adding word functionality to the new interfaceJean Chalard2011-12-071-0/+1
| | | | | | | Step 4 Bug: 5306641 Change-Id: I150fd93e9802e92b4cf084867f0a9d1bc382cdae
* Add the new add_word interface.Jean Chalard2011-12-071-1/+3
| | | | | | | This is step 2. The interface is not functional yet. Bug: 5306641 Change-Id: Idc8d07b883a17067f777c86d83994fb040b37c59
* Add a new activity for adding a user dictionary wordJean Chalard2011-12-071-1/+10
| | | | | | | This is step 1. Bug: 5306641 Change-Id: I69727f05df8f3455e6e734140f712ccf7881e5be
* Merge "Dismiss dialogs properly on closing." into ics-mr1Amith Yamasani2011-11-151-1/+1
|\
| * Dismiss dialogs properly on closing.Amith Yamasani2011-11-141-1/+1
| | | | | | | | | | | | | | | | Also make the invisible activity truly invisible (was showing a blue line behind the dialog). Bug: 5572140 Change-Id: I67b31f0682f189c7075011e0dd0660b0fbc543d9
* | Add compatibility aliases for shortcuts added to home screen in gingerbread.Amith Yamasani2011-11-141-9/+175
|/ | | | | Bug: 5016573 Change-Id: I1898b2f51216354829acca11e73186465f25ec32
* Merge "Wimax : 4G settings menu and 4G MAC address." into ics-mr1Robert Greenwalt2011-11-081-0/+2
|\
| * Wimax : 4G settings menu and 4G MAC address.tk.mun2011-11-071-0/+2
| | | | | | | | | | | | | | | | | | | | 1. Show the 4G menu. 2. Show the 4G MAC address 3. Execute 4G setting apk. Change-Id: I14adc4775d35afe3398ddba4fd91c739011a06fa Signed-off-by: tk.mun <tk.mun@samsung.com> bug:5486930