| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| | |
reboot dialog
|
|\ \
| |/
|/|
| | |
froyo
|
| |
| |
| |
| |
| |
| | |
Use the old behavior unless on MSM/QSD as some hardware expects it.
See commit f51d2954ac1baa0a1e885871bbfdd73ba603e24b
|
|\ \
| | |
| | |
| | | |
more efficiently." into froyo
|
| | |
| | |
| | |
| | |
| | |
| | | |
more efficiently.
Change-Id: Ie19992f6599e528a79931f4ae592898dac15412e
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change copybit image width to buffer stride when copybit is used.
Change-Id: If91405e1ed438a514a002402d697d2981b23b750
CRs-fixed: 251015
|
|\ \ \
| |_|/
|/| | |
|
| |/
| |
| |
| | |
prevVolume is scaled by 16 because of the ramping performed with it.
|
|/
|
|
|
|
|
|
|
|
|
| |
-Update decode width and height with stride and slice height from the OMX component.
-In case of clips with dimensions that are not multiples of 16, OMX component
issues a port reconfiguration to notify change in stride and slice height.
-If this is not updated in stagefright, renderer gets created with wrong
parameters resulting in a green line on top of video.
Change-Id: I426ac593516937fb994144dfa52d7d7a962d3a9b
CRs-Fixed:246638
|
|
|
|
|
|
|
|
|
|
| |
trying
to connect to a site using https.
The CONNECT to the server lacks the 'host' header which is mandatory according to the
specification. Some proxy servers are strictly following the specification and sends
back the 400 Bad Requst error code.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The logic is changed within GpsLocationProvider to accept NTP time
irrespective of the system time. This is because NTP time is guranteed
to be accurate and system time may or not be accurate depending on
whether the phone is camped on the network or not. This results in the
GPS engine getting the best estimate of time always.
CRs-Fixed : 242488
Change-Id: I4fe8847ad0619d3e3f2a7db5d2fb5f90c54320e6
|
|
|
|
| |
It fixes CM issue#1466.
|
|\ |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update headset to a 2nd order shelf filter, drop allpass delays
A single shelf filter can give a time delay for low frequencies
and attenuation for high frequencies yielding a headphone virtualization
directly.
- Make equalizer out of high shelves.
Cascading 4 high shelves and one global gain gives me 5 controllable bands
with passthrough characteristics when not used.
- Set loudness target to 93 %
Also correcting a volume-ramping bug which sometimes caused a slow
adjustment to desired volume because of integer truncation and invalid
round down/up algorithm. This should eliminate cases where song starts
super loud.
|
| |
|
| |
|
|\
| |
| |
| | |
in reboot dialog" into froyo
|
| |
| |
| |
| | |
reboot dialog
|
|/
|
|
|
|
|
|
|
| |
system_server can potentially monitor uevent devices that are
of no use to it. For instance, an accelerometer implementation
as uevents. This would cause the process to be busy when
unnecessary. If a device cannot be classified, don't monitor it.
Change-Id: I489cc453bdce7cb376102cba67a9ea470e13292d
|
|\ |
|
| | |
|
|/ |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
This reverts commit b845568cf7a9eb215293ac1f8c24aae79c6574b9.
|
|/
|
|
| |
This reverts commit 7cc400ee542cb718b94ce5135c62b7abdbd46231.
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Eddie Ringle <eddie.ringle@gmail.com>
|
|
|
|
| |
This reverts commit 67dbf762bc8cd2c89403f2b476037426d1c651a1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
orientation changes
Rotating the device 90 or 270 degrees triggers a display size change event, as display
coordinates transition from portrait to landscape mode. Handler for this event
responds by expanding the status bar notification contents. When the status bar
notification text encompasses the full screen (at least 5 notification messages), the
last entry in the notification overlaps the foreground application (e.g. Google map)
during rotation. This causes a momentary flicker on top of the screen in landscape mode.
Change-Id: Ic6414071e4134001d268af5a8159ae359ee252c4
CRs-fixed: 248670
|
|
|
|
|
| |
Breakage caused by previous commit. This also fixes the leakage
that commit was intended to fix.
|
|
|
|
| |
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
|