Commit Graph

43172 Commits

Author SHA1 Message Date
Daniel Sandler
4eb5bed550 am 57e7aa12: am 74d39bd9: Merge "Correct the translationY of the empty notification panel." into honeycomb
* commit '57e7aa12d960cc20b2620b367be39e921f1a145d':
  Correct the translationY of the empty notification panel.
2011-01-27 15:11:38 -08:00
Gilles Debunne
7191d6ec83 am 82ba0eca: am 315f3865: Merge "CustomSelectionActionModeCallback can prevent selection mode from starting." into honeycomb
* commit '82ba0ecaa72df892a34c279ac449e752e87f7ed8':
  CustomSelectionActionModeCallback can prevent selection mode from starting.
2011-01-27 15:11:33 -08:00
Gilles Debunne
079527c306 am 7af3a6f3: am bbdd9d3f: Merge "Refresh the list of preloaded drawables and color state lists" into honeycomb
* commit '7af3a6f3ddec456ade2c671e9ef53030d7b9f1a2':
  Refresh the list of preloaded drawables and color state lists
2011-01-27 15:11:27 -08:00
Chet Haase
38d1f25308 am 19312cfe: am 246bf85a: Merge "Fix NPE with display lists when view not attached" into honeycomb
* commit '19312cfef15608fca2c8403dc240e8ec4f54d6b7':
  Fix NPE with display lists when view not attached
2011-01-27 15:11:20 -08:00
Daniel Sandler
57e7aa12d9 am 74d39bd9: Merge "Correct the translationY of the empty notification panel." into honeycomb
* commit '74d39bd902c8561153647b19625b32938f38498c':
  Correct the translationY of the empty notification panel.
2011-01-27 15:00:33 -08:00
Gilles Debunne
82ba0ecaa7 am 315f3865: Merge "CustomSelectionActionModeCallback can prevent selection mode from starting." into honeycomb
* commit '315f3865983f59e5ad9f42602f443e8c42b6e5c4':
  CustomSelectionActionModeCallback can prevent selection mode from starting.
2011-01-27 15:00:29 -08:00
Gilles Debunne
7af3a6f3dd am bbdd9d3f: Merge "Refresh the list of preloaded drawables and color state lists" into honeycomb
* commit 'bbdd9d3fbc1995adb4d327515ba0af8515436d2d':
  Refresh the list of preloaded drawables and color state lists
2011-01-27 15:00:23 -08:00
Chet Haase
19312cfef1 am 246bf85a: Merge "Fix NPE with display lists when view not attached" into honeycomb
* commit '246bf85aaacbadf4e892270d714efcdb280a3de8':
  Fix NPE with display lists when view not attached
2011-01-27 15:00:17 -08:00
Daniel Sandler
74d39bd902 Merge "Correct the translationY of the empty notification panel." into honeycomb 2011-01-27 11:11:37 -08:00
Gilles Debunne
315f386598 Merge "CustomSelectionActionModeCallback can prevent selection mode from starting." into honeycomb 2011-01-27 11:07:16 -08:00
Gilles Debunne
bbdd9d3fbc Merge "Refresh the list of preloaded drawables and color state lists" into honeycomb 2011-01-27 11:07:04 -08:00
Irfan Sheriff
e8e0ebbfd0 Merge "Fix the build" 2011-01-27 11:05:04 -08:00
Robert Greenwalt
68e18d2329 Fix the build
Check for null before trying to make InetAddresses.

Change-Id: I3228eea32eb455437dd76be2de56a913884f3f6e
2011-01-27 10:49:27 -08:00
Chet Haase
246bf85aaa Merge "Fix NPE with display lists when view not attached" into honeycomb 2011-01-27 10:41:26 -08:00
Gil Dobjanschi
6adcce8a57 am 0966fb9e: am eea200a9: Bug fix: 3398192 NPE at android.media.videoeditor.VideoEditorImpl.clearSurface
* commit '0966fb9e73345b1e5ea9464e77beed07378edd6a':
  Bug fix: 3398192 NPE at android.media.videoeditor.VideoEditorImpl.clearSurface
2011-01-27 10:36:33 -08:00
Gil Dobjanschi
0966fb9e73 am eea200a9: Bug fix: 3398192 NPE at android.media.videoeditor.VideoEditorImpl.clearSurface
* commit 'eea200a96a561d8eb9e26831aa6aaf7ddf6ad5a5':
  Bug fix: 3398192 NPE at android.media.videoeditor.VideoEditorImpl.clearSurface
2011-01-27 10:34:39 -08:00
Chet Haase
f4ac547f86 Fix NPE with display lists when view not attached
There was logic in ViewGroup that assumed that an accelerated
view must always be able to get a display list for any child
that it was drawing. One situation occurred, however, that
caused a problem with this - a contacts activity was started
and not yet attached, but was being asked to render into an
accelerated canvas. We assumed that the child would have a display
list and simply called getDisplayList(). But since that call
returned null, we later deref'd the null object.

The fix is to check whether a child can have a display list
instead of assuming that it can just because the container view
is accelerated.

Change-Id: I7de62fd597ad50720c9585d621bec02e77c171df
2011-01-27 10:30:25 -08:00
Dirk Dougherty
70085101b2 am 1aa79d4b: am d1ca9aa5: am 591a5f86: Doc change: fix adt archive filename.
* commit '1aa79d4b5c2f12aa3a9ddabbdd679cd3f21a1476':
  Doc change: fix adt archive filename.
2011-01-27 10:13:18 -08:00
Dirk Dougherty
1aa79d4b5c am d1ca9aa5: am 591a5f86: Doc change: fix adt archive filename.
* commit 'd1ca9aa561337dd294b8ae137f54b182372e69fb':
  Doc change: fix adt archive filename.
2011-01-27 10:10:49 -08:00
Dirk Dougherty
d1ca9aa561 am 591a5f86: Doc change: fix adt archive filename.
* commit '591a5f86bd4b3f1732b935daad909e4e63149f01':
  Doc change: fix adt archive filename.
2011-01-27 10:08:09 -08:00
Dirk Dougherty
591a5f86bd Doc change: fix adt archive filename.
Change-Id: I1cf33678e52b4e85dca472763bfe53b7ecfcfb8b
2011-01-27 10:00:48 -08:00
Gilles Debunne
c446bdf886 Refresh the list of preloaded drawables and color state lists
Bug 3266751

The boot time is 43 compared to 44 seconds, which is within the precision of the measure.

Starting 15 activities in a sequence takes 20-24 seconds with the old version and 17-18
seconds with the new pre-load (12/13 when ran a second time, all apps being loaded).
The standard deviation is high, but it seems consistently better.

Change-Id: Ieac3cb93be03e8186979b894adda29f0549b9734
2011-01-27 09:57:41 -08:00
Gil Dobjanschi
eea200a96a Bug fix: 3398192 NPE at android.media.videoeditor.VideoEditorImpl.clearSurface
Change-Id: Ib7cb994e995d934cf896b856da462c9240fcb5f0
2011-01-27 09:51:46 -08:00
Gilles Debunne
ddd6f39287 CustomSelectionActionModeCallback can prevent selection mode from starting.
Bug 3381317

Change-Id: I9fb52077216ed56c101ed58f8897478343369528
2011-01-27 09:49:41 -08:00
Justin Ho
28059932dc am 3f047aee: am bbc1d355: Updated stat_sys for battery and bluetooth and USB in hdpi, mdpi and xlarge-hdpi
* commit '3f047aeed0281853141172cdf4ea8b74bd7b85b4':
  Updated stat_sys for battery and bluetooth and USB in hdpi, mdpi and xlarge-hdpi
2011-01-27 08:11:05 -08:00
Justin Ho
3f047aeed0 am bbc1d355: Updated stat_sys for battery and bluetooth and USB in hdpi, mdpi and xlarge-hdpi
* commit 'bbc1d355f8f9b9908bd152125a42c3d890a12d63':
  Updated stat_sys for battery and bluetooth and USB in hdpi, mdpi and xlarge-hdpi
2011-01-27 07:58:01 -08:00
Justin Ho
bbc1d355f8 Updated stat_sys for battery and bluetooth and USB in hdpi, mdpi and xlarge-hdpi
Change-Id: I02f644287847ca8b7d0246c7eba303bfd2088086
2011-01-27 07:48:50 -08:00
Chet Haase
75b8c858ab am cd88c39b: am e38ba4ac: Fix gmail crossfade artifacts.
* commit 'cd88c39b989fc927016aa8d1c3794b872519d575':
  Fix gmail crossfade artifacts.
2011-01-27 01:32:44 -08:00
Chet Haase
cd88c39b98 am e38ba4ac: Fix gmail crossfade artifacts.
* commit 'e38ba4acbe6f1536997ffb98d662fc3eff07add8':
  Fix gmail crossfade artifacts.
2011-01-27 01:30:09 -08:00
Chet Haase
e38ba4acbe Fix gmail crossfade artifacts.
Display lists could not handle custom views that did their
own draw dispatching, as is the case with gmail. This fix makes that
possible and display lists handle this case robustly. Now the
crossfade works because the display lists contain the right content.

Change-Id: Iea7d6e99239b24f833701d546fe083aa00e2b31b
2011-01-27 01:25:18 -08:00
Jeff Brown
32d35b2cfc am 9d925d2d: am da910fd5: Merge "Handle ActivityNotFoundException in the WM policy." into honeycomb
* commit '9d925d2dfdb2a0bd89ff081c1693129f3bf85e77':
  Handle ActivityNotFoundException in the WM policy.
2011-01-26 23:58:10 -08:00
Chet Haase
82782446cd am fcf51a67: am a45c056e: Merge "Fix display List bugs" into honeycomb
* commit 'fcf51a67967a402bf2178c3d0e09828e8942cade':
  Fix display List bugs
2011-01-26 23:55:50 -08:00
Jeff Brown
9d925d2dfd am da910fd5: Merge "Handle ActivityNotFoundException in the WM policy." into honeycomb
* commit 'da910fd5ea024f214f806d880d86d77bf94497b5':
  Handle ActivityNotFoundException in the WM policy.
2011-01-26 23:54:16 -08:00
Jeff Brown
da910fd5ea Merge "Handle ActivityNotFoundException in the WM policy." into honeycomb 2011-01-26 23:52:41 -08:00
Chet Haase
fcf51a6796 am a45c056e: Merge "Fix display List bugs" into honeycomb
* commit 'a45c056e62be0ca97edbdd6f6660822cf453c886':
  Fix display List bugs
2011-01-26 23:51:58 -08:00
Jeff Brown
a21e75c97a am b43610f8: am f02853f2: Merge "Fix down arrow in AutoCompleteTextView." into honeycomb
* commit 'b43610f8c9994163a1b69d23ac893de3f80a5355':
  Fix down arrow in AutoCompleteTextView.
2011-01-26 23:51:36 -08:00
Jeff Brown
b43610f8c9 am f02853f2: Merge "Fix down arrow in AutoCompleteTextView." into honeycomb
* commit 'f02853f211f0b7f698f82305e30c23e527192584':
  Fix down arrow in AutoCompleteTextView.
2011-01-26 23:49:41 -08:00
Chet Haase
a45c056e62 Merge "Fix display List bugs" into honeycomb 2011-01-26 23:49:23 -08:00
Vasu Nori
c0e48b7e8a am 7489a470: am d529d0df: Merge "bug:3396894 (HC branch) remove STOPSHIP code" into honeycomb
* commit '7489a4709daf39aff61a17818de282d9ca4dc7c8':
  bug:3396894  (HC branch) remove STOPSHIP code
2011-01-26 23:47:22 -08:00
Jeff Brown
f02853f211 Merge "Fix down arrow in AutoCompleteTextView." into honeycomb 2011-01-26 23:45:59 -08:00
Vasu Nori
7489a4709d am d529d0df: Merge "bug:3396894 (HC branch) remove STOPSHIP code" into honeycomb
* commit 'd529d0df8f2e93e0dc74887ab43eff46e07cef2e':
  bug:3396894  (HC branch) remove STOPSHIP code
2011-01-26 23:45:27 -08:00
Vasu Nori
d529d0df8f Merge "bug:3396894 (HC branch) remove STOPSHIP code" into honeycomb 2011-01-26 23:43:17 -08:00
Vasu Nori
4b92aeec3f bug:3396894 (HC branch) remove STOPSHIP code
Change-Id: Iad8790b7c2efa3a9b35e07429ea47d4e9f72081b
2011-01-26 23:24:05 -08:00
Daniel Sandler
641a499bb2 Correct the translationY of the empty notification panel.
This also restores the proper slide-in animation. Yay!

Bug: 3391683
Change-Id: Id38b4bdf2bad88084db47b3fa4ef7d1d81f94aff
2011-01-27 02:21:51 -05:00
Svetoslav Ganov
7f31ceacc1 am a7477f6b: am c291a7bf: Merge "The calendar view widget was jumping incorrectly to the next week while selectiong the last day of the week." into honeycomb
* commit 'a7477f6b1c2222bc2cc71416cad108adc0b6f0a3':
  The calendar view widget was jumping incorrectly to the next week while selectiong the last day of the week.
2011-01-26 23:03:01 -08:00
Svetoslav Ganov
a7477f6b1c am c291a7bf: Merge "The calendar view widget was jumping incorrectly to the next week while selectiong the last day of the week." into honeycomb
* commit 'c291a7bf7a163cea10be135279103f72a6418383':
  The calendar view widget was jumping incorrectly to the next week while selectiong the last day of the week.
2011-01-26 23:01:03 -08:00
Svetoslav Ganov
c291a7bf7a Merge "The calendar view widget was jumping incorrectly to the next week while selectiong the last day of the week." into honeycomb 2011-01-26 22:59:23 -08:00
Basavapatna Dattaguru
655c66332e am 90982936: am 89378fd1: Merge "Revert "Video editor CTS: Framework modifications"" into honeycomb
* commit '90982936a026f1f951fe06ad4d2bcfd72a99ab8f':
  Revert "Video editor CTS: Framework modifications"
2011-01-26 22:54:41 -08:00
Basavapatna Dattaguru
a44f02a4ef am 141a2adb: am 3b728ca7: Merge "Revert "Fixes Issue ID: 3396697"" into honeycomb
* commit '141a2adb25130bcbe8620ae239e94d33c7c92eef':
  Revert "Fixes Issue ID: 3396697"
2011-01-26 22:54:37 -08:00
Basavapatna Dattaguru
90982936a0 am 89378fd1: Merge "Revert "Video editor CTS: Framework modifications"" into honeycomb
* commit '89378fd1666cd589599a0c5a7d0c71fa2f8159a5':
  Revert "Video editor CTS: Framework modifications"
2011-01-26 22:52:38 -08:00