summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sound tweaks: Always on speaker 2.0, headphone attenuation, headphone music ↵Jonas Larsson2010-08-163-14/+106
| | | | vol limit, audio focus requests.
* Tweak light sensor filterJonas Larsson2010-08-161-7/+9
| | | | | | | 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
* Speed up indeterminate horizontal progress bar animationEddie Ringle2010-08-161-11/+12
| | | | Signed-off-by: Eddie Ringle <eddie.ringle@gmail.com>
* InputMethodManagerService: Fix acore crash on boot upSrilakshmi Punuru2010-08-161-5/+5
| | | | | | | | 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
* Fix build on some linux machineshmepas2010-08-162-2/+2
| | | | | | | 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>
* frameworks/base: Swap width and height of temporary buffer only withOmprakash Dhyade2010-08-161-1/+1
| | | | | | | | | | | 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
* bootanimation: Don't open non-existing bootanimation.zipJim Huang2010-08-161-6/+9
| | | | | | | | | | | | 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
* frameworks/base/opengl: Add NULL checkNaomi Luis2010-08-161-4/+7
| | | | | | | 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
* Sort the IME list before showing to userMac Wang2010-08-161-9/+13
| | | | | | 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.
* lights: Add framework support for additional lightsSteve Kondik2010-08-162-1/+17
|
* Bluetooth: Disable SDP timeout handler on SDP completionDavid Scherba2010-08-151-0/+3
| | | | | | | | | 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
* Bluetooth: Change typos in calls to remove D-Bus filter rulesRon Shaffer2010-08-151-9/+3
| | | | | | | | | | 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
* Put the Bluetooth status icon in the right place.Steve Kondik2010-08-151-1/+1
|
* wm: Hide the mouse surface after creating it.Steve Kondik2010-08-151-3/+3
|
* [frameworks] bluetooth: upldate Bluetooth connecting icon for HID in status barErin Yueh2010-08-151-0/+1
| | | | Change-Id: I282f27e08919d98f26f9c654244844d4748c6e6d
* Add a color inversion algorithm to Android.Julien Chaffraix2010-08-142-0/+21
| | | | | | | | | 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
* Stagefright: Add AllocateBuffer on input port quirk for qcom video decodersPradnya Chaphekar2010-08-141-0/+1
| | | | Change-Id: Ib526c905005fef6fb532fae326e4a7b383b03ac1
* Early DNS ImplementationDinesh K Garg2010-08-141-0/+5
| | | | Change-Id: Ibd4d79015110f4a682b7e27b7adde896bd174ff4
* GPS: Fixed a bug in the flag value used for XTRA download inGokula2010-08-141-1/+1
| | | | | | | | | | | | 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
* GPS: Disable XTRA data download at bootup to avoid service interactionStephen Li2010-08-141-1/+1
| | | | | | | | | | | | 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
* Added if null check incase you never set any apps in the LED notifications.Pedlar2010-08-121-0/+2
|
* fixing build issue with Blend. made code more simplePedlar2010-08-121-21/+9
|
* Fix double declaration of mPackageInfoJef Oliver2010-08-121-1/+1
|
* eshabtai: modded to disable the blend if it is a default color (white ↵Pedlar2010-08-121-1/+5
| | | | notifications kill the blend)
* All applications will flash that aren't ongoing/persistint, and ↵Pedlar2010-08-122-36/+21
| | | | automatically add themselves
* Modifications to add Trackball support for all appsPedlar2010-08-122-18/+22
|
* Adding support for all apps, not just ones that pulse the lightPedlar2010-08-122-8/+39
|
* Use 1st order high shelf instead of RC filter.Antti S. Lankila2010-08-112-2/+20
| | | | | | 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).
* Spread the equal loudness contour upwards.Antti S. Lankila2010-08-111-1/+1
|
* Take some ideas from bs2b.Antti S. Lankila2010-08-112-33/+4
| | | | | | | | | | | 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.
* Fix issue #1814 - Reboot DialogInterfacePatrick Jacques2010-08-101-0/+2
| | | | | | | | | | | | | | | | 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
* Fix isUsbMassStorageConnected() will always return truePatrick Jacques2010-08-101-1/+1
| | | | | | | | | | | | 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
* Fix that InputDeviceReaderThread that got killed during startupChristian Petersson2010-08-102-0/+3
| | | | | | | | | | 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
* Fix someones merge fail (korg->github) that completely broke automatic backlightJonas Larsson2010-08-101-1/+2
|
* Updated French translationssebyx312010-08-101-0/+6
|
* Optimize and fix light sensor filterJonas Larsson2010-08-101-21/+30
| | | | | | | 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.
* Merge branch 'froyo' of ↵Steve Kondik2010-08-0944-302/+3428
|\ | | | | | | | | | | | | git://android.git.kernel.org/platform/frameworks/base into froyo Conflicts: services/java/com/android/server/PowerManagerService.java
| * Merge "COMMENT ONLY change to fix some formatting glitches and (more ↵Dan Egnor2010-08-061-69/+73
| |\ | | | | | | | | | importantly) clarify issues surrounding removed accounts." into froyo
| | * COMMENT ONLY change to fix some formatting glitches andDan Egnor2010-08-021-69/+73
| | | | | | | | | | | | | | | | | | (more importantly) clarify issues surrounding removed accounts. Change-Id: I19e6c0e536e46b6d219c808bb86e88edd7e6f378
| * | Merge "DO NOT MERGE Fix a bug that could cause flings to last too long using ↵Adam Powell2010-08-051-1/+5
| |\ \ | | | | | | | | | | | | a Scroller" into froyo
| | * | DO NOT MERGE Fix a bug that could cause flings to last too long using a ScrollerAdam Powell2010-08-051-1/+5
| | | | | | | | | | | | | | | | Change-Id: Ia176cdb029201dbad193d2d213d3cf6e16fbee63
| * | | Merge "Changed SyncOperation.toKey() to not rely on the implementation of ↵Fred Quintana2010-08-051-1/+1
| |\ \ \ | | | | | | | | | | | | | | | Account.toString()" into froyo
| | * | | Changed SyncOperation.toKey() to not rely on the implementation ofFred Quintana2010-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Account.toString() bug: 2898033 Change-Id: I6bfac976127190d2d667312df7aa9c7d57b21555
| * | | | Merge "fix xml sample error" into froyoScott Main2010-08-051-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | fix xml sample errorScott Main2010-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ifd188a5866382a79c2c9de94c0682b707baffdcf
| * | | | Merge "Checkin initial bluetooth stress tests." into froyoEric Rowe2010-08-052-0/+442
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Checkin initial bluetooth stress tests.Eric Rowe2010-08-052-0/+442
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bluetooth stress tests include stress tests for enabling/disabling bluetooth, making the device discoverable/undiscoverable, and starting and stopping scans. Change-Id: Ic8ba09475ffe5551717438673e0ed3f4bd17cf2f
| * | | | fix some doc errors in the resources;Scott Main2010-08-044-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add link to resource docs for ColorStateList class Change-Id: I7f59bfd136d5bd3c2ea066b6123ee13ccd57f502
| * | | | fix doc bugsScott Main2010-08-041-1/+1
| |/ / / | | | | | | | | | | | | Change-Id: Ic0cec3818fdc7692ea7aa3152ecb444203097157
| * | | update device dashboardScott Main2010-08-022-31/+31
| | |/ | |/| | | | | | | Change-Id: I79ebf6fa740e19f32d724e9b8a387f2a143fdf7a