summaryrefslogtreecommitdiffstats
path: root/core/res
Commit message (Collapse)AuthorAgeFilesLines
* am 69e73d01: am 102767cd: am d85c4b34: Merge change Idb328ab7 into eclairYing Wang2009-10-291-0/+4
|\ | | | | | | | | | | | | Merge commit '69e73d01e5e883c84422096fb078eced8bb98b68' * commit '69e73d01e5e883c84422096fb078eced8bb98b68': Explicitly specify that online-sdk depends on framework-res.
| * am d85c4b34: Merge change Idb328ab7 into eclairYing Wang2009-10-291-0/+4
| |\ | | | | | | | | | | | | | | | | | | Merge commit 'd85c4b346fe8e335a979b8bbfd2767eae91aca35' into eclair-mr2 * commit 'd85c4b346fe8e335a979b8bbfd2767eae91aca35': Explicitly specify that online-sdk depends on framework-res.
| | * Merge change Idb328ab7 into eclairAndroid (Google) Code Review2009-10-271-0/+4
| | |\ | | | | | | | | | | | | | | | | * changes: Explicitly specify that online-sdk depends on framework-res.
| | | * Explicitly specify that online-sdk depends on framework-res.Ying Wang2009-10-271-0/+4
| | | |
* | | | am ef204454: am 4ac5066d: am aea1b3b2: Disambiguation between multiple ↵Amith Yamasani2009-10-281-0/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | pointers and swipe gestures. Merge commit 'ef204454322238ab91cec6358a646e4de7352a95' * commit 'ef204454322238ab91cec6358a646e4de7352a95': Disambiguation between multiple pointers and swipe gestures.
| * | | am aea1b3b2: Disambiguation between multiple pointers and swipe gestures.Amith Yamasani2009-10-281-0/+3
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit 'aea1b3b24ee895c24ed25c5706bc2f390b41689d' into eclair-mr2 * commit 'aea1b3b24ee895c24ed25c5706bc2f390b41689d': Disambiguation between multiple pointers and swipe gestures.
| | * | Disambiguation between multiple pointers and swipe gestures.Amith Yamasani2009-10-271-0/+3
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes quickly touching the screen with two fingers will result in the firmware thinking one finger moved very quickly. This code tries to identify the difference between the two based on velocity of the last N points versus the velocity of the last M points and figure out if there was mostly acceleration or a sudden deceleration. It's still not perfect and very dependent on the touch hardware.
* | | am af081aa1: am 0f2a4e60: am 6897e36b: Add comment warning to not use ↵Mike Lockwood2009-10-261-1/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | hardware based autobrightness support. Merge commit 'af081aa1edf8f427f9684d5a9bdadc43e994fefd' * commit 'af081aa1edf8f427f9684d5a9bdadc43e994fefd': Add comment warning to not use hardware based autobrightness support.
| * | am 6897e36b: Add comment warning to not use hardware based autobrightness ↵Mike Lockwood2009-10-251-1/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | support. Merge commit '6897e36b894b2a10fd8b2e3af6587b5f789fde72' into eclair-mr2 * commit '6897e36b894b2a10fd8b2e3af6587b5f789fde72': Add comment warning to not use hardware based autobrightness support.
| | * Add comment warning to not use hardware based autobrightness support.Mike Lockwood2009-10-251-1/+3
| | | | | | | | | | | | | | | | | | | | | This is deprecated and will be removed in the next release. Change-Id: I23c5e711fd8e6768da2f5190d1b6c9fa77de41a6 Signed-off-by: Mike Lockwood <lockwood@android.com>
| | * Import revised translations. DO NOT MERGEEric Fischer2009-10-2119-278/+1313
| | | | | | | | | | | | Approver: jerryw
* | | am fdef97bd: am 1de953ae: Merge change Ie31311fd into eclair-mr2Mark Wagner2009-10-221-9/+12
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'fdef97bdc8865661667f8cdbcd078e55f16fd138' * commit 'fdef97bdc8865661667f8cdbcd078e55f16fd138': fix the "right icon" in the titlebar
| * | fix the "right icon" in the titlebarMark Wagner2009-10-211-9/+12
| | | | | | | | | | | | | | | Looks like when you request a right icon in the title bar it was still putting it on the left. Perhaps nobody ever tried this.
* | | am 7e509fd2: am 32de9130: am cdc8b326: Merge change I61741f5a into eclairMarco Nelissen2009-10-201-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '7e509fd267d25fbfe2703d0320a5203f24046b61' * commit '7e509fd267d25fbfe2703d0320a5203f24046b61': Fix high density bug 2179543: use 'dip' instead of 'px'
| * | am cdc8b326: Merge change I61741f5a into eclairMarco Nelissen2009-10-201-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'cdc8b326dd0989003e2fdd7d5a605b5755acf221' into eclair-mr2 * commit 'cdc8b326dd0989003e2fdd7d5a605b5755acf221': Fix high density bug 2179543: use 'dip' instead of 'px'
| | * Merge change I61741f5a into eclairAndroid (Google) Code Review2009-10-201-1/+1
| | |\ | | | | | | | | | | | | | | | | * changes: Fix high density bug 2179543: use 'dip' instead of 'px'
| | | * Fix high density bug 2179543: use 'dip' instead of 'px'Marco Nelissen2009-10-201-1/+1
| | | |
* | | | am b0219b5a: am aa033b79: am d7786b41: Power Manager support for light ↵Mike Lockwood2009-10-201-0/+34
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | sensor backlight management. Merge commit 'b0219b5aadd9271daa316c47202a849e02adeb7f' * commit 'b0219b5aadd9271daa316c47202a849e02adeb7f': Power Manager support for light sensor backlight management.
| * | | am d7786b41: Power Manager support for light sensor backlight management.Mike Lockwood2009-10-201-0/+34
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit 'd7786b41b78ba8592daea708b024b5a75e441992' into eclair-mr2 * commit 'd7786b41b78ba8592daea708b024b5a75e441992': Power Manager support for light sensor backlight management.
| | * | Power Manager support for light sensor backlight management.Mike Lockwood2009-10-191-0/+34
| | |/ | | | | | | | | | | | | Change-Id: I470e2d7d12abf0dbfd31d84859b06bfae3cb36a1 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | am c0df229d: am b0f4d0cd: am f37447ba: Proper fix for zero signal strength ↵Amith Yamasani2009-10-192-1/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | and no_service. Fixes #2176141 Merge commit 'c0df229d203aa8d4f06c7847c0d53d8ad9026b74' * commit 'c0df229d203aa8d4f06c7847c0d53d8ad9026b74': Proper fix for zero signal strength and no_service. Fixes #2176141
| * | am f37447ba: Proper fix for zero signal strength and no_service. Fixes #2176141Amith Yamasani2009-10-192-1/+7
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'f37447bad3773b62176baa837908daf6edb44273' into eclair-mr2 * commit 'f37447bad3773b62176baa837908daf6edb44273': Proper fix for zero signal strength and no_service. Fixes #2176141
| | * Proper fix for zero signal strength and no_service. Fixes #2176141Amith Yamasani2009-10-192-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Track phone service state changes and use a separate timer for out-of-service since the hunting can timeout on some devices. Store the timeout value in the config.xml, as it is device/network specific. Settings App will also change to use the hunting duration to compute the cost of zero signal.
* | | am 88f594d1: am 788a7ee1: Merge change Ia245b1c4 into eclair-mr2Leon Scroggins2009-10-191-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '88f594d1594ab6ada7334e318afb075b0e810f51' * commit '88f594d1594ab6ada7334e318afb075b0e810f51': Add a string for upload file button.
| * | Add a string for upload file button.Leon Scroggins2009-10-191-0/+2
| | | | | | | | | | | | | | | | | | Necessary for http://b/issue?id=2178786. The rest of the work has not yet been done, but I am adding the string so it can be translated.
* | | am fbbe2cd2: am 055e4ea5: Merge change Ief544bc6 into eclair-mr2Fred Quintana2009-10-161-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'fbbe2cd28a7185fb1a64d780a8839494f9cbe866' * commit 'fbbe2cd28a7185fb1a64d780a8839494f9cbe866': fix grammar in the grant permissions UI
| * | Merge change Ief544bc6 into eclair-mr2Android (Google) Code Review2009-10-161-1/+1
| |\ \ | | | | | | | | | | | | | | | | * changes: fix grammar in the grant permissions UI
| | * | fix grammar in the grant permissions UIFred Quintana2009-10-151-1/+1
| | | |
* | | | am 8ab456b3: am df284aa5: am 37a13208: Add separate configuration flag for ↵Mike Lockwood2009-10-151-1/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | hardware ALS support. Merge commit '8ab456b3fcb7e81af824a69daee31921d531696b' * commit '8ab456b3fcb7e81af824a69daee31921d531696b': Add separate configuration flag for hardware ALS support.
| * | | am 37a13208: Add separate configuration flag for hardware ALS support.Mike Lockwood2009-10-151-1/+5
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | | | | Merge commit '37a13208c93bbe00cf233baf1ebcd6e081972a27' into eclair-mr2 * commit '37a13208c93bbe00cf233baf1ebcd6e081972a27': Add separate configuration flag for hardware ALS support.
| | * Add separate configuration flag for hardware ALS support.Mike Lockwood2009-10-151-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new flag config_hardware_automatic_brightness_available indicates that the device has hardware support for automatic screen brightness management, while config_automatic_brightness_available now indicates that automatic brightness mode is available in general. If config_automatic_brightness_available is true but config_hardware_automatic_brightness_available is false, then automatic brightness mode support in PowerManager support will be used. Bug b/2015734 (Ambient light sensor support in power manager) Change-Id: I6cd888252043dd63df3c25a1d14c21a04a91ad28 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | am a5adb633: am 662e4991: Merge change I6719d39d into eclair-mr2Tom Taylor2009-10-151-9/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'a5adb63398a59aabaa03e4ddc9be3dbda55fdff7' * commit 'a5adb63398a59aabaa03e4ddc9be3dbda55fdff7': Fix alert dialog separator
| * | Fix alert dialog separatorTom Taylor2009-10-151-9/+7
| | | | | | | | | | | | | | | Update the line that separates the alert dialog's title from a custom view with the correct asset to match the rest of the UI.
* | | am 4a7ab6c2: am c4989b1b: update the authtoken permission granting UIFred Quintana2009-10-1425-77/+265
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '4a7ab6c24ccaefb21ac8b502e3d7f92dbd9bbae3' * commit '4a7ab6c24ccaefb21ac8b502e3d7f92dbd9bbae3': update the authtoken permission granting UI
| * | update the authtoken permission granting UIFred Quintana2009-10-1425-77/+265
| | | | | | | | | | | | http://b/issue?id=2165284
* | | am a788f098: am 7d776dbb: am a78a9d4c: Correct non-opaque list separator assets.Jeff Sharkey2009-10-132-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'a788f09894f5b2113230a9ced9105fd6ad4c9a52' * commit 'a788f09894f5b2113230a9ced9105fd6ad4c9a52': Correct non-opaque list separator assets.
| * | am a78a9d4c: Correct non-opaque list separator assets.Jeff Sharkey2009-10-132-0/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'a78a9d4c93ecdaf787333117a7d51b6dc39ff5d0' into eclair-mr2 * commit 'a78a9d4c93ecdaf787333117a7d51b6dc39ff5d0': Correct non-opaque list separator assets.
| | * Correct non-opaque list separator assets.Jeff Sharkey2009-10-132-0/+0
| | | | | | | | | | | | Fixes http://b/2186076
| | * Import revised translations. DO NOT MERGEEric Fischer2009-10-091-2/+1
| | | | | | | | | | | | Approver: jerryw
| * | Import revised translations. DO NOT MERGEEric Fischer2009-10-1320-117/+2432
| | |
* | | am 5a6d521d: am 656c037c: Fix the youtube placeholder.Patrick Scott2009-10-131-8/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '5a6d521d9c348e35bb8b849d1fd5bea4db94a269' * commit '5a6d521d9c348e35bb8b849d1fd5bea4db94a269': Fix the youtube placeholder.
| * | Fix the youtube placeholder.Patrick Scott2009-10-121-8/+2
| | | | | | | | | | | | | | | | | | The table was causing some problems if the image was too big. Bug: 2175973
| * | am 89becd79: Fix issue #2177262: Improve animationsDianne Hackborn2009-10-083-4/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '89becd79da643421adc2dbb0cdccc547a0611abb' into eclair-mr2 * commit '89becd79da643421adc2dbb0cdccc547a0611abb': Fix issue #2177262: Improve animations
| * | am 33e21fcc: Control H icon display in Status bar.John Wang2009-10-081-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '33e21fcc99dd91061ea245984c4e9a1544cb943f' into eclair-mr2 * commit '33e21fcc99dd91061ea245984c4e9a1544cb943f': Control H icon display in Status bar.
| * \ \ am 568cae57: Fix issue #2171460: Turn off background blurring of power dialogDianne Hackborn2009-10-071-0/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '568cae571a3d74d1992176a21722e07b44e9a3c4' into eclair-mr2 * commit '568cae571a3d74d1992176a21722e07b44e9a3c4': Fix issue #2171460: Turn off background blurring of power dialog
| * \ \ \ am c15934f2: Merge change I7a57637b into eclairDmitri Plotnikov2009-10-071-20/+33
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'c15934f26a235a8218f9f673ebf8227acccefff2' into eclair-mr2 * commit 'c15934f26a235a8218f9f673ebf8227acccefff2': [Issue 2165234] Removing nickname clusters: John/Jack and Patrick/Rick.
* | | | | | Reimport translations.Eric Fischer2009-10-1320-13513/+15804
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3f59d859605c2744a4a10d06139bc366cc21cf8e
* | | | | | am 6195432b: Merge branch \'eclair-plus-aosp\' of ↵James Dong2009-10-133-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2-plus-aosp Merge commit '6195432b6fde3cda4bc7e2406c8f2975795933a7' * commit '6195432b6fde3cda4bc7e2406c8f2975795933a7': Fix for 2177367: Reduce duration of vibrate in RotaryLockScreen Fix issue #2176944: Need API so browser, others can determine memory size of device Fix issue #2177262: Improve animations Fix issue #2174566: HOT STABILITY: NPE in activity manager
| * \ \ \ \ \ Merge branch 'eclair-plus-aosp' of ↵James Dong2009-10-083-4/+4
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2-plus-aosp
| | * | | | | Fix issue #2177262: Improve animationsDianne Hackborn2009-10-083-4/+4
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Slower is better. Change-Id: Id609f253e43814b4c7689ed9b076ef75f4e345a6