Romain Guy
ed96ea2a07
Merge "Add the ability to disable OpenGL drivers preloading Bug #8888857 "
2013-05-09 18:28:10 +00:00
Romain Guy
c5e3638c06
Add the ability to disable OpenGL drivers preloading
...
Bug #8888857
Set ro.zygote.disable_gl_preload to true in the build properties.
Change-Id: Idd93ebb4bbd2861ce60af03ed14819a5cfa70dec
2013-05-09 11:08:17 -07:00
John Spurlock
68fcaa2c0b
Merge "Navigation hideybar via new system ui opt-in flag."
2013-05-09 13:39:24 +00:00
Romain Guy
dad7bd706a
Merge "Load OpenGL drivers libraries in Zygote"
2013-05-09 01:29:12 +00:00
Romain Guy
74c691221b
Load OpenGL drivers libraries in Zygote
...
This does not initialize EGL/GL.
Change-Id: I951ae0b7defee86eb06821ea807af3e829f4a73c
2013-05-08 18:14:37 -07:00
Daniel Sandler
fa98345745
am 617055d7: am 5d6dc425: Merge "Filter out dangerous CharSequences in Notification." into jb-mr2-dev
...
* commit '617055d7a9e2c30d1a99bf7e596f8d9e32fab723':
Filter out dangerous CharSequences in Notification.
2013-05-08 17:32:50 -07:00
Daniel Sandler
617055d7a9
am 5d6dc425: Merge "Filter out dangerous CharSequences in Notification." into jb-mr2-dev
...
* commit '5d6dc425287e5651e3a1fdc32591b8791dd9dd18':
Filter out dangerous CharSequences in Notification.
2013-05-08 17:30:43 -07:00
Daniel Sandler
5d6dc42528
Merge "Filter out dangerous CharSequences in Notification." into jb-mr2-dev
2013-05-09 00:28:11 +00:00
Yorke Lee
8b70a2166b
am 3672624c: am 35b7b0b8: Merge "Add system setting key for dialpad autocomplete" into jb-mr2-dev
...
* commit '3672624cdc8849f7b4944cff501bddb9a14bbdc0':
Add system setting key for dialpad autocomplete
2013-05-08 15:05:25 -07:00
Michael Jurka
82f92ee5bd
am 7741b63c: am 6dee0a0f: Merge "Fix bug where thumbnails flashed more often in Recents" into jb-mr2-dev
...
* commit '7741b63c5a8e14b5123c4b735dc768cf55fa2ed5':
Fix bug where thumbnails flashed more often in Recents
2013-05-08 15:05:18 -07:00
Fabrice Di Meglio
8be78240f3
am 6eb036e7: am 366b97ba: Merge "Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions="flagNoExtractUi"" into jb-mr2-dev
...
* commit '6eb036e7894758bcc357fc282070aa8677227ce1':
Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions="flagNoExtractUi"
2013-05-08 15:04:33 -07:00
Fergus Henderson
e4085c9967
am 6c641d3c: am 3cf3a0b3: Merge "Fix for TTS.setLanguage throwing MissingResourceException" into jb-mr2-dev
...
* commit '6c641d3c67bbd91033254debedff56893d6c53a1':
Fix for TTS.setLanguage throwing MissingResourceException
2013-05-08 15:04:22 -07:00
Jamie Gennis
8afcf4411e
am 211eae98: am d28653df: Merge "Add the trace tag for Dalvik." into jb-mr2-dev
...
* commit '211eae98fce88c7c502eb8f59d956c1a249d77bc':
Add the trace tag for Dalvik.
2013-05-08 15:03:58 -07:00
Alan Viverette
5e6fbf2694
am fa4c935e: am 239a0c0e: Ensure ViewRootImpl.setAccessibilityFocus() doesn\'t crash when reentrant.
...
* commit 'fa4c935edcfa09bb53a3aac411a285842a00ddee':
Ensure ViewRootImpl.setAccessibilityFocus() doesn't crash when reentrant.
2013-05-08 15:03:49 -07:00
Robert Greenwalt
60307f1ac0
am 27c8b559: am e2322bdd: Merge "Don\'t back up the scan-always setting." into jb-mr2-dev
...
* commit '27c8b559b6feaa6ea5c44acc476a714487f1eafa':
Don't back up the scan-always setting.
2013-05-08 15:03:10 -07:00
Yorke Lee
3672624cdc
am 35b7b0b8: Merge "Add system setting key for dialpad autocomplete" into jb-mr2-dev
...
* commit '35b7b0b80000774b503f7d06bf3685836f22608f':
Add system setting key for dialpad autocomplete
2013-05-08 14:33:31 -07:00
Yorke Lee
35b7b0b800
Merge "Add system setting key for dialpad autocomplete" into jb-mr2-dev
2013-05-08 21:29:38 +00:00
Michael Jurka
7741b63c5a
am 6dee0a0f: Merge "Fix bug where thumbnails flashed more often in Recents" into jb-mr2-dev
...
* commit '6dee0a0fe68096a6714b7d570241f61e4d6ea20a':
Fix bug where thumbnails flashed more often in Recents
2013-05-08 14:10:44 -07:00
Daniel Sandler
dcbaf661bf
Filter out dangerous CharSequences in Notification.
...
If an app mistakenly puts some Parcelable implementation of
CharSequence in here, Bundle will try to marshal the derived
class, which is going to be bad news when we try to unparcel
it in another process.
Additionally add a proper stack trace to unparceling
failures (otherwise you have no idea where the bad parcel
was being used).
Bug: 8725271
Change-Id: Ide19b986d65c7f47929cf2dde4e62b762c469fee
2013-05-08 17:06:35 -04:00
Nick Kralevich
dbcf2d7482
PowerManagerService: Don't reboot directly.
...
Instead of calling the reboot system call ourselves, send
a message to init asking it to reboot the system. Init is in
a better position to make sure the system is cleanly shutdown.
Get rid of CAP_SYS_BOOT from system_server.
Bug: 8646621
Change-Id: I200722412844ad8d99e35a442021c6263c3ebc05
2013-05-08 13:42:10 -07:00
Yorke Lee
647f8f3d06
Add system setting key for dialpad autocomplete
...
Bug 8840243
Change-Id: Ib1fd631c8717dad2305e3507391cb2d96be2a847
2013-05-08 12:14:21 -07:00
Michael Jurka
f42d9010f1
Fix bug where thumbnails flashed more often in Recents
...
Bug: 8867698
Change-Id: I2773601d83507dbb55c3a1d0b723e3853e22d352
2013-05-08 20:48:36 +02:00
Fabrice Di Meglio
6eb036e789
am 366b97ba: Merge "Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions="flagNoExtractUi"" into jb-mr2-dev
...
* commit '366b97ba25de237c42c815c5e8ca36303ce104df':
Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions="flagNoExtractUi"
2013-05-08 11:17:25 -07:00
Fabrice Di Meglio
366b97ba25
Merge "Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions="flagNoExtractUi"" into jb-mr2-dev
2013-05-08 17:56:17 +00:00
Fergus Henderson
6c641d3c67
am 3cf3a0b3: Merge "Fix for TTS.setLanguage throwing MissingResourceException" into jb-mr2-dev
...
* commit '3cf3a0b30cd3d3be806eeb04861731d7ed6e6f23':
Fix for TTS.setLanguage throwing MissingResourceException
2013-05-08 10:47:56 -07:00
Fergus Henderson
3cf3a0b30c
Merge "Fix for TTS.setLanguage throwing MissingResourceException" into jb-mr2-dev
2013-05-08 17:42:00 +00:00
John Spurlock
ad3e6cb4db
Navigation hideybar via new system ui opt-in flag.
...
Apps using SYSTEM_UI_FLAG_HIDE_NAVIGATION to hide the nav bar
or SYSTEM_UI_FLAG_FULLSCREEN to hide the status bar can now
opt into hideybars by also using a new public sysui flag:
View.SYSTEM_UI_FLAG_ALLOW_OVERLAY
When opting in, apps accept the fact that bars can be overlayed
over their content, but gain the ability to use the entire gesture
space - something that was not possible before, particularly when
hiding the nav bar.
Swiping from the nav bar edge of the screen will reveal the new hidey
version of the nav bar, if applicable.
Bug: 8682181
Change-Id: I6405bee50e6516667ba6b9a62d4f1e43490b5562
2013-05-08 12:22:16 -04:00
Przemyslaw Szczepaniak
d0b927948e
Fix for TTS.setLanguage throwing MissingResourceException
...
Change I766f106b9165932de17de84bdd422d0fc0ae27f1 made getISO3*
methods throw MissingResourceException if locale was invalid.
This causes regression on last android release, where invalid
locale was silently ignored.
+ fix for .isLanguageAvailable
Bug: 8709594
Change-Id: Ieada6b90dc53cfdf0a4e2b4ca69854b811d0fec2
2013-05-08 15:56:12 +01:00
Jamie Gennis
211eae98fc
am d28653df: Merge "Add the trace tag for Dalvik." into jb-mr2-dev
...
* commit 'd28653df6580b76559374580764aa2e86d6c2f48':
Add the trace tag for Dalvik.
2013-05-07 18:23:20 -07:00
Jamie Gennis
d28653df65
Merge "Add the trace tag for Dalvik." into jb-mr2-dev
2013-05-08 01:21:33 +00:00
Alan Viverette
fa4c935edc
am 239a0c0e: Ensure ViewRootImpl.setAccessibilityFocus() doesn\'t crash when reentrant.
...
* commit '239a0c0e6a6fc36025fdb1c662e1c7acaec144bb':
Ensure ViewRootImpl.setAccessibilityFocus() doesn't crash when reentrant.
2013-05-07 17:43:18 -07:00
Alan Viverette
239a0c0e6a
Ensure ViewRootImpl.setAccessibilityFocus() doesn't crash when reentrant.
...
Internal state must be cleared before calling any methods on the focus
host, since the method may be called again from the host and attempt to
recycle the same AccessibilityNodeInfo twice.
BUG: 8856860
Change-Id: I0410989fd6f3ce3ce29de8edebdfbf3847188843
2013-05-07 17:17:35 -07:00
Fabrice Di Meglio
3167c88c2c
Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions="flagNoExtractUi"
...
- make SequentialFocusComparator RTL-aware
Change-Id: I3d9cc81f777d16933a8e1b69f8ed63efa5be0925
2013-05-07 15:46:22 -07:00
Jamie Gennis
0cc84cefdd
Add the trace tag for Dalvik.
...
Bug: 8856374
Change-Id: Id0fbdb8f7a487c5831edcd2c6c64a7da63aec03d
2013-05-07 15:23:06 -07:00
Dianne Hackborn
3aa49b6fec
New UndoManager.
...
Basic implementation of an undo manager. Supports
multi-level undo/redo, building on the top undo state
as edits occur, managing multiple distinct entities in
the undo state (such as embedded objects in a document),
and saving/restoring the full undo state. Still some
work remaining on correctly dealing with dependencies
between undo states that hold multiple owners.
Also do a simple implementation of undo state in TextView
to see how things actually work. The implementation here
is very primitive: it needs a lot more work to correctly
identify when to merge undo ops, is not trying to do
anything smart with style spans, etc.
Change-Id: Ie30f4e133351e2f569ffb48c6c44a2b19cadee27
2013-05-07 15:05:09 -07:00
Robert Greenwalt
27c8b559b6
am e2322bdd: Merge "Don\'t back up the scan-always setting." into jb-mr2-dev
...
* commit 'e2322bdd7865552aa31f93bbf4e60d4d9a7d0973':
Don't back up the scan-always setting.
2013-05-07 13:48:49 -07:00
Robert Greenwalt
e2322bdd78
Merge "Don't back up the scan-always setting." into jb-mr2-dev
2013-05-07 20:45:03 +00:00
Robert Greenwalt
ffff923c74
Don't back up the scan-always setting.
...
We ask the user during device setup to configure this setting -
if we then restore from backup we clobber what they just selected.
Instead, just let them chose during setup and don't back it up.
bug:8825150
Change-Id: I3f2b2291c86a4008bb8ea2468164d9c6c673cbb0
2013-05-07 12:33:15 -07:00
Zhentao Sun
2ae118d107
am e0dda90b: am aa64548d: Merge "Fixed unreleased wake lock isues and NPE." into jb-mr2-dev
...
* commit 'e0dda90bde531b12dda8ce0909040b070c3b2b84':
Fixed unreleased wake lock isues and NPE.
2013-05-07 11:47:19 -07:00
Zhentao Sun
e0dda90bde
am aa64548d: Merge "Fixed unreleased wake lock isues and NPE." into jb-mr2-dev
...
* commit 'aa64548d9f7ee0d3378bc62657e0b86d486038d6':
Fixed unreleased wake lock isues and NPE.
2013-05-07 11:44:46 -07:00
Zhentao Sun
aa64548d9f
Merge "Fixed unreleased wake lock isues and NPE." into jb-mr2-dev
2013-05-07 18:43:24 +00:00
Victoria Lease
176498b5ea
Merge "enable selection of Linkify-annotated text"
2013-05-07 18:08:09 +00:00
Romain Guy
fd06074c68
am c4818d86: am 4c95c537: Merge "Optimize list view scrolls Bug #8108706 " into jb-mr2-dev
...
* commit 'c4818d860b90813bde082c381de933933abc574c':
Optimize list view scrolls Bug #8108706
2013-05-07 10:25:20 -07:00
Scott Main
2b6daf130a
am 0ba3d91f: am 05759d15: Merge "add notice to not use 0 in startForeground(). also delete some obsolete back-compat tips for <=donut bug: 8746126" into jb-mr2-dev
...
* commit '0ba3d91f2da7773492739aad267d6d825d1465fd':
add notice to not use 0 in startForeground(). also delete some obsolete back-compat tips for <=donut bug: 8746126
2013-05-07 10:18:42 -07:00
Kenny Root
1d69bad411
resolved conflicts for merge of a98b0ff8 to master
...
Change-Id: I1f4a952d360c48426e22a7772726b6867cc19771
2013-05-07 10:14:46 -07:00
Elliott Hughes
977b2531ae
am 4cd60897: am 601afaef: Merge "Someone\'s IDE chose the wrong Date."
...
* commit '4cd60897c73ddd67d7f267432073363cbf75371e':
Someone's IDE chose the wrong Date.
2013-05-07 10:01:04 -07:00
Kenny Root
add582122d
resolved conflicts for merge of 485d7a31 to master
...
Change-Id: I058e19af8732df44457bdc614ee810a642dc25e4
2013-05-07 09:51:31 -07:00
Romain Guy
c4818d860b
am 4c95c537: Merge "Optimize list view scrolls Bug #8108706 " into jb-mr2-dev
...
* commit '4c95c5377a75a3d6c5f3ed8b09a56071d51fadb1':
Optimize list view scrolls Bug #8108706
2013-05-06 19:09:25 -07:00
Romain Guy
4c95c5377a
Merge "Optimize list view scrolls Bug #8108706 " into jb-mr2-dev
2013-05-07 02:05:38 +00:00
Romain Guy
5549cb590d
Optimize list view scrolls
...
Bug #8108706
Change-Id: I8679b584132e82b7bb3301a38800de4ddfc57be6
2013-05-06 18:42:08 -07:00