Chet Haase
0d1c27a713
Fix seeking and scaled duration behavior
...
The animation scaled was not being factored in early enough in the
activity lifecycle. Also, setCurrentPlaytTime() was not accounting for
the scaled duration correctly. Finally, added setCurrentFraction() as
a more general-purpose seeking facility.
Issue #18222006 Animator duration scale ignored in some situations
Issue #17951668 add ability to seek fraction, not just time
Change-Id: Idad401f5ff5026d7046c36eee09d78a4793215dc
2014-11-19 15:29:47 -08:00
xinhe
29b90ae5fd
am 77bfacc6: Merge "resolved conflicts for merge of 62a22d5b to lmp-mr1-dev(DO NOT MERGE)" into lmp-mr1-dev
...
* commit '77bfacc6fe0816e97be3a0f9a824759629d1f9eb':
Add configuration to control converting sms destination number
2014-11-19 22:55:37 +00:00
xinhe
77bfacc6fe
Merge "resolved conflicts for merge of 62a22d5b to lmp-mr1-dev(DO NOT MERGE)" into lmp-mr1-dev
2014-11-19 22:50:43 +00:00
Dianne Hackborn
ff17024e58
Fix issue with call backs from media process.
...
All but a few lines of this is for issue #16013164 , which allowed
apps to do some operations as the media uid by having it call
back to them to open a file. The problem here is with the tempory
identity stuff in the activity manager, allowing us to make the open
call as the original caller... ideally we should figure out a way
to just get rid of all of that, but the solution here is actually
easier (even though it doesn't look it) -- we now hand a token over
to the openFile() call that it can use when doing permission checks
to say "yes I would like the check to be against whoever is responsible
for the open". This allows us to do the uid remapping for only this
one specific set of permission checks, and nothing else.
Also fix issue #17487348 : Isolated services can access system services
they shouldn't be able to. Don't send any system service IBinder objects
down for the first initialization of an isolated process.
Change-Id: I3c70e16e0899d7eef0bae458e83958b41ed2b75e
2014-11-19 14:29:10 -08:00
Dianne Hackborn
4f0e4a9ada
Add new empty app test entry points.
...
Change-Id: Ib899c95de6b7bb936d2114e86bec4c5aef5f7eda
2014-11-19 14:21:07 -08:00
George Mount
2db3bf5c49
Slide supports Gravity.START and Gravity.END.
...
Bug 18444396
Change-Id: Id7b82b44948e4501c2b4fb5302d22672fa20cd00
2014-11-19 14:14:53 -08:00
Vinit Deshpande
77fe4c96b7
am a34f3d30: am 800bf3ae: Merge "Fix WPS docs for LABEL method" into lmp-mr1-dev
...
* commit 'a34f3d30c6a7a4b8863175f009935c61ace42b4e':
Fix WPS docs for LABEL method
2014-11-19 22:13:18 +00:00
John Spurlock
61f4f68571
am c70a4ccf: Merge "BatterySaver: Update disclosure string." into lmp-mr1-dev
...
* commit 'c70a4ccf45f669c07345cd438d68747d0558fd49':
BatterySaver: Update disclosure string.
2014-11-19 22:12:06 +00:00
Mathieu Chartier
8415672e18
am 1073f202: am 36c7f4b6: Merge "Add zygote space to Dalvik Heap"
...
* commit '1073f2023efcc6cbd099358677d3e87ee996486d':
Add zygote space to Dalvik Heap
2014-11-19 22:09:29 +00:00
John Spurlock
c70a4ccf45
Merge "BatterySaver: Update disclosure string." into lmp-mr1-dev
2014-11-19 22:09:14 +00:00
Ignacio Solla
b85b969b60
am c48a7bb1: (-s ours) am 1228e58e: (-s ours) Merge "[WebView] Interface to access hidden APIs. (DO NOT MERGE)"
...
* commit 'c48a7bb12d1e39dff5b9d28805e0c75bca9149fa':
[WebView] Interface to access hidden APIs. (DO NOT MERGE)
2014-11-19 22:05:15 +00:00
Mathieu Chartier
1073f2023e
am 36c7f4b6: Merge "Add zygote space to Dalvik Heap"
...
* commit '36c7f4b67326bad547f16aa6e72140bd839ab28d':
Add zygote space to Dalvik Heap
2014-11-19 22:04:28 +00:00
xinhe
b4e8478a73
resolved conflicts for merge of 62a22d5b to lmp-mr1-dev(DO NOT MERGE)
...
Change-Id: I83bf149b4905b82e3787097c55b7d3cd026061dd
2014-11-19 14:04:23 -08:00
Ignacio Solla
c48a7bb12d
am 1228e58e: (-s ours) Merge "[WebView] Interface to access hidden APIs. (DO NOT MERGE)"
...
* commit '1228e58e88ac0ae2abb698ed3f933ac44a8851ee':
[WebView] Interface to access hidden APIs. (DO NOT MERGE)
2014-11-19 21:59:37 +00:00
Mathieu Chartier
36c7f4b673
Merge "Add zygote space to Dalvik Heap"
2014-11-19 21:58:17 +00:00
Mathieu Chartier
99f628286f
Add zygote space to Dalvik Heap
...
Broken by
https://android-review.googlesource.com/#/c/115446/
This change fixes it by correctly putting the zygote in Dalvik Heap
instead of Dalvik Other.
Bug: 18447855
(cherry picked from commit 7fc9176c8a2102fb5be3668404bd15feb6878c89)
Change-Id: I9293e5d3f55ccfb2c93c6aacbf6abc164eacb10b
2014-11-19 13:54:00 -08:00
John Spurlock
a7b6a278d0
BatterySaver: Update disclosure string.
...
Bug: 18451615
Change-Id: Iea8c71a4ef1e3217953672b2a8691d612bacf8a9
2014-11-19 16:53:52 -05:00
Ignacio Solla
1228e58e88
Merge "[WebView] Interface to access hidden APIs. (DO NOT MERGE)"
2014-11-19 21:53:43 +00:00
Mathieu Chartier
78f235db2d
am 7fc9176c: Add zygote space to Dalvik Heap
...
* commit '7fc9176c8a2102fb5be3668404bd15feb6878c89':
Add zygote space to Dalvik Heap
2014-11-19 21:51:35 +00:00
Ignacio Solla
e7cf27b664
[WebView] Interface to access hidden APIs. (DO NOT MERGE)
...
The WeView provider implementation needs access to
these APIs to implement the WebView functionality.
BUG:18152150
Change-Id: I6b41c623b1e8a776dcee8977d0d17259cb4b34f1
(cherry picked from commits 94ef789f0cf0387df20c2c602857ada1e5abfdd6
and 53f256948724b8d4009d8a8a47da96a06402f9a2)
2014-11-19 21:47:13 +00:00
Mathieu Chartier
7fc9176c8a
Add zygote space to Dalvik Heap
...
Broken by
https://googleplex-android-review.git.corp.google.com/#/c/590612/
This change fixes it by correctly putting the zygote in Dalvik Heap
instead of Dalvik Other.
Bug: 18447855
Change-Id: I4a58480f1ef1eb17e760245d8690ce92e28ebea3
2014-11-19 13:43:40 -08:00
Jason Monk
bdf37b714d
am 2e982258: Merge "SysUI: Refactor the NetworkControllerImpl" into lmp-mr1-dev
...
* commit '2e982258f10e9af21ec328faf41e77b38b109738':
SysUI: Refactor the NetworkControllerImpl
2014-11-19 21:22:29 +00:00
Jason Monk
2e982258f1
Merge "SysUI: Refactor the NetworkControllerImpl" into lmp-mr1-dev
2014-11-19 21:18:22 +00:00
Vinit Deshpande
a34f3d30c6
am 800bf3ae: Merge "Fix WPS docs for LABEL method" into lmp-mr1-dev
...
* commit '800bf3ae6e9affb151b3b0b368c4a3dd22bb1fa0':
Fix WPS docs for LABEL method
2014-11-19 20:29:56 +00:00
Eric Laurent
6368a7df18
AudioSystem JNI: fix AudioPortConfig mask usage
...
Bug: 18444838.
Change-Id: I9151538399001c719b9e0681c00d47a26928896c
2014-11-19 12:18:32 -08:00
Vinit Deshpande
800bf3ae6e
Merge "Fix WPS docs for LABEL method" into lmp-mr1-dev
2014-11-19 20:17:22 +00:00
Alan Viverette
7573f496a1
Fix several small layout and color issues
...
Adjusts switch track asset for consistent alignment across DPI buckets,
adjusts edit text background. Lightens the "Light" theme action bar
color so that it doesn't blend in with the action bar shadow.
BUG: 18430444
BUG: 18356558
BUG: 18390994
Change-Id: I1d1e26239fa0c921a65e4ec8b5df0b0093b3989c
2014-11-19 11:59:24 -08:00
xinhe
62a22d5b1f
resolved conflicts for merge of 046f3843 to lmp-sprout-dev(DO NOT MERGE)
...
The change is already in MR1 branch
Change-Id: I4ae35a8f76fdc2d4b1cdf2773dc27ff2da85b5ff
2014-11-19 11:48:43 -08:00
Andrew Lee
76cc56c0f9
am 3f424477: am e6a1e993: Merge "Add GENERIC_CONFERENCE to phone capabilities." into lmp-mr1-dev
...
* commit '3f4244773d4479c79705dc397abf0d76555d7ef9':
Add GENERIC_CONFERENCE to phone capabilities.
2014-11-19 19:10:44 +00:00
Andrew Lee
3f4244773d
am e6a1e993: Merge "Add GENERIC_CONFERENCE to phone capabilities." into lmp-mr1-dev
...
* commit 'e6a1e993c2e3663ee60085b66fe8697d5de6e268':
Add GENERIC_CONFERENCE to phone capabilities.
2014-11-19 19:06:32 +00:00
Andrew Lee
e6a1e993c2
Merge "Add GENERIC_CONFERENCE to phone capabilities." into lmp-mr1-dev
2014-11-19 19:00:41 +00:00
Andreas Gampe
387116f557
am c3507d10: Merge "Frameworks/base: Replace LOG_FATAL_IF in core/jni"
...
* commit 'c3507d1098a444176a7270cba7e5299af7f77350':
Frameworks/base: Replace LOG_FATAL_IF in core/jni
2014-11-19 18:26:51 +00:00
Andres Morales
39843bfbed
am 29db396e: am 6722598e: Merge "Add a checksum to FRP partition" into lmp-mr1-dev
...
* commit '29db396ea91651f2f17e21629f782ce4c19e0f33':
Add a checksum to FRP partition
2014-11-19 18:21:19 +00:00
Andreas Gampe
c3507d1098
Merge "Frameworks/base: Replace LOG_FATAL_IF in core/jni"
2014-11-19 18:16:19 +00:00
Andres Morales
29db396ea9
am 6722598e: Merge "Add a checksum to FRP partition" into lmp-mr1-dev
...
* commit '6722598ef3d23f75d244399536b2302b30388c51':
Add a checksum to FRP partition
2014-11-19 18:16:03 +00:00
Andres Morales
6722598ef3
Merge "Add a checksum to FRP partition" into lmp-mr1-dev
2014-11-19 18:09:53 +00:00
Chih-hung Hsieh
b380d7eeee
am b1e4e89b: Merge "Fix incorrect usage of bool"
...
* commit 'b1e4e89b86ee12335fa1398a6b2bc0a0604599de':
Fix incorrect usage of bool
2014-11-19 18:09:25 +00:00
Chih-hung Hsieh
b1e4e89b86
Merge "Fix incorrect usage of bool"
2014-11-19 18:01:20 +00:00
Amit Mahajan
bb35bbf198
am 6f10d1c3: am b22462c5: Merge "Adding new setting LTE_SERVICE_FORCED." into lmp-mr1-dev
...
* commit '6f10d1c34efba28856fea162f1d193319cad2576':
Adding new setting LTE_SERVICE_FORCED.
2014-11-19 17:57:39 +00:00
John Spurlock
34a2ee695d
am 9d48ec7a: am 2ee054b4: Merge "Volume: Ensure ring/notif slider is enabled when ringer=vibrate." into lmp-mr1-dev
...
* commit '9d48ec7a5c639226f69377d41c4fcb2d3e17c13e':
Volume: Ensure ring/notif slider is enabled when ringer=vibrate.
2014-11-19 17:57:25 +00:00
Geoff Mendal
88a080bc68
am 5b95c755: (-s ours) am 9792edd1: (-s ours) am 5fafd21b: (-s ours) Import translations. DO NOT MERGE
...
* commit '5b95c755821a966b411b164df18b928d2eda71f1':
Import translations. DO NOT MERGE
2014-11-19 17:56:45 +00:00
Geoff Mendal
e409561a17
am cfe34ebc: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-mr1-ub-dev
...
* commit 'cfe34ebce6d2a6bd4f682d8f002b8318942ec30d':
Import translations. DO NOT MERGE
2014-11-19 17:56:30 +00:00
Jeff Sharkey
e5186c12ec
am 40602179: Merge "Default icon is shown after uninstalling updated priv-app"
...
* commit '4060217905d805897141b028126e0aa51136cf7b':
Default icon is shown after uninstalling updated priv-app
2014-11-19 17:49:07 +00:00
xinhe
046f3843f1
Merge "Add configuration to control converting sms destination number" into lmp-dev
2014-11-19 17:47:25 +00:00
Amit Mahajan
6f10d1c34e
am b22462c5: Merge "Adding new setting LTE_SERVICE_FORCED." into lmp-mr1-dev
...
* commit 'b22462c57f35404f5b39680a9fb76165968d8faf':
Adding new setting LTE_SERVICE_FORCED.
2014-11-19 17:44:33 +00:00
Jeff Sharkey
4060217905
Merge "Default icon is shown after uninstalling updated priv-app"
2014-11-19 17:40:02 +00:00
Amit Mahajan
b22462c57f
Merge "Adding new setting LTE_SERVICE_FORCED." into lmp-mr1-dev
2014-11-19 17:38:23 +00:00
John Spurlock
9d48ec7a5c
am 2ee054b4: Merge "Volume: Ensure ring/notif slider is enabled when ringer=vibrate." into lmp-mr1-dev
...
* commit '2ee054b4f099ce67dffc29329612170305053783':
Volume: Ensure ring/notif slider is enabled when ringer=vibrate.
2014-11-19 17:24:09 +00:00
Andreas Gampe
987f79f60b
Frameworks/base: Replace LOG_FATAL_IF in core/jni
...
Do not use LOG_FATAL_IF in JNI setup. This is one-time on startup
and important enough to always check.
Add a header with common helper definitions. Move to inlined functions
instead of macros to clean up the code.
Change-Id: Ib12d0eed61b110c45d748e80ec36c563e9dec7e5
2014-11-19 09:21:12 -08:00
John Spurlock
2ee054b4f0
Merge "Volume: Ensure ring/notif slider is enabled when ringer=vibrate." into lmp-mr1-dev
2014-11-19 17:19:15 +00:00