Kenny Root
5678bacdff
Merge "Remove keystore entries when app data cleared"
2013-04-15 18:03:09 +00:00
Daniel Sandler
bd573049ec
Merge "Putting the gesture debugging back in the box." into jb-mr2-dev
2013-04-15 18:02:52 +00:00
Scott Main
80f8c84e0c
am 0451003f: am c0677691: am 92fd5508: am c70e0f5e: Merge "add oppo and xiaomi driver links bug: 8523141" into jb-mr1.1-docs
...
* commit '0451003f681c830fe626e4e0e6861c0bca8de51f':
add oppo and xiaomi driver links bug: 8523141
2013-04-15 11:00:06 -07:00
Kenny Root
e28b084d14
Remove keystore entries when app data cleared
...
When an application's user data is cleared, the keystore entries need to
be cleared as well. Previously we were only clearing entries when the
application was uninstalled for all users. Now we cover the case of
multiuser as well.
(cherry picked from commit 6fd1c85d7f909580582e5ebc357564331ecef283)
Bug: 8566369
Change-Id: Id4df5e50661b676b8f6507b915764400982c01a0
2013-04-15 10:57:24 -07:00
Scott Main
0451003f68
am c0677691: am 92fd5508: am c70e0f5e: Merge "add oppo and xiaomi driver links bug: 8523141" into jb-mr1.1-docs
...
* commit 'c06776912d75190966c5f00e617edffbfe01851c':
add oppo and xiaomi driver links bug: 8523141
2013-04-15 10:56:42 -07:00
Scott Main
c06776912d
am 92fd5508: am c70e0f5e: Merge "add oppo and xiaomi driver links bug: 8523141" into jb-mr1.1-docs
...
* commit '92fd5508aae8f8b43164405a5b725d0e60e464e1':
add oppo and xiaomi driver links bug: 8523141
2013-04-15 10:52:40 -07:00
Scott Main
92fd5508aa
am c70e0f5e: Merge "add oppo and xiaomi driver links bug: 8523141" into jb-mr1.1-docs
...
* commit 'c70e0f5e182ab209ab9b272c1408ac3170ca6345':
add oppo and xiaomi driver links bug: 8523141
2013-04-15 10:49:35 -07:00
The Android Open Source Project
2c5dca4a3f
Reconcile with jb-mr2-release - do not merge
...
Change-Id: I618d51505419200bc282404ec2af470be97f1fa7
2013-04-15 10:46:07 -07:00
Scott Main
c70e0f5e18
Merge "add oppo and xiaomi driver links bug: 8523141" into jb-mr1.1-docs
2013-04-15 17:45:22 +00:00
Kenny Root
caf0496dc2
Merge "Check outInfo is not null"
2013-04-15 17:44:59 +00:00
Kenny Root
fc78e60a83
Check outInfo is not null
...
Only call keystore if outInfo is not null
(cherry picked from commit 3b9933d0c2f2b9a2e973dca296ee45a69087e31c)
Bug: 8568820
Change-Id: I764980fd396dbc637732ad290eea2bd11036ec28
2013-04-15 10:42:14 -07:00
Kristian Monsen
98dedf7ccc
Fix for bug 8607049: Improve javascript dialogs for classic
...
Make a common JsDialogHelper for classic and chromium webview
Improve on before unload dialog
Change-Id: Ib9711e4f95189ef8b2b31fc64aec7c0cb535d0e4
2013-04-15 10:22:34 -07:00
Jean-Michel Trivi
42732e1037
am 74e56f19: Merge "Public APIs for media position in RemoteControlClient" into jb-mr2-dev
...
* commit '74e56f19299cd04e2e6c6a9a19af260551750d6a':
Public APIs for media position in RemoteControlClient
2013-04-15 10:19:24 -07:00
Jean-Michel Trivi
74e56f1929
Merge "Public APIs for media position in RemoteControlClient" into jb-mr2-dev
2013-04-15 17:13:46 +00:00
Baligh Uddin
87d19d04ea
Import translations. DO NOT MERGE
...
Change-Id: Ifcb746e1bec6ba3252d57feef425738ef84636e6
Auto-generated-cl: translation import
2013-04-15 08:59:28 -07:00
Ben Murdoch
e41c3cdb9c
am 7e157f32: Merge "Deprectate WebViewDatabase password methods." into jb-mr2-dev
...
* commit '7e157f321c690e41f0f18a556f989fd20709469f':
Deprectate WebViewDatabase password methods.
2013-04-15 08:52:46 -07:00
Ben Murdoch
7e157f321c
Merge "Deprectate WebViewDatabase password methods." into jb-mr2-dev
2013-04-15 15:48:25 +00:00
Brian Colonna
a5239891dc
Enabling Face Unlock for user switching (bug 8495282)
...
We had been intentionally disabling FUL when switching to a new user.
The reason was that we were only getting a signal when the user switch
started, not when it completed. If we started FUL at the beginning of
the user switch, it could be completed by the time the user switch
completed. We now have a signal to tell us that the switch completed.
Prior to this change, FUL would start whenever keyguard is created.
For a user switch, keyguard is recreated when we get
onUserSwitching(), but we don't want FUL to start until we get
onUserSwitchComplete(). So with this change, if onResume() happens
because of a user switch it doesn't start FUL until we get
onUserSwitchComplete().
Change-Id: I1d3da0a32b9b4cf0cfa5c577f1697d2a41ee4fda
2013-04-15 11:45:40 -04:00
Andreas Huber
e813a85c97
am 2de0771d: Merge "MediaExtractor.setDataSource(...) has always thrown IOExceptions from" into jb-mr2-dev
...
* commit '2de0771da2b6c07f717d62ae4e4be93702af9a43':
MediaExtractor.setDataSource(...) has always thrown IOExceptions from
2013-04-15 08:34:37 -07:00
Andreas Huber
baf4a057f8
am 5c5c3f3a: Merge "Document that MediaPlayer.getDuration() returns an invalid value (-1)" into jb-mr2-dev
...
* commit '5c5c3f3abd8a95bf46378fd93b13160ad52e74ff':
Document that MediaPlayer.getDuration() returns an invalid value (-1)
2013-04-15 08:34:34 -07:00
Andreas Huber
2de0771da2
Merge "MediaExtractor.setDataSource(...) has always thrown IOExceptions from" into jb-mr2-dev
2013-04-15 15:16:27 +00:00
Andreas Huber
5c5c3f3abd
Merge "Document that MediaPlayer.getDuration() returns an invalid value (-1)" into jb-mr2-dev
2013-04-15 15:15:41 +00:00
The Android Automerger
d39de0b042
merge in jb-mr2-release history after reset to jb-mr2-dev
2013-04-15 05:55:51 -07:00
Jason Sams
c4294ed2f1
am 330a9fe3: Merge "Unhide new RS APIs." into jb-mr2-dev
...
* commit '330a9fe323cfb2f492665b73822f056c2c6689c2':
Unhide new RS APIs.
2013-04-14 19:25:10 -07:00
Jason Sams
330a9fe323
Merge "Unhide new RS APIs." into jb-mr2-dev
2013-04-15 02:22:14 +00:00
Jean-Michel Trivi
9157477300
Public APIs for media position in RemoteControlClient
...
New APIs in android.media.RemoteControlClient to support application
exposing their current media playback position and speed, and
let the framework request position changes.
Bug 8120740
Change-Id: Ibfc41f60e279413c26147e3276d96f28b7f506e7
2013-04-14 12:17:56 -07:00
Jason Sams
9bf189228f
Revert GC thread changes
...
This is not quite a straight revery, some manual edits were necessary.
The original CL didn't undergo sufficient design review or testing. Revert until the regressions can be sorted out.
Bug 8585185
This reverts commit 6dacf8355a0692b52c49f603f43317772cb36175
This reverts commit f8c033db1edf36a0ab09568c3142054f0be2d1a1
Change-Id: Ie7215bdf881332e822603547e92f810f595077fc
2013-04-14 02:56:03 +00:00
Jason Sams
02d56d90e0
Unhide new RS APIs.
...
This exposes the fast path handling of YUV data.
bug 8566866
Change-Id: Iaa3700100db61dd51d16d80ea8ae22f2dcc41bb0
2013-04-14 02:51:57 +00:00
Amith Yamasani
6064c5cf22
am e1375908: Rename isUserLimited to isLinkedUser
...
* commit 'e1375908a5f05e5c926e95049970c4505e4dfad9':
Rename isUserLimited to isLinkedUser
2013-04-13 17:22:09 -07:00
Amith Yamasani
e1375908a5
Rename isUserLimited to isLinkedUser
...
A linked user is derived from another user and shares their accounts.
Change-Id: Ia2e63d573ccb635495ec54f31ac7b174725ad7a8
2013-04-13 16:48:35 -07:00
Amith Yamasani
19c95bcc76
am e188c984: Merge "Introducing manifest flag requiredAccountType" into jb-mr2-dev
...
* commit 'e188c984ddd4ae4b109c3f204b03a8f798f7e9e8':
Introducing manifest flag requiredAccountType
2013-04-13 15:56:31 -07:00
Amith Yamasani
e188c984dd
Merge "Introducing manifest flag requiredAccountType" into jb-mr2-dev
2013-04-13 22:54:01 +00:00
Xavier Ducrohet
ade20f49a1
am a068eedd: Revert "Make --non-constant-id generates non final IDs for styleable."
...
* commit 'a068eeddc9d47af1a12afbe6efe7d00e8e903b9f':
Revert "Make --non-constant-id generates non final IDs for styleable."
2013-04-13 09:57:01 -07:00
Xavier Ducrohet
a068eeddc9
Revert "Make --non-constant-id generates non final IDs for styleable."
...
This reverts commit 8730f46ae5ba9021a0e01c068ffc6b552b6c4510.
2013-04-13 09:48:01 -07:00
Kenny Root
e7cf8c2302
keystore: remove old APIs
...
Remove the APIs that don't specify the flags so callers know what
they're getting.
Bug: 8122243
Change-Id: Ifaef6fb1d16010237c01f9d11f2053bb6b3980c0
2013-04-12 18:09:04 -07:00
Kenny Root
b2c0ff64d8
Remove old KeyStore call sites
...
Remove the call sites that don't have the flags specified. This is to
ensure that callers know what flags they're setting.
Bug: 8122243
Change-Id: Ifbd178fddbf8dbd8f7b821ea739a20d056ef9fa7
2013-04-12 18:09:04 -07:00
Dianne Hackborn
00c4c67069
am 301e95f2: Merge "Add a little more resource load tracing." into jb-mr2-dev
...
* commit '301e95f2e17164c6f432f1b68f55e5f12aa0ca78':
Add a little more resource load tracing.
2013-04-12 18:07:12 -07:00
Dianne Hackborn
301e95f2e1
Merge "Add a little more resource load tracing." into jb-mr2-dev
2013-04-13 01:03:47 +00:00
Amith Yamasani
ccbe389b4d
Introducing manifest flag requiredAccountType
...
This can be used by apps that won't work without an account of that
type in the limited user environment. This way we can avoid letting
users select these apps when setting up a limited user.
Bug: 8600261
Change-Id: Iaa0dd5ff88e89fa7a1d8a4e70317290268411bdb
2013-04-12 17:52:42 -07:00
Dianne Hackborn
0acc1931d3
Add a little more resource load tracing.
...
Change-Id: Id797adb67ab411d5b1a1c223863d3bb4655d10b1
2013-04-12 17:49:17 -07:00
Romain Guy
5141bf801e
am 80fccb4d: Merge "There should be a mandatory coder\'s license. Bug #8586560 " into jb-mr2-dev
...
* commit '80fccb4dda9b2c46955e05b8be9e6071e0cc347b':
There should be a mandatory coder's license. Bug #8586560
2013-04-12 17:41:35 -07:00
Xavier Ducrohet
9563701805
am 629b1c4f: Merge "Make --non-constant-id generates non final IDs for styleable." into jb-mr2-dev
...
* commit '629b1c4f2042ef0f1da4fe543cca34deedd3ba5d':
Make --non-constant-id generates non final IDs for styleable.
2013-04-12 17:38:04 -07:00
Romain Guy
80fccb4dda
Merge "There should be a mandatory coder's license. Bug #8586560 " into jb-mr2-dev
2013-04-13 00:37:37 +00:00
Xavier Ducrohet
629b1c4f20
Merge "Make --non-constant-id generates non final IDs for styleable." into jb-mr2-dev
2013-04-13 00:35:54 +00:00
Mathias Agopian
4c87edfe4d
am 1763d6f9: Merge "always trigger a re-draw when updating the transparent region hint" into jb-mr2-dev
...
* commit '1763d6f957163faf6d3b629c36f4e8e90e0e31bd':
always trigger a re-draw when updating the transparent region hint
2013-04-12 17:32:32 -07:00
Mathias Agopian
1763d6f957
Merge "always trigger a re-draw when updating the transparent region hint" into jb-mr2-dev
2013-04-13 00:28:16 +00:00
Jaikumar Ganesh
d347d51976
am 02087754: Merge "Fix race condition and disable call." into jb-mr2-dev
...
* commit '02087754fb49de7421b982267a283482b70bc297':
Fix race condition and disable call.
2013-04-12 17:25:41 -07:00
Jaikumar Ganesh
02087754fb
Merge "Fix race condition and disable call." into jb-mr2-dev
2013-04-13 00:22:07 +00:00
Svetoslav Ganov
dd03b6dcb7
am 26257a09: Merge "Allow for setting test type as a monkey." into jb-mr2-dev
...
* commit '26257a09a54cda5e8a0bc5b1edb0a5b401983a3b':
Allow for setting test type as a monkey.
2013-04-12 17:17:59 -07:00
Svetoslav
640769589b
am 72ab9b80: Merge "Respect custom view drawing order when dispatching hover events." into jb-mr2-dev
...
* commit '72ab9b801794d42de83d3e7afb70ccc96ade7dfb':
Respect custom view drawing order when dispatching hover events.
2013-04-12 17:17:57 -07:00