summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* The MediaExtractor can now unselect tracks and has more control over seeking.Andreas Huber2012-04-261-1/+6
| | | | | Change-Id: I12c28bf31fe9fb4057352999fa38213ae289a417 related-to-bug: 6276111
* Make Advanceable a public API.Michael Jurka2012-04-251-1/+6
|
* Merge "Adding explicit text traversal granularities and actions for web ↵Svetoslav Ganov2012-04-241-3/+14
|\ | | | | | | navigation."
| * Adding explicit text traversal granularities and actions for web navigation.Svetoslav Ganov2012-04-241-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The granularities for traversing the text content of an accessibility node info are now predefined constants and custom ones will not be supported. This is the simplest solution - we can always add namespaced user defined ones (unlikely). 2. Added actions for traversing web content. These actions can be used by an accessibility service to transparently drive the JavaScript based screen reader that is used for handling web content. 3. Added a new accessibility event type for traversing the content of a view. This event is needed to announce to the user what is the next element, i.e. the one next to the cursor, after the view's text was traversed. bug:5932640 bug:6389591 Change-Id: I144647da55bc4005c64f89865ef333af8359e145
* | Merge "New API to allow third-party apps to bind widgets"Michael Jurka2012-04-242-2/+3
|\ \
| * | New API to allow third-party apps to bind widgetsMichael Jurka2012-04-242-2/+3
| | | | | | | | | | | | Change-Id: I1a3761c1a0f557a32d4d3bdd0207567fec918ba7
* | | Merge "Removing hierarchical accessibility focus directions."Svetoslav Ganov2012-04-241-4/+0
|\ \ \ | | |/ | |/|
| * | Removing hierarchical accessibility focus directions.Svetoslav Ganov2012-04-231-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The accessibility focus directions are not needed since an accessibility service just get the root, first child, next sibling, previous sibling and call execute the action to give it accessibility focus. Now the accessibility node info tree is properly ordered taking into account layout manager directions for both layout manager that we report and ones that we have determined as not important for accessibility. Also the position of a node info are ordered properly based on their coordinates after all transformations as opposed to child index. bug:5932640 Change-Id: I994a8297cb1e57c829ecbac73a937c2bcbe0bac7
* | | Merge "Expose Context.NSD_SERVICE"Irfan Sheriff2012-04-241-0/+1
|\ \ \ | |_|/ |/| |
| * | Expose Context.NSD_SERVICEIrfan Sheriff2012-04-241-0/+1
| |/ | | | | | | | | | | | | Missed exposing Context.NSD_SERVICE for the network service discovery API Change-Id: I38cfa93e923286072ded05b707d31cd4db7ff7d4
* | am 75b1c301: am ed11920c: am 60247737: Merge "Fix build - re-generate ↵Jean-Baptiste Queru2012-04-241-1/+1
|\ \ | |/ |/| | | | | | | | | current.txt" * commit '75b1c3011be727acbc862d6684299709756a33bd': Fix build - re-generate current.txt
| * Fix build - re-generate current.txtJean-Baptiste Queru2012-04-191-1/+1
| | | | | | | | Change-Id: Id6a3100e4aaed473172237ab368e5aeeb7ccf577
* | Add TaskStackBuilder#addParentStack(ComponentName)Adam Powell2012-04-231-0/+1
| | | | | | | | | | | | | | Let TaskStackBuilder discover a parent activity stack by ComponentName in addition to explicit Activity classes. Change-Id: I18b8378548ed1d6ef033800e6a3e11ab965d07e5
* | Merge "Make InputEvent.getEventTime() public."Jeff Brown2012-04-201-0/+1
|\ \
| * | Make InputEvent.getEventTime() public.Jeff Brown2012-04-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Also add new methods to access the event timestamp in nanoseconds. Hidden for now but useful for prototyping. Bug: 6374616 Change-Id: I7030734a908e8e31a17a356debc269db7c0f0783
* | | Adding a couple of missing accessibility focus directions.Svetoslav Ganov2012-04-201-0/+2
| | | | | | | | | | | | Change-Id: Id404155591cf3fe5f9bef3ed8fe0d03908944ce1
* | | Merge "Adding support for traversing the content of a node info at granularity."Svetoslav Ganov2012-04-201-2/+8
|\ \ \
| * | | Adding support for traversing the content of a node info at granularity.Svetoslav Ganov2012-04-201-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. A view that creates an accessibility node info may add to the info a list of granularity labels. These are granularities by which the source view can iterate over its content. For example a text view may support character, word link while a web view may additionally support buttons, tables, etc. There are actions on accessibility node info to go to the next/previous at a given granularity which is passesed as an argument. 2. Added Bundle argument to the APIs for performing accessibility actions. This is generic and extensible. bug:5932640 Change-Id: I328cbbb4cddfdee082ab2a8b7ff1bd7477d8d6f9
* | | | Merge "Add the ability to query the amount of cached data to MediaExtractor."Andreas Huber2012-04-201-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Add the ability to query the amount of cached data to MediaExtractor.Andreas Huber2012-04-201-0/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I47ae60bc6fb8d88979c1f0d650b6ac528e811371 related-to-bug: 6364341
* | | | Merge "Deprecate"Alex Sakhartchouk2012-04-201-570/+525
|\ \ \ \ | |/ / / |/| | |
| * | | DeprecateAlex Sakhartchouk2012-04-191-570/+525
| | | | | | | | | | | | | | | | Change-Id: Idad2c5ad4f8a30f8cc60d88318f2e1809866d309
* | | | Merge "Adding an opt-in mechanism for gesture detection in ↵Svetoslav Ganov2012-04-191-1/+5
|\ \ \ \ | | |/ / | |/| | | | | | AccessibilityService."
| * | | Adding an opt-in mechanism for gesture detection in AccessibilityService.Svetoslav Ganov2012-04-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. An accessibility service has to explicitly opt in to be notified for gestures by the system. There is only one accessibility service that handles gestures and in case it does not handle a gesture the system performs default handling. This default handling ensures that we have gesture navigation even if no accessibility service would like to participate/customize the interaction model. bug:5932640 Change-Id: Id8194293bd94097b455e9388b68134a45dc3b8fa
* | | | Merge "Adding callback for widget size changed, and potentially other extra ↵Winson Chung2012-04-191-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | info"
| * | | | Adding callback for widget size changed, and potentially other extra infoAdam Cohen2012-04-191-0/+11
| | |/ / | |/| | | | | | | | | | Change-Id: I57738c92b6a0ba68ae66b19a533559470c64e6f1
* | | | Merge "Fix issue #4499996: LiveWallpaperPreview activity intent filter"Dianne Hackborn2012-04-191-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix issue #4499996: LiveWallpaperPreview activity intent filterDianne Hackborn2012-04-191-0/+2
| | | | | | | | | | | | | | | | Change-Id: I5fc71503d2c59c907da954dbda3587394e6405bf
* | | | Merge "Add websettings API for file origin policy."Selim Gurun2012-04-191-1/+5
|\ \ \ \
| * | | | Add websettings API for file origin policy.Selim Gurun2012-04-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6212665 Add the API and change the default behavior for Jelly Bean+. Change-Id: I9a83f510675023c36e2e72c4a69ad082d8124a23
* | | | | Fix buildMichael Chan2012-04-191-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I929433778c465bc123d8aafe5e0bbd2fd43f7b53
* | | | | Merge "Added columns to store package name and uri to a custom app"Michael Chan2012-04-191-0/+4
|\ \ \ \ \
| * | | | | Added columns to store package name and uri to a custom appMichael Chan2012-04-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that provides a richer experience for an event. Bug: 6325441 Change-Id: I7497a1508d196ec4ef97c60100278a70c424d9e2
* | | | | | Merge "Expose NO_SERVICE_REQUESTS error condition"Irfan Sheriff2012-04-191-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Expose NO_SERVICE_REQUESTS error conditionIrfan Sheriff2012-04-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I45214557579fc82faa93a41d22c0890a218b091e
* | | | | | Merge "Add new API to find smallest/largest screen size."Dianne Hackborn2012-04-191-0/+1
|\ \ \ \ \ \
| * | | | | | Add new API to find smallest/largest screen size.Dianne Hackborn2012-04-191-0/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Change-Id: I790801fceaf84ee2e3b1c9d32828285ad3231d0e
* | | | | | Merge "DRM errors signaled by the CryptoPlugin are now visible to MediaCodec ↵Andreas Huber2012-04-191-2/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | clients"
| * | | | | DRM errors signaled by the CryptoPlugin are now visible to MediaCodec clientsAndreas Huber2012-04-191-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | through a custom exception "MediaCodec.CryptoException". Change-Id: I30215e9e13bab68abad23e27dcead7c1accd07f1 related-to-bug: 6365261
* | | | | | Merge "Unhide Visualizer scaling mode definitions and methods"Jean-Michel Trivi2012-04-191-0/+4
|\ \ \ \ \ \
| * | | | | | Unhide Visualizer scaling mode definitions and methodsJean-Michel Trivi2012-04-191-0/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unhide Visualizer set/get methods, and associated constant definitions. Change-Id: Iaafe5f7a2f1273f72c3f7f842b416b93614dfa65
* | | | | | Merge "unhide API for synchronous audio capture."Eric Laurent2012-04-191-0/+11
|\ \ \ \ \ \
| * | | | | | unhide API for synchronous audio capture.Eric Laurent2012-04-191-0/+11
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unhide MediaSyncEvent class and AudioRecord.startRecording() method with synchronization event allowing to start audio capture upon occurence of a specific event. So far the only event defined is playback presentation complete but more events and synchronized playback/capture methods could be defined in the future. Change-Id: If05fc6cd125dd9afad451727f792a3fd9e916bef
* | | | | | Merge "Add network service discovery broadcast"Irfan Sheriff2012-04-191-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add network service discovery broadcastIrfan Sheriff2012-04-191-0/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Allows apps to know if user has the feature turned off Change-Id: I2d2fecb148eb4e48eb4aea51d1d7643a82df5c52
* | | | | Merge "unhide audio pre processing API."Eric Laurent2012-04-191-0/+16
|\ \ \ \ \
| * | | | | unhide audio pre processing API.Eric Laurent2012-04-181-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unhide APIs for Noise Suppressor(NS), Acoustic Echo Canceler (AEC) and Automatic Gain Control (AGC) audio pre processings. Also unhide getAudioSessionId() method on AudioRecord. Change-Id: I788f7a0724b152cc98c8167d9434e64c12bada95
* | | | | | Merge "Unhide MediaColumns.WIDTH and MediaColumns.HEIGHT."Wu-cheng Li2012-04-181-0/+2
|\ \ \ \ \ \
| * | | | | | Unhide MediaColumns.WIDTH and MediaColumns.HEIGHT.Wu-cheng Li2012-04-191-0/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | bug:5224359 Change-Id: I3dcaa2ed383e12ae308b28db45cbe8e503610cdc
* | | | | | Remove intruder alert APIs from JB.Daniel Sandler2012-04-181-2/+0
|/ / / / / | | | | | | | | | | | | | | | Change-Id: I27042d604fbe15879e7b7aaaac860db2d1efa47f