Jason Sams
4fa3eed8e0
Expose unchecked copyFrom variants.
...
Change-Id: I452d082bb4adbd578b6300bf5829dc59e91e517a
2011-01-19 15:44:38 -08:00
Gloria Wang
d0423d2b12
More fix for 64 bit offset.
...
Change-Id: Ia05060113ca0f43a4362914dc99c89c89e30eb4a
2011-01-19 15:38:16 -08:00
Joe Onorato
020460b610
Cut a hole in the status bar for events when the IME is open.
...
Bug: 3238092
Change-Id: I8af18c2ebada624fbf5baee09b4b7ef98a7c8205
2011-01-19 15:29:31 -08:00
Joe Onorato
120856c50a
Pass SkRegion::toString() through to java.
...
Change-Id: I3814b491c689313c1f8da811a104d913175f6268
2011-01-19 15:29:31 -08:00
Joe Onorato
6223fba87e
Remove optimization to isInContentArea that wasn't working.
...
This might fix the bug where tapping outside the notification panel doesn't close it.
I'm not 100% sure because I can't reproduce this on-demand, but I think it's possible for
onSizeChanged to race with the animations and we end up with a bad rectangle. The time
I did see it happen was tapping above the title area right after canceling a notification,
so that could explain it I think.
Bug: 3339023
Change-Id: Ic3a7f4c059e7bf6f30b864a371a0912a6414edb7
2011-01-19 15:29:31 -08:00
Joe Onorato
cb109a0eea
Add docs for Notification.Builder.
...
Bug: 3362451
Change-Id: I8f16a7f266812190dc8d06751f5ca914e2050111
2011-01-19 15:29:30 -08:00
Mathias Agopian
45491690d8
fix [3369743] SurfaceFlinger reads hardware composer hints before calling hwc.prepare()
...
Change-Id: If3277c7b9d4cb8ef20d1706155fac7b87e64fb20
2011-01-19 15:24:23 -08:00
Jaikumar Ganesh
7457b36b92
Merge "Make connection / disconnect failure more robust." into honeycomb
2011-01-19 15:13:37 -08:00
Andreas Huber
3cd6302b9e
Merge "Prefill the cache before trying to instantiate the media extractor." into honeycomb
2011-01-19 15:12:41 -08:00
Gilles Debunne
be2c4f92a9
Race condition patched in Email autocompletion.
...
Bug 3347962
Root cause of this problem: if the adapter's content gets updated by a backgroung
thread, the PopupDataSetObserver will call showDropDown which will popup the
list.
Added a flag to make this call show the popup iif it is already visible.
This relayout is needed to clear the mDataChanged flag set when the content was
modified and which otherwise prevents touch events on the result list.
ArrayAdapter didn't use its lock to protect access to mObject.
-------------------------------------------------
However, the study of the this race conditions revealed an other bug:
Updated adapter's content is not displayed in filtered AutoCompleteTextView
Bug 3369097
Change-Id: Icd90d452f98231866f4d8a1f6994c1492febecb9
2011-01-19 15:10:09 -08:00
Andreas Huber
9634665ed6
Prefill the cache before trying to instantiate the media extractor.
...
The latter is an operation that otherwise could block on the datasource
for a significant amount of time. During that time we'd be unable to
abort the preparation phase without this prefill.
Change-Id: Ia42496d88a11314386ea8797d665bf4e94871e30
related-to-bug: 3362836
2011-01-19 15:07:19 -08:00
Brad Fitzpatrick
9240f16d77
Merge "StrictMode: class instance limits (track object "leaks")" into honeycomb
2011-01-19 14:53:24 -08:00
Brad Fitzpatrick
bfbe577110
StrictMode: class instance limits (track object "leaks")
...
Change-Id: I2db5a19060c2013078feb88a91caf655469b2f98
2011-01-19 14:52:08 -08:00
Carl Shapiro
b098f73556
Merge "Add a property for specifying a dalvik heap growth limit." into honeycomb
2011-01-19 14:40:24 -08:00
Romain Guy
514fb18827
Don't attempt to create empty layers.
...
Bug #3369888
Change-Id: Ic17bbd1c04bbf760cb17d0eb9e6767fd6479948c
2011-01-19 14:38:29 -08:00
Romain Guy
8f36bedcf3
Merge "Don't attempt to create empty layers. Bug #3369888 " into honeycomb
2011-01-19 14:36:22 -08:00
Gil Dobjanschi
c4edeb5a60
Bug fix: 368813 Transition is regenerated when overlay duration changes outside the transition
...
Change-Id: I8217e7fe00392455427e117dc54c3461301f95c5
2011-01-19 14:10:32 -08:00
Jaikumar Ganesh
fbe807d064
Make connection / disconnect failure more robust.
...
Add error codes so that the states can be tracked better.
Change-Id: Ic07a5d34589134b68dedeb4803ccb523aa01b567
2011-01-19 14:06:29 -08:00
Dharmaray Kundargi
fe93351cf1
Merge "remove eng developement local tags in make file" into honeycomb
2011-01-19 14:02:12 -08:00
Shimeng (Simon) Wang
b501f77f1f
Merge "Use rounded interger to represent the last touch point." into honeycomb
2011-01-19 13:58:57 -08:00
James Dong
fc37018a90
Merge "Logging the duration range from different media tracks for recording" into honeycomb
2011-01-19 13:57:06 -08:00
Christopher Tate
5383d077ed
Merge "Fix a couple of drag & drop crashes" into honeycomb
2011-01-19 13:51:58 -08:00
Daniel Sandler
2f447aa3b0
Notification & settings panel redesign.
...
Bug: 3353758
Change-Id: Ibe98ed78c471344e1fb3cb462c83b76678c665f7
2011-01-19 16:41:48 -05:00
Romain Guy
9335f5b2fd
Merge "Make embedded hardware layers work. Bug #3369474 " into honeycomb
2011-01-19 13:40:43 -08:00
Romain Guy
42f3a4b7c3
Make embedded hardware layers work.
...
Bug #3369474
Change-Id: Ib6d7fb44eedda9dc2933b5e1b176f307968af91d
2011-01-19 13:42:26 -08:00
Shimeng (Simon) Wang
1e07da3651
Use rounded interger to represent the last touch point.
...
This prevents loss of delta calculation accurracy when dragging, which
was done in float and converted to integer.
issue: 3366067
Change-Id: Ia121a6ef4619c9abfb1f76a01db3272d41d02b81
2011-01-19 13:19:56 -08:00
Derek Sollenberger
aa2275e31d
Fix complex character support for plugins.
...
bug: 3369527
Change-Id: I48c3442d7de54589f9f9578f6375b7ad291677db
2011-01-19 16:18:04 -05:00
Christopher Tate
1fc014fd00
Fix a couple of drag & drop crashes
...
1. ViewGroups being removed from the layout during a drag would wind up
crashing the app with an NPE at drag-ended time, due to blind dereference
of now-cleared object pointers.
2. Passing a 'null' ClipData to startDrag() would crash the system
process with an NPE. Should this even be valid? I'm inclined to say
yes, though it means that apps will need to guard against it.
Fixes bug 3369542
Change-Id: I168fc1284d6fd4403999946609725414cf254df0
2011-01-19 13:02:24 -08:00
Svetoslav Ganov
4243dc394d
Updated the Time/Date pickers to be backwards compatible
...
bug:3349400
Change-Id: I2a3dda82caf7de0ed203306c89ee774b94b7d82e
2011-01-19 12:35:17 -08:00
Carl Shapiro
8cdf27c36a
Add a property for specifying a dalvik heap growth limit.
...
Change-Id: I7334fb720277888df836414834ecf1e8d6b4b579
2011-01-19 12:33:12 -08:00
Shih-wei Liao
9f7e83b406
Merge "c99 bool support" into honeycomb
2011-01-19 12:21:55 -08:00
Eric Laurent
10f4ffe961
Merge "Issue 3315999: catch ToneGenerator exceptions." into honeycomb
2011-01-19 12:18:10 -08:00
Shih-wei Liao
cbcced2d15
c99 bool support
...
Change-Id: I0990425a9362d3ef6ea0b40bf6f00fcc10eed426
2011-01-19 12:17:54 -08:00
Eric Laurent
733a42b24b
Issue 3315999: catch ToneGenerator exceptions.
...
When the AudioFlinger runs out of available AudioTracks (max 32),
the ToneGenerator constructor throws a RuntimeException. Although this
denotes an abnormal situation, VolumePanel should catch this exception.
Change-Id: Ida1312fe4857e99a0ef38b4013cb03e819405689
2011-01-19 12:16:19 -08:00
Dharmaray Kundargi
6dbd3ee67b
remove eng developement local tags in make file
...
Change-Id: I24511cd588c19592bce57e36ccadbf1fb4d44647
2011-01-19 12:14:46 -08:00
Costin Manolache
f5ffe89e73
Token cache was not reset on password change
...
Bug: 3365443
Change-Id: I3e85c56810c0d71ddc82d3c6a1dcbba640444564
2011-01-19 12:00:32 -08:00
Romain Guy
a3311ed7a9
Fix the fix for 9patches.
...
Change-Id: I66dca835d9d0e9766d887746c3265e4b13ae688b
2011-01-19 12:00:08 -08:00
Romain Guy
34829553a8
Merge "Fix the fix for 9patches." into honeycomb
2011-01-19 11:58:21 -08:00
Andreas Huber
0353459d40
Merge "Always revert to the previous bandwidth if the required sequence number cannot be found" into honeycomb
2011-01-19 11:56:15 -08:00
James Dong
da58076a6b
Logging the duration range from different media tracks for recording
...
Change-Id: I8c3edcf97ce35301f8645e4a1e232d9bfc2c0349
2011-01-19 11:54:59 -08:00
James Dong
4f28901f2a
Merge "Turn error/exception logging on at the native layer" into honeycomb
2011-01-19 11:50:16 -08:00
Adam Cohen
c446ae83e0
Merge "Removing deprecated widget api method." into honeycomb
2011-01-19 11:47:56 -08:00
Winson Chung
0fd9be2118
Removing deprecated widget api method.
...
Change-Id: I0610dcb5cf1001b2b7e86d78a88addf174cedd77
2011-01-19 11:44:25 -08:00
James Dong
581cad2221
Turn error/exception logging on at the native layer
...
o also fixed some compilation warnings
Change-Id: I66fc1f9972e9fb4b9a25ff3e5835d744d6c71455
2011-01-19 11:42:53 -08:00
Irfan Sheriff
7a97ad421b
Merge "Fix soft Ap handling on system restart" into honeycomb
2011-01-19 11:40:01 -08:00
Romain Guy
c7816cd6a1
Merge "Don't let toasts "leak" Context instances." into honeycomb
2011-01-19 11:33:43 -08:00
Andreas Huber
71bb6a2a3e
Merge "Return a runtime error if decryption fails instead of asserting." into honeycomb
2011-01-19 11:31:44 -08:00
Andreas Huber
283e031d11
Always revert to the previous bandwidth if the required sequence number cannot be found
...
Change-Id: I098dba37f4a70fc703c9ce65346907c3e10f27f6
2011-01-19 11:30:43 -08:00
Andreas Huber
0cf2616fac
Return a runtime error if decryption fails instead of asserting.
...
Change-Id: Ibab7f2cae3ff7a2e19bc3f31005d5059775a664a
2011-01-19 11:24:39 -08:00
Dianne Hackborn
7666ebd9f2
Merge "Bee seeing you..." into honeycomb
2011-01-19 11:16:38 -08:00