- 26 Jul, 2011 29 commits
-
-
Jaikumar Ganesh authored
This changes adds an API for system applications to enable bluetooth without all the side effects like auto connection to headsets etc. Also some tweaks to the adapter state machine Change-Id: Ib9f22d548a26d72334b300101c8eb0d80f08a4bb
-
Daniel Sandler authored
-
Daniel Sandler authored
-
Daniel Sandler authored
-
Daniel Sandler authored
-
Mike Lockwood authored
-
Daniel Sandler authored
That is, only play it when the device is running on battery and the remaining charge level descends into a new low-battery regime: * when the device hits the first threshold, for example 15% (the dialog is first shown at this time) * when the device hits the second threshold, e.g. 4% (the dialog will be redisplayed if necessary) * when the device has been charging but AC power is removed, returning the device to a low-battery regime (the dialog will be redisplayed if necessary) The sound will no longer be replayed as the battery level descends within these regimes (say, 4% --> 3%). Bug: 4981280 Change-Id: I049d60f39ae556241a23f8664e61be3d70d937e5
-
Jean-Michel Trivi authored
-
Makoto Onuki authored
-
Mike Lockwood authored
Bug: 5078643 Change-Id: I8804ff5bbd729f57be7ff0b17a4b134cafe78c18 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Daniel Sandler authored
The signal strength, network type & flow indicator, and battery have all been moved out of the policy and into the status bar implementation itself, mirroring the change on tablets. This means that they no longer use status bar icon slots but instead are bespoke layouts and views. GPS has also been removed and will return as a notification (again, as was done in the Honeycomb tablet UI). Bug: 4691638 Change-Id: I60df4871209b64209bfc5b3bf398651cc2e77b24
-
Mathias Agopian authored
-
Chih-Chung Chang authored
-
Daniel Sandler authored
Bug: 4691638 Change-Id: I317d76bc093b56b639bf1d937fe6fb8dcbff109e
-
Kenny Root authored
-
satok authored
-
satok authored
Change-Id: I4dae847951848cca85bcb73f47c509ce23327334
-
Dianne Hackborn authored
-
Daniel Sandler authored
Reapply fix from change I6bb72c0b to phones. Bug: 5071157 Change-Id: I9da5ee6cf72b148e5fef4de6e1c9328ccb4b28b8
-
Robert Greenwalt authored
* commit '8ba16551': Fix build.
-
Winson Chung authored
-
Winson Chung authored
- Fixes bugs 5075366 and 5076125 Change-Id: I985be1efa8ffad7203b1bbc8d97da2d4a7156adb
-
Robert Greenwalt authored
-
Jean-Michel Trivi authored
When creating a new AudioTrack instance, translate from a Java channel mask as defined in android.media.AudioFormat to one as defined in audio.h which matches industry-standard channel mask definitions. Change-Id: I7eeece8ec2a437977c31f6e82590f9591158144b
-
Kenny Root authored
Check for null on arguments to Time#compare(Time, Time) before passing it down to JNI code. Bug: 5073949 Change-Id: I077e9d5194a89206d1e51fc89a72c8a72e29f8f1
-
- 25 Jul, 2011 11 commits
-
-
Romain Guy authored
-
Gloria Wang authored
Merge "Fix for bug 4371230. - Generate unique ID for each DrmManagerClient in native side - Fix the bug where multiple clients could use the same ID - Return the correct unique ID back to Java - Add a flag in the unique ID to separate native client and Java client"
-
Romain Guy authored
This change sets textures filtering to GL_NEAREST by default. GL_LINEAR filtering is only used when textures are transformed with a scale or a rotation. This helps save a couple of fps on some GPUs. Change-Id: I1efaa452c2c79905f00238e54d886a37203a2ac1
-
Dianne Hackborn authored
...retained with compatibility library Yikes, and also in the main platform...! :( Change-Id: I76ee3a9a5ba4a220c2f54d0af9cf49e3a736e7bd
-
Gloria Wang authored
- Generate unique ID for each DrmManagerClient in native side - Fix the bug where multiple clients could use the same ID - Return the correct unique ID back to Java - Add a flag in the unique ID to separate native client and Java client Change-Id: Ia4574b6b0a526f2335a65380975dc62f9a6e7f9b
-
Robert Greenwalt authored
Change-Id: I9e8faaa94f9b251a9c003dc6b9a3e2a97c4564a9
-
Svetoslav Ganov authored
Merge "Set initial bounds offset to (0,0) so that in-screen bounds reported by AccessibilityNodeInfo are correct"
-
Pannag Sanketi authored
-
Jason Sams authored
-
Romain Guy authored
-
Romain Guy authored
-