summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* Merge "MediaRecorder: add getSurface() api and SURFACE video source"Chong Zhang2014-01-061-0/+2
|\
| * MediaRecorder: add getSurface() api and SURFACE video sourceChong Zhang2014-01-061-0/+2
| | | | | | | | | | Bug: 12305192 Change-Id: If833c5ac8a738ffa284307e0435b5cbd1b7379b1
* | Merge "Camera2: remove waitUntilIdle from Camera2 API"Zhijun He2014-01-031-1/+0
|\ \ | |/ |/|
| * Camera2: remove waitUntilIdle from Camera2 APIZhijun He2013-12-261-1/+0
| | | | | | | | Change-Id: Id034573d8b50aa0bc93bf7f0e776eb55316746ed
* | Add initial APIs for 3d view manipulation.Chris Craik2013-12-201-0/+6
|/ | | | Change-Id: I6de00bc577d5b3a1fbc9ca3a3b3668fcfa32b867
* Merge "Add APIs and implementation for additional caption edge types"Alan Viverette2013-12-201-0/+2
|\
| * Add APIs and implementation for additional caption edge typesAlan Viverette2013-12-191-0/+2
| | | | | | | | Change-Id: I62d97a0b3e3b751d698a889eec80dc79fb908d7a
* | Merge "PhoneNumberUtils API changes"Yorke Lee2013-12-191-5/+13
|\ \
| * | PhoneNumberUtils API changesYorke Lee2013-12-021-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unhide the following methods: PhoneNumberFormattingTextWatcher(String countryCode) formatNumber(String phoneNumber, String defaultCountryIso) formatNumber(String phoneNumber, String phoneNumberE164, String defaultCountryISO) formatNumberToE164(String phoneNumber, String defaultCountryIso) (The previous 3 formatting methods use an instance of PhoneNumberUtil to do the formatting) isLocalEmergencyNumber(String number, Context context) isVoicemailNumber(String number) replaceUnicodeDigits(String number) normalizeNumber(String phoneNumber) Deprecate the following methods. These formatting-related methods don't use PhoneNumberUtil to perform the formatting, and so are considered broken: formatNumber(String source) formatNumber(String source, int defaultFormattingType) getFormatTypeForLocale(Locale locale) formatNumber(Editable text, int defaultFormattingType) formatNanpNumber(Editable text) formatJapaneseNumber(Editable text) Change-Id: Ibf854092b7db05f7e3e9401cc909c9f1ed4997b0
* | | Merge "Hide NonNull and Nullable."Tor Norbye2013-12-181-6/+0
|\ \ \ | |_|/ |/| |
| * | Hide NonNull and Nullable.Tor Norbye2013-12-171-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | These should not be used in app code; instead, we will add class-file retention versions of these to the support library. Change-Id: I13275bd28529f5da04d923688655be35c77dbb1c
* | | Add reveal drawable, APIs for forwarding Drawable focus and touchAlan Viverette2013-12-171-0/+10
|/ / | | | | | | | | | | | | Hotspot APIs are hidden pending finalization of how we handle IDs. BUG: 11416827 Change-Id: Iecacb4b8e3690930d2d805ae65a50cf33482a218
* | Merge "Replace auto-create in findViewById() with explicit create() API"Alan Viverette2013-12-171-0/+1
|\ \
| * | Replace auto-create in findViewById() with explicit create() APIAlan Viverette2013-12-111-0/+1
| | | | | | | | | | | | Change-Id: Ib833cc23f4ae39b5d729db3d425faa7dfd5b3c4c
* | | Merge "Adding support for SIM communication from Android over logical channels."Shishir Agrawal2013-12-171-0/+4
|\ \ \
| * | | Adding support for SIM communication from Android over logical channels.Shishir Agrawal2013-12-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose the folowing commands in ITelephony.aidl and TelephonyManager: - iccOpenLogicalChannel - iccCloseLogicalChannel - iccTransmitApduLogicalChannel Also add a new SIM_COMMUNICATION permission (maked as dangerous) to control access to the above commands. Change-Id: I89c08adc6f9738907e3b547c749f3cc61f300710
* | | | Merge "ContactsContract api changes"Yorke Lee2013-12-131-0/+31
|\ \ \ \
| * | | | ContactsContract api changesYorke Lee2013-12-041-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the following fields in ContactsContract public API: STREQUENT_PHONE_ONLY REMOVE_DUPLICATE_ENTRIES CommonDataKinds.Callable.CONTENT_FILTER_URI CommonDataKinds.Callable.CONTENT_URI ContactOptionsColumns.FULL_NAME_STYLE ContactOptionsColumns.PINNED Contacts.MULTI_VCARD_URI (and improve documentation) PhoneLookup.QUERY_PARAMETER_SIP_ADDRESS (and improve documentation) Preferences.SORT_ORDER_PRIMARY Preferences.SORT_ORDER_ALTERNATIVE Preferences.SORT_ORDER Preferences.DISPLAY_ORDER_PRIMARY Preferences.DISPLAY_ORDER_ALTERNATIVE Preferences.DISPLAY_ORDER PinnedPositions.DEMOTED PinnedPositions.STAR_WHEN_PINNING PinnedPositions.UNDEMOTE PinnedPositions.UNPINNED PinnedPositions.UPDATE_URI Change-Id: I1d70654b4a931b88fff7a3a4b5ffc364978c7406
* | | | | Merge "Expose CallLog provider fields as public API"Yorke Lee2013-12-131-0/+10
|\ \ \ \ \
| * | | | | Expose CallLog provider fields as public APIYorke Lee2013-11-221-0/+10
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Bug: 6948882 Change-Id: I3b398add070b0e3f92f0c80cad566d0a015248dd
* | | | | Merge "Adding INfcUnlockSettings and NfcUnlock interface class."Andres Morales2013-12-121-0/+6
|\ \ \ \ \
| * | | | | Adding INfcUnlockSettings and NfcUnlock interface class.Andres Morales2013-12-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie55a5d4bb58c2944952fc84cce32d3573a3a1a22
* | | | | | Add caption window color attributeAlan Viverette2013-12-111-0/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The WebVTT rendering implementation interprets window color as region color, since there is no window for non-region captions. BUG: 12020757 Change-Id: Ie891e1343d718783fc32c712860f886de22558ec
* | | | | Merge "Expose new API for querying whether a certificate was user added."William Luh2013-12-111-0/+1
|\ \ \ \ \
| * | | | | Expose new API for querying whether a certificate was user added.William Luh2013-11-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11257762 Change-Id: I0087048189f71b76761e7e95f98261c02bf73967
* | | | | | Merge "Add Path trimming."George Mount2013-12-111-0/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add Path trimming.George Mount2013-12-091-0/+2
| | |/ / / | |/| | | | | | | | | | | | | Change-Id: Iafcf127a5136883ad4c0185d3c15f96d67f38d0d
* | | | | Merge "Unhide accessibility focus and importance getter APIs"Alan Viverette2013-12-091-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Unhide accessibility focus and importance getter APIsAlan Viverette2013-11-271-0/+2
| | |_|/ | |/| | | | | | | | | | | | | | BUG: 11421928 Change-Id: Ica5cf80fc7e4c1cb0900d4d0d2e7b0d02ff13c87
* | | | Merge "Add stacked padding mode to LayerDrawable"Alan Viverette2013-12-051-0/+4
|\ \ \ \
| * | | | Add stacked padding mode to LayerDrawableAlan Viverette2013-12-051-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | General cleanup of LayerDrawable for readability's sake. BUG: 11695507 Change-Id: Id7811b3c168ef68134d53b93fe9ac36dc9440566
* | | | Merge "Allow alert dialogs to inflate custom view layouts"Alan Viverette2013-12-051-0/+1
|\ \ \ \
| * | | | Allow alert dialogs to inflate custom view layoutsAlan Viverette2013-12-051-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds APIs to set a layout resource ID as an AlertDialog's custom view. To make this useful for developers, also ensures that Dialog content is set up when calls are made to Dialog.findViewById() before show(). BUG: 11136748 Change-Id: I29747a28d7e30f4e31fe474424109ff29e1eaa98
* | | | Add support for cross-activity scenes and transitionsAdam Powell2013-12-051-0/+12
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add theme attributes for specifying a top-level TransitionManager for an activity window. * Add window feature for automatic content transitions. This automatically assigns/creates a Scene for setContentView calls. * Add named transitions. This allows apps to define APIs for handshake-agreements about which exit/entrance transitions to play. * Add new transition type for ActivityOptions. This lets the system use ActivityOptions to communicate transition specifics and arguments to the called activity. * Have ActivityManager pass appropriate ActivityOptions through to the called Activity. Have the called activity call back into the caller to let it know which transition of a possible requested set was chosen. Still to do: * Define and pass arguments for transitions. This will require defining a Parcelable version of TransitionValues and deciding how much leeway apps should have for these things. * Determine how to appropriately filter the ActivityOptions bundle so that only appropriate data reaches the target. * Determine if generalizing the auto-Scenes functionality to ViewGroups is appropriate. Change-Id: I10684b926129ab2fbc1adec9ef31767237acae79
* | | Generic object based data copy.Jason Sams2013-11-261-0/+6
| |/ |/| | | | | | | | | | | | | | | | | | | This change consolidates the copy paths to Object based. The runtime now uses reflection to identify the type of array present. This adds support for long/double and reduces the amount of code present. We could also support arrays of vectors or objects in the future with this mechanism. Change-Id: I2297c1c01fbe6a64c375d6368f25d7db781ea788
* | Merge "Add animations along a Path."George Mount2013-11-201-0/+18
|\ \ | |/ |/|
| * Add animations along a Path.George Mount2013-11-201-0/+18
| | | | | | | | Change-Id: If03bd10a3961ff874e33489e1253146b8dadca33
* | Merge "Revert "Expose new API for querying whether a certificate was user ↵William Luh2013-11-191-1/+0
|\ \ | | | | | | | | | added.""
| * | Revert "Expose new API for querying whether a certificate was user added."William Luh2013-11-191-1/+0
| | | | | | | | | | | | | | | | | | This reverts commit 60b96502b39d221afb43ff7e8a49a19a2fb3c2e0. Change-Id: Ie1c2ee4c983c4d6b0c086f252a191b3c60e50b9c
* | | Merge "Expose new API for querying whether a certificate was user added."William Luh2013-11-191-0/+1
|\ \ \ | |/ /
| * | Expose new API for querying whether a certificate was user added.William Luh2013-11-121-0/+1
| | | | | | | | | | | | | | | Bug: 11257762 Change-Id: Icb23ac4f452528751988db708f7588ef45d23c26
* | | Deprecate Activity.setTitleColor()Alan Viverette2013-11-151-2/+2
| | | | | | | | | | | | | | | BUG: 11712103 Change-Id: Id34ffb59d3f848c591a98880c6cdd9058e5a38dc
* | | Add ThirdPartyCall APIs to masterSailesh Nepal2013-11-131-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are APIs for the new ThirdPartyPhone feature. Note, these APIs can't actually be used yet on master for two reasons: - initiating a call from a 3rd party app isn't possible yet because the TelephonyManager APIs aren't being added to master. - the TeleService implementation of these APIs aren't being added to master. Also, these APIs will be removed and the final ones will be added once they're ready to be merged into master. Change-Id: Ie783290451da448a011f813983e55b12047b5d99
* | | Merge "Add methods for removing children and actions from A11y nodes"Alan Viverette2013-11-071-0/+3
|\ \ \
| * | | Add methods for removing children and actions from A11y nodesAlan Viverette2013-11-061-0/+3
| | | | | | | | | | | | | | | | | | | | BUG: 11421730 Change-Id: Ide396e6a0fec871395a9cadf8880c16d0de08294
* | | | Merge "Revert "Add "throws IOException" to MediaCodec constructors (3)""Andy Hung2013-11-071-3/+3
|\ \ \ \
| * | | | Revert "Add "throws IOException" to MediaCodec constructors (3)"Andy Hung2013-11-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 52d8aa79a31c5042d2b43d06f08fa28489b27d1b. Change-Id: Ic706e0fb469931664499d00fa3a221726b258673
* | | | | Merge "Add "throws IOException" to MediaCodec constructors (3)"Andy Hung2013-11-071-3/+3
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Add "throws IOException" to MediaCodec constructors (3)Andy Hung2013-11-051-3/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change to add "throws IOException" to android.media.MediaCodec (createByCodecName|createDecoderByType|createEncoderByType). The exception was previously thrown through the native JNI, but not explicitly declared. Requires changes to existing code for declaration compatibility. Bug: 11364276 Change-Id: Ia0d3481397285cb1503bedde37d4651934b3a481 Signed-off-by: Andy Hung <hunga@google.com>
* | | Merge "Make Scenes and Transitions first-class in PhoneWindow/Themes"Adam Powell2013-11-061-1/+6
|\ \ \ | |_|/ |/| |