summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make notification-shade-collapse-after-dismiss behaviour configurable.Danny Baumann2013-07-271-2/+0
| | | | Change-Id: Icbf706a582279b86d901fb727b58663713606521
* Lockscreen options : Camera/widgets toggleDanesh Mondegarian2013-07-031-0/+6
| | | | | | | As per https://jira.cyanogenmod.org/browse/CYAN-1243 this commit allows user to control visibility of widgets/camera on lockscreen. Change-Id: Idab2ff4f058e355a1e5936531d9a264b1fea16a1
* settings: Privacy Guard supportSteve Kondik2013-06-241-0/+1
| | | | | | | | * Add toggle to InstalledAppDetails to enable/disable privacy guard flag on a per-application basis. * Add toggle to enable privacy guard by default for applications. Change-Id: If03aa5319c520b6c4a78887f0f46ef1443ddaa83
* [2/2] Add triggers to change profile based on APJo De Boeck2013-06-141-0/+2
| | | | | | Add UI for configuring triggers to active profiles. Change-Id: I4903ef64d3eced687136a7dcf4d2048ce4b7ca63
* No back icon in action bar of APN Settingssmitha.x.smitha2013-06-041-1/+2
| | | | | | | | | | When entering the APN menu, the actionbar is missing a back icon allowing the user to go back to the previous pane. Added parentActivityName in ApnSettings, to enable action bar back icon. Change-Id: Iee8bb420f47c0e2c0d9a43739f534466abba30db
* Settings: Add Expanded desktop tile in QuickSettings (1/2)xavihernandez2013-04-041-0/+13
| | | | Change-Id: I42a7182859bd028c2e93f0c2fe0b6b5dee404cfa
* Restore the opt-out for stats.Steve Kondik2013-04-031-0/+8
| | | | | | | | * Apparently this is a bigger issue for a small number of extremely vocal users. We should respect their wishes, no matter how off-base their claims are in this context. Change-Id: I9eef9a65260ec4e360d398f80d610a198c09c915
* cmstats: Remove preferences and always enable statsSteve Kondik2013-03-311-8/+0
| | | | | | | | | | * Not having an accurate count of how many people are using CM is painful. I am making an executive decision to remove the opt-out and always turn stats on. The data is anonymized and there is nothing evil that can be done with it. The only purpose here is to tell us if we are a successful project or not. Change-Id: I915c5e824d4e15c05feb37a3d8ed911464b5d61b
* SECURITY FIX: Fix package uids being reused between uninstall and reinstall ↵Koushik Dutta2013-03-301-0/+15
| | | | | | | | of different packages. Policies for older packages were being granted to the newly installed package that got the recyled uid. Change-Id: I6c74cf6762e8da10e09d5cf5d94e9f826e47f24d
* Switch to new SuperuserKoushik Dutta2013-03-041-0/+65
| | | | Change-Id: I9d91392ad6fbc9953d19059ab59b91d214c00e0c
* Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-151-2/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AndroidManifest.xml res/values-de/strings.xml res/values-el/strings.xml res/values-es/strings.xml res/values-fi/strings.xml res/values-hu/strings.xml res/values-it/strings.xml res/values-iw/strings.xml res/values-nl/strings.xml res/values-ru/strings.xml res/values-zh-rCN/strings.xml res/values/strings.xml src/com/android/settings/ChooseLockGeneric.java src/com/android/settings/ChooseLockPatternTutorial.java src/com/android/settings/DeviceInfoSettings.java src/com/android/settings/Settings.java Change-Id: I275be467a401ad6dcc7966924358a5adb0773b75
| * Merge "Removing tutorial for choosing a pattern as part of b/7459863" into ↵Danielle Millett2012-11-301-2/+0
| |\ | | | | | | | | | jb-mr1.1-dev
| | * Removing tutorial for choosing a pattern as part of b/7459863Danielle Millett2012-11-211-2/+0
| | | | | | | | | | | | | | | | | | | | | Removing the tutorial that is shown the first time a user sets up a pattern as their lock type. Change-Id: If73c936e41458af729740fe5b178b9452c7dd2c0
| * | Merge "Add android.settings.DREAM_SETTINGS for Daydream settings." into ↵Daniel Sandler2012-11-301-0/+16
| |\ \ | | | | | | | | | | | | jb-mr1.1-dev
| | * | Add android.settings.DREAM_SETTINGS for Daydream settings.Daniel Sandler2012-11-271-0/+16
| | |/ | | | | | | | | | | | | Bug: 7480927 Change-Id: I5777f7c4aec9ad7d7eb9f7eeb882d2342cb481c3
| * | Avoid split action bar when it only has one item. DO NOT MERGE.Jeff Sharkey2012-11-291-3/+8
| |/ | | | | | | | | Bug: 7632944 Change-Id: I055564b4f8d2a3fc97346e13e1d8818196a8f988
| * Use AlarmManager calls to set date/time, instead of SystemClock.setTimeAmith Yamasani2012-11-151-0/+1
| | | | | | | | | | | | | | | | This way secondary users' settings app can request the system server to set the time. Alarm driver cannot be opened as a secondary user. Bug: 7459635 Change-Id: I1ae1630dc448021d35280a297c5d9960f8e8fc2e
* | QuietHours Tile (2/2)Danesh Mondegarian2013-02-071-0/+14
| | | | | | | | | | | | Allows user to toggle state of quiet hours Change-Id: I9d3234b993d250a7d43683b51c1c3254aaec262f
* | Settings: Add support for variable size pattern lockscreen (Part 2/2)Rowan Decker2012-12-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part 1: http://review.cyanogenmod.org/#/c/28533/ Forward port of: http://review.cyanogenmod.org/#/c/20614/ Add a menu to choose the pattern unlock screen size (currently 3x3 to 6x6) Default size is specified in the frameworks Patch Set 1+2: Initial port Patch Set 3: Use AOSP code style Patch Set 4: Fix copy/paste issue Patch Set 5+6: Comply with framework changes Change-Id: I5e3d1f8b19b7f5017c854ab9d28b459214f00949
* | Modify Changelog to fragmentNathan Grebowiec2012-12-201-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patchset 1) Initial commit (gweedo767) Patchset 2) Clean up XML and imports (gweedo767) patchset 3) removed setHasOptionsMenu (gweedo767) patchset 4) removed hardcoded string and one unneeded string (gweedo767) patchset 5) fix spacing in Manifest (gweedo767) Change-Id: Id39c3d44cf364b98bd8450db378d3dcfe7301fbb
* | QuickSettings: Added ProfileTile (1/2)Sven Dawitz2012-12-171-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see frameworks commit for details Patchset 2: using blunden's png resource making ProfileSettings reachable from the outside Patchset 3: The profile tile should not be available if profiles are turned off Side rant: I really hate manifest cleanups. i would wish for our settings not beeing such a mess and comply with fragments properly. Change-Id: I3e7bcce4b5f54b9bed065780779c9946a73936be
* | 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