aboutsummaryrefslogtreecommitdiffstats
path: root/cm
Commit message (Collapse)AuthorAgeFilesLines
...
* cmsdk: Update documentation for HAF permission.Adnan Begovic2015-09-011-1/+2
| | | | Change-Id: I0b02f23335d13a95abef31bd4cbe6fac7c7b5519
* cmsdk: Add permissions for ALARMS.Adnan Begovic2015-09-012-0/+34
| | | | Change-Id: Ibf8f8a51b97d4c90dcddb11f093e64d82b478f44
* cmsdk: Enforce cyanogenmod.permission.MODIFY_PROFILES for profiles.Adnan Begovic2015-09-013-3/+12
| | | | Change-Id: Id14bfd9b214b4f53960c55d8abab2764f990b1b6
* Automatic translation importMichael Bestas2015-09-0126-9/+137
| | | | Change-Id: I9dd6196fc0afa491fec0437e5a5d2fbe4d1ce4e2
* Add CMSettingsProvider and CMDatabaseHelperYvonne Wong2015-08-312-0/+20
| | | | | | issue-id: CYNGNOS-828 Change-Id: I01c08c0e432d6a941950a565e5ab6664664e2a7f
* cmhw: Add makeDefault arg to setDisplayModeSteve Kondik2015-08-201-5/+5
| | | | | | | * Already supported by the HAL and is necessary to sync state with the server side. Change-Id: I65148d5464dff8dbbee374387a01bcf13a945eb1
* Automatic translation importTom Powell2015-08-203-4/+20
| | | | Change-Id: Idef5fa989b78aeecd9aef65c823ab9fda8bdb919
* Automatic translation importTom Powell2015-08-206-4/+57
| | | | Change-Id: I17ad702060fc84c01e78013a05051ee3baf3bd43
* cmsdk: Add initial DisplayMode and AutoContrast support to CMHWSteve Kondik2015-08-191-0/+76
| | | | Change-Id: I71f3599c64c03efc4b090ea71e583c942d0c03c2
* cmsdk: Transplant CMHW into CMSDKSteve Kondik2015-08-193-0/+464
| | | | | | * Moving CMHW out of the framework and into CMSDK. Change-Id: I0b68b67d059e2310c83e253a9071d886ed6760cb
* profiles: Don't bind the keyguard until ActivityManager is upSteve Kondik2015-08-191-1/+7
| | | | Change-Id: I2f349d00c197cf5c4a492fb0892b3edd71479ea4
* Automatic translation importMichael Bestas2015-08-177-2/+44
| | | | Change-Id: Icbef018dbd659b913e2352065d5bfdc2f60d708b
* cmsdk: fix enabling/disabling keyguardRoman Birg2015-08-131-1/+43
| | | | | | | | | | | | | | We cannot create a new WindowManagerPolicy every time since the method isn't called from the main thread every time, which could lead to exceptions being thrown when trying to create PhoneWindowManager. Instead of creating a new policy, bind to the keyguard service on bind, and then pass it to the profile to operate on. Ref: NIGHTLIES-1640 Change-Id: I3ac58bfa534755eaa73890cc5ddf05987a7d0d8c Signed-off-by: Roman Birg <roman@cyngn.com>
* Automatic translation importTom Powell2015-08-121-0/+2
| | | | Change-Id: I589bde7ad1b8f0b4a62f2aa5f08b69b8e510b7b6
* Automatic translation importTom Powell2015-08-1110-0/+61
| | | | Change-Id: I0f93a645538f90e0e191e277de7f7237b3861909
* Automatic translation importTom Powell2015-08-101-0/+1
| | | | Change-Id: I7e45e55719b9c0afefa5c31084947b01e204fa35
* cmsdk: Dual SIM support on CM SDKJoao Figueiredo2015-08-063-0/+362
| | | | | Signed-off-by: Adnan Begovic <adnan@cyngn.com> Change-Id: I69b349853b0259582956744d9ddd99a187c10fff
* Add API to SettingsManager to set zen mode.Matt Garnes2015-08-063-0/+67
| | | | | | | | | | | | - Add a new permission cyanogenmod.permission.MODIFY_SOUND_SETTINGS. - Only allowed when the caller holds cyanogenmod.permission.MODIFY_SOUND_SETTINGS. - Allows the user to set zen mode to the off, priority interruptions only, or no interruptions modes. - For each mode change, the end condition will be set to null so that the mode remains active indefinitely. Change-Id: Id465509a8cc8d98953bf8cbe06cacff02b9f75a0
* Add SettingsManager.Matt Garnes2015-08-063-0/+168
| | | | | | | | | | | | | Add new APIs for changing a subset of system settings. Protected by cyanogenmod.permission.MODIFY_NETWORK_SETTINGS: - Add ability to toggle airplane mode on/off. - Add ability to toggle mobile data on/off. Protected by android.permission.REBOOT: - Add ability to shutdown or reboot the device. Change-Id: I5e943be11260c58afa664f1702c0ecb4413528fe
* Automatic translation importMichael Bestas2015-08-053-9/+10
| | | | Change-Id: Ibc89b531a5f4603643c7d2b43d4610069d7c8768
* cmsdk: Support deleteIntent and remove tiles when packages change.Adnan Begovic2015-07-311-0/+164
| | | | Change-Id: I488410296c7579870406ea8fe289cf0b2158ea80
* cmsdk: Create new setIcon method for utilizing bitmapsAdnan Begovic2015-07-311-2/+2
| | | | Change-Id: I123994af89fe435b9f4bc146056a237f1cecb939
* Automatic translation importMichael Bestas2015-07-2711-0/+198
| | | | Change-Id: I6dc975730af07f218b75edb2f0bc4616abc278ab
* Automatic translation importMichael Bestas2015-07-1918-0/+308
| | | | Change-Id: Ic3e483b4231fbec721d1e23984164aa37ddb1d1f
* cmsdk: Clear calling identity when resetAll is called.Adnan Begovic2015-07-141-0/+2
| | | | Change-Id: Id39eb18165d12a792c141dc44840a122d509dece
* cmsdk: fix cannot create handlerJorge Ruesga2015-07-132-4/+14
| | | | | | Change-Id: I34153f6199d46b7fa9a914efa38552b8d66c0c99 JIRA: NIGHTLIES-1532 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Automatic translation importMichael Bestas2015-07-1312-0/+99
| | | | Change-Id: I0c0bee3916767b92b42a616aef41e87d97ed1118
* CMSDK: Begin documentation and testing for profiles.Adnan Begovic2015-07-101-1/+1
| | | | Change-Id: I06c02f6aed63cfa0483376ae93a3f9a594aff201
* CMSDK: Utilize CMSDK_PACKAGE_ID.Adnan Begovic2015-07-101-2/+3
| | | | Change-Id: I98a995959226c1feaa0a6ece447e557857a84f99
* CMSDK: Introduce factored out resources from framework.Adnan Begovic2015-07-096-3/+91
| | | | Change-Id: I4193db99f3f883260354cde98366f94c608f6163
* Automatic translation importMichael Bestas2015-07-025-0/+71
| | | | Change-Id: Ib56e96268fbbb444d4cbfab7994a6913b96f1aa2
* CMSDK: Make sure to initialize ProfileTriggerHelper.Adnan Begovic2015-07-012-4/+161
| | | | | | OSS-JIRA: NIGHTLIES-1480 Change-Id: I48fbb350d96424b593858aca1b2343a79f298b0c
* CMSDK: Introduce Profiles API from frameworks.Adnan Begovic2015-06-251-0/+616
| | | | | | | Refactor to create a system service in secondary CM framework. Change-Id: Ic69da01d941bbd09271c260429d744f8e79ab7b9
* CMSDK: Update iconography for resource package.Adnan Begovic2015-06-232-0/+34
| | | | Change-Id: I6259d4dde7af32bb99263227bb93a5dee3a972d0
* Automatic translation importMichael Bestas2015-06-233-0/+53
| | | | Change-Id: I700fa5f8c4c8ec9964dbf78e5fc57718e1db04ef
* cmsdk: notify new listeners all registered custom tilesJorge Ruesga2015-06-141-0/+11
| | | | | | | If a new listener is created, then notified all custom tiles that was previously registered Change-Id: I9e8d9a1fa84d54b00ea7fd8ed400e172f17f06cc Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* cmsdk: customtiles: allow load resources from external packagesJorge Ruesga2015-06-141-3/+8
| | | | | | | | Saved the context passed to CustomTile.Builder in other to differenciate from the context used to publish the tile. This allow to load resources (icons) from other packages Change-Id: I8e40bc59a66f371f3a02f0182e25c6e9eca73c63 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Automatic translation importMichael Bestas2015-06-131-0/+25
| | | | Change-Id: I11386e177982008fb052829bdcfd9969145ef587
* Automatic translation importMichael Bestas2015-06-096-1/+52
| | | | Change-Id: I3ec69dfc486ec5b10461c3a8e8cf6ce60a24fa0b
* Automatic translation importMichael Bestas2015-05-3123-59/+92
| | | | Change-Id: I7456865cffd86c885403e4406dbfa405f477e86d
* Improve stringsMichael Bestas2015-05-251-4/+4
| | | | Change-Id: I65995f20e00b9b6068b3f93ae87da963e648d7fa
* Automatic translation importMichael Bestas2015-05-2413-0/+280
| | | | Change-Id: I4ff725cb306ba6371233bb7c3d3991e344821511
* CMSDK: Remove dead code.Adnan Begovic2015-05-181-3/+0
| | | | Change-Id: If08729e64271ed72545eddc8da3147f23c6f2d75
* Automatic translation importMichael Bestas2015-05-1613-0/+309
| | | | Change-Id: Icc92eb3452257cb6c4bbfc7c6558ba4708731a21
* Merge "Rename resource files" into cm-12.1Michael Bestas2015-05-132-0/+0
|\
| * Rename resource filesMichael Bestas2015-05-132-0/+0
| | | | | | | | | | | | No need for the cm_ prefix on non-AOSP projects Change-Id: I27360c49792093c90207950687ea4a61a9d8f3a3
* | CMSDK: Don't share a namespace with the library.Adnan Begovic2015-05-132-4/+4
|/ | | | | | | | | | | Otherwise PackageParser will skip you. W/ResourceType( 3077): ResTable_typeSpec entry count inconsistent: given 6, previously 1003 I/PackageManager( 3077): /system/framework/org.cyanogenmod.platform-res.apk changed; collecting certs W/PackageManager( 3077): Failed to parse /system/framework/org.cyanogenmod.platform-res.apk: Application package org.cyanogenmod.platform already installed. Skipping duplicate. Change-Id: Iddea111f4c9bbe69939266ce5c6902d176407b14
* Fix package name.Danny Baumann2015-05-132-4/+5
| | | | | | Package names must contain at least one period if they're not 'android'. Change-Id: I43658b30837efcaf099e8c02454154e9a57e1a91
* CMSDK: Make sure we're binding the correct permission for enforcement.Adnan Begovic2015-05-131-1/+1
| | | | Change-Id: Ie58b11cfa972f449bfc20b05f4b52b7cd28ab7d5
* CMSDK: Ignore subdir layer for resource package.Adnan Begovic2015-05-121-0/+3
| | | | Change-Id: Id31db92d222e2edb7cf4725b4fcc58a154db0d69