summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* More UX updates around picking images.Jeff Sharkey2013-09-131-0/+1
* Move search to roots; Documents root; hide empty.Jeff Sharkey2013-09-131-3/+5
* Merge "Add live region politeness to View, AccessibilityNodeInfo" into klp-devAlan Viverette2013-09-131-12/+16
|\
| * Add live region politeness to View, AccessibilityNodeInfoAlan Viverette2013-09-121-12/+16
* | Remove unneeded print APIs and update the min margins APIs.Svetoslav2013-09-121-9/+9
|/
* Merge "Publish Print Api for Webview" into klp-devSelim Gurun2013-09-121-0/+1
|\
| * Publish Print Api for WebviewSelim Gurun2013-09-111-0/+1
* | Merge "Hide translucent activity conversion API" into klp-devChet Haase2013-09-121-6/+0
|\ \
| * | Hide translucent activity conversion APIChet Haase2013-09-111-6/+0
* | | Merge "Camera2: Fix build: Add new key to API" into klp-devEino-Ville Talvala2013-09-121-0/+3
|\ \ \
| * | | Camera2: Fix build: Add new key to APIEino-Ville Talvala2013-09-121-0/+3
* | | | Merge "camera_metadata: add android.lens.state MOVING enum value" into klp-devIgor Murashkin2013-09-121-0/+1
|\ \ \ \
| * | | | camera_metadata: add android.lens.state MOVING enum valueIgor Murashkin2013-09-111-0/+1
* | | | | Merge "Add exclude() methods to Transition" into klp-devChet Haase2013-09-121-2/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add exclude() methods to TransitionChet Haase2013-09-111-2/+8
| | |_|/ | |/| |
* | | | Merge "Revert "Add permissions for the InCallUI Split."" into klp-devSelim Gurun2013-09-121-1/+0
|\ \ \ \
| * | | | Revert "Add permissions for the InCallUI Split."Selim Gurun2013-09-121-1/+0
* | | | | Merge "MediaFormat.java: Add KEY_MAX_WIDTH and KEY_MAX_HEIGHT" into klp-devLajos Molnar2013-09-121-0/+2
|\ \ \ \ \
| * | | | | MediaFormat.java: Add KEY_MAX_WIDTH and KEY_MAX_HEIGHTLajos Molnar2013-09-061-0/+2
* | | | | | Merge changes Ia6300c23,Idd2ae8ad into klp-devEino-Ville Talvala2013-09-121-34/+42
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Camera2: Immutable metadataEino-Ville Talvala2013-09-111-15/+17
| * | | | | Camera2: Listener rework and other API updatesEino-Ville Talvala2013-09-111-19/+25
* | | | | | Merge "Add permissions for the InCallUI Split." into klp-devSantos Cordon2013-09-111-0/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Add permissions for the InCallUI Split.Santos Cordon2013-09-101-0/+1
| | |_|/ / | |/| | |
* | | | | Merge "Add consumer IR framework" into klp-devAlexander Ray2013-09-111-0/+14
|\ \ \ \ \
| * | | | | Add consumer IR frameworkErik Gilling2013-09-111-0/+14
| | |_|_|/ | |/| | |
* | | | | Merge "Remove HotwordRecognition APIs" into klp-devSandeep Siddhartha2013-09-111-29/+0
|\ \ \ \ \
| * | | | | Remove HotwordRecognition APIsSandeep Siddhartha2013-09-111-29/+0
* | | | | | Merge "Surface: Change OutOfResourcesException to be a runtime exception" int...Igor Murashkin2013-09-111-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-2/+2
* | | | | | Merge "Revert services assist context in KitKat" into klp-devAdam Skory2013-09-111-6/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Revert services assist context in KitKatAdam Skory2013-09-111-6/+0
* | | | | | Merge "MediaMuxer: Add setLocation API" into klp-devZhijun He2013-09-101-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | MediaMuxer: Add setLocation APIZhijun He2013-09-101-0/+1
| |/ / / /
* | | | | Merge "Remove legacy HCE APIs." into klp-devMartijn Coenen2013-09-101-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove legacy HCE APIs.Martijn Coenen2013-09-041-1/+1
* | | | | Merge "AudioTrack.getTimestamp() return type is now boolean" into klp-devGlenn Kasten2013-09-101-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | AudioTrack.getTimestamp() return type is now booleanGlenn Kasten2013-09-091-1/+1
* | | | | Merge changes I7b3f4c68,I9f022a08 into klp-devJeff Sharkey2013-09-101-8/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Rename offer() to add(), remove/hide some APIs.Jeff Sharkey2013-09-091-8/+6
* | | | | Merge "Move public consts to HotwordRecognitionService" into klp-devSandeep Siddhartha2013-09-091-0/+9
|\ \ \ \ \
| * | | | | Move public consts to HotwordRecognitionServiceSandeep Siddhartha2013-09-061-0/+9
* | | | | | Merge "Add updateListener to ViewPropertyAnimator" into klp-devChet Haase2013-09-091-0/+1
|\ \ \ \ \ \
| * | | | | | Add updateListener to ViewPropertyAnimatorChet Haase2013-09-091-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge "Add WebVTT caption renderer" into klp-devAlan Viverette2013-09-091-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add WebVTT caption rendererAlan Viverette2013-09-061-3/+3
* | | | | | Remember mode and sort on per-directory basis.Jeff Sharkey2013-09-091-0/+1
| |_|/ / / |/| | | |
* | | | | Merge "Work on issue #10130785: Restore silence and vibrate settings..." into...Dianne Hackborn2013-09-081-0/+6
|\ \ \ \ \
| * | | | | Work on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn2013-09-061-0/+6
* | | | | | Unhide AudioTimestamp and getTimestampGlenn Kasten2013-09-061-0/+7
| |_|/ / / |/| | | |