Kenny Root
af101312c8
am 520ee7bc: am a2e8365c: am 9b0da58e: Merge "Introduce a restorecon JNI binding."
...
* commit '520ee7bcadafdc5768fa8fc8890199ebe29886da':
Introduce a restorecon JNI binding.
2012-08-16 15:35:10 -07:00
Kenny Root
78f4e5452d
am 3931f6b3: am 617ccc08: am 1090f702: Merge "Remove StatFs from AndroidRuntime JNI"
...
* commit '3931f6b3ffd30b53b742bbb127ba8438bef44fa0':
Remove StatFs from AndroidRuntime JNI
2012-08-16 15:35:07 -07:00
Jean-Baptiste Queru
97fb26c838
am b18bcf13: am d2fb6e99: Merge "Fix Issue #35489 : drm content corruption on GB"
...
* commit 'b18bcf13fd47102a2527e599cde0b1d59ab7c51e':
Fix Issue #35489 : drm content corruption on GB
2012-08-16 15:32:55 -07:00
Kenny Root
520ee7bcad
am a2e8365c: am 9b0da58e: Merge "Introduce a restorecon JNI binding."
...
* commit 'a2e8365cc883de0d3e56e9f4af350ecfe1b8fc4c':
Introduce a restorecon JNI binding.
2012-08-16 15:32:52 -07:00
Kenny Root
3931f6b3ff
am 617ccc08: am 1090f702: Merge "Remove StatFs from AndroidRuntime JNI"
...
* commit '617ccc081f18f563aa953556c22ace10a1998f34':
Remove StatFs from AndroidRuntime JNI
2012-08-16 15:32:47 -07:00
Jean-Baptiste Queru
b18bcf13fd
am d2fb6e99: Merge "Fix Issue #35489 : drm content corruption on GB"
...
* commit 'd2fb6e99bda1ae607b5dfbb68905030f2133f8e8':
Fix Issue #35489 : drm content corruption on GB
2012-08-16 15:29:47 -07:00
Kenny Root
a2e8365cc8
am 9b0da58e: Merge "Introduce a restorecon JNI binding."
...
* commit '9b0da58e3a30b760de37138cdd51d20f269c383e':
Introduce a restorecon JNI binding.
2012-08-16 15:29:41 -07:00
Kenny Root
617ccc081f
am 1090f702: Merge "Remove StatFs from AndroidRuntime JNI"
...
* commit '1090f7023abefc448a492e143f76f9e0925fd6ee':
Remove StatFs from AndroidRuntime JNI
2012-08-16 15:29:34 -07:00
Madan Ankapura
b046b20f1a
show 3G icon for CDMA/1xRTT
...
when config_showMin3G is enabled to true in a CDMA device
Change-Id: I79a4fa200dc406fc7f9f4527165046541961ef69
Signed-off-by: Madan Ankapura <mankapur@sta.samsung.com>
2012-08-16 15:29:17 -07:00
Kenny Root
98e15e7893
Use Libcore's stat instead of FileUtils#getFileStatus
...
Remove the last user of FileUtils#getFileStatus and move it to
Libcore.os.stat instead. Then we can remove the JNI code that does the
equivalent of a stat.
Change-Id: Ieb566a2a8a17c2dd0150724b4eb3ac1cc41c823d
2012-08-16 15:27:55 -07:00
Kenny Root
786cbcacd2
Use Libcore.os.stat instead of FileUtils
...
PackageManagerService just needed to know the owner for this file, so
just use stat instead so we can remove the old JNI code.
This is the last user of FileUtils#getPermissions so just remove the
FileUtils method as well.
Change-Id: I953057cd6b9de4410f33b6f22e4bddff02fe2988
2012-08-16 15:27:55 -07:00
Nick Pelly
744d628d38
am 3f685a53: am 60020e2f: Merge "Improve coarse locations." into jb-mr1-dev
...
* commit '3f685a5319690baf0d405943757e09f23b409f8b':
Improve coarse locations.
2012-08-16 15:27:40 -07:00
Nick Pelly
3f685a5319
am 60020e2f: Merge "Improve coarse locations." into jb-mr1-dev
...
* commit '60020e2fa3dd31280ccec91029113f88ee5338c8':
Improve coarse locations.
2012-08-16 15:25:27 -07:00
Nick Pelly
60020e2fa3
Merge "Improve coarse locations." into jb-mr1-dev
2012-08-16 15:23:11 -07:00
Nick Pelly
74fa7eabda
Improve coarse locations.
...
Fix a couple of bugs, and modify the behavior of the random offset.
The random offset now slowly changes over time, to mitigate against
applications averaging out the offset over time while at a
grid boundary.
Change-Id: Iecffff29145b8c2b30d1eca1662cf9d3e8cff756
2012-08-16 15:22:24 -07:00
Chet Haase
2ae80178f2
am af06be29: am 24214390: Merge "Remove CacheTextureLine structure from FontRenderer" into jb-mr1-dev
...
* commit 'af06be2967e6f4ebeb5836674541b6d04c8bfd61':
Remove CacheTextureLine structure from FontRenderer
2012-08-16 15:06:47 -07:00
Chet Haase
af06be2967
am 24214390: Merge "Remove CacheTextureLine structure from FontRenderer" into jb-mr1-dev
...
* commit '242143904800e0fe145977cd8880974545a166a5':
Remove CacheTextureLine structure from FontRenderer
2012-08-16 15:04:36 -07:00
Chet Haase
2421439048
Merge "Remove CacheTextureLine structure from FontRenderer" into jb-mr1-dev
2012-08-16 15:02:44 -07:00
Kenny Root
64a39f36f6
am e62f5f94: am 3f1e8b90: Remove StatFs from AndroidRuntime JNI
...
* commit 'e62f5f9412cac934b1b7bd42bc1a53eebe4fb6ad':
Remove StatFs from AndroidRuntime JNI
2012-08-16 14:59:04 -07:00
Kenny Root
e62f5f9412
am 3f1e8b90: Remove StatFs from AndroidRuntime JNI
...
* commit '3f1e8b90b05e0fb39240f4c8924d94d8c11f50d1':
Remove StatFs from AndroidRuntime JNI
2012-08-16 14:56:57 -07:00
Kenny Root
3f1e8b90b0
Remove StatFs from AndroidRuntime JNI
...
Change-Id: I88039794cf3e4a959b37c29c67f16f2dc0751a5c
2012-08-16 14:55:18 -07:00
Jean-Baptiste Queru
d2fb6e99bd
Merge "Fix Issue #35489 : drm content corruption on GB"
2012-08-16 14:45:12 -07:00
Stephen Hines
d19f5162e7
am 8d0a827a: am 31bc7f9f: Merge "Initial version of Renderscript Compute Benchmark" into jb-mr1-dev
...
* commit '8d0a827a0d8afc37c45e98e62ba0118e80bdf2e6':
Initial version of Renderscript Compute Benchmark
2012-08-16 14:44:15 -07:00
Stephen Hines
0e1ae0fd42
am 0c51cd9d: am 9196c9a0: Merge "Fisheye filter: approx version, general performance improvements" into jb-mr1-dev
...
* commit '0c51cd9dc73e080b76f1ae72f933de6cf7179deb':
Fisheye filter: approx version, general performance improvements
2012-08-16 14:42:26 -07:00
Stephen Hines
8d0a827a0d
am 31bc7f9f: Merge "Initial version of Renderscript Compute Benchmark" into jb-mr1-dev
...
* commit '31bc7f9f218106343bf3b574d9598dfc8e6426a7':
Initial version of Renderscript Compute Benchmark
2012-08-16 14:41:58 -07:00
Baligh Uddin
91288a122e
am 60222f09: (-s ours) am a4a5a85f: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit '60222f0903ce74e68e023293718ba37dec7a7c21':
Import translations. DO NOT MERGE
2012-08-16 14:40:16 -07:00
Stephen Hines
0c51cd9dc7
am 9196c9a0: Merge "Fisheye filter: approx version, general performance improvements" into jb-mr1-dev
...
* commit '9196c9a0c3228ee5d69fe7b8fa6136260638ac6d':
Fisheye filter: approx version, general performance improvements
2012-08-16 14:40:10 -07:00
Jeff Sharkey
2ed2c64c73
am 849e985e: am c584b65b: Merge "Multi-user external storage support." into jb-mr1-dev
...
* commit '849e985ea9d6869a93f7618118aa51f70dad883e':
Multi-user external storage support.
2012-08-16 14:40:10 -07:00
Stephen Hines
31bc7f9f21
Merge "Initial version of Renderscript Compute Benchmark" into jb-mr1-dev
2012-08-16 14:38:43 -07:00
Kenny Root
9b0da58e3a
Merge "Introduce a restorecon JNI binding."
2012-08-16 14:38:30 -07:00
Stephen Hines
9196c9a0c3
Merge "Fisheye filter: approx version, general performance improvements" into jb-mr1-dev
2012-08-16 14:37:34 -07:00
Kenny Root
1090f7023a
Merge "Remove StatFs from AndroidRuntime JNI"
2012-08-16 14:37:31 -07:00
Baligh Uddin
60222f0903
am a4a5a85f: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit 'a4a5a85f8f8c427af992e57f726aa1a46a9d4c7b':
Import translations. DO NOT MERGE
2012-08-16 14:35:47 -07:00
Jeff Sharkey
849e985ea9
am c584b65b: Merge "Multi-user external storage support." into jb-mr1-dev
...
* commit 'c584b65b2093396c9a0c9303dab6ff6cb81ac315':
Multi-user external storage support.
2012-08-16 14:35:39 -07:00
Chet Haase
2936fc0244
Make animators more robust against ending mid-stream
...
The logic in the frame processing code of ValueAnimator did not handle
the situation of animators being ended while the current animation list
was being processed. In particular, if a call to an animation update
(which could result in a call out to user code) caused that animation, or
other current animators, to end, then there was the risk of running off the
end of the list of current animators.
The fix is to work from a copy of the current animator list, processing frames
on each one only if they also exist in the real animations list.
Issue #6992223 Frequent System UI crash
Change-Id: I742964558f8354f04c311b7b51c7686f26a4dacf
2012-08-16 14:34:04 -07:00
Baligh Uddin
a4a5a85f8f
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-08-16 14:33:48 -07:00
Jeff Sharkey
c584b65b20
Merge "Multi-user external storage support." into jb-mr1-dev
2012-08-16 14:32:39 -07:00
Kenny Root
165fdbabdc
am 1be4713a: am a579f792: am d69b47c0: am 8942e5a3: Merge "Use libcore Posix class for StatFs implementation"
...
* commit '1be4713a9bdd213f6badb2069fcc46f2009c8333':
Use libcore Posix class for StatFs implementation
2012-08-16 14:31:34 -07:00
Kenny Root
89db6a40af
Remove StatFs from AndroidRuntime JNI
...
Change-Id: I88039794cf3e4a959b37c29c67f16f2dc0751a5c
2012-08-16 14:31:31 -07:00
Kenny Root
1be4713a9b
am a579f792: am d69b47c0: am 8942e5a3: Merge "Use libcore Posix class for StatFs implementation"
...
* commit 'a579f7926af72597f1c11c5df0486253d5d2c435':
Use libcore Posix class for StatFs implementation
2012-08-16 14:29:07 -07:00
Kenny Root
a579f7926a
am d69b47c0: am 8942e5a3: Merge "Use libcore Posix class for StatFs implementation"
...
* commit 'd69b47c087a87355df76a5276ab18af847f64367':
Use libcore Posix class for StatFs implementation
2012-08-16 14:26:07 -07:00
Kenny Root
d69b47c087
am 8942e5a3: Merge "Use libcore Posix class for StatFs implementation"
...
* commit '8942e5a32ae2d1a36b65efe5b26cc06227ea0ca5':
Use libcore Posix class for StatFs implementation
2012-08-16 14:22:31 -07:00
Baligh Uddin
5a4e379e29
Merge "Import translations. DO NOT MERGE"
2012-08-16 14:21:19 -07:00
Iliyan Malchev
396efde6da
Set the brightness to zero on screen-off
...
Fixes b/6996990
Ideally, the HWC HAL should turn off the backlight when the display is turned
off. This patch enforces this at the PowerManager, which can guard against
errant HWC implementations.
Change-Id: Ibb826a02871c983f8a68034d010e68abe9c5c1d5
Signed-off-by: Iliyan Malchev <malchev@google.com>
2012-08-16 13:58:03 -07:00
Daniel Sandler
ab94faf3d7
Allow the panels to be temporarily dragged past their contents.
...
Once the user lets go, restore the "correct" height of the
panel.
Bug: 6999596
Change-Id: I2db393873cee876cf17fea25c9d25fe5e3a78424
2012-08-16 13:57:53 -07:00
Daniel Sandler
5844f3b9fd
Fix crash in SystemUI.
...
It looks like we were end()ing the main timing animation in
the middle of the animation (and too many times, at that).
Bug: 6992223
Change-Id: I6a4b7d692171baa73f6211c7843e164b05383a30
2012-08-16 13:57:43 -07:00
Daniel Sandler
94c194a763
Turn off an assert.
...
Change-Id: Ifad4bd65ddcedc6e2dd018695fd37ddbf9163e80
2012-08-16 13:57:31 -07:00
Daniel Sandler
dacce4ca54
Fix status bar disabling.
...
Bug: 6998403
Change-Id: I8a47e694f2f3914ef5cf0d180b0309783148c627
2012-08-16 13:57:20 -07:00
Iliyan Malchev
9919595ac3
am 6afc0e24: am ee98610f: Merge "Set the brightness to zero on screen-off" into jb-mr1-dev
...
* commit '6afc0e2437bbbafe06b22f9d61fb5763c30e69bb':
Set the brightness to zero on screen-off
2012-08-16 13:47:38 -07:00
Iliyan Malchev
6afc0e2437
am ee98610f: Merge "Set the brightness to zero on screen-off" into jb-mr1-dev
...
* commit 'ee98610f1af9c12fcb89522cf1795470bec60938':
Set the brightness to zero on screen-off
2012-08-16 13:45:01 -07:00