summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove SELinux additions from public APIRicardo Cerqueira2013-07-182-0/+15
| | | | | | | | Change-Id: If2e076312b0e411145c1cd900f3ae20d998a0f24
* | Add APIs to allow Device Admins to change SELinux settingsJoman Chu2013-07-185-1/+328
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These calls, added to the Device Admin API, will allow Device Admin apps to change various SELinux settings, including: * Toggling SELinux enforcing and permissive modes * Toggle SELinux booleans * Load a new SELinux policy file (sepolicy) * Load new SELinux context files ({property,file,seapp}_contexts) In order to use these APIs, a Device Admin must first request USES_POLICY_ENFORCE_SELINUX, then become a SELinux Admin by calling setSELinuxAdmin(). All other set* calls relevant to SELinux are guarded by a check against whether the admin is a SELinux Admin. Otherwise, the style of the set* calls are very similar to the other calls setting device policy in the Device Admin API. That is, these calls change the Admin's internal state and then call a sync method to update the device's state to the Admin's state. Change-Id: I01f2a9084dfe7886087b1497070b0d7f2ad8476e
* | Added SELinux enforcing status and booleans keys to secure system settings.Stephen Smalley2013-07-181-0/+21
| | | | | | | | | | | | | | Conflicts: core/java/android/provider/Settings.java Change-Id: I01f2a9084dfe7886087b1497070b0d7f2ad8474e
* | Add seinfo parsing to PackageManagerService.rpcraig2013-07-1810-0/+602
|/ | | | | | | | | | | | | | | | | This patch set allows the PMS to parse the mac_permissions.xml file which contains the seinfo values. Each package that is installed on the device will be assigned an seinfo value based on policy. This seinfo value will help label the app process and data directory. Modifications also include, adjustments to ApplicationInfo.java to store the seinfo tag per package, adjustments to installd to communicate the seinfo tag to libselinux, and finally a set of unit tests. Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil> Change-Id: I61ad1ea12fb6a9a6d0b108ec163bc4bf4c954b58
* Framework base: Update italian translationrheeze2013-07-141-0/+4
| | | | | | More on Privacy Guard Change-Id: I0255c12414aa65e22aebf9b212a42005a6e5a17b
* Merge "Base: CS translation" into cm-10.1Marco Brohet2013-07-141-3/+6
|\
| * Base: CS translationOndrej Zima2013-07-081-3/+6
| | | | | | | | | | | | | | - added notification cancelation - unified Privacy guard translation Change-Id: Ie690f33ae7b85619454f83bdb6a6c9a1f7a8adae
* | Merge "Core: Update Polish translation" into cm-10.1Marco Brohet2013-07-141-0/+18
|\ \
| * | Core: Update Polish translationTomasz Popielarczyk2013-07-141-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | PS2: Added missing strings PS3: Fixed minor bug PS6: Added latest updates, some fixes Change-Id: I15aae5b7fce57f68f094f2615766cd552783f36b
* | | Merge "Frameworks-base : FR translation" into cm-10.1Danny Baumann2013-07-111-0/+2
|\ \ \
| * | | Frameworks-base : FR translationDelphin PETER2013-07-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -Add new translation Patch set 2 : correction Change-Id: Ia5f9e95d900ba2afa50592d43077186f86f1816c
* | | | Merge "Core: NL translation" into cm-10.1Danny Baumann2013-07-111-0/+2
|\ \ \ \
| * | | | Core: NL translationEddy Witkamp2013-07-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add permission that allows cancelling notifications from other apps. Change-Id: Iacef6b6aabd71b64afde1089c4820236485da6f6
* | | | | Merge "Also backup profiles file via backup manager." into cm-10.1David van Tonder2013-07-102-0/+35
|\ \ \ \ \
| * | | | | Also backup profiles file via backup manager.Danny Baumann2013-07-102-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id70cb1bce15b7de127e4291e9482ab3fd7270f9f
* | | | | | Merge "Add lockscreen rotation as an optional rotation setting (1/2)" into ↵David van Tonder2013-07-101-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | cm-10.1
| * | | | | | Add lockscreen rotation as an optional rotation setting (1/2)Kelly2013-07-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow the user to select wether or not to use the rotation settings for the lockscreen. This is dependent upon the rotation setting being checked. Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: Ibd7c69b0af1e0a7d91b985f2b21ea0b5bc619a70 JIRA: CYAN-339
* | | | | | | New Event: ACTION_NEW_OUTGOING_SMSKoushik Dutta2013-07-101-0/+19
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: I8be01ad6251ca25e4d00ebffd876bb6ce7f3c283
* | | | | | Merge "Fix requery behaviour of MemoryCursor." into cm-10.1Danny Baumann2013-07-091-1/+25
|\ \ \ \ \ \
| * | | | | | Fix requery behaviour of MemoryCursor.Danny Baumann2013-07-071-1/+25
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As we can't restore the contents of the cursor window, we need to keep it on deactivation so we can restore it on requery(). Change-Id: I06f688bbe9120c307bdc3ddbc3833416becdec82
* | | | | | Merge "FileUtils: add method to get UUID of a volume" into cm-10.1Steve Kondik2013-07-093-1/+54
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | FileUtils: add method to get UUID of a volumeDaniel Hillenbrand2013-06-173-1/+54
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I41b76c5e01c82a2f8e67b33133a76947877a2814
* | | | | | Merge "Make contacts app aware of blacklist being disabled (1/3)" into cm-10.1Danny Baumann2013-07-091-0/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Make contacts app aware of blacklist being disabled (1/3)Danny Baumann2013-06-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic59f370a6e78390c9b2b1510e0ec85b2f4af9146
* | | | | | Merge "core: SK translation" into cm-10.1Marco Brohet2013-07-081-1/+5
|\ \ \ \ \ \
| * | | | | | core: SK translationprescott662013-07-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia9df7c21ab20c7b20205ccb0b7de1935e38ee9c3
* | | | | | | Merge "frameworks_base: ES translations" into cm-10.1Marco Brohet2013-07-081-4/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | frameworks_base: ES translationsdjMesias2013-07-071-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie135371c38a93f97d96fad396a79800706706865
* | | | | | | Merge "Core & SystemUI: HU translation" into cm-10.1Danny Baumann2013-07-081-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Core & SystemUI: HU translationTamas Toth2013-07-071-0/+2
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: Ib977ef5e3aa77a16ad6c6b8987a0e4b93824a146
* | | | | | | Merge "Update German translation." into cm-10.1Danny Baumann2013-07-081-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Update German translation.Danny Baumann2013-07-071-0/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: I5a01819949e322a7bd144684352b7a2bbc4401f0
* | | | | | | Merge "Core: RU translation" into cm-10.1Marco Brohet2013-07-071-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Core: RU translationpvolkov2013-07-071-0/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I88f1ab6d0249315c5a807af10ae7d1afaab0cbe7 Patch set 2: Update translation Change-Id: Ic3c4ce6d314c00459a904a8dfa46402704d2954a Patch set 3: Fix typo Change-Id: Ia58de9fc9e7d9b969773663b3f3ebefe71cb9e87
* | | | | | | Add a delimiter between scheme and hostSelim Gurun2013-07-073-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6923539 Change-Id: I49aac145e8e80a5af7475cfe93ef4a353d2d3fe6
* | | | | | | Validate restored file paths against their nominal domainChristopher Tate2013-07-071-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 8460775 Change-Id: Ib16d740a001adf4f9cb9ccaa31066ac7cadfb430
* | | | | | | Notification cancellation fixes:Koushik Dutta2013-07-071-1/+1
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Permission should only allow cancellation of other app notifications, not enqueueing. Fix checkapi breakage. Change-Id: Idbcfd4617057984250dc4d4fa32ff55bfbb155e2
* | | | | | core: PT-BR update translationsGustavo2013-07-071-1/+4
|/ / / / / | | | | | | | | | | | | | | | Change-Id: I5700f6b7a6ffe9341af37a713eaf56c591cc6351
* | | | | Add permission that allows cancelling notifications from other apps.Koushik Dutta2013-07-062-0/+13
| | | | | | | | | | | | | | | | | | | | Change-Id: I055b17873e174f71174898a7649b1e221fd8c436
* | | | | Frameworks-base : FR translationDelphin PETER2013-07-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Add new translation Patch set 2 : correction Change-Id: I3eb5e163a214e5d8b545b72dd908a1e245a3827c
* | | | | Merge "Base: CS translation" into cm-10.1Danny Baumann2013-07-041-3/+6
|\ \ \ \ \
| * | | | | Base: CS translationOndrej Zima2013-07-011-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new perm - intercepting SMS - unified privacy guard translation Change-Id: I2abf86f339ad88fbae5407b2580458a72f6f82fb
* | | | | | Merge "Core: RU translation" into cm-10.1Danny Baumann2013-07-041-0/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Core: RU translationpvolkov2013-07-011-0/+5
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If8a8a0646c12abc8bbc5a45ea174229974c48232 Patch Set 2: Update translations Change-Id: I88d0fb8af7c0de9f3f98b102d1b9a85d2fb7bd65 Patch Set 3: Update translations Change-Id: Ie1c7db36fa1d8797bf8a829035fda85e3937d759
* | | | | Framework: AF TranslationsDvTonder2013-07-041-0/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: Idd7d65589ef07c58f6cbbe43fc32d99dcd43eaef
* | | | | Merge "Core: HU translation" into cm-10.1Marco Brohet2013-07-031-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Core: HU translationTamas Toth2013-06-301-0/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | PS2: Correcting... Change-Id: I3962a875e71348a4506a5409db4b2d357838ee30
* | | | Merge "Add option to hide music controls in lockscreen." into cm-10.1David van Tonder2013-07-021-0/+7
|\ \ \ \
| * | | | Add option to hide music controls in lockscreen.Danny Baumann2013-07-021-0/+7
| |/ / / | | | | | | | | | | | | | | | | JIRA:CYAN-1566 Change-Id: Iae3dd9914b1685c6bf1e39e421372ce0bdfb93cc
* | | | Merge "Add an option to allow a (subtle) notification vibration during ↵David van Tonder2013-07-023-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | calls." into cm-10.1