- Jun 09, 2011
-
-
Narayan Kamath authored
Note that this change is slightly more flexible, it defines a priority for each playback request. We needn't really throw away synthesis requests from other apps. We could just play them after higher priority ones (for e.g from talkback). Change-Id: I6c7dd9abe4871e87da08d9aaa4c55225a69078e5
-
Narayan Kamath authored
-
Steve Block authored
-
Steve Block authored
See https://mondrian.corp.google.com/changelist/110819-p9 Change-Id: I35fc65752687322ddfec39f5e2d7e5e5b89951e7
-
Chung-yih Wang authored
-
Chung-yih Wang authored
Change-Id: Id5ea2fcfa0bcd45198e773a5842d39eacc8ae400
-
Jake Hamby authored
Change-Id: If34814d6c70cf63eca9bd816845389f6785518ae
-
Christopher Tate authored
-
Christopher Tate authored
Don't emit tar blocks for directories with an invalid nonzero size. Also, if such an entry is encountered during restore, don't actually attempt to treat it as valid and thus skip over the next actual tar entry. This patch also adds tracking of the data actually consumed during restore, and reports a total at the end of stream. Change-Id: I625173f76df3c007e899209101ff2b587841f184
-
Daisuke Miyakawa authored
-
Daisuke Miyakawa authored
The usage feedback will be used for achieving per-method (email address, phone number) ranking improvement. Bug: 4371572 Change-Id: I602c0b83afca674904946f59bbdfc4dca07d46e4
-
Svetoslav Ganov authored
-
Svetoslav Ganov authored
Change-Id: Id3a1b33a222790214820af4a8b49378f08e53558
-
John Reck authored
-
John Reck authored
Change-Id: I06ee6a44c6e102ed84b44c68a83ab7db29d9f160
-
Mathias Agopian authored
am c8c39b6c: (-s ours) am a6a4a9ed: am f6c82067: fix a surface leak introduced by a failed merge (DO NOT MERGE) * commit 'c8c39b6c': fix a surface leak introduced by a failed merge (DO NOT MERGE)
-
Irfan Sheriff authored
* commit '92593dc4': Clear IP configuration on lost network
-
Andreas Huber authored
am 752a5b3d: (-s ours) am 8e973729: (-s ours) am 8050a02b: DO NOT MERGE: Linux sockets are odd, closing a socket descriptor does not abort pending recv/send calls. * commit '752a5b3d': DO NOT MERGE: Linux sockets are odd, closing a socket descriptor does not abort pending recv/send calls.
-
Martijn Coenen authored
* commit '4c5f2a9d': Prevent allocation overflows by corrupt NDEF records.
-
- Jun 08, 2011
-
-
Romain Guy authored
-
Romain Guy authored
Change-Id: I2f990528bdc0dc6127f367e55c55287d43dd29f9
-
Andreas Huber authored
-
Andreas Huber authored
We can now enable yuv->yuv blitting instead of converting to RGB565. Change-Id: Ia6a94b706f20a0c9e6ef78a7325cff4f5bb216b8 related-to-bug: 4394005
-
Chia-chi Yeh authored
-
Chia-chi Yeh authored
The dialogs will be in another change. Change-Id: I0cdfd2ef21ffd40ee955b3cbde5ada65dbfdb0bc
-
Nick Pelly authored
-
Chet Haase authored
-
Nick Pelly authored
Change-Id: Ia044e45cbe2cd06c4844d15a57f1c1f392cf65cd
-
Martijn Coenen authored
-
Martijn Coenen authored
Allows controlling the timeout for transceive on Felica. Change-Id: I5c62b3ea0e8a16bc006feac6ec759cdb730bc938
-
Robert Greenwalt authored
-
Robert Greenwalt authored
Change-Id: Ic4d8aae7dd457457d9cc8ba081b273e425729f86
-
Mike Lockwood authored
-
Mike Lockwood authored
-
Chet Haase authored
This change adds a generic Property facility to the SDK, which allows an easy way to reference fields (private or otherwise) in a general way. For example, animations can use this facility to animate 'properties' on target objects in a way that is more code- and compiler-friendly than the existing String-based approach (for objects which have implemented Properties, of course). The animator classes have been updated to use this new approach (in addition to Strings, which are still more generally useful for objects which have get/set functions but not Property objects). The change also includes new Property objects on View (which can now be used in creating animations on Views). There is an unrelated change on GLES20RecordingCanvas to change the way we cache bitmaps, which avoids spurious garbage by using an ArrayList instead of a HashSet. Change-Id: I167b43a3fca20e7695b1a23ca81274367539acda
-
Mike Lockwood authored
PTP mode will be implemented as a separate USB function instead. Change-Id: I9304c1936c70604ab2ed9704c6b95e11b61f5ba2 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Eino-Ville Talvala authored
-
Mike Lockwood authored
Also added name for new PTP USB function Change-Id: Ia2775ba2b23ef6a6108ca7e060239eb51c2eecc8 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Narayan Kamath authored
This ended up making the implementation a lot cleaner as well. See the bug listed below for some background. bug:4553470 Change-Id: If16476a57e389c2f9b228f6548e426642d292b49
-