Commit Graph

20158 Commits

Author SHA1 Message Date
Romain Guy
1fa3d7cf2c am fe1aafe4: Merge "Prevent crash in View.createSnapshot if getResources() returns null Bug #5260241"
* commit 'fe1aafe4acd881712384fab8e9fb5d0b01232dab':
  Prevent crash in View.createSnapshot if getResources() returns null Bug #5260241
2011-09-06 15:05:28 -07:00
Romain Guy
fe1aafe4ac Merge "Prevent crash in View.createSnapshot if getResources() returns null Bug #5260241" 2011-09-06 15:03:06 -07:00
Romain Guy
c529d8d8c7 Prevent crash in View.createSnapshot if getResources() returns null
Bug #5260241

Change-Id: I90b6d5a8961a6b7b50603a9f59a6e39093646bd4
2011-09-06 15:01:39 -07:00
Svetoslav Ganov
ee3b2b68ed am 2f8dbf57: Merge "Increasing the tap radius for the handle in MultiWaveView to improve accessibility"
* commit '2f8dbf5722a5d18fe6c2050b2351f6dd18ea6ffc':
  Increasing the tap radius for the handle in MultiWaveView to improve accessibility
2011-09-06 14:09:54 -07:00
Svetoslav Ganov
2f8dbf5722 Merge "Increasing the tap radius for the handle in MultiWaveView to improve accessibility" 2011-09-06 14:08:48 -07:00
Dianne Hackborn
da3102b15a am 1ed7a407: Merge "Some more preloaded drawables."
* commit '1ed7a407fafe50b1eb0878f560bb0618706e4e82':
  Some more preloaded drawables.
2011-09-06 13:23:33 -07:00
Dianne Hackborn
1ed7a407fa Merge "Some more preloaded drawables." 2011-09-06 13:22:06 -07:00
Svetoslav Ganov
b33f4543c5 am 64368761: Merge "AbsListView does not populate accessibility events correctly."
* commit '6436876156b02b8c602579fe7bc7c61330d83bb0':
  AbsListView does not populate accessibility events correctly.
2011-09-06 12:53:29 -07:00
Svetoslav Ganov
6436876156 Merge "AbsListView does not populate accessibility events correctly." 2011-09-06 12:52:06 -07:00
Fabrice Di Meglio
09554adf31 am be724dbc: Merge "Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it"
* commit 'be724dbc45154f2c33cc789c89eb2ac2a7516cbe':
  Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it
2011-09-06 11:15:11 -07:00
Fabrice Di Meglio
be724dbc45 Merge "Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it" 2011-09-06 11:13:40 -07:00
Dianne Hackborn
9b44aaefc0 Some more preloaded drawables.
More to come.

Change-Id: I28393c6e52553e960d3a765ba793cfdbf36460ff
2011-09-06 10:58:30 -07:00
Romain Guy
76e7000125 am d3462ad7: Merge "Prevent crash when using <em> or <strong> in spanned strings Bug #5258853"
* commit 'd3462ad713a1ef101ee11b03a088343254faad97':
  Prevent crash when using <em> or <strong> in spanned strings Bug #5258853
2011-09-06 10:58:10 -07:00
Romain Guy
d3462ad713 Merge "Prevent crash when using <em> or <strong> in spanned strings Bug #5258853" 2011-09-06 10:55:53 -07:00
Romain Guy
dd808c0bd4 Prevent crash when using <em> or <strong> in spanned strings
Bug #5258853

Change-Id: Ifde1efe9ba3b44cfa0be55d51b2c9696cbe096f5
2011-09-06 10:54:46 -07:00
Chris Craik
95d701997d am e4dbe88b: Merge "Notify native that scrolling has stopped correctly"
* commit 'e4dbe88b197c3d5f8a22a3ddf3677b72945576d0':
  Notify native that scrolling has stopped correctly
2011-09-06 10:04:55 -07:00
Chris Craik
e4dbe88b19 Merge "Notify native that scrolling has stopped correctly" 2011-09-06 10:03:25 -07:00
Svetoslav Ganov
aa56534722 AbsListView does not populate accessibility events correctly.
The toIndex of accessibility events fired from a AbsListView
is exclusive but should be inclusive i.e. it was reported one
more that it has to be.

bug:5256286

Change-Id: I496959fdfb6760b0c74899730c4cc558e89234a6
2011-09-05 16:41:51 -07:00
Svetoslav Ganov
66b191dad0 Increasing the tap radius for the handle in MultiWaveView to improve accessibility
bug:5253968

Change-Id: Ibe5a3a2453db1bbeaf8e818430685b48460ab06c
2011-09-05 14:26:26 -07:00
satok
f47f9d75ef am dbfba856: Add a function to check auxiliary ime.
* commit 'dbfba8560dda9de810c4265b765d49952519e841':
  Add a function to check auxiliary ime.
2011-09-05 04:05:14 -07:00
satok
dbfba8560d Add a function to check auxiliary ime.
Change-Id: Ibda3d0a11c7dd77aa1304d34fc858bb7d941c626
2011-09-05 19:19:12 +09:00
Jim Miller
a16bf51ada am 3d7467bd: Merge "Fix 5185505: Update DevicePolicyManager to support weak biometric security."
* commit '3d7467bd78eb7d9c16ab06b2ceed54ea176847f9':
  Fix 5185505: Update DevicePolicyManager to support weak biometric security.
2011-09-02 18:56:47 -07:00
Jim Miller
3d7467bd78 Merge "Fix 5185505: Update DevicePolicyManager to support weak biometric security." 2011-09-02 18:54:53 -07:00
Chris Craik
e2f3aee9d5 Notify native that scrolling has stopped correctly
bug:5255022
bug:5218838

When the view starts scrolling, we tell native so it can block updates until the
view stops scrolling. This change fixes an issue where wouldn't tell native that
we stopped scrolling because the view didn't have room to move.

Change-Id: I5f2eec31493570937f7b8b2992a85283de06fb60
2011-09-02 18:47:19 -07:00
Fabrice Di Meglio
34d2eba560 Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it
Part 2

- make selection handles aware of the run direction

Change-Id: Idf41036de53d8968e7ae27eb87aea09e86bcd652
2011-09-02 18:03:21 -07:00
Jim Miller
3e5d3fd7e1 Fix 5185505: Update DevicePolicyManager to support weak biometric security.
Change-Id: If0fa49908a10d8057b9398112d47eb968cc77060
2011-09-02 17:30:35 -07:00
Dianne Hackborn
59a12eb2cc am 6b0c11da: Merge "Fix issue #5150899: Call activity takes 15MB we never get back."
* commit '6b0c11da5a7a7ea236fd9dc409d1ce7a33bff9c2':
  Fix issue #5150899: Call activity takes 15MB we never get back.
2011-09-02 17:20:44 -07:00
Dianne Hackborn
6b0c11da5a Merge "Fix issue #5150899: Call activity takes 15MB we never get back." 2011-09-02 17:18:32 -07:00
Adam Powell
759dccabcc am a59e3146: Merge "Fix bug 5201420 - Appease the monkeys"
* commit 'a59e3146b7dc298043e43e1816e3415b2583a3c8':
  Fix bug 5201420 - Appease the monkeys
2011-09-02 17:03:04 -07:00
Adam Powell
a59e3146b7 Merge "Fix bug 5201420 - Appease the monkeys" 2011-09-02 17:01:28 -07:00
Adam Powell
e1bf486846 Fix bug 5201420 - Appease the monkeys
Make ListView.onFocusChanged more tolerant of missing adapters.

Change-Id: Icae1cfd02fe369d3fd0e3c6531adb973f44f3036
2011-09-02 16:56:57 -07:00
Chet Haase
0c83632850 am 44671725: Merge "Fix artifact with LayoutTransitions on disappearing window."
* commit '44671725bf9abbf34999d7afd3e998d2c4c6cd1a':
  Fix artifact with LayoutTransitions on disappearing window.
2011-09-02 16:53:26 -07:00
Chet Haase
44671725bf Merge "Fix artifact with LayoutTransitions on disappearing window." 2011-09-02 16:52:03 -07:00
Adam Powell
147c76bec7 am d857837d: Merge "Fix bug 5231904 - Fix wobbly progress spinners"
* commit 'd857837df264cd28552f6063d534556a5170a2aa':
  Fix bug 5231904 - Fix wobbly progress spinners
2011-09-02 16:50:21 -07:00
Adam Powell
d857837df2 Merge "Fix bug 5231904 - Fix wobbly progress spinners" 2011-09-02 16:48:55 -07:00
Eric Laurent
a0ab3ee321 am 929827b8: Merge "Fix issue 5252593: any app can restart the runtime"
* commit '929827b819415101d526ff68fb0b2c8adb885132':
  Fix issue 5252593: any app can restart the runtime
2011-09-02 16:42:26 -07:00
Adam Powell
a1b92c5e8b Fix bug 5231904 - Fix wobbly progress spinners
Make ProgressBar maintain aspect ratio on indeterminate progress drawables.

Make RotateDrawable tolerate left/top bounds != 0.

Change-Id: Iee03030caa98f72a8745f1ae3fb0de108ff663d4
2011-09-02 16:37:41 -07:00
Chet Haase
3c4ce72c4d Fix artifact with LayoutTransitions on disappearing window.
Logic in performTraversals() starts a transition running at the
proper time. But when a view's parent window goes away, this transition
may not start at that time because drawing gets canceled. But the
transition still hung off of the ViewRoot, waiting until some later
drawing operation to kick it off. This resulted in some weird animations
like the Recents panel appearing and having a single item animate off of it.

The fix is to delete pending transitions when drawing is skipped.

Change-Id: I3ab7702c16e069644a163424f977350743e2cecc
2011-09-02 16:10:43 -07:00
Eric Laurent
929827b819 Merge "Fix issue 5252593: any app can restart the runtime" 2011-09-02 16:05:03 -07:00
Eric Laurent
dca56b9432 Fix issue 5252593: any app can restart the runtime
Replace null device address string by empty sting.

Change-Id: I285c35f3345334e6d2190493b1a8a5aca1a361a4
2011-09-02 15:59:50 -07:00
Jeff Sharkey
b7cc55d188 am 890aaea2: Merge "Show statusbar clock based on lockscreen status."
* commit '890aaea2fb456e5bdc0b24253d6fee2aa0ad22ec':
  Show statusbar clock based on lockscreen status.
2011-09-02 15:09:29 -07:00
Jeff Sharkey
890aaea2fb Merge "Show statusbar clock based on lockscreen status." 2011-09-02 15:07:19 -07:00
Gilles Debunne
7fd033fbe4 am 572527f2: Merge "Remove the suggestion underline when the TextView loses focus."
* commit '572527f2c337ec9266ebcd931a66e17d2ae63e01':
  Remove the suggestion underline when the TextView loses focus.
2011-09-02 13:58:00 -07:00
Gilles Debunne
572527f2c3 Merge "Remove the suggestion underline when the TextView loses focus." 2011-09-02 13:54:48 -07:00
Gilles Debunne
9852ccde20 am a41bc338: Merge "Popup windows positions are updated when a TextView is scrolled"
* commit 'a41bc33855d9e55701c6e615590e273ada69a445':
  Popup windows positions are updated when a TextView is scrolled
2011-09-02 13:28:00 -07:00
Gilles Debunne
a41bc33855 Merge "Popup windows positions are updated when a TextView is scrolled" 2011-09-02 13:24:20 -07:00
Gilles Debunne
6ee2490076 am f3d78eac: Merge "Added an add to dictionary option in suggestions for misspelled words"
* commit 'f3d78eac0f565b51d5e657e6cb21b4a48ef6f660':
  Added an add to dictionary option in suggestions for misspelled words
2011-09-02 13:23:10 -07:00
Gilles Debunne
5ca26cb184 am 26b5cf40: Merge "Fixes around text selection"
* commit '26b5cf40b14a7916c9fee01d797b82d786338cf1':
  Fixes around text selection
2011-09-02 13:23:06 -07:00
Gilles Debunne
cc96719625 am 1737fcd6: Merge "Fix for NPE in Switch"
* commit '1737fcd689072cabcb9937316ba159ee954f3536':
  Fix for NPE in Switch
2011-09-02 13:23:02 -07:00
Gilles Debunne
f3d78eac0f Merge "Added an add to dictionary option in suggestions for misspelled words" 2011-09-02 13:19:24 -07:00