| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cmsdk: Add functional manual and unit tests for new setIcon | Adnan Begovic | 2015-07-31 | 7 | -0/+108 |
* | cmsdk: Create new setIcon method for utilizing bitmaps | Adnan Begovic | 2015-07-31 | 2 | -3/+105 |
* | cmsdk: Make sure we're writing ProfileTrigger values as typed array. | Adnan Begovic | 2015-07-31 | 1 | -2/+4 |
* | cmsdk: Fix Profile parceling for custom objects. | Adnan Begovic | 2015-07-30 | 1 | -15/+17 |
* | cmsdk: Update tests for recent builder changes. | Adnan Begovic | 2015-07-28 | 2 | -1/+1 |
* | cmsdk: Make sure we're defauling shouldCollapsePanel to true. | Adnan Begovic | 2015-07-28 | 1 | -1/+1 |
* | cmsdk: Update manual functional tests for shouldCollapsePanel. | Adnan Begovic | 2015-07-27 | 1 | -0/+2 |
* | cmsdk: Add unit tests for shouldCollapsePanel | Adnan Begovic | 2015-07-27 | 2 | -0/+28 |
* | cmsdk: Add method for shouldCollapsePanel. | Adnan Begovic | 2015-07-27 | 3 | -1/+30 |
* | Automatic translation import | Michael Bestas | 2015-07-27 | 11 | -0/+198 |
* | cmsdk: Hide PARCELABLE_VERSION constant which varies between releases. | Adnan Begovic | 2015-07-21 | 3 | -2/+1 |
* | cmsdk: Update api text for recent changes. | Adnan Begovic | 2015-07-21 | 2 | -4/+6 |
* | cmsdk: Add tests for StatusBarPanelCustomTile parceling. | Adnan Begovic | 2015-07-20 | 1 | -0/+94 |
* | cmsdk: Declare a parcelable header. | Adnan Begovic | 2015-07-20 | 10 | -124/+535 |
* | cmsdk: Make sure we're not including source from internal package. | Adnan Begovic | 2015-07-20 | 1 | -7/+11 |
* | Automatic translation import | Michael Bestas | 2015-07-19 | 18 | -0/+308 |
* | cmsdk: Update intent action extras to match new namespace. | Adnan Begovic | 2015-07-17 | 1 | -2/+2 |
* | cmsdk: Fix javadoc comment for CM_VERSION_CODES. | Adnan Begovic | 2015-07-17 | 1 | -1/+1 |
* | cmsdk: Update api files for intent action change. | Adnan Begovic | 2015-07-17 | 2 | -2/+2 |
* | cmsdk: Update PROFILE_PICKER intent action. | Adnan Begovic | 2015-07-16 | 1 | -1/+1 |
* | cmsdk: Clean up constant linking for javadoc. | Adnan Begovic | 2015-07-16 | 2 | -11/+11 |
* | cmsdk: Return UNKNOWN for impossible sdk ints. | Adnan Begovic | 2015-07-16 | 2 | -2/+14 |
* | cmsdk: Add documentation for validating API level. | Adnan Begovic | 2015-07-16 | 1 | -0/+20 |
* | cmsdk: Add copyright header for ProfileManagerTest. | Adnan Begovic | 2015-07-15 | 1 | -0/+16 |
* | cmsdk: Add functional manual test for custom uri publish tile. | Adnan Begovic | 2015-07-15 | 1 | -0/+12 |
* | cmsdk: Add unit tests for CustomTile parceling. | Adnan Begovic | 2015-07-15 | 1 | -0/+266 |
* | cmsdk: Add simple profile manager tests. | Adnan Begovic | 2015-07-15 | 1 | -0/+30 |
* | cmsdk: Add unit tests for Profile parceling. | Adnan Begovic | 2015-07-15 | 1 | -0/+204 |
* | cmsdk: Add unit tests for versioning with os.Build | Adnan Begovic | 2015-07-15 | 1 | -0/+59 |
* | cmsdk: Fix Profile parceling. | Adnan Begovic | 2015-07-14 | 1 | -36/+106 |
* | cmsdk: Add CMStatusBarManager and CustomTile.Builder tests. | Adnan Begovic | 2015-07-14 | 5 | -1/+241 |
* | cmsdk: Update profiles functional tests. | Adnan Begovic | 2015-07-14 | 1 | -0/+108 |
* | cmsdk: Clear calling identity when resetAll is called. | Adnan Begovic | 2015-07-14 | 1 | -0/+2 |
* | cmsdk: Add boysenberry to api text. | Adnan Begovic | 2015-07-13 | 2 | -0/+2 |
* | cmsdk: Name api level 2 as boysenberry. | Adnan Begovic | 2015-07-13 | 1 | -0/+6 |
* | cmsdk: fix cannot create handler | Jorge Ruesga | 2015-07-13 | 2 | -4/+14 |
* | cmsdk: Update api text files. | Adnan Begovic | 2015-07-13 | 2 | -0/+440 |
* | cmsdk: Target 2nd API level on documentation generation. | Adnan Begovic | 2015-07-13 | 1 | -3/+4 |
* | cmsdk: @hide everything relating to ProfileGroups, until complete. | Adnan Begovic | 2015-07-13 | 2 | -0/+6 |
* | cmsdk: Update profile settings documentation. | Adnan Begovic | 2015-07-13 | 3 | -4/+4 |
* | Automatic translation import | Michael Bestas | 2015-07-13 | 12 | -0/+99 |
* | CMSDK: Begin documentation and testing for profiles. | Adnan Begovic | 2015-07-10 | 13 | -96/+1680 |
* | CMSDK: Utilize CMSDK_PACKAGE_ID. | Adnan Begovic | 2015-07-10 | 1 | -2/+3 |
* | CMSDK: Introduce factored out resources from framework. | Adnan Begovic | 2015-07-09 | 7 | -4/+93 |
* | Automatic translation import | Michael Bestas | 2015-07-02 | 5 | -0/+71 |
* | CMSDK: Make sure to initialize ProfileTriggerHelper. | Adnan Begovic | 2015-07-01 | 2 | -12/+25 |
* | CMSDK: Introduce Profiles API from frameworks. | Adnan Begovic | 2015-06-25 | 8 | -0/+2546 |
* | CMSDK: Update iconography for resource package. | Adnan Begovic | 2015-06-23 | 2 | -0/+34 |
* | CMSDK: Only target specific packages for checkapi. | Adnan Begovic | 2015-06-23 | 3 | -37279/+10 |
* | CMSDK: Add SINCE API level for docs. | Adnan Begovic | 2015-06-23 | 1 | -0/+1 |