Commit Graph

18607 Commits

Author SHA1 Message Date
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
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
Gilles Debunne
26b5cf40b1 Merge "Fixes around text selection" 2011-09-02 13:17:44 -07:00
Gilles Debunne
1737fcd689 Merge "Fix for NPE in Switch" 2011-09-02 13:17:13 -07:00
Martijn Coenen
84ba511cb7 am 0c8d57d1: Merge "Fix Activity ref-leak in NFC dispatch API."
* commit '0c8d57d124d917721890b0aa4a152f9c9c7d317f':
  Fix Activity ref-leak in NFC dispatch API.
2011-09-02 12:52:03 -07:00
Martijn Coenen
0c8d57d124 Merge "Fix Activity ref-leak in NFC dispatch API." 2011-09-02 12:50:27 -07:00
Dianne Hackborn
5d927c2d8e Fix issue #5150899: Call activity takes 15MB we never get back.
Persistent process can no longer use hardware acclerated drawing
when running on a low-memory device.

Change-Id: I3110335617af1c98fcede9bf41f4a1d0c20d0e87
2011-09-02 12:22:18 -07:00
Luca Zanolin
fe5e9834a3 Remove the suggestion underline when the TextView loses focus.
Only the easy correction (i.e., voice ime corrections) will lose the underline, while the misspelled span will not.

Change-Id: If96c17473dd70c99b808739ddde800cc93551e2a
2011-09-02 19:41:42 +01:00
Gilles Debunne
70a6312f09 Fixes around text selection
Text selection mode was started by two consecutive taps inside a
field with selectAllOnFocus.

ArrowKeyMovementMethod does not respect the possible cancelLongPress and handles up events.
As a result a scroll that happens to end up at its initial position will be considered a tap
and will move the cursor.
This is however not considered as a tap in TextView and a possible selection mode would not
be stopped in that case.
Fixed by making ArrowKeyMovementMethod aware of the cancel that happened in Touch.

Change-Id: I07372b703f250e1edc7ee0665318ce30441b9187
2011-09-02 11:26:46 -07:00
Mangesh Ghiware
6ff9f9eff2 am 5afd2bd0: Merge "Set reading level scale to display density instead of a fixed minimum."
* commit '5afd2bd02ae44d5a38f9e560047723ddab176405':
  Set reading level scale to display density instead of a fixed minimum.
2011-09-02 11:16:05 -07:00
Mangesh Ghiware
5afd2bd02a Merge "Set reading level scale to display density instead of a fixed minimum." 2011-09-02 11:14:14 -07:00
Dianne Hackborn
3939356d41 am c592e8e6: Merge "Fix issue #4554429: API REVIEW: deprecate Live Folders"
* commit 'c592e8e61acd3cfbd11f05d2ea59af267ca33dcf':
  Fix issue #4554429: API REVIEW: deprecate Live Folders
2011-09-02 10:39:53 -07:00
Dianne Hackborn
c592e8e61a Merge "Fix issue #4554429: API REVIEW: deprecate Live Folders" 2011-09-02 10:37:38 -07:00
Gilles Debunne
e90bed18cc Added an add to dictionary option in suggestions for misspelled words
Change-Id: I031f17a76b4a81ae375b778046b8c391f9b8b2b2
2011-09-02 09:04:26 -07:00
satok
735e67bf57 am bffb83e9: Merge "Add an option for the implicitly selected subtype"
* commit 'bffb83e96c2f3d01bf42490737201ab4de79c91b':
  Add an option for the implicitly selected subtype
2011-09-02 04:48:08 -07:00
satok
bffb83e96c Merge "Add an option for the implicitly selected subtype" 2011-09-02 04:44:41 -07:00
satok
a86f5e448c Add an option for the implicitly selected subtype
Bug: 5057886
Change-Id: Iddde4724891501b4f18cade6a3d2c64b6124e58a
2011-09-02 20:27:38 +09:00
satok
4ef47c22ec am ee5e77ca: Make setAdditionalInputMethodSubtypes async
* commit 'ee5e77cafec2eae70890abdcc1646ed39b06eddd':
  Make setAdditionalInputMethodSubtypes async
2011-09-02 03:32:26 -07:00
satok
ee5e77cafe Make setAdditionalInputMethodSubtypes async
Bug: 5120261
Change-Id: Ic7869cfaa5361531e08d58d7dfa5ba0feab0613e
2011-09-02 19:22:50 +09:00
satok
400617a8b2 am 117999d1: Make the spell checker session static
* commit '117999d1f44ec3423369385495ae207898b7b73e':
  Make the spell checker session static
2011-09-02 02:01:04 -07:00
satok
117999d1f4 Make the spell checker session static
Change-Id: I66d51f33e005f46465232d3fc460cda0609609ea
2011-09-02 17:55:43 +09:00
satok
8f4055b638 am a2f69c91: Merge "Make the constructor of InputMethodSubtype hidden."
* commit 'a2f69c914dbb8cbd8761bff3ec4399e500e62674':
  Make the constructor of InputMethodSubtype hidden.
2011-09-01 23:24:11 -07:00
satok
a2f69c914d Merge "Make the constructor of InputMethodSubtype hidden." 2011-09-01 23:22:55 -07:00
satok
3889e492bc Make the constructor of InputMethodSubtype hidden.
The constructor is not open sourced yet.

Change-Id: I69385b05cb3b5ee761a5ece9be877a8682c5fe55
2011-09-02 15:12:20 +09:00
Jeff Sharkey
5472ac3c70 am 9b69a04e: Merge "Sample network statistics for sanity check."
* commit '9b69a04e24e70a8e82e1820c877c8f4df0c7a980':
  Sample network statistics for sanity check.
2011-09-01 21:32:42 -07:00
Jeff Sharkey
9b69a04e24 Merge "Sample network statistics for sanity check." 2011-09-01 21:31:21 -07:00
Kristian Monsen
d4954b6352 am ff713028: Merge "Close idle connections on pause timers"
* commit 'ff7130288f5df81f654cc008cfea33c263882722':
  Close idle connections on pause timers
2011-09-01 20:33:29 -07:00
Kristian Monsen
ff7130288f Merge "Close idle connections on pause timers" 2011-09-01 20:30:19 -07:00
Dianne Hackborn
c6acd688c0 Fix issue #4554429: API REVIEW: deprecate Live Folders
Change-Id: Iddb5a55866469d24a20cc61a28c4dbe146bfd0bf
2011-09-01 19:58:00 -07:00
Martijn Coenen
3433a8ae5a Fix Activity ref-leak in NFC dispatch API.
Change-Id: I7b1ee6927747b12eb94cfd6ece40c2c73003f07f
2011-09-01 19:19:29 -07:00