Mindy Pereira
6a18f4ab29
Update default ramp up time for autoscroller.
...
2500 was too much and drowning the behavior where closeness to
the edge should set the speed.
Change-Id: If32999893d9ab59a0b77bd2b79b698a3baa64113
2013-09-06 13:58:15 -07:00
Alan Viverette
fbe4a586c2
Add drag-to-open for action bar submenus
...
BUG: 10649895
Change-Id: I5076e0d09453a75ed20c44eede4b43e8a2f535fd
2013-09-06 13:45:54 -07:00
Dianne Hackborn
c268c442a1
am f0ac3a6b: Merge "Fix issue #10650718 : Camera DOA on KLP" into klp-dev
...
* commit 'f0ac3a6b04cb23aa5b7e0c1e307e3dea7de6dcc9':
Fix issue #10650718 : Camera DOA on KLP
2013-09-06 13:45:10 -07:00
Igor Murashkin
76f883e0a8
am 034052b3: Merge "Binder: Log exceptions originating from the binder stub for oneway calls" into klp-dev
...
* commit '034052b352e14054d5271ea42985497f6b101b4f':
Binder: Log exceptions originating from the binder stub for oneway calls
2013-09-06 13:38:23 -07:00
Dianne Hackborn
d4a8b9d3c1
Fix issue #10650718 : Camera DOA on KLP
...
Methods not kept in sync.
Change-Id: I2621255707bbc569ac476b8fb0f7e82f68585b12
2013-09-06 13:36:57 -07:00
Timothy Knight
a2815faad7
Camera2: Minor docs fix.
...
Bug: 10639270
Change-Id: Ic5b046a8f8e1c8be83f010e05247914c61b3674b
2013-09-06 13:34:30 -07:00
Adam Powell
435f957fee
am b8b017cb: Merge "Add a minimum timeout for double-tap in GestureDetector" into klp-dev
...
* commit 'b8b017cb6879352aee015ba24e9bfd05cc094e74':
Add a minimum timeout for double-tap in GestureDetector
2013-09-06 12:58:24 -07:00
Sandeep Siddhartha
c73c178374
Add permission checks and unhide the Hotword recognition APIs
...
- Also tweak the API a little to send an intent on hotword being
recognized.
Change-Id: I8a3fedaec4e1db595ed058089734d25c7957111e
2013-09-06 12:34:03 -07:00
Dmitry Grinberg
34b0f92613
Allow L2CAP sockets
...
Change-Id: Icb498e6c0430789b6168bec3beb1d4650e4f1238
2013-09-06 12:27:12 -07:00
Igor Murashkin
034052b352
Merge "Binder: Log exceptions originating from the binder stub for oneway calls" into klp-dev
2013-09-06 18:32:30 +00:00
Adam Powell
b8b017cb68
Merge "Add a minimum timeout for double-tap in GestureDetector" into klp-dev
2013-09-06 18:15:28 +00:00
Jeff Sharkey
775bdbdb11
am dc8d7048: Merge changes I7277880e,Ia5584bd6 into klp-dev
...
* commit 'dc8d704899716e97e59af8b6fe5f549e0229eda6':
Provide calling package to ContentProviders.
Separate root and document management.
2013-09-06 09:29:05 -07:00
Jeff Sharkey
dc8d704899
Merge changes I7277880e,Ia5584bd6 into klp-dev
...
* changes:
Provide calling package to ContentProviders.
Separate root and document management.
2013-09-06 16:26:34 +00:00
Wink Saville
78f4e10bb2
am a1d6a9b4: am fc7a146b: am 50f86448: am 59a9884b: Merge "Do not change NetworkInfo.DetailedState." into jb-mr2-dev
...
* commit 'a1d6a9b474ba095860838c6ed3e72f8d9f5058cd':
Do not change NetworkInfo.DetailedState.
2013-09-06 09:25:32 -07:00
Wink Saville
a1d6a9b474
am fc7a146b: am 50f86448: am 59a9884b: Merge "Do not change NetworkInfo.DetailedState." into jb-mr2-dev
...
* commit 'fc7a146b82774514bad4bc307489ece7ac27ee50':
Do not change NetworkInfo.DetailedState.
2013-09-06 09:19:40 -07:00
Wink Saville
fc7a146b82
am 50f86448: am 59a9884b: Merge "Do not change NetworkInfo.DetailedState." into jb-mr2-dev
...
* commit '50f864480d6e9cf9e4d83b4533e3764753b4d408':
Do not change NetworkInfo.DetailedState.
2013-09-06 09:17:19 -07:00
Wink Saville
50f864480d
am 59a9884b: Merge "Do not change NetworkInfo.DetailedState." into jb-mr2-dev
...
* commit '59a9884bf8280e2db9db7680370e98f40a065d56':
Do not change NetworkInfo.DetailedState.
2013-09-06 09:12:50 -07:00
Jeff Sharkey
911d7f411f
Provide calling package to ContentProviders.
...
The calling package is important for ContentProviders that want to
grant Uri permissions as a side effect of operations, so offer it
through a new API. Validates the provided package against the
calling UID before returning.
Bug: 10626527
Change-Id: I7277880eebbd48444c024bcf5f69199133cd59e4
2013-09-06 08:08:18 -07:00
Jeff Sharkey
a61dc8e03e
Separate root and document management.
...
Two hidden intents for managing roots and documents, used to support
Downloads UI. Touching an item tries launching as MANAGE_DOCUMENT
first before falling back to VIEW. Provide MIME type for roots.
Bug: 10446265, 10531347, 10599641
Change-Id: Ia5584bd6ce3e5a9b0048e8caf1447e3053664413
2013-09-06 08:08:18 -07:00
Chet Haase
f43fb2a57f
Reversing immediately after starting animator ends it
...
Previously, an animator that had started but not yet played its
first frame would be reversed from its end state, which was not the
desired behavior. Now, we detect that condition (started, but not yet
actually running) and simply end() the animator immediately.
Issue #10136266 ValueAnimator.reverse right after calling start() does the full animation
Change-Id: I2a48d267336241ce74079c75758026c6f07ebc3a
2013-09-06 07:59:36 -07:00
Mikhail Naganov
708d279a16
am 498a5f54: Merge "Add more docs for WebView\'s setInitialScale and setLoadWithOverviewMode" into klp-dev
...
* commit '498a5f5488446e1d5914f5d335ee02572c6201d1':
Add more docs for WebView's setInitialScale and setLoadWithOverviewMode
2013-09-06 07:41:08 -07:00
Mikhail Naganov
498a5f5488
Merge "Add more docs for WebView's setInitialScale and setLoadWithOverviewMode" into klp-dev
2013-09-06 14:36:29 +00:00
Michael Wright
f17e8ee379
am 86974463: Merge "Added support for supports-input manifest element" into klp-dev
...
* commit '86974463e9e28108e14fa255efd3c429358c0605':
Added support for supports-input manifest element
2013-09-05 18:31:04 -07:00
Michael Wright
86974463e9
Merge "Added support for supports-input manifest element" into klp-dev
2013-09-06 01:29:35 +00:00
Michael Wright
eaeb190486
Added support for supports-input manifest element
...
Change-Id: Ifa7c87908081585c1940b5a47fdf5138a287d9ea
2013-09-05 18:15:57 -07:00
Alan Viverette
47361ddd0a
am 0ccef4d0: Merge "Apply implicit parent dependency when adding to PreferenceGroup" into klp-dev
...
* commit '0ccef4d00357275f3a492e10f4e88aaf4d9deec6':
Apply implicit parent dependency when adding to PreferenceGroup
2013-09-05 16:40:39 -07:00
Alan Viverette
0ccef4d003
Merge "Apply implicit parent dependency when adding to PreferenceGroup" into klp-dev
2013-09-05 23:36:18 +00:00
Chet Haase
68bf5bd385
Show view overlays in hierarchyviewer
...
ViewOverlays can hold Drawables and Views. But none of these things
show up in hierarchyviewer, so what you see on the screen is not necessarily
what you see in hierarchyviewer.
This CL adds logic to ViewDebug to enable these views/drawables to be displayed.
Issue #8943158 plumb overlay views through into hierarchy viewer
Change-Id: I020e85530a68390b37986269fa3e9e7e43725bab
2013-09-05 16:27:28 -07:00
Lorenzo Colitti
cf71220223
am a7597d17: Merge "Add a function to replace all the link addresses." into klp-dev
...
* commit 'a7597d17714e8aa975a4692cd7e9656d8bfa2e2c':
Add a function to replace all the link addresses.
2013-09-05 16:06:12 -07:00
Lorenzo Colitti
a7597d1771
Merge "Add a function to replace all the link addresses." into klp-dev
2013-09-05 23:03:24 +00:00
Amith Yamasani
3d27c9f973
am f1eebfc2: Merge "Remove unused APIs and rename others based on API review" into klp-dev
...
* commit 'f1eebfc2cf47b7fb6ed8dfd06fb124f78ca3519e':
Remove unused APIs and rename others based on API review
2013-09-05 15:51:34 -07:00
Amith Yamasani
f1eebfc2cf
Merge "Remove unused APIs and rename others based on API review" into klp-dev
2013-09-05 22:48:17 +00:00
Dianne Hackborn
0421cfd250
am a6c767b2: Merge "Fix issue #10491028 : iabv2 test apps that contain subscription SKUs..." into klp-dev
...
* commit 'a6c767b2d8239a80c53577ce59daea3001ab0bce':
Fix issue #10491028 : iabv2 test apps that contain subscription SKUs...
2013-09-05 15:23:58 -07:00
Dianne Hackborn
a6c767b2d8
Merge "Fix issue #10491028 : iabv2 test apps that contain subscription SKUs..." into klp-dev
2013-09-05 22:20:55 +00:00
Dianne Hackborn
8fd3751be2
Fix issue #10491028 : iabv2 test apps that contain subscription SKUs...
...
...crash on launch
You got some values in my keys!
Change-Id: I2636c72843e0c0900ccdd9acba771c1b61e70b39
2013-09-05 15:10:20 -07:00
Kenny Root
e968a4796b
am 040e68f0: Merge "Add argument to binder call to check key types" into klp-dev
...
* commit '040e68f02639048f76dcba2fcefbd43152697690':
Add argument to binder call to check key types
2013-09-05 14:45:10 -07:00
Kenny Root
040e68f026
Merge "Add argument to binder call to check key types" into klp-dev
2013-09-05 21:40:56 +00:00
Jeff Sharkey
c7b2112f1b
am 5d7acbd8: Merge "Filter roots based on supported MIME types." into klp-dev
...
* commit '5d7acbd8bedbccfd64d9d790d0b3c2492acdc219':
Filter roots based on supported MIME types.
2013-09-05 14:23:56 -07:00
Jeff Sharkey
5d7acbd8be
Merge "Filter roots based on supported MIME types." into klp-dev
2013-09-05 21:19:39 +00:00
Jeff Sharkey
923396b772
Filter roots based on supported MIME types.
...
Using flags to indicate supported types isn't very extensible, so
use newline-separated MIME types instead.
Bug: 10514613
Change-Id: I45641fc20b423b2a0bb2df7457c274f42aa6861a
2013-09-05 13:58:04 -07:00
Adam Powell
af1785f0b5
Add a minimum timeout for double-tap in GestureDetector
...
Prevent noisy falsing. Minimum timeout is currently 40ms and can be
tuned for later. Consider un-hiding the ViewConfiguration query method
later.
Bug 10476944
Change-Id: Ib470735ec929b0b358fca4597e92dc81084e675f
2013-09-05 13:44:45 -07:00
Dianne Hackborn
8e535cec2e
am dfafaffe: Merge "Fix issue #10387684 : ArrayIndexOutOfBoundsException in ArrayMap.put" into klp-dev
...
* commit 'dfafaffe8601a3483e8da8f32bd4c754fecb88c1':
Fix issue #10387684 : ArrayIndexOutOfBoundsException in ArrayMap.put
2013-09-05 13:40:42 -07:00
Dianne Hackborn
dfafaffe86
Merge "Fix issue #10387684 : ArrayIndexOutOfBoundsException in ArrayMap.put" into klp-dev
2013-09-05 20:38:55 +00:00
Alan Viverette
651b4249b9
Apply implicit parent dependency when adding to PreferenceGroup
...
BUG: 10493706
Change-Id: Iba741d8dd4e72bc5aef5c033e42a9ba4fb0c523b
2013-09-05 13:32:40 -07:00
Kenny Root
b91773bce1
Add argument to binder call to check key types
...
Before there was only one key type supported, so we didn't need to query
a key type. Now there is DSA, EC, and RSA, so there needs to be another
argument.
Bug: 10600582
Change-Id: I9fe9e46b9ec9cfb2f1246179b2c396216b2c1fdb
2013-09-05 13:27:00 -07:00
Dianne Hackborn
f691359724
Fix issue #10387684 : ArrayIndexOutOfBoundsException in ArrayMap.put
...
Locking of sSharedPrefs was bad -- it was using a per-context lock
instead of a static lock.
Change-Id: Ib261a40619c43f7ea2e686057c0702fb5461d843
2013-09-05 13:21:24 -07:00
Svetoslav
4063e9e732
am 0cdc24a2: Merge "Bug fixes in the print dialog" into klp-dev
...
* commit '0cdc24a2fb5268241cf16c6b28a4a3b58965a2c8':
Bug fixes in the print dialog
2013-09-05 12:39:37 -07:00
Adam Powell
f094655c80
am a73c3a54: Merge "Add View#cancelPendingInputEvents API" into klp-dev
...
* commit 'a73c3a54886c302cc72e469d27603ef6bb92a6a1':
Add View#cancelPendingInputEvents API
2013-09-05 12:39:34 -07:00
Svetoslav
0cdc24a2fb
Merge "Bug fixes in the print dialog" into klp-dev
2013-09-05 19:38:24 +00:00
Adam Powell
a73c3a5488
Merge "Add View#cancelPendingInputEvents API" into klp-dev
2013-09-05 19:37:51 +00:00