Alex Sakhartchouk
f8c1f1c17c
Merge "Making UI a bit more responsive."
2011-12-09 10:04:27 -08:00
Kristian Monsen
ed4ea72879
Update string lengths, fix for bug 5732776
...
Change-Id: Id668689085f542dae331eca197289ba45c5e4a5f
2011-12-09 17:56:43 +00:00
Gilles Debunne
f107abec56
am caf4ead3: Merge "Blinking cursor in Talk" into ics-mr1
...
* commit 'caf4ead320499cc9a7a2e3eb17beaaf92b391212':
Blinking cursor in Talk
2011-12-09 09:36:23 -08:00
Gilles Debunne
caf4ead320
Merge "Blinking cursor in Talk" into ics-mr1
2011-12-09 09:34:04 -08:00
Jeff Tinker
9f704f6c46
Fix drm flag setting missed in false drm recognition fix.
...
Change-Id: Ie38668c8a32969ef7c7df4ca3350e2364291953c
related-to-bug: 5732033
2011-12-09 09:09:08 -08:00
The Android Open Source Project
175d5d76b0
Reconcile with ics-mr1-release
...
Change-Id: Ieb1f3cdd9a69cff091b73983f68c03cb5d26b9d7
2011-12-09 07:11:10 -08:00
The Android Automerger
1cc6131f6e
merge in ics-mr1-release history after reset to ics-mr1
2011-12-09 06:58:10 -08:00
Narayan Kamath
e61fd281a8
Merge "Remove BlockingMediaPlayer."
2011-12-09 06:30:14 -08:00
Steven Ross
ebc6fb46c2
Checking whether screen is on in constructor fixes 5658742
...
Change-Id: Ic96c8dd9ee9e86000b0cbe22a7d068a8ee424448
2011-12-09 09:28:29 -05:00
Ashish Sharma
92a208c6d3
Add a command option to display installerPackageName
...
Change-Id: I2e5cb5891c610531d9ba7c359fd5dd521f8ecfec
2011-12-09 00:31:54 -08:00
James Dong
406dd5d1e4
am aadbd80b: Fixed the false drm recognition.
...
* commit 'aadbd80b307c817698ce5110ff8e002804d1b230':
Fixed the false drm recognition.
2011-12-09 00:17:56 -08:00
James Dong
aadbd80b30
Fixed the false drm recognition.
...
Change-Id: If0198e52ff7bbd7422f219f55a37aae97f7d74f1
related-to-bug: 5732033
2011-12-08 21:01:31 -08:00
Romain Guy
d3209c1bb2
Merge "GenerationCache::get would return a random value instead of NULL Bug #5401917 "
2011-12-08 18:51:03 -08:00
Romain Guy
46b9f7cc20
GenerationCache::get would return a random value instead of NULL
...
Bug #5401917
This was causing a ton of random crashes in apps.
Change-Id: I9069a060824ec89115cd3bcd38beaeb9ecc4488e
2011-12-08 18:50:27 -08:00
Gilles Debunne
17994a1d04
Blinking cursor in Talk
...
I verified that this fixes the unblinking cursor problem in Talk.
Change-Id: I5e3e5c8ad5cf3d8479462495107bf93e5e4fb956
2011-12-08 18:40:27 -08:00
Gilles Debunne
1742f20c66
am be5f49fb: Performance improvements for long text edition.
...
* commit 'be5f49fb6e17e0b9588d3b94022b7e3eb6d47317':
Performance improvements for long text edition.
2011-12-08 18:35:22 -08:00
Gilles Debunne
be5f49fb6e
Performance improvements for long text edition.
...
Limit each parse to batches of a few words, to keep the UI thread
responsive.
Possible optimizations for the future:
- SpellCheck in a thread, but that requires some locking mecanism
- Only spell check what is visible on screen. Will require additional
spans to tag the pieces of text.
This is a cherry pick of 145656 into ICS-MR1
Patch Set 2: Make the Runnable shared and stop it when detached.
Change-Id: Ibf8e98274bda84b7176aac181ff267fc1f1fa4cb
2011-12-08 18:26:49 -08:00
Gilles Debunne
afa0a714ac
am df372289: Merge "Fixed SpellCheckerSessions leak in TextView" into ics-mr1
...
* commit 'df3722895172e03c81787f62d922daabaad3e20b':
Fixed SpellCheckerSessions leak in TextView
2011-12-08 18:19:57 -08:00
Gilles Debunne
df37228951
Merge "Fixed SpellCheckerSessions leak in TextView" into ics-mr1
2011-12-08 18:18:25 -08:00
Gilles Debunne
e912a16ba2
am 316ca505: Merge "Re-use SpanSets in TextLine" into ics-mr1
...
* commit '316ca5059ebd7270a04da5649d25653c355e158d':
Re-use SpanSets in TextLine
2011-12-08 18:00:12 -08:00
Gilles Debunne
316ca5059e
Merge "Re-use SpanSets in TextLine" into ics-mr1
2011-12-08 17:58:24 -08:00
Joe Malin
8e94d912c6
am 556e4ca5: am 0a9005ed: Merge "DOC CHANGE: Package text and Formatter javadoc" into ics-mr0
...
* commit '556e4ca54161be17333ec98fadc113485120a6e8':
DOC CHANGE: Package text and Formatter javadoc
2011-12-08 17:46:44 -08:00
Joe Malin
556e4ca541
am 0a9005ed: Merge "DOC CHANGE: Package text and Formatter javadoc" into ics-mr0
...
* commit '0a9005ed58d3a6173e8fffbd72933f7646c6fdba':
DOC CHANGE: Package text and Formatter javadoc
2011-12-08 17:44:34 -08:00
Joe Malin
0a9005ed58
Merge "DOC CHANGE: Package text and Formatter javadoc" into ics-mr0
2011-12-08 17:42:36 -08:00
The Android Automerger
3f4eac0367
merge in ics-mr1-release history after reset to ics-mr1
2011-12-08 17:35:27 -08:00
Chia-chi Yeh
fa71962fe4
am 46a4e81d: Merge "VPN: delete the "abort" file before starting VPN daemons." into ics-mr1
...
* commit '46a4e81dbdc9a5f401b5a3c0d26dea2e42b61487':
VPN: delete the "abort" file before starting VPN daemons.
2011-12-08 17:24:16 -08:00
Chia-chi Yeh
46a4e81dbd
Merge "VPN: delete the "abort" file before starting VPN daemons." into ics-mr1
2011-12-08 17:22:16 -08:00
Mangesh Ghiware
66b2ff818b
Update computation of reading level scale.
...
Fixes bug 5726043 (Extra double-tap needed to zoom out to overview mode
on nytimes.com on a Stingray)
Change-Id: I54dc303f4aa81ddc38c234228adc915b9f6749dc
2011-12-08 17:11:16 -08:00
Amith Yamasani
8df9609768
Show the current stream's volume in the volume panel.
...
Bug: 5409969
If the current stream being displayed is different from the
stream being adjusted, rearrange the sliders, unless multiple
sliders are being shown.
Change-Id: Ia48986c1046305d7fee7a32177d78d8ffd84a11b
2011-12-08 17:03:54 -08:00
Chia-chi Yeh
c187273292
VPN: delete the "abort" file before starting VPN daemons.
...
Bug: 5714296
Change-Id: Idba41b9f3907747a84387ea4f3e930b3a185a06e
2011-12-08 16:51:41 -08:00
Gilles Debunne
c1f4483080
Re-use SpanSets in TextLine
...
TextLine objects are already stored in a pool to limit allocation.
Associate SpanSet objects to each TextLine to further limit the
allocation of these and re-use their internal arrays (re-sized if needed).
Drastically reduces new objects allocation during rendering.
Priority code removed in init: priorities are already handled by getSpans.
This is a duplicate of the already accepted
https://android-git.corp.google.com/g/#/c/153970/
but without the dependency on an other CL.
Change-Id: Iaa7e2f7a8ea4337c8d60c3a9a620e9e3e60caf12
2011-12-08 16:03:00 -08:00
Irfan Sheriff
c34306e46e
am 97ff7893: Merge "Fix wifi bring up at boot up" into ics-mr1
...
* commit '97ff7893321362020211fae3c5a52b95c3ec19e1':
Fix wifi bring up at boot up
2011-12-08 16:01:59 -08:00
Irfan Sheriff
97ff789332
Merge "Fix wifi bring up at boot up" into ics-mr1
2011-12-08 15:59:26 -08:00
Jake Hamby
555fe79cdf
am c40f70a5: Merge "Swap OK and Cancel buttons in SIM PIN unlock screen to match ICS guidelines." into ics-mr1
...
* commit 'c40f70a5cb1f24a9ea0b5b0cadea75db8fc1cdd3':
Swap OK and Cancel buttons in SIM PIN unlock screen to match ICS guidelines.
2011-12-08 15:53:42 -08:00
Jake Hamby
c40f70a5cb
Merge "Swap OK and Cancel buttons in SIM PIN unlock screen to match ICS guidelines." into ics-mr1
2011-12-08 15:51:33 -08:00
Irfan Sheriff
5401f0b87b
Fix wifi bring up at boot up
...
Bug: 5719176
Change-Id: Iac879fc634f6ab6289b73c46931d754bc0af2f87
2011-12-08 15:50:47 -08:00
Fabrice Di Meglio
63b068040f
Merge "Clean TextLayout code and remove RTL_USE_HARFBUZZ"
2011-12-08 15:42:28 -08:00
Jake Hamby
48d50958af
Swap OK and Cancel buttons in SIM PIN unlock screen to match ICS guidelines.
...
The ICS navigation guidelines state that the OK action should be to the
right of the cancel action in UI dialogs. Update the SIM PIN unlock and
SIM PUK unlock layouts to swap the OK and Cancel buttons (for soft keypad)
and the OK and Emergency Call buttons for the physical keyboard landscape
layout.
Bug: 5730977
Change-Id: Iaf565bc2b584292a34f5a72a7a763003f9149f27
2011-12-08 15:33:32 -08:00
Fabrice Di Meglio
b02d0ca555
Clean TextLayout code and remove RTL_USE_HARFBUZZ
...
- remove dependencies on ICU
- use TextLayouCache
- remove RTL_USE_HARFBUZZ define (we *are* using Harfbuzz now)
- also fix compilation warning
Change-Id: I022e11703438d07032e49e42724184f6bf16653e
2011-12-08 15:16:17 -08:00
Andreas Huber
ebfce84f7f
am 68f592a8: Merge "Don\'t perform RTSP seeks right away but queue them for 200ms" into ics-mr1
...
* commit '68f592a8210af27df4339089bbee47fb602cae6a':
Don't perform RTSP seeks right away but queue them for 200ms
2011-12-08 13:35:53 -08:00
Andreas Huber
aa82c39bdb
am 0ba9380a: Merge "Fix Bitreader "putBits" implementation, make sure we emulate timestamps" into ics-mr1
...
* commit '0ba9380a337d5e2eae9fd9e4eb8039403ed3815b':
Fix Bitreader "putBits" implementation, make sure we emulate timestamps
2011-12-08 13:35:51 -08:00
Andreas Huber
68f592a821
Merge "Don't perform RTSP seeks right away but queue them for 200ms" into ics-mr1
2011-12-08 13:33:16 -08:00
Andreas Huber
0ba9380a33
Merge "Fix Bitreader "putBits" implementation, make sure we emulate timestamps" into ics-mr1
2011-12-08 13:33:06 -08:00
Andreas Huber
21902a8a48
Don't perform RTSP seeks right away but queue them for 200ms
...
and only execute the last one.
Change-Id: I9ab342396ec9c9c03624a4b0306d1e180ceca000
related-to-bug: 5732960
2011-12-08 13:04:50 -08:00
Svetoslav Ganov
33a3b2cecf
am 48b428fb: Merge "NumberPicker getting stuck if scroll wheel not wrapable." into ics-mr1
...
* commit '48b428fb1369a787a15fa6d8ebf10f8b31937a8b':
NumberPicker getting stuck if scroll wheel not wrapable.
2011-12-08 12:30:14 -08:00
Svetoslav Ganov
48b428fb13
Merge "NumberPicker getting stuck if scroll wheel not wrapable." into ics-mr1
2011-12-08 12:28:11 -08:00
Andreas Huber
f6ae711450
Fix Bitreader "putBits" implementation, make sure we emulate timestamps
...
if we don't receive npt time mapping from the rtsp server (i.e. live stream)
Change-Id: I5147d665bd90c9a303ad6ffdafbf770f930f917c
related-to-bug: 5660357
2011-12-08 12:27:47 -08:00
Irfan Sheriff
a3c7c35873
am 583fdf00: Merge "Handle emergency call back mode correctly" into ics-mr1
...
* commit '583fdf0068ac46fb384a5aa2b193faf743f8221c':
Handle emergency call back mode correctly
2011-12-08 12:23:03 -08:00
Irfan Sheriff
583fdf0068
Merge "Handle emergency call back mode correctly" into ics-mr1
2011-12-08 12:21:20 -08:00
Gilles Debunne
b25d417fce
am aa4a5713: Merge "Make the Next key navigate between TextViews" into ics-mr1
...
* commit 'aa4a5713aab73cf7c9486cd587a0d986a8daf7e3':
Make the Next key navigate between TextViews
2011-12-08 11:58:33 -08:00