42643 Commits

Author SHA1 Message Date
Romain Guy
caf48e95e7 am 7b4950ae: am 169fafe6: Merge "Fix rendering issues with animated layers. Bug #3385247" into honeycomb
* commit '7b4950ae350255a393125cc4262925b432770ac4':
  Fix rendering issues with animated layers. Bug #3385247
2011-01-24 22:31:04 -08:00
Romain Guy
50dc05e5ad am c6a0944c: Merge "Fix display list support for shapes." into honeycomb
* commit 'c6a0944c80b3a9bcea00ce9b5d3a605eaadabb49':
  Fix display list support for shapes.
2011-01-24 22:15:53 -08:00
Adam Powell
1ecb461bb7 am e6564ea8: Merge "Fix bug 3178934 - Make MenuBuilder notify its adapters of changes" into honeycomb
* commit 'e6564ea8f54ea0872208819aa643a0599d962a3c':
  Fix bug 3178934 - Make MenuBuilder notify its adapters of changes
2011-01-24 22:15:47 -08:00
Ken Wakasa
67e9505235 am bc891b67: Merge "Fix NPE in IInputMethodSessionWrapper.executeMessage" into honeycomb
* commit 'bc891b67e07fd6f5077f88879299dbdf27ae9ee1':
  Fix NPE in IInputMethodSessionWrapper.executeMessage
2011-01-24 22:12:44 -08:00
Dianne Hackborn
98d169eacd am 5d9d03a0: Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...
* commit '5d9d03a0234faa3cffd11502f973057045cafe82':
  Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...
2011-01-24 22:12:36 -08:00
Santosh Madhava
6bcbb3bd09 Review rework on Patch Set 2 for issue 3372849
Change-Id: I3c077f3318e44035e8ea6eb160d0024e77aaa710
2011-01-24 22:10:19 -08:00
Dianne Hackborn
c2d9c8e20b Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439
Um.  My fix for calling onReceive() even after a receiver is
unregistered actually made it so onReceive() is never called for
the result receiver of a broadcast.

Change-Id: I30efe05d8fdec6fee4222b7d797f2b303073dbcc
2011-01-24 21:59:21 -08:00
Romain Guy
82d41a5153 Fix display list support for shapes.
Change-Id: I8b4c9e9ec36266a83c0a53ba3fb6e45d61bbd6d9
2011-01-24 21:53:42 -08:00
Romain Guy
c6a0944c80 Merge "Fix display list support for shapes." into honeycomb 2011-01-24 21:51:43 -08:00
Adam Powell
e6564ea8f5 Merge "Fix bug 3178934 - Make MenuBuilder notify its adapters of changes" into honeycomb 2011-01-24 21:48:56 -08:00
Hung-ying Tyan
df1cc4ef92 am cc019c0c: Merge "Get mute state from active call." into gingerbread
* commit 'cc019c0caa0dd984404dea4d6623ae9d7b8474f1':
  Get mute state from active call.
2011-01-24 21:46:23 -08:00
Adam Powell
1821ff9022 Fix bug 3178934 - Make MenuBuilder notify its adapters of changes
Change-Id: I28603afbdfdd913aa06f3a07065e27aff1dc524b
2011-01-24 21:45:37 -08:00
Ken Wakasa
bc891b67e0 Merge "Fix NPE in IInputMethodSessionWrapper.executeMessage" into honeycomb 2011-01-24 21:37:53 -08:00
Dianne Hackborn
5d9d03a023 Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...
...Invalid index 0, size is 0 at
android.app.ActivityThread.performPauseActivity(ActivityThread.java:2326)

It looks like if an arrow key is dispatched between the time the
list view is told its data set has changed and it does the resulting
layout pass, we could try to move the position to a now invalid
index.  This may prevent that from happening.

Also put in a better error message if saving state of a fragment
whose target is no longer in the fragment manager.

And fix a bug in PackageManager where we could return a null from
queryIntentActivities().

And add a new API to find out whether a fragment is being removed,
to help fix issue #3306021: NPE at
android.app.AlertDialog.getDefaultDialogTheme(AlertDialog.java)

Next, for new HC apps we can delay committing data to
storage until the activity is stopped.

Finally, use the new multi-threaded AyncTask executor in a few
places, so we don't have worked blocked by long-running tasks from
the application.

Change-Id: I27b2aafedf2e1bf3a2316309889613fa539760f3
2011-01-24 21:23:03 -08:00
Hung-ying Tyan
cc019c0caa Merge "Get mute state from active call." into gingerbread 2011-01-24 21:13:08 -08:00
Ken Wakasa
a308c0326b Fix NPE in IInputMethodSessionWrapper.executeMessage
bug: 3384715
Change-Id: I4bd8f2b505318a9b3e17dccf6a583dc7f36a8a24
2011-01-25 14:02:07 +09:00
Romain Guy
7b4950ae35 am 169fafe6: Merge "Fix rendering issues with animated layers. Bug #3385247" into honeycomb
* commit '169fafe6797dc4c7ae17eba29b72034be6c9c8ec':
  Fix rendering issues with animated layers. Bug #3385247
2011-01-24 20:47:19 -08:00
Romain Guy
8168396d1a Fix rendering issues with animated layers.
Bug #3385247

- The layer's alpha was interpreted in the wrong range 0..255 instead of 0..1
- 9-patches would not correctly dirty the layer region, the generated mesh
  was incorrect

Change-Id: I4916249bedcdb0794929f3796bd17854971efc88
2011-01-24 20:40:18 -08:00
Romain Guy
169fafe679 Merge "Fix rendering issues with animated layers. Bug #3385247" into honeycomb 2011-01-24 20:38:52 -08:00
Romain Guy
136f1b42a0 am 74d9a373: am 92dcf629: Merge "Fix rendering issues in Movie Studio." into honeycomb
* commit '74d9a373f9ac4fd1a8e51de7de5d7611317c5755':
  Fix rendering issues in Movie Studio.
2011-01-24 20:28:35 -08:00
Romain Guy
74d9a373f9 am 92dcf629: Merge "Fix rendering issues in Movie Studio." into honeycomb
* commit '92dcf629e1ecb60fc497b8b1b3d2aab35c334672':
  Fix rendering issues in Movie Studio.
2011-01-24 20:23:49 -08:00
Romain Guy
d88f54c5c4 Fix rendering issues in Movie Studio.
Change-Id: I5b293767b9bdedeef0df4d27a179d0da48d7fe32
2011-01-24 20:22:49 -08:00
Romain Guy
92dcf629e1 Merge "Fix rendering issues in Movie Studio." into honeycomb 2011-01-24 20:20:50 -08:00
Adam Powell
2b37274c74 am abb7e56b: am 68b29902: Merge "Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken" into honeycomb
* commit 'abb7e56b27d65d814103d2b4760802dd28fb4018':
  Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken
2011-01-24 19:51:48 -08:00
Mathias Agopian
b85b2f5fa2 am 977553e4: am 34edd5b2: Merge "tone down the log spew regarding taking screenshots." into honeycomb
* commit '977553e4d493986819858e0f0032185cada06869':
  tone down the log spew regarding taking screenshots.
2011-01-24 19:51:40 -08:00
Adam Powell
abb7e56b27 am 68b29902: Merge "Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken" into honeycomb
* commit '68b29902c0832d78a6557f915168694f35b7ca8e':
  Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken
2011-01-24 19:49:30 -08:00
Mathias Agopian
977553e4d4 am 34edd5b2: Merge "tone down the log spew regarding taking screenshots." into honeycomb
* commit '34edd5b2678332e23bb78c59d4720c5b7b0e842e':
  tone down the log spew regarding taking screenshots.
2011-01-24 19:49:14 -08:00
Adam Powell
68b29902c0 Merge "Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken" into honeycomb 2011-01-24 19:45:41 -08:00
Mathias Agopian
34edd5b267 Merge "tone down the log spew regarding taking screenshots." into honeycomb 2011-01-24 19:45:35 -08:00
Hung-ying Tyan
8a424af1d9 am 14b6d062: Merge changes Ib70e0cf2,I0691cd70 into gingerbread
* commit '14b6d0620b42d1bb3a55778ba452d838a0d89223':
  SipService: registers broadcast receivers on demand.
  SipService: release wake lock for cancelled tasks.
2011-01-24 19:44:56 -08:00
Hung-ying Tyan
14b6d0620b Merge changes Ib70e0cf2,I0691cd70 into gingerbread
* changes:
  SipService: registers broadcast receivers on demand.
  SipService: release wake lock for cancelled tasks.
2011-01-24 19:41:42 -08:00
Adam Powell
6d0576d3e8 Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken
Fix padding and add disabled states for the group button assets.

Change-Id: Iad7f9022de895fbd6875989289f600d098145b1b
2011-01-24 19:37:59 -08:00
Wu-cheng Li
d5369d8a68 am 1ab0ac3f: am c8de291e: Merge "Improved conversion accuracy of exif geotag data" into honeycomb
* commit '1ab0ac3f17e52d6cf4f23598f76a8fa8af2310d8':
  Improved conversion accuracy of exif geotag data
2011-01-24 19:02:45 -08:00
Wu-cheng Li
1ab0ac3f17 am c8de291e: Merge "Improved conversion accuracy of exif geotag data" into honeycomb
* commit 'c8de291ee58665010f80cdedc1bccc57c1d675fb':
  Improved conversion accuracy of exif geotag data
2011-01-24 18:59:15 -08:00
Wu-cheng Li
c8de291ee5 Merge "Improved conversion accuracy of exif geotag data" into honeycomb 2011-01-24 18:48:34 -08:00
Romain Guy
e965dee341 am 4e1db6da: am 2ff6d705: Merge "Enable partial invalidates when rendering with OpenGL." into honeycomb
* commit '4e1db6dadd404c023b71ae1ab54e990fce56abc3':
  Enable partial invalidates when rendering with OpenGL.
2011-01-24 18:43:26 -08:00
Romain Guy
4e1db6dadd am 2ff6d705: Merge "Enable partial invalidates when rendering with OpenGL." into honeycomb
* commit '2ff6d70521fe1f537f8ebd631f0b9b3aa8becf94':
  Enable partial invalidates when rendering with OpenGL.
2011-01-24 18:39:57 -08:00
Romain Guy
2ff6d70521 Merge "Enable partial invalidates when rendering with OpenGL." into honeycomb 2011-01-24 18:38:00 -08:00
Romain Guy
7d7b5490a0 Enable partial invalidates when rendering with OpenGL.
Change-Id: Ie8be06c4776b815e8737753eb8003b4fd8936130
2011-01-24 18:39:56 -08:00
Jim Miller
a89293c970 am d413ff3a: am 7a9662f7: Merge "Fix 3382123: Set default state of LockScreen portrait kb" into honeycomb
* commit 'd413ff3ab37208c9b5c0d8f812fd8986e6df739b':
  Fix 3382123: Set default state of LockScreen portrait kb
2011-01-24 18:26:07 -08:00
Jim Miller
d413ff3ab3 am 7a9662f7: Merge "Fix 3382123: Set default state of LockScreen portrait kb" into honeycomb
* commit '7a9662f7c8d95685975a6f1c29151d7ed871c9ba':
  Fix 3382123: Set default state of LockScreen portrait kb
2011-01-24 18:23:07 -08:00
Jim Miller
7a9662f7c8 Merge "Fix 3382123: Set default state of LockScreen portrait kb" into honeycomb 2011-01-24 18:20:53 -08:00
Brian Carlstrom
4140faeebb Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle
Bug: 3086427
Change-Id: I7af99fe4c36d9a519777f0499ccab65646313879
2011-01-24 18:17:21 -08:00
Mathias Agopian
3431f47b47 tone down the log spew regarding taking screenshots.
Change-Id: I673806bda23eba6aab25f7505b7e0170afc9920b
2011-01-24 18:13:54 -08:00
Justin Ho
687cce277b am e44f3d7b: am 9c91b3f9: Merge "Updated overscroll assets" into honeycomb
* commit 'e44f3d7b7acdf5d322201046c6ae2142a45dd086':
  Updated overscroll assets
2011-01-24 18:12:08 -08:00
Justin Ho
e44f3d7b7a am 9c91b3f9: Merge "Updated overscroll assets" into honeycomb
* commit '9c91b3f9d679a22560141e6388e125879fb9f96a':
  Updated overscroll assets
2011-01-24 18:08:23 -08:00
Justin Ho
9c91b3f9d6 Merge "Updated overscroll assets" into honeycomb 2011-01-24 18:05:46 -08:00
Justin Ho
40bcb0f298 Updated overscroll assets
Change-Id: I8387ee6de7f387ed36b13d9ac6322356f7833fcf
2011-01-24 18:04:45 -08:00
Chet Haase
f8ac62237b am 235a20a3: am 21d405f5: Merge "Fix for display list problem with listview items." into honeycomb
* commit '235a20a3d1b57492ba0fbebb7f9dcce41ef011d0':
  Fix for display list problem with listview items.
2011-01-24 18:04:35 -08:00
Chet Haase
235a20a3d1 am 21d405f5: Merge "Fix for display list problem with listview items." into honeycomb
* commit '21d405f5fa0ccf75e805e3f9404a53579416e2da':
  Fix for display list problem with listview items.
2011-01-24 18:02:05 -08:00