- Aug 23, 2011
-
-
Jean-Michel Trivi authored
Remote control displays expose an IRemoteControlDisplay interface which they register through AudioManager. Remote control clients create a RemoteControlClient object, which implicitely exposes an IRemoteControlClient interface registered in AudioService through AudioManager. AudioService tells all clients and displays when a new client is the one that should be displayed. A client's data gets sent to the display when it is valid, or it sets new data (while being valid). The implementation for setting metadata and album art is temporary, and will migrate to the MetadataEditor API in future CLs. Change-Id: Ibab6ea1d94c68f32482c760c6ae269541f885548
-
- Aug 18, 2011
-
-
JP Abgrall authored
-
Kenny Root authored
-
Daniel Sandler authored
-
Rajneesh Chowdury authored
-
Daniel Sandler authored
Bug: 5161286 Change-Id: I6a2c3053423c2b34136b0c3889f575f9c082d7e9
-
Daniel Sandler authored
-
Daniel Sandler authored
The codepath that honored this flag had been routed around when notification peeks were disabled. (The bug was allowing notifications to be accessed from a secure lockscreen.) Bug: 5173959 Change-Id: I35dee343ee4f0288530580054f8bb9f511ebe6af
-
Wu-cheng Li authored
-
Romain Guy authored
-
Romain Guy authored
Bug #5142668 Change-Id: I0d3ae27984e69394e64b8aa0623bc3d6b22bc629
-
Dianne Hackborn authored
-
Dianne Hackborn authored
No longer use the old history code. Change-Id: I878ffe16e0014453c46db6a4f7228a81468d8cb9
-
Chet Haase authored
-
Chet Haase authored
-
Chet Haase authored
Change-Id: I9075c4a05e19122592145468e220afa43faee540
-
Chet Haase authored
NumberPicker was making incorrect assumptions about how text was positioned and centered inside of its controls. This fix changes the logic of how the scroll wheel draws its text items based on where the text is positioned inside the EditText that displays the text by default. This should ensure that the text of the scroll wheel exactly overlays the text in the EditText view. Change-Id: I4a7694931f19042bd4142232612490c2ab912d11
-
Jeff Sharkey authored
-
Eino-Ville Talvala authored
-
Kenny Root authored
cryptfs has long-running operations that cause the Watchdog to fire reliably when encrypting the filesystem. Disable Watchdog on MountService for this reason. Change-Id: Id03f5f60c704dcd74a8696ad9f32b5fba5381731
-
Dianne Hackborn authored
-
Dianne Hackborn authored
We now do the screenshot in a separate process. Also change the recents panel to not use hardware acceleration on lower-end devices. And improve how it gets shown to not load all data up-front which results in a long delay when you have lots of recents. Change-Id: Ia309a90f9939e5405758621b3f7114597bd0c02a
-
Adam Powell authored
-
Adam Powell authored
Change-Id: Ice5fd9da268cff64fc14acca384b249c252db5c9
-
Fabrice Di Meglio authored
-
Amith Yamasani authored
-
Jason Sams authored
-
Jason Sams authored
0 was not properly blocking for the next message. Change-Id: I0d9f0a8f799ba457197920c6a699f80f496eaa8e
-
Fabrice Di Meglio authored
- use the real TextDirectionHeuristics constants - make more formal that LayoutDirection should be resolved BEFORE TextDirection - reset TextDirection if LayoutDirection is recomputed - remove non used TextDirectionHeuristic.isRtl(CharSequence...) Change-Id: I1d53a7e3ee324cfd27785bb4d715d93de8d9ff4d
-
- Aug 17, 2011
-
-
Jean-Michel Trivi authored
-
Adam Powell authored
-
Mathias Agopian authored
-
Mathias Agopian authored
-
Amith Yamasani authored
Bug: 5178204 Update the focused state drawables when focus changes. Blue underlines were not showing up consistently. Bug: 5174426 Also use the correct style for the search icon so that it matches other actionbar actions. Change-Id: I8beed4cf435b074280a5dd79f7a4da4a39152b71
-
Adam Powell authored
Don't open the options menu in response to the menu key when an action mode is active. Change-Id: I89cd251dd14276fc381e20f82725d42ac9264181
-
Daniel Sandler authored
-
Daniel Sandler authored
-
Jason Sams authored
Merge "Add structure to pack params for forEach. This allows the driver to not pass all the sub-params."
-
Rajneesh Chowdury authored
Change-Id: I5f5814a1212cd242535ae7cadec8a76f099e78ce
-
Romain Guy authored
-