summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "DO NOT MERGE Cherry-pick: Fix current.txt" into lmp-preview-devGriff Hazen2014-05-281-75/+0
|\ \ \
| * | | DO NOT MERGE Cherry-pick: Fix current.txtGriff Hazen2014-05-251-75/+0
| | | | | | | | | | | | | | | | Change-Id: Ie262b0be6cecd7084cab2b0468820e9d5b9ea670
* | | | Merge "DO NOT MERGE Cherry-pick: Api updates for wearable extensions to ↵Griff Hazen2014-05-281-5/+60
|\ \ \ \ | |/ / / | | | | | | | | notifications" into lmp-preview-dev
| * | | DO NOT MERGE Cherry-pick: Api updates for wearable extensions to notificationsGriff Hazen2014-05-251-5/+60
| | | | | | | | | | | | | | | | Change-Id: I40012fd0458ec103eabf75ed4c91f636e02f4c8f
* | | | Merge "camera2: Add partial results to the capture listener (API change)" ↵Igor Murashkin2014-05-271-5/+13
|\ \ \ \ | | | | | | | | | | | | | | | into lmp-preview-dev
| * | | | camera2: Add partial results to the capture listener (API change)Igor Murashkin2014-05-271-5/+13
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * Also adds capture sequence aborted callback Bug: 12492876 Change-Id: I56ec8edbcda8b64c2262ff7472961ac78042c7f4
* | | | DO NOT MERGEWinson Chung2014-05-271-2/+0
|/ / / | | | | | | | | | | | | | | | | | | Removing unnecessary public values. (Bug 14995844) (cherry picked from commit aa327fc2ce428f939885e1172578ff1dc975214c) Change-Id: I98672d0ed3120c15bf31ce7a21ab604cfe66273d
* | | Merge "DO NOT MERGE: Hide the VectorDrawable" into lmp-preview-devztenghui2014-05-271-10/+0
|\ \ \
| * | | DO NOT MERGE: Hide the VectorDrawableztenghui2014-05-231-10/+0
| | | | | | | | | | | | | | | | Change-Id: Ie65194c8ec54063f48a541ee0cc82bccc41f5353
* | | | DO NOT MERGE Hide vibrator streamHint overloads for preview.John Spurlock2014-05-241-2/+0
| |/ / |/| | | | | | | | | | | Bug:15192966 Change-Id: I25f57053b6f62fb627ae4f451d5f64ee77b8eba0
* | | Merge "camera2: Move DngCreator to hardware/camera2." into lmp-preview-devRuben Brunk2014-05-241-13/+13
|\ \ \ | |_|/ |/| |
| * | camera2: Move DngCreator to hardware/camera2.Ruben Brunk2014-05-221-13/+13
| | | | | | | | | | | | | | | Bug: 15091253 Change-Id: Ibe2ee376436e5c796e33c0b782ea68278589f2e6
* | | Merge "Camera2: Mark the under-specified tags for FUTURE" into lmp-preview-devZhijun He2014-05-231-2/+0
|\ \ \
| * | | Camera2: Mark the under-specified tags for FUTUREZhijun He2014-05-231-2/+0
| | |/ | |/| | | | | | | | | | | | | | | | Also clean up the tag ids. Bug: 15168075 Change-Id: I57fb6fb37e512c224370c72d806a4b702360f29f
* | | Merge "DO NOT MERGE. Add more columns to TV metadata to enable newly ↵Jae Seo2014-05-231-0/+4
|\ \ \ | |/ / |/| | | | | requested use cases" into lmp-preview-dev
| * | DO NOT MERGE. Add more columns to TV metadata to enable newly requested use ↵Jae Seo2014-05-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cases Added the following columns to the Channels table: searchable - Used to hide certain channels from search. locked - Used to prevent unauthorized users from watching certain channels by requiring passcode. Added the following columns to the Programs table: genre - Used to describe the categorical genre. audio_language - Used to list up available audio languages. Bug: 14833588, Bug: 14123945, Bug: 14069779 Change-Id: Id01483f56ecf3b665e3d4dbcea1a4800ff7f031d (cherry picked from commit 3532899452d62b6f2cd9250cb48ec204862fb3b2)
* | | camera2: Refactor CameraMetadata.Key out into 3 key classesIgor Murashkin2014-05-231-196/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: * CameraMetadata.Key<T> After: * CameraCharacteristics.Key<T> * CaptureResult.Key<T> * CaptureRequest.Key<T> CameraMetadata#get has been removed (each metadata subclass has its own #get now) due to java generic limitations (in particular a type bound <T1<T2> extends Key<T2>> is an illegal bound). CameraMetadataNative gets a new #dumpToLog function to dump the native metadata to logcat. Bug: 15091017 Change-Id: Ic56c54c0d184e209e20de374dc8a6d79527c209f
* | | Create deviceowner gated APIs for creating and removing users in ↵Julia Reynolds2014-05-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devicepolicymanager. This will allow DMAgent to manage users for EDU's cart model user case. Bug: 15015887 Change-Id: I1eadf1701cb75fc4b50eb1a0df1525eff818286e (cherry picked from commit be9f43b9618ec25121b151d247eb0285fb6554b3)
* | | Camera2: Add croppingType tagZhijun He2014-05-221-0/+3
| |/ |/| | | | | | | | | | | This is to indicate if the camera supports arbitrary cropping. Bug: 15168075 Change-Id: Ib75f7af629be816229cc686c89980fec101301c0
* | Camera2: New capture session interfaceEino-Ville Talvala2014-05-221-12/+42
|/ | | | | | | | | | - Add CameraCaptureSession for all operations that require a valid camera configuration - Deprecate methods in CameraDevice that are moving to CameraCaptureSession - Document new semantics Bug: 14964443 Change-Id: I53b2b71ed2b746cfcf76a01483f499765eb5047b
* Merge "Move setTint into Drawable, unhide getDirtyBounds on Drawable"Alan Viverette2014-05-221-10/+2
|\
| * Move setTint into Drawable, unhide getDirtyBounds on DrawableAlan Viverette2014-05-211-10/+2
| | | | | | | | | | BUG: 15089957 Change-Id: Ib622ba24b3f4bcf430e1d524895ac5cb104a232e
* | BatteryProperty: Fix ENERGY_COUNTER property idTodd Poynor2014-05-221-1/+1
| | | | | | | | Change-Id: I0490c0d589c637744c3db73596d34c1c4772074b
* | Merge "Support for renaming documents."Jeff Sharkey2014-05-221-0/+3
|\ \
| * | Support for renaming documents.Jeff Sharkey2014-05-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DocumentsProviders can mark documents as supporting rename, and they have the opportunity to change the DOCUMENT_ID as a side effect of the rename. This supports providers that embed the display name into DOCUMENT_ID. Issues a URI permission grant to the new document, if any. Adds renaming support to platform ExternalStorageProvider. Also adds directory deletion support. Bug: 12350110 Change-Id: Ica4b1ae6769ee994f70f6b6b2402213eebd064e0
* | | Introducing Notification.MediaStyle.Dan Sandler2014-05-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows you to create a nice music player with all the trimmings, including: * up to 5 actions in the bigContentView, styled as transport control buttons * up to 2 of those actions in the 1U (!) * a nice custom progress bar * a tinted background (taken from your Notification.color) * a special place to put your MediaSessionToken Bug: 15147533 Change-Id: Ic20a2b369eb6c5fe4853987a44ffd9bace720c7f
* | | Merge changes Iad983802,Icda236eeJesse Hall2014-05-221-0/+526
|\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: opengl: Fix #include style in generated JNI code opengl: Un-hide GLES31 and GLES31Ext classes
| * | | opengl: Un-hide GLES31 and GLES31Ext classesJesse Hall2014-05-211-0/+526
| | |/ | |/| | | | | | | | | | Bug: 15028495 Change-Id: Icda236ee12a06ef2eb9902253d272dee2b61f6ef
* | | Fix broken buildJinsuk Kim2014-05-221-3/+2
| | | | | | | | | | | | Change-Id: Icff98663842482149d8c5c5371327121a1adff3d
* | | Added Notification.EXTRA_BACKGROUND_IMAGE_URIJose Lima2014-05-211-0/+1
|/ / | | | | | | | | | | | | | | Added new EXTRA field to notification to be used to specify an image that can be displayed to the user when the notification is selected. Change-Id: I3f79cf363d885fe2742e74a7d29d7e22ea1e6f60
* | Merge "Add feature actions for HDMI-CEC playback device"Jinsuk Kim2014-05-221-0/+15
|\ \
| * | Add feature actions for HDMI-CEC playback deviceJinsuk Kim2014-05-221-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | - OneTouchPlayAction - DevicePowerStatusAction - addHotplugEventListener - removeHotplugEventListener Change-Id: Ia7f31507ca62127efbacbbfe07ab43ba1f9bd4cf
* | | Merge "Style and asset cleanup"Alan Viverette2014-05-221-1/+1
|\ \ \
| * | | Style and asset cleanupAlan Viverette2014-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates button drawable and colors, cleans up Quantum styles, updates highlight attribute name and color, fixes popup backgrounds. Also fixes GradientDrawable opacity check. Change-Id: I75dd35e815a8a33ec9f0b16e881e774edfb8c092
* | | | Add stream/volume apis to sessionsRoboErik2014-05-211-0/+15
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds RemoteVolumeProviders which handle volume change events and a way to switch a session between local stream playback and remote playback handling. This also adds a way for an app to specify the PendingIntent to launch when we want to show their ongoing playback UI. Change-Id: I3a72bf2ec7ca55f61f50859ddc2988eebd491e9d
* | | Merge "Revert "Hide voice interaction APIs.""Dianne Hackborn2014-05-211-0/+94
|\ \ \
| * | | Revert "Hide voice interaction APIs."Dianne Hackborn2014-05-211-0/+94
| | | | | | | | | | | | | | | | This reverts commit a677a9b9367bcf8c81c36dc59b53554cb347b438.
* | | | Merge "Remove @hide from IN_DEFAULT_DIRECTORY"Brian Attwell2014-05-211-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove @hide from IN_DEFAULT_DIRECTORYBrian Attwell2014-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Ran make update-api Bug: 13173524 Change-Id: I881f365f12445a7260306b97d3623e174ca9a825
* | | | Merge "Addressing APIs council feedback"Svetoslav2014-05-211-2/+2
|\ \ \ \
| * | | | Addressing APIs council feedbackSvetoslav2014-05-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:15089461 Change-Id: Ifcb003b114e2e50333bb0ef386d99482f7bfaa6e
* | | | | Simplify NotificationListenerService APIChristoph Studer2014-05-211-4/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ParceledListSlice to send the list of active notifications from NoMan to NotificationListeners. This allows us to simplify the API to what it was before introducing the "String[] key" workaround for dealing with large numbers of StatusBarNotifications. While we're at it, rename Ranking.getIndexOfKey to something that makes more sense. Bug: 15126927 Change-Id: I02c2087978c6c4ec1198be496c6250a66143ecb3
* | | | Merge "Change method name per API council request"Craig Mautner2014-05-211-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Change method name per API council requestCraig Mautner2014-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Activity.finishWithTransition() => finishAfterTransition(). Fixes bug 14997477. Change-Id: I517f70b3bd6df9962f4bb2acf282e4b9fa91acde
* | | | Make Wifi WPS API available on application layerVinit Deshpande2014-05-201-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Un-hide WPS methods (and required interface classes, etc.) of WifiManager to enable Apps to start/stop the WPS procedure, add a patch for WPS method KEYPAD to avoid early failure callbacks. (Methods PBC, DISPLAY, KEYPAD tested on 4.4.2_r2.) Change-Id: I25aafdc4b637c87d754d4fdb70e40a34a569b738 Signed-off-by: Olaf Stoyke <o.stoyke@avm.de>
* | | | Merge "Validate RenderScript context creation flags"Jason Sams2014-05-211-2/+2
|\ \ \ \
| * | | | Validate RenderScript context creation flagsJason Sams2014-05-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync the IDs to that of the native interface. Change-Id: I7516c1ea4f4a93844ddb8397b2fc1e79ff8d6b68
* | | | | Merge "Hotspot 2.0 framework - add implementation"Yuhao Zheng2014-05-211-98/+15
|\ \ \ \ \
| * | | | | Hotspot 2.0 framework - add implementationRoger Chang2014-05-201-98/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5485670 Change-Id: I4d0f728f4c20676232f2d61bbf49691f6e21a100
* | | | | | Add scan response as an advertising parameter(1/2).Wei Wang2014-05-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I75c500dd7b5f2609d3092f50ba284a5ec4a41987