summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* Bring back voice interaction APIs.Dianne Hackborn2015-01-211-1/+79
| | | | Change-Id: I6039d7c0b188ac342441c56f7d19994b9a80ba17
* Ensure spinner variables are initialized correctlyAlan Viverette2015-01-161-1/+1
| | | | | | | | Removes the popup context setter, since this property cannot change after inflation without losing data from the AttributeSet. Bug: 19046761 Change-Id: I622f50d1752446a5b5793706c388e67a46ad06da
* Merge "Add popup theme for Spinner, use for actionBarPopupTheme default"Alan Viverette2015-01-151-3/+17
|\
| * Add popup theme for Spinner, use for actionBarPopupTheme defaultAlan Viverette2015-01-141-3/+17
| | | | | | | | | | | | | | | | Also adds methods for setting the context used to inflate drop-down views in several adapters. Bug: 17625714 Change-Id: Id267afa4901c1d46ceb3bc3b10fc642cea1799fe
* | Add resource attributes for Keyframes and PropertyValuesHoldersChet Haase2015-01-151-0/+1
| | | | | | | | | | | | Issue #17939329 Expose multi-property and multi-keyframe capabilities in animation resources Change-Id: I14822ced47665fa6cde4996f74d3078da2ada38a
* | am e2b9d5b5: am 542f4ee6: am a2fa3d21: Merge "Unhide getDataRoaming, ↵Stuart Scott2015-01-151-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Messenger uses it to decide to download MMS or not." into lmp-mr1-dev * commit 'e2b9d5b56c6b06418e85cd49afd87e0d08f57c71': Unhide getDataRoaming, Messenger uses it to decide to download MMS or not.
| * | Unhide getDataRoaming, Messenger uses it to decide to download MMS or not.Stuart Scott2015-01-141-0/+3
| | | | | | | | | | | | | | | bug:19015551 Change-Id: Ibcad6424695a97bd9ae123010bdf740449d09327
* | | resolve merge conflicts of 87f5369 to master.Jorim Jaggi2015-01-151-1/+1
|\ \ \ | |/ / | | | | | | Change-Id: I5d1a7aaf48c4bf70f7181508aa46fbbcc2cf7086
| * | Merge "Rename setGlobalPreferredNetworkType to ↵Junda Liu2015-01-141-1/+1
| |\ \ | | | | | | | | | | | | setPreferredNetworkTypeToGlobal per API council." into lmp-mr1-dev
| | * | Rename setGlobalPreferredNetworkType to setPreferredNetworkTypeToGlobal per ↵Junda Liu2015-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | API council. Bug: b/18983535 Change-Id: I937b7ce38615e07f653d3ee02d734edfcfea3897
* | | | Merge "LockPatternUtils clean up continued"Adrian Roos2015-01-141-1/+1
|\ \ \ \
| * | | | LockPatternUtils clean up continuedAdrian Roos2015-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Deprecate Settings.Secure.LOCK_PATTERN_ENABLED - Remove unused permanent lock out - Disallow empty/null arguments to saveLockPattern and saveLockPassword - Refactor repeated quality checks Change-Id: I6f369eb60f8f6bb1e33384cd06534c713ab52e79
* | | | | am 2d68b428: am e3b0449b: Merge "Update javadoc and hide getNameSource and ↵Stuart Scott2015-01-141-2/+0
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | getDataRoaming." into lmp-mr1-dev automerge: dfb99e8 * commit '2d68b428b06df4f91ffd12c01ccbac61ce9cb163': Update javadoc and hide getNameSource and getDataRoaming.
| * | | | Merge "Update javadoc and hide getNameSource and getDataRoaming." into ↵Stuart Scott2015-01-131-2/+0
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | lmp-mr1-dev
| | * | | Update javadoc and hide getNameSource and getDataRoaming.Stuart Scott2015-01-131-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note SubscriptionInfo was not public in 21 and 22 hasn't been released yet. bug:18983672 Change-Id: I9e8684eea2462fb655846d0719158d54007fabc5
* | | | | Merge "Clean up TypedArray docs & formatting, remove coercion warnings"Alan Viverette2015-01-141-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Clean up TypedArray docs & formatting, remove coercion warningsAlan Viverette2015-01-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Establishes a clear contract regarding when exceptions will be thrown, when default values will be returned, and when values will be coerced to a different type. Since we have both getInt() and getInteger() where one handles coercion without throwing an exception, it seems reasonable that we should clearly document the behavior so that developers can make an informed decision. Once we document the behavior, there is no reason to log warnings on coercion. If a developer chooses to use a particular API or data type, that is still correct according to the API. BUG: 18625719 Change-Id: I385f0b719182d3c0358943e1d6c3d7bedc756eb5
* | | | | am 6a903c31: am 84c5e8eb: Merge "Rename reg/unreg ↵Wink Saville2015-01-131-2/+2
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OnSubscriptionsChangedListener." into lmp-mr1-dev automerge: 9482799 * commit '948279954ac88ecfd0678713158175702d981c73': Rename reg/unreg OnSubscriptionsChangedListener.
| * | | | Merge "Rename reg/unreg OnSubscriptionsChangedListener." into lmp-mr1-devWink Saville2015-01-131-2/+2
| |\ \ \ \
| | * | | | Rename reg/unreg OnSubscriptionsChangedListener.Wink Saville2015-01-131-2/+2
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To addOnSubscriptionsChangedListener and removeOnSubscriptionsChangedListener. Bug: 18984103 Change-Id: I6636905093812af89c1c3702840e44c8c5ea891f
* | | | | am 69c22e82: Merge "Add API for nested pre-processing of a11y events; fix ↵Adam Powell2015-01-131-0/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ResolverDrawerLayout" into lmp-mr1-dev automerge: 57744dd automerge: 1accc9c * commit '1accc9c12ba9610bc592666c5f46be727f92e68d': Add API for nested pre-processing of a11y events; fix ResolverDrawerLayout
| * | | | Add API for nested pre-processing of a11y events; fix ResolverDrawerLayoutAdam Powell2015-01-071-0/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API for handling nested pre-processing of accessibility events similar to nested pre-scroll or pre-fling. This allows custom views to delegate a nested scroll to a parent via the accessibility system. Use this functionality to allow opening the ResolverDrawerLayout via accessibility commands. Bug 18827274 Change-Id: Icd5a502605b78a861bb03e7b11923841a72eb9ab
* | | | Merge "API to satisfy the dependency in https://go/contacthandler1135"Ben Gilad2015-01-121-0/+1
|\ \ \ \
| * | | | API to satisfy the dependency in https://go/contacthandler1135Ben Gilad2015-01-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17586396 Change-Id: I10bad15b4db3ec8928316507119c529c5d1f304b
* | | | | Add backgroundColor getter to ViewChet Haase2015-01-091-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I3a75169a2e91ec712fb1db4d130089a1261fc66b
* | | | | Ubundle from contacts contract Part 1/3Brian Attwell2015-01-091-0/+17
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Remove Intents.UI 2. Expose Authority 3. Expose ProviderStatus Discussion: go/contacts-contact-intent-ui Bug: 18777272 Change-Id: I9c6125cc30710e4637b38f3785608abb9928d1a2
* | | | Merge "Add popup window accessors for anchor overlap, gravity, window"Alan Viverette2015-01-081-0/+4
|\ \ \ \
| * | | | Add popup window accessors for anchor overlap, gravity, windowAlan Viverette2015-01-071-0/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Cleans up comments and some code in PopupWindow. BUG: 18245054 Change-Id: I2111d0c194ee1a39aaa721083041fc139efcf630
* | | | API for tinting TextView compound drawablesAlan Viverette2015-01-071-0/+6
|/ / / | | | | | | | | | | | | BUG: 18762354 Change-Id: Iba6fab4f63a5d26cb27606d25a1fd0a1f47afa57
* | | am 4ae347a4: am ded6ccdc: am 55fb7576: Merge "Add new mms error for no data ↵Ye Wen2015-01-071-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | network (airplane mode or no mobile data)" into lmp-mr1-dev * commit '4ae347a4f11d34f3bc6f4fc8f7f6ca0f6588a710': Add new mms error for no data network (airplane mode or no mobile data)
| * | Add new mms error for no data network (airplane mode or no mobile data)Ye Wen2015-01-061-0/+1
| | | | | | | | | | | | | | | | | | b/18872094 Change-Id: Ia2e939fe91b6f80c192d601c80de551f173e5e6f
* | | Add getDither, getFilterBitmap to Drawable for CTS testingAlan Viverette2015-01-061-0/+2
| |/ |/| | | | | | | | | Also removes unnecessary overrides from PictureDrawable. Change-Id: I13539b5204e8c0d8b9912da14de7ceae62720e3f
* | Merge "Allow use of theme attributes in color state lists"Alan Viverette2015-01-061-3/+11
|\ \
| * | Allow use of theme attributes in color state listsAlan Viverette2015-01-051-4/+12
| | | | | | | | | | | | | | | BUG: 17384842 Change-Id: Ibdc413acbd00e37b908432abd55f6521c22b8fc9
* | | Unhid ChangeScrollBrian Attwell2015-01-051-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | ChangeScroll is already publicly usable via transition xml files. This directly unhides the java class. Bug: 18777272 Change-Id: I3b9982dc4ff3f4e8752b39ee6eb67b617073e2ff
* | | am 2045d5f3: am f1b64b4b: am e8ea1645: Merge "remove actions and calls for ↵Cheuksan Wang2014-12-171-9/+0
|\ \ \ | |/ / |/| / | |/ | | | | | | the old sms/mms api BUG: 18005911" into lmp-mr1-dev * commit '2045d5f3a23f8e462d05acf6d6cf6ea08e236a1e': remove actions and calls for the old sms/mms api BUG: 18005911
| * remove actions and calls for the old sms/mms apiCheuksan Wang2014-12-161-9/+0
| | | | | | | | | | | | BUG: 18005911 Change-Id: Ifb900eb7f8bc03e205ac46d3dfb27e4baaaaf6b8
* | am 3a426694: am eb4de876: Merge "Update API and documentation for invalid ↵Wink Saville2014-12-101-1/+0
|\ \ | |/ | | | | | | | | | | subscriptions id\'s" into lmp-mr1-dev automerge: afd6f5a * commit '3a426694ffa268b331c5b1fc5bb40460d6d883c5': Update API and documentation for invalid subscriptions id's
| * Merge "Update API and documentation for invalid subscriptions id's" into ↵Wink Saville2014-12-101-1/+0
| |\ | | | | | | | | | lmp-mr1-dev
| | * Update API and documentation for invalid subscriptions id'sWink Saville2014-12-081-1/+0
| | | | | | | | | | | | | | | Bug: 18668873 Change-Id: I3ee987b77fef856e97ea09898c695147cb87a517
* | | am 647130ba: am 7a17e0b6: Merge "Add put/getBoolean/Array to ↵Craig Mautner2014-12-101-5/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | PersistableBundle" into lmp-mr1-dev automerge: 8642803 * commit '647130baacf4f0caf077b5bf6ce00c5e1a23107b': Add put/getBoolean/Array to PersistableBundle
| * | Merge "Add put/getBoolean/Array to PersistableBundle" into lmp-mr1-devCraig Mautner2014-12-101-5/+5
| |\ \ | | |/ | |/|
| | * Add put/getBoolean/Array to PersistableBundleCraig Mautner2014-12-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to popular demand the methods putBoolean(), getBoolean(), putBooleanArray() and getBooleanArray() have been added to PersistableBundle. Fixes bug 18390436. Change-Id: Id133ba902aca774f98529e36ce560e873b88ad5b
* | | am 5a50a8bc: am e615da7e: am f1792c42: Merge "Fix hotspot coordinate ↵Alan Viverette2014-12-091-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | propagation in ViewGroup and AbsListView" into lmp-mr1-dev * commit '5a50a8bcabdb2593b48b06854a7455318399b6d1': Fix hotspot coordinate propagation in ViewGroup and AbsListView
| * | Fix hotspot coordinate propagation in ViewGroup and AbsListViewAlan Viverette2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a weird disconnect between setPressed() and hotspot propagation behavior. This makes hotspot propagation work like setPressed(). Also fixes ripple animation during drag-to-open. BUG: 18631557 BUG: 18593243 Change-Id: Id4adf5d815e4d426b4182aac4d0c780f04472ae4
* | | Add UtteranceProgressListener#onStop callbackPrzemyslaw Szczepaniak2014-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New UtteranceProgressListener callback that allows to detect a call to TextToSpeech#stop() (or QUEUE_FLUSH usage) from the same client, or a QUEUE_DESTROY usage from any other client (Talkback uses it to preempt other users of TextToSpeech queue). This change is required for seamless Books read aloud feature+Talkback usage. + Fixes for broken tests/TtsTests Bug: 17901521 Change-Id: I30d2f297bb7c8d05cbeb16f63e85c1be0cca5c84
* | | am f062d8d7: am b15a57d6: am 82cc1c5a: Merge "Unhide secure stop APIs" into ↵Jeff Tinker2014-12-091-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | lmp-mr1-dev * commit 'f062d8d7df6b6ca72f103d133a3483cd91c95c60': Unhide secure stop APIs
| * | Unhide secure stop APIsJeff Tinker2014-12-051-0/+2
| | | | | | | | | | | | | | | | | | Change-Id: If25406a6657c8f9d558e659bf5af73bac9bc434c related-to-bug: 18053197 related-to-bug: 18076411
* | | am b71d983a: am 4b905ad4: am 2ff214b6: Merge "Camera2: Add HDR scene mode ↵Eino-Ville Talvala2014-12-091-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | for backwards compatibility." into lmp-mr1-dev * commit 'b71d983a7ff7ba0d993c32692035ae92db0c9a44': Camera2: Add HDR scene mode for backwards compatibility.
| * | Camera2: Add HDR scene mode for backwards compatibility.Eino-Ville Talvala2014-12-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | To maximize backwards compatibility, support the HDR scene mode fully, as it was supported on Camera HAL1 / Camera API1. Bug: 18639933 Change-Id: I35c164563379f7f820b42c674bd91f706061170c