| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
vol limit, audio focus requests.
|
|
|
|
|
|
|
| |
1. Only allow decrease if user permitted it
2. Only perform filter reset on sensor increase and current average is below 1500 ("indoors")
3. Filter reset in 2. means pushing the filter half way towards new sample
4. Filter reset is disabled by default
|
|
|
|
| |
Signed-off-by: Eddie Ringle <eddie.ringle@gmail.com>
|
|
|
|
|
|
|
|
| |
At bootup, while starting the service, if the default Input Method is not set,
it is trying to disable the icon even before the statusbar variable and the input
method icon are initialized. Hence, initializing them before building the input method list.
Change-Id: Ibde2ca3bd379d6620d84b75662ffad1a95a24fc6
|
|
|
|
|
|
|
| |
This adds -lpthread on linux for aapt and localize, which appear to be
needed on some linux distros.
Signed-off-by: Jean-Baptiste Queru <jbq@google.com>
|
|
|
|
|
|
|
|
|
|
|
| |
orientation change
Current code swaps the width and height by assuming that aspect
ratio of the buffer width and height will be same as that of the
layout clip width and height. That is not always true.
Change the check to orientation change.
Change-Id: Ie387f3a7369025427484e4173cbde7a08df2b9d7
|
|
|
|
|
|
|
|
|
|
|
|
| |
While booting from AOSP image, logcat always complains as following:
W/zipro ( 1001): Unable to open zip '/data/local/bootanimation.zip':
No such file or directory
W/zipro ( 1001): Unable to open zip '/system/media/bootanimation.zip':
No such file or directory
This patch avoids opening non-existing files.
Change-Id: I54cc03f125a5e16dbc930515bd2e43c623b63f8f
|
|
|
|
|
|
|
| |
Check for the validity of the attrs_list in eglChooseConfig before using
it. This avoids a crash during tests in which the attributes are NULL.
Change-Id: I1c0a46b505ae919e2454cfdce32f8dfc21ead247
|
|
|
|
|
|
| |
The original list is unsorted so the order is random to users.
For users who installed two or more Chinese IMEs, they may see
Chinese IME, English IME, Chinese IME. That's odd to users.
|
| |
|
|
|
|
|
|
|
|
|
| |
The service discovery (SDP) timeout handler set in fetchRemoteUuids()
needs to be removed when service discovery completes. Otherwise, the
timeout handler can terminate subsequent service discovery operations.
Change-Id: I2ec2cbd8c080180114e18ed2b2059f617d44f93e
CRs-fixed: 235007
|
|
|
|
|
|
|
|
|
|
| |
During Bluetooth eventloop teardown, the strings used in calls to remove the
D-Bus filter rules were incorrect. This leaves rules assigned to the connection,
and eventually the maximum number of rules are exceeded preventing Bluetooth
from being enabled.
Change-Id: I406345a510677ee34b4c67fffbb685b184b6b7fe
CRs-fixed: 235360
|
| |
|
| |
|
|
|
|
| |
Change-Id: I282f27e08919d98f26f9c654244844d4748c6e6d
|
|
|
|
|
|
|
|
|
| |
This flips the colors in the page (not including images) to use OLED's
lower power when displaying dark colors.
frameworks/base part of the change.
Change-Id: I250083c9c60cf68f906991252d81f0bbec32bc6e
|
|
|
|
| |
Change-Id: Ib526c905005fef6fb532fae326e4a7b383b03ac1
|
|
|
|
| |
Change-Id: Ibd4d79015110f4a682b7e27b7adde896bd174ff4
|
|
|
|
|
|
|
|
|
|
|
|
| |
GpsLocationProvider
A bug in GpsLocationProvider wherein the wrong flag value is used to
check if the download needs to be carried out or not is fixed. This
results in XTRA data download succeeding in the second and subsequent
sessions also.
CRs-Fixed: 246468
Change-Id: I3350559c091dece068124ffc5a6656c1157c7d56
|
|
|
|
|
|
|
|
|
|
|
|
| |
In Froyo mDownloadXtraDataPending is initialized to true resulting
in a unnecessary XTRA download attempted at bootup. This sometimes
causes a delay in the framework in responding to data connection
requests from the GPS engine when XTRA download fails. Hence XTRA
download at boot up is disabled with this fix. Normal XTRA data
requests from the modem will still be serviced by the framework.
Change-Id: Ib541b86de7731ae5f6938db79a9b6d5006b7ca52
CRs-Fixed:249425
|
| |
|
| |
|
| |
|
|
|
|
| |
notifications kill the blend)
|
|
|
|
| |
automatically add themselves
|
| |
|
| |
|
|
|
|
|
|
| |
This admittedly sounds almost the same, but the advantage of
shelving is with more high-frequency content being mixed. That being
said, the used shelving is reasonably steep (16 dB).
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Bs2b uses the low-pass filter to generate the delay as a byproduct
of its operation. The filter is generally set around 700 Hz where
it produces about 250 microseconds of delay. In addition to that,
the crossfeed is now mixed at -6 dB level. The reverb is unchanged,
although the new configuration gives it larger role in forming
an impression of a soundstage.
The design is still not complete, but good enough for a commit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Apply fix from comment #5 by hmorud to correct power off
after cancelling reboot prompt.
1. Hold the power button
2. Choose Reboot
3. Click Cancel
4. Choose Power Off
Phone reboots instead of powering off.
- http://code.google.com/p/cyanogenmod/issues/detail?id=1814
author: hmorud
|
|
|
|
|
|
|
|
|
|
|
|
| |
After UMS mounted, isUsbMassStorageConnected() will always return true even if USB is disconnected.
It's because mUmsEnabling will always be true.
- https://review.source.android.com//#change,16403
Change-Id: Ib24b2359ea2684eb0a9faeb880f383e87630e6e1
author Tony Wu <Tony_Wu@acer.com.tw>
commit fc71125104650c61ab5b04f4c943de761d58cba6
|
|
|
|
|
|
|
|
|
|
| |
InputDeviceReaderThread could be killed if a key or touch event
was received before initiation made by PolicyThread was made. To
solve this, the start call for the InputDeviceReader thread was
delayed until initalization of the PolicyThread was done in
the WindowManagerService.
Change-Id: Ifa7de7ccfadd66ecc2b14c6273e9be32b8e0cb4a
|
| |
|
| |
|
|
|
|
|
|
|
| |
Optimization: Don't compute the sum of all samples in filter window every run. Instead, keep track of the sum, subtract phased out sample, add new sample and divide new sum by number of valid samples. Massive CPU cycle savings.
Thanks to Jonathan (zenpoy on gmail dot com) for pointing me in the right direction!
Fix: The code for stopping the filter if the sensor has been stable the entire filter window time was only enabled if debug logging was enabled. Oops. CPU cycle savings in steady ambient light.
|
|\
| |
| |
| |
| |
| |
| | |
git://android.git.kernel.org/platform/frameworks/base into froyo
Conflicts:
services/java/com/android/server/PowerManagerService.java
|
| |\
| | |
| | |
| | | |
importantly) clarify issues surrounding removed accounts." into froyo
|
| | |
| | |
| | |
| | |
| | |
| | | |
(more importantly) clarify issues surrounding removed accounts.
Change-Id: I19e6c0e536e46b6d219c808bb86e88edd7e6f378
|
| |\ \
| | | |
| | | |
| | | | |
a Scroller" into froyo
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ia176cdb029201dbad193d2d213d3cf6e16fbee63
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Account.toString()" into froyo
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Account.toString()
bug: 2898033
Change-Id: I6bfac976127190d2d667312df7aa9c7d57b21555
|
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Ifd188a5866382a79c2c9de94c0682b707baffdcf
|
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bluetooth stress tests include stress tests for enabling/disabling bluetooth,
making the device discoverable/undiscoverable, and starting and stopping scans.
Change-Id: Ic8ba09475ffe5551717438673e0ed3f4bd17cf2f
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
add link to resource docs for ColorStateList class
Change-Id: I7f59bfd136d5bd3c2ea066b6123ee13ccd57f502
|
| |/ / /
| | | |
| | | |
| | | | |
Change-Id: Ic0cec3818fdc7692ea7aa3152ecb444203097157
|
| | |/
| |/|
| | |
| | | |
Change-Id: I79ebf6fa740e19f32d724e9b8a387f2a143fdf7a
|