summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve reporting to apps of transaction too large failures." into mnc...Dianne Hackborn2015-05-222-0/+2
|\
| * Improve reporting to apps of transaction too large failures.Dianne Hackborn2015-05-212-0/+2
* | Merge "Use factory methods for RestrictionEntry" into mnc-devFyodor Kupolov2015-05-222-2/+4
|\ \
| * | Use factory methods for RestrictionEntryFyodor Kupolov2015-05-212-2/+4
* | | Merge "Indicate failed scans with EXTRA_RESULTS_UPDATED" into mnc-devVinit Deshpande2015-05-222-0/+2
|\ \ \ | |_|/ |/| |
| * | Indicate failed scans with EXTRA_RESULTS_UPDATEDVinit Deshpande2015-05-212-0/+2
* | | Merge "Add API to track usage time of apps." into mnc-devDianne Hackborn2015-05-222-0/+8
|\ \ \
| * | | Add API to track usage time of apps.Dianne Hackborn2015-05-212-0/+8
* | | | Clean remaining API related issues.Selim Gurun2015-05-212-14/+4
|/ / /
* | | Merge "Fix AudioTrack, AudioRecord, AudioFormat API" into mnc-devAndy Hung2015-05-202-8/+10
|\ \ \ | |_|/ |/| |
| * | Fix AudioTrack, AudioRecord, AudioFormat APIAndy Hung2015-05-202-8/+10
* | | Merge "Add Carrier Presence to CP2: Phone" into mnc-devEtan Cohen2015-05-202-0/+4
|\ \ \
| * | | Add Carrier Presence to CP2: PhoneEtan Cohen2015-05-042-0/+4
* | | | Allow DO/PO to go back to normal permission state.Svet Ganov2015-05-202-2/+8
* | | | Hide ProviderStatus and Authentication APIsBrian Attwell2015-05-202-34/+0
| |_|/ |/| |
* | | Merge "Undeprecate android.net.ProxyInfo as it's still used." into mnc-devPaul Jensen2015-05-202-2/+2
|\ \ \ | |_|/ |/| |
| * | Undeprecate android.net.ProxyInfo as it's still used.Paul Jensen2015-05-192-2/+2
* | | setCallbackType should be public for onlost/onfound apisPrerepa Viswanadham2015-05-191-0/+1
* | | Merge "Add enable/disable properties to phone accounts." into mnc-devSantos Cordon2015-05-192-1/+3
|\ \ \
| * | | Add enable/disable properties to phone accounts.Santos Cordon2015-05-192-1/+3
* | | | Fix issue #20679383: Add text style to assist.ViewNode...Dianne Hackborn2015-05-192-0/+2
| |/ / |/| |
* | | Merge "Hide floating toolbar when user interacts with screen." into mnc-devAbodunrinwa Toki2015-05-192-0/+6
|\ \ \
| * | | Hide floating toolbar when user interacts with screen.Abodunrinwa Toki2015-05-192-0/+6
| |/ /
* | | Merge "Remove screenshot APIs." into mnc-devDianne Hackborn2015-05-192-4/+0
|\ \ \
| * | | Remove screenshot APIs.Dianne Hackborn2015-05-182-4/+0
* | | | Merge "Do not report WiFi and Bluetooth MAC addresses - framework." into mnc-devSvet Ganov2015-05-191-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Do not report WiFi and Bluetooth MAC addresses - framework.Svet Ganov2015-05-181-0/+1
| |/ /
* | | Merge "Rename file descriptor listener API." into mnc-devJeff Brown2015-05-182-18/+16
|\ \ \
| * | | Rename file descriptor listener API.Jeff Brown2015-05-152-18/+16
* | | | Add Configuration data for round displaysAdam Powell2015-05-182-0/+12
* | | | Merge "Make PlaybackParams parcelable" into mnc-devJae Seo2015-05-182-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Make PlaybackParams parcelableJae Seo2015-05-182-2/+8
* | | | Hide platform platform legacy permissions behind a menu option - framework.Svet Ganov2015-05-161-0/+1
|/ / /
* | | Merge "Create unified BIND_CARRIER_SERVICES permission" into mnc-devZach Johnson2015-05-152-4/+4
|\ \ \
| * | | Create unified BIND_CARRIER_SERVICES permissionZach Johnson2015-05-142-4/+4
* | | | Merge "MediaDrm API Updates per api council review" into mnc-devJeff Tinker2015-05-152-22/+22
|\ \ \ \
| * | | | MediaDrm API Updates per api council reviewJeff Tinker2015-05-152-22/+22
* | | | | Merge "Rename PostMessageToMainFrame to PostWebMessage" into mnc-devSelim Gurun2015-05-152-2/+2
|\ \ \ \ \
| * | | | | Rename PostMessageToMainFrame to PostWebMessageSelim Gurun2015-05-152-2/+2
* | | | | | Remove "encrypt at rest" flag from new AndroidKeyStore API.Alex Klyubin2015-05-152-8/+0
|/ / / / /
* | | | | Merge "Change AudioDevicesInfo.getFormats() to getEncodings()." into mnc-devPaul McLean2015-05-152-2/+2
|\ \ \ \ \
| * | | | | Change AudioDevicesInfo.getFormats() to getEncodings().Paul McLean2015-05-142-2/+2
| | |/ / / | |/| | |
* | | | | Icon support comes to Notification.Dan Sandler2015-05-152-0/+10
* | | | | Merge "Use Context instead of Resources in Icon.createWithResource." into mnc...Dan Sandler2015-05-152-2/+2
|\ \ \ \ \
| * | | | | Use Context instead of Resources in Icon.createWithResource.Dan Sandler2015-05-142-2/+2
* | | | | | Merge "fullBackupContent isn't public API" into mnc-devChristopher Tate2015-05-152-2/+0
|\ \ \ \ \ \
| * | | | | | fullBackupContent isn't public APIChristopher Tate2015-05-142-2/+0
| | |/ / / / | |/| | | |
* | | | | | Merge "Image/Reader/Writer: address API review comments" into mnc-devZhijun He2015-05-142-12/+6
|\ \ \ \ \ \
| * | | | | | Image/Reader/Writer: address API review commentsZhijun He2015-05-142-12/+6
* | | | | | | Merge "MediaDataSource: address API council comments" into mnc-devChong Zhang2015-05-142-6/+8
|\ \ \ \ \ \ \