aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmsdk: Dual SIM support on CM SDKJoao Figueiredo2015-08-063-0/+399
* Add API to SettingsManager to set zen mode.Matt Garnes2015-08-062-0/+57
* Add AlarmClock support for CM DeskClock manipulation.Matt Garnes2015-08-062-0/+472
* Add SettingsManager.Matt Garnes2015-08-063-0/+190
* cmsdk: Expose ProfileTrigger constructor for third parties.Adnan Begovic2015-08-041-1/+19
* cmsdk: Clean up documentation.Adnan Begovic2015-08-032-4/+4
* cmsdk: Support deleteIntent and remove tiles when packages change.Adnan Begovic2015-07-311-0/+37
* Profiles: add LockModeSettingsRoman Birg2015-07-312-16/+203
* cmsdk: Add support for remote views in expanded stylesAdnan Begovic2015-07-311-0/+56
* cmsdk: Create new setIcon method for utilizing bitmapsAdnan Begovic2015-07-311-1/+103
* cmsdk: Make sure we're writing ProfileTrigger values as typed array.Adnan Begovic2015-07-311-2/+4
* cmsdk: Fix Profile parceling for custom objects.Adnan Begovic2015-07-301-15/+17
* cmsdk: Make sure we're defauling shouldCollapsePanel to true.Adnan Begovic2015-07-281-1/+1
* cmsdk: Add method for shouldCollapsePanel.Adnan Begovic2015-07-271-1/+26
* cmsdk: Hide PARCELABLE_VERSION constant which varies between releases.Adnan Begovic2015-07-211-0/+1
* cmsdk: Declare a parcelable header.Adnan Begovic2015-07-2010-124/+535
* cmsdk: Update intent action extras to match new namespace.Adnan Begovic2015-07-171-2/+2
* cmsdk: Fix javadoc comment for CM_VERSION_CODES.Adnan Begovic2015-07-171-1/+1
* cmsdk: Update PROFILE_PICKER intent action.Adnan Begovic2015-07-161-1/+1
* cmsdk: Clean up constant linking for javadoc.Adnan Begovic2015-07-162-11/+11
* cmsdk: Return UNKNOWN for impossible sdk ints.Adnan Begovic2015-07-161-2/+7
* cmsdk: Add documentation for validating API level.Adnan Begovic2015-07-161-0/+20
* cmsdk: Fix Profile parceling.Adnan Begovic2015-07-141-36/+106
* cmsdk: Name api level 2 as boysenberry.Adnan Begovic2015-07-131-0/+6
* cmsdk: @hide everything relating to ProfileGroups, until complete.Adnan Begovic2015-07-132-0/+6
* cmsdk: Update profile settings documentation.Adnan Begovic2015-07-133-4/+4
* CMSDK: Begin documentation and testing for profiles.Adnan Begovic2015-07-109-94/+1594
* CMSDK: Introduce factored out resources from framework.Adnan Begovic2015-07-091-1/+2
* CMSDK: Make sure to initialize ProfileTriggerHelper.Adnan Begovic2015-07-011-144/+0
* CMSDK: Introduce Profiles API from frameworks.Adnan Begovic2015-06-257-0/+1930
* cmsdk: customtiles: allow load resources from external packagesJorge Ruesga2015-06-142-6/+27
* cmsdk: fix customtile listener service registering logicJorge Ruesga2015-06-111-1/+1
* cmsdk: do not crash system if CustomTileListenerService isn't presentJorge Ruesga2015-06-092-10/+18
* CMSDK: Utilize a SparseArray instead of Map, avoid autoboxing.Adnan Begovic2015-06-081-4/+3
* CMSDK: Create versioning for platform SDK.Adnan Begovic2015-06-081-0/+67
* CMSDK: Document the capabilities of ExpandedStyles for CustomTile.Adnan Begovic2015-06-041-8/+144
* CMSDK: Create support for ExpandedStyles in CustomTiles.Adnan Begovic2015-06-041-3/+279
* CMSDK: Actually hide ThemeVersion.Adnan Begovic2015-06-051-0/+3
* Introduce Theme Versioning [2/2]Andy Mast2015-06-012-0/+241
* CMSDK: Hide CMContextConstants from docs.Adnan Begovic2015-05-271-3/+3
* CMSDK: Update code comments for permission changes.Adnan Begovic2015-05-192-8/+14
* CMSDK: Update implementation for permission declarations.Adnan Begovic2015-04-302-3/+19
* CMSDK: Update javadocs for onClick vs onClickUri.Adnan Begovic2015-04-301-2/+5
* CMSDK: Allow for a settings intent to be set by 3rd party.Adnan Begovic2015-04-291-0/+36
* CMSDK: Create means of removing tiles via listener interface.Adnan Begovic2015-04-292-0/+34
* CMSDK: Create Quick Settings Tile API.Adnan Begovic2015-04-2611-0/+1123