Alan Viverette
b032cd1f52
Merge "Expose View.OnScrollChangeListener interface"
2015-01-28 00:02:21 +00:00
Alan Viverette
f9d7eedc46
Expose View.OnScrollChangeListener interface
...
Allows clients to observe changes to scrollX / scrollY.
Bug: 19098033
Change-Id: I070e61a9532fe1f6cb5437eab94f7fffc1b17e97
2015-01-27 15:38:19 -08:00
Jorim Jaggi
cb4f594eca
Remove dead code #11 : Remove more unused classes
...
Change-Id: Ie78d40fd20eef859e3c0ea9269b86ff1e1471a58
2015-01-27 18:15:50 +01:00
Jorim Jaggi
3cdb3b7d0d
Merge "Revert "Remove dead code #11 : Remove more unused classes""
2015-01-27 16:53:02 +00:00
Jorim Jaggi
de47e3554d
Revert "Remove dead code #11 : Remove more unused classes"
...
This reverts commit 397ca8be8de407237cd293873647c182837bc032.
Change-Id: Id7f8dbe93d2a48a7f6261232499f73b7de8dd7b1
Reason: Build breakage.
2015-01-27 16:52:24 +00:00
Jorim Jaggi
ca3e3b73b3
Merge "Remove dead code #11 : Remove more unused classes"
2015-01-27 16:12:25 +00:00
Brian Attwell
63f859b2b7
Add Insert.EXTRA_{ACCOUNT,DATA_SET} to API. P #1/2
...
Names are based on recent suggestions from the API council, such as
implemented inside ag/540453.
Bug: 18777272
Change-Id: I17a5b7cb4d4c5a0ba48936a6fc829acaab73f31d
2015-01-27 00:05:07 +00:00
RoboErik
b1c88103fe
Add getMediaItem API to MediaBrowser
...
This adds all the plumbing for supporting a getMediaItem call in
MediaBrowser.
Will also need to add a support lib component to make it backward
compatible.
Change-Id: I528e9ebaf4e0fe386f346ef85c14973168a380df
2015-01-26 14:37:05 -08:00
Brian Attwell
361d45e67a
Merge "Unhide getOrCreateThreadId"
2015-01-26 19:32:36 +00:00
Brian Attwell
c73ae3aaf4
Unhide getOrCreateThreadId
...
Part 2/2 of exposing getOrCreateThreadId. Add to
current.txt and system-current.txt.
Bug: 18777272
Change-Id: Id3bb1e3f73c4826154096057a778ac97ee86abc6
2015-01-26 10:37:26 -08:00
Zhijun He
503e815a6f
Camera2: add lens facing EXTERNAL enum
...
This is for usb camera support
Change-Id: Id8329e31ad0622bdc06c60e87e97c742a9719b3b
2015-01-23 23:58:45 +00:00
Brian Attwell
1cf7405f1f
Expose ContentProviderOperation type
...
CHANGE
isInsert, isDelete, isUpdate, isAssertQuery
JUSTIFICATION
The use of getType() in lots of unit tests means that
ContentProviderOperation#getType() can't practically be
removed.
Why not make it public? This allows 3p to use getType() in
unit tests. Plus it allows the unbundled contacts app
to continue using getType() in order to handle TYPE_INSERT
specially, without needing to awkwardly pass isInsert values
around.
Bug: 18777272
Change-Id: I6be5f325bbf6fbeb7817e9b1f7fa1a1ae2002e0b
2015-01-23 13:32:39 -08:00
Jean-Michel Trivi
3df96646a8
Merge "Add support for AudioAttributes in AsyncPlayer"
2015-01-23 19:09:03 +00:00
Brian Attwell
9ffad071a9
Unhide AggregationSuggestions.Builder
...
Additional unbundling from ContactsContract.
I'm going to remove all parameter types except name.
None of them have been implemented since they were
defined in ICS.
Bug: 18777272
Change-Id: I5c4066d1e933cc4ab18df06809687ee2b7eac91c
2015-01-23 01:54:30 +00:00
Jean-Michel Trivi
157784b575
Add support for AudioAttributes in AsyncPlayer
...
As an audio playback API, AsyncPlayer needs to support specifying
AudioAttributes.
Deprecate play() method with stream type.
Change-Id: Ia9561883e7b398666a3d5d6da4e00324eda6b0e9
2015-01-22 15:32:09 -08:00
Brian Attwell
09341baa8e
Merge "Revert "Expose ContentProviderOperation type""
2015-01-22 20:54:53 +00:00
Brian Attwell
8b89f0b207
Revert "Expose ContentProviderOperation type"
...
This reverts commit 9986f8e85a095320afbdebb2d0dfee9a2e19e510.
Change-Id: Icdcedf485a67fff4ab5e6bab9cc3e82aa7cc8760
2015-01-22 20:54:08 +00:00
Brian Attwell
a29ce2d47d
Merge "Expose ContentProviderOperation type"
2015-01-22 20:53:53 +00:00
Brian Attwell
9986f8e85a
Expose ContentProviderOperation type
...
CHANGE
isInsert, isDelete, isUpdate, isAssertQuery
JUSTIFICATION
The use of getType() in lots of unit tests means that
ContentProviderOperation#getType() can't practically be
removed.
Why not make it public? This allows 3p to use getType() in
unit tests. Plus it allows the unbundled contacts app
to continue using getType() in order to handle TYPE_INSERT
specially, without needing to awkwardly pass isInsert values
around.
Bug: 18777272
Change-Id: I3265193cda0c9405f6df896cd96a10df7225445a
2015-01-22 12:53:29 -08:00
Jeff Sharkey
2e5716417e
Public API for StrictMode cleartext detection.
...
Bug: 18335678
Change-Id: I4c3fd72303ae86f0c85f99ce9bdfd2913296a256
2015-01-22 11:53:43 -07:00
Dianne Hackborn
4e106cedfe
Bring back voice interaction APIs.
...
Change-Id: I6039d7c0b188ac342441c56f7d19994b9a80ba17
2015-01-21 15:07:20 -08:00
Jorim Jaggi
397ca8be8d
Remove dead code #11 : Remove more unused classes
...
Change-Id: I3130991cb468a47aa0e198e42f20edca0836f66b
2015-01-21 16:57:12 +01:00
Alan Viverette
3f221cf325
Ensure spinner variables are initialized correctly
...
Removes the popup context setter, since this property cannot change
after inflation without losing data from the AttributeSet.
Bug: 19046761
Change-Id: I622f50d1752446a5b5793706c388e67a46ad06da
2015-01-16 14:40:04 -08:00
Alan Viverette
3c8e3a96e9
Merge "Add popup theme for Spinner, use for actionBarPopupTheme default"
2015-01-15 22:50:26 +00:00
Chet Haase
d430753cba
Add resource attributes for Keyframes and PropertyValuesHolders
...
Issue #17939329 Expose multi-property and multi-keyframe capabilities in animation resources
Change-Id: I14822ced47665fa6cde4996f74d3078da2ada38a
2015-01-15 07:21:54 -08:00
Stuart Scott
2a3e8c729d
am e2b9d5b5: am 542f4ee6: am a2fa3d21: Merge "Unhide getDataRoaming, 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.
2015-01-15 03:45:04 +00:00
Jorim Jaggi
568e54be71
resolve merge conflicts of 87f5369 to master.
...
Change-Id: I5d1a7aaf48c4bf70f7181508aa46fbbcc2cf7086
2015-01-15 00:12:18 +01:00
Adrian Roos
4bc5b2bce9
Merge "LockPatternUtils clean up continued"
2015-01-14 22:32:08 +00:00
Adrian Roos
9dd16ebcf2
LockPatternUtils clean up continued
...
- 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
2015-01-14 22:51:31 +01:00
Stuart Scott
98b8cf2c80
am 2d68b428: am e3b0449b: Merge "Update javadoc and hide getNameSource and getDataRoaming." into lmp-mr1-dev automerge: dfb99e8
...
* commit '2d68b428b06df4f91ffd12c01ccbac61ce9cb163':
Update javadoc and hide getNameSource and getDataRoaming.
2015-01-14 21:13:42 +00:00
Stuart Scott
400a3f6df2
Unhide getDataRoaming, Messenger uses it to decide to download MMS or not.
...
bug:19015551
Change-Id: Ibcad6424695a97bd9ae123010bdf740449d09327
2015-01-14 12:12:02 -08:00
Alan Viverette
34b064a140
Merge "Clean up TypedArray docs & formatting, remove coercion warnings"
2015-01-14 18:44:37 +00:00
Alan Viverette
b9ead4a915
Add popup theme for Spinner, use for actionBarPopupTheme default
...
Also adds methods for setting the context used to inflate drop-down
views in several adapters.
Bug: 17625714
Change-Id: Id267afa4901c1d46ceb3bc3b10fc642cea1799fe
2015-01-14 10:43:31 -08:00
Junda Liu
6e41019633
Merge "Rename setGlobalPreferredNetworkType to setPreferredNetworkTypeToGlobal per API council." into lmp-mr1-dev
2015-01-14 00:06:19 +00:00
Stuart Scott
e3b0449b0f
Merge "Update javadoc and hide getNameSource and getDataRoaming." into lmp-mr1-dev
2015-01-13 22:43:14 +00:00
Junda Liu
3fb3abd10a
Rename setGlobalPreferredNetworkType to setPreferredNetworkTypeToGlobal per API council.
...
Bug: b/18983535
Change-Id: I937b7ce38615e07f653d3ee02d734edfcfea3897
2015-01-13 14:11:11 -08:00
Wink Saville
494601e39a
am 6a903c31: am 84c5e8eb: Merge "Rename reg/unreg OnSubscriptionsChangedListener." into lmp-mr1-dev
...
automerge: 9482799
* commit '948279954ac88ecfd0678713158175702d981c73':
Rename reg/unreg OnSubscriptionsChangedListener.
2015-01-13 21:09:10 +00:00
Adam Powell
9a67d191ab
am 69c22e82: Merge "Add API for nested pre-processing of a11y events; fix ResolverDrawerLayout" into lmp-mr1-dev automerge: 57744dd
...
automerge: 1accc9c
* commit '1accc9c12ba9610bc592666c5f46be727f92e68d':
Add API for nested pre-processing of a11y events; fix ResolverDrawerLayout
2015-01-13 21:05:50 +00:00
Stuart Scott
4abdd07949
Update javadoc and hide getNameSource and getDataRoaming.
...
Note SubscriptionInfo was not public in 21 and 22 hasn't been released yet.
bug:18983672
Change-Id: I9e8684eea2462fb655846d0719158d54007fabc5
2015-01-13 12:31:04 -08:00
Wink Saville
84c5e8ebf0
Merge "Rename reg/unreg OnSubscriptionsChangedListener." into lmp-mr1-dev
2015-01-13 19:02:07 +00:00
Wink Saville
071743f0cb
Rename reg/unreg OnSubscriptionsChangedListener.
...
To addOnSubscriptionsChangedListener and
removeOnSubscriptionsChangedListener.
Bug: 18984103
Change-Id: I6636905093812af89c1c3702840e44c8c5ea891f
2015-01-13 08:36:24 -08:00
Ben Gilad
6dd6c1e14f
Merge "API to satisfy the dependency in https://go/contacthandler1135 "
2015-01-12 18:01:18 +00:00
Chet Haase
5058c38a31
Add backgroundColor getter to View
...
Change-Id: I3a75169a2e91ec712fb1db4d130089a1261fc66b
2015-01-09 10:00:22 -08:00
Ben Gilad
95cde2dc21
API to satisfy the dependency in https://go/contacthandler1135
...
Bug: 17586396
Change-Id: I10bad15b4db3ec8928316507119c529c5d1f304b
2015-01-08 17:56:28 -08:00
Brian Attwell
cc4b2f731e
Ubundle from contacts contract Part 1/3
...
1. Remove Intents.UI
2. Expose Authority
3. Expose ProviderStatus
Discussion: go/contacts-contact-intent-ui
Bug: 18777272
Change-Id: I9c6125cc30710e4637b38f3785608abb9928d1a2
2015-01-09 01:07:45 +00:00
Adam Powell
b6ab098bad
Add API for nested pre-processing of a11y events; fix ResolverDrawerLayout
...
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
2015-01-07 17:00:12 -08:00
Alan Viverette
4456b81f22
Merge "Add popup window accessors for anchor overlap, gravity, window"
2015-01-08 00:37:17 +00:00
Alan Viverette
b97d69856d
API for tinting TextView compound drawables
...
BUG: 18762354
Change-Id: Iba6fab4f63a5d26cb27606d25a1fd0a1f47afa57
2015-01-07 16:16:20 -08:00
Alan Viverette
75d837954c
Add popup window accessors for anchor overlap, gravity, window
...
Cleans up comments and some code in PopupWindow.
BUG: 18245054
Change-Id: I2111d0c194ee1a39aaa721083041fc139efcf630
2015-01-07 15:51:54 -08:00
Ye Wen
db400acb24
am 4ae347a4: am ded6ccdc: am 55fb7576: Merge "Add new mms error for no data 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)
2015-01-07 00:57:52 +00:00