summaryrefslogtreecommitdiffstats
path: root/overlay
Commit message (Collapse)AuthorAgeFilesLines
* SoftwareGLPaul Kocialkowski2013-12-271-0/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Initial Replicant 4.2 commitPaul Kocialkowski2013-12-272-4/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Update BT network interface name for Android 4.2Steven Luo2013-08-271-1/+1
| | | | Change-Id: Id90d02e5707872a6a02400d60783e3647ad10a77
* Show volume rocker wake option in Display settingsfuzz2013-03-081-1/+2
| | | | Change-Id: I3f56acdd1cd36a58ebd72d525ba7fba9d6522f88
* Remove obsolete bluetooth settingsRobert Burns2012-12-091-2/+0
| | | | Change-Id: Icbc5e599150d795bbdf7572403d98c188d62b330
* Remove obsolete location/geocode settingsRobert Burns2012-12-091-6/+0
| | | | Change-Id: I89f4d4c90ee4e8f00f6d0f5f9c3f593d0b241a51
* Enable Torch configurationRobert Burns2012-08-302-0/+29
| | | | Change-Id: I2f9be80b1eea5eee4fcbafb645b52cea8f683959
* Merge remote-tracking branch 'github/ics' into 23072012KalimochoAz2012-07-232-0/+32
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Android.mk BoardConfigCommon.mk board-info.txt device_base.mk egl.cfg factory-images/generate-factory-images-package.sh kernel overlay/frameworks/base/core/res/res/values/config.xml Change-Id: If153de549a1a3b5145f856de6c55c825d3124a11
| * Remove mms overlayKalimochoAz2012-03-301-39/+0
| | | | | | | | Change-Id: Ifa597f50b5f99bdfe9da4b2be0a4c2760aefdf12
| * Update mms config overlayKalimochoAz2012-01-261-0/+39
| | | | | | | | | | | | Some user are having issues with mms, that will solve it Change-Id: Id4a8a272fcc8b43ed641b51b7bb2b8a51dcf00ce
| * Update hspa overlay for data distinguishableKalimochoAz2012-01-261-0/+29
| | | | | | | | Change-Id: Iae1cbfea39929168467e20f27e16eccec3d4cc94
| * Kernel binary updated with deepidleKalimochoAz2012-01-091-0/+2
| | | | | | | | | | | | Deepidle and other patches extracted from Ezekeel kernel Change-Id: I9738c6a927c2f2f6e38b9bfbf75beb0b6dfc68a2
* | Decrease UI sound levelsJean-Michel Trivi2012-06-061-0/+3
| | | | | | | | | | | | | | | | | | Modify configuration value to decrease UI sound effect levels as assets are noticeably louder than for other devices. Bug 6448481 Change-Id: Idf761069ca3a3c29a6c2ba3a440a61c56956da5f
* | Update device for new location provider configs.Nick Pelly2012-05-271-5/+4
| | | | | | | | Change-Id: I8c27bed5d3b0b621521ce06fb9c46156d055df8c
* | Organize external storage to enforce sdcard_r.Jeff Sharkey2012-04-101-1/+1
| | | | | | | | | | | | | | | | | | Create /storage/ to require that users have sdcard_r GID, and place both emulated and real SD card mount points inside it. Also reduce visibility of /data/media. Bug: 6131916 Change-Id: I088218e7df131dc206356f33174abc0702d9b271
* | wlan: Fix tethering interface nameDmitry Shmidt2012-01-301-1/+1
| | | | | | | | | | Change-Id: I69b639507812f215edea51e57e578120304b27eb Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | am e13c61aa: Merge "Removing wallpaper overlays for crespo (Bug 5506089)" ↵Winson Chung2011-12-0719-36/+0
|\ \ | |/ | | | | | | | | | | into ics-mr1 * commit 'e13c61aaca8da78ab2e9460d3d03bdbff0e46fc4': Removing wallpaper overlays for crespo (Bug 5506089)
| * Removing wallpaper overlays for crespo (Bug 5506089)Winson Chung2011-12-0719-36/+0
| | | | | | | | Change-Id: I446935d8e2502af9d9bbc4a943ca9b86cdc2f4e8
* | am 98f5fcc0: Remove SystemUI/res/values/config.xml to disable "H" hspa iconWink Saville2011-12-021-29/+0
|\ \ | |/ | | | | | | * commit '98f5fcc0d5186971e634430065ab91027c8bb948': Remove SystemUI/res/values/config.xml to disable "H" hspa icon
| * Remove SystemUI/res/values/config.xml to disable "H" hspa iconWink Saville2011-12-021-29/+0
| | | | | | | | | | | | | | | | | | | | This config.xml enabled config_hspa_data_distinguishable which requests the "H" for HSPA icon to displayed on status bar. Removing the config.xml means the default will be used, which is false and the "H" icon will not be displayed. Bug: 5700870 Change-Id: I9827a2ea01c0e531da03288af404813107596933
* | Remove explicit desk dock orientation.Jeff Brown2011-11-211-1/+0
|/ | | | | | | | The new default is to determine the dock orientation using the accelerometer. It turns out there are both portrait and landscape desk docks available for Crespo. Change-Id: I3c92cf2a4161e68bb428228e6d9ce886de19b65a
* Make Crespo landscape dock work.Jeff Brown2011-11-101-0/+1
| | | | | | Bug: 5397037 Change-Id: I9f003dc8263fadff02c0fba50a302e2ff50b6a4c
* sensors: Return a calculated lux value instead using the current 8 entry tableArve Hjønnevåg2011-11-011-5/+5
| | | | | | | | | | | | The light sensor now uses the lux to current formula in the datasheet, I = 10 * log(Ev) uA, and multiplies the result by 4 as an attempt to correct for the glass in front of the sensor. Also update the config_autoBrightnessLevels table so the auto brightness change occurs at the same adc values as before (or close for 7.26 and 94.5 lux). Change-Id: I5a54fda8eca26006671064b7db1e39ba0a5d7889
* Lower screen brightness to 10 when light sensor is at lowest levelMike Lockwood2011-09-131-1/+8
| | | | | | | Bug: 5279179 Change-Id: I91d2c6c8ef7a3f6ada250150b38a6441f2c5ad45 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Use a new config flag to decide if notification led pulsing can be turned ↵Amith Yamasani2011-09-121-21/+0
| | | | | | | | | on/off. This old one is no longer needed. Bug: 5242350 Change-Id: Ifdc67b4885c2ca59fd9586bfb48fc21e0012545f
* S5PC11X: RIL: Add config.xml for supporting HSDPAsj0110.kim2011-09-061-0/+29
| | | | | | Crespo also support HSPA, HSDPA and HSUPA. So device set HSDPA configuration. Change-Id: I2b512f7bea2b2521161af92ae140efe0281fcf13
* Clean up an unnecessary resource overrideDavid Brown2011-08-241-21/+0
| | | | | | | | | | | Remove the apps/Contacts config.xml overlay since it's not needed: the only resource contained there ("config_show_onscreen_dial_button") is redundant since the default (from apps/Contacts) is already "true". (And that resource may be going away soon anyway, so let's just nuke it here now to avoid any future build breakage...) Change-Id: Ia7cb49472672117950784c055745476e070ff83b
* Merge "config.xml: Use rndis0 instead of usb0 for USB tethering"Mike Lockwood2011-08-171-1/+1
|\
| * config.xml: Use rndis0 instead of usb0 for USB tetheringMike Lockwood2011-08-161-1/+1
| | | | | | | | | | Change-Id: I25503db219111694d874901efcb062713f4682ba Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Clean up unused Phone app resource overridesDavid Brown2011-08-161-9/+0
|/ | | | | | | | | | | | - allow_back_key_to_reject_incoming_call is no longer used at all (see change https://android-git.corp.google.com/g/128602) - config_show_onscreen_dial_button isn't needed here since the default (from apps/Phone) is already "true". Bug: 5161286 Change-Id: Ia3bde3afd0e35c97750da67c3a79b63d37638d06
* Disable marquee fading edgesRomain Guy2011-08-021-0/+2
| | | | Change-Id: I27b8765ecb59ca9de306b581d03a84adb2ed704e
* Remove "allow_*_touch_ui" config resourcesDavid Brown2011-07-191-4/+0
| | | | | | | | | | These resources aren't needed; the values here are the same as the defaults in apps/Phone/res/values/config.xml. (Also, these resources are obsolete anyway; I'm about to remove them entirely.) Change-Id: I34e4226c91fa71b16b04f89f8cb9d7717eed9cba
* Set 4GB max file size for SD card to match FAT32 limitMike Lockwood2011-07-111-1/+3
| | | | | | | Bug: 4561836 Change-Id: Iad8995349e2a48aabba82b362948b8cc78a89fe5 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Enabling hardware acceleration for Launcher on CrespoAdam Cohen2011-06-301-1/+1
| | | | Change-Id: I1b8fa0e062d3cf7206b530031ec979e6f03d3c05
* resolved conflicts for merge of 40717996 to masterRobert Greenwalt2011-06-221-9/+9
|\ | | | | | | Change-Id: I36d3e5330eff7580dc2bf28c076062de4b418561
| * Fix Tethering configurationRobert Greenwalt2011-06-171-10/+9
| | | | | | | | | | | | | | The old scheme was too imprecise. bug:4530116 Change-Id: I0f172cbe023226731d5011c3564c7006e153edba
* | USB and storage configuration for new USB gadget supportMike Lockwood2011-06-171-0/+42
| | | | | | | | | | Change-Id: I28987b6b3033099a5ba78f0e680581153b6e0ec4 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Disable HW acceleration for Launcher on crespoMichael Jurka2011-06-141-0/+3
| |
* | Merge "Add wide band speech feature flag"Matthew Xie2011-05-261-0/+5
|\ \
| * | Add wide band speech feature flagMatthew Xie2011-05-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add a boolean flag resource to indicate if current platform supports bluetooth wide band speech. This is part of Handsfree 1.6 new feature change. Bug 4449070 Change-Id: Ie4e50d2873633ff97ab3fa8d8213f47087561d30
* | | Enable Bluetooth tethering for crespoMatthew Xie2011-05-181-0/+18
|/ / | | | | | | | | | | | | | | Add Bluetooth in radio and network attributes. Add bluetooth as one of the tethering interface. Bug 4404262 Change-Id: Ic3eecb6f24a5b43c87006edfce8f1f6fba29b767
* | am aed6b2f9: am 37db9402: Merge "Add auto-restore timeout for secondary ↵Robert Greenwalt2011-05-041-7/+11
|\ \ | |/ | | | | | | | | | | networks." into honeycomb-LTE * commit 'aed6b2f969236c539be3508ee092edde82d0bedf': Add auto-restore timeout for secondary networks.
| * Add auto-restore timeout for secondary networks.Robert Greenwalt2011-05-031-7/+11
| | | | | | | | | | | | NetworkAttribute layout changed in framework, so overlays need to be updated. Change-Id: I59d0be5dd032d9ba41cc5d1727bd67157ddf3387
* | am 1fd11e96: am 803a9aaf: Add new networkAttribute parameter.Robert Greenwalt2011-04-261-7/+7
|\ \ | |/ | | | | | | * commit '1fd11e965e3ccb7e66ce77bbc74f0e516d44c262': Add new networkAttribute parameter.
| * Add new networkAttribute parameter.Robert Greenwalt2011-04-251-7/+7
| | | | | | | | | | | | | | Dependencymet sets the default dep-met value for the network. Should be set to true unless you know what you're doing. Change-Id: Ic265763da2fca3c0fa26513474aad2e2911ced05
* | Integrate over changes from GB.Dianne Hackborn2011-04-204-4/+3
| | | | | | | | Change-Id: Id63f92efe3a750fea84da7de2929e613c252a92e
* | Don't use the nexus live wallpaper for now, because it's chewing up CPU.Joe Onorato2011-03-161-2/+4
|/ | | | Change-Id: Ia847d9c2025ab432b442fc16a2149f0eb0e5c59c
* Set virtual key quiet time to 250ms.Jeff Brown2011-01-181-0/+7
| | | | | Bug: 3089163 Change-Id: I3088ffe0a7becda634de0e8ccace881b9e4f0626
* Reverting livewallpaper changes that were originally for Gingerbread on ↵Justin Ho2010-11-223-18/+0
| | | | | | Crespo (via CL# 77926) Change-Id: I5d934bb4d121adbf4ef5af580cfdc28b00311c2e
* In HC, RS scripts do not belong in the resource directory.Jason Sams2010-11-181-313/+0
| | | | Change-Id: I0fc6c9b879e3a1d074d78e6385cee4c5156f9556