summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix 2209086: Fix missing callback that was preventing tab bar text from ↵Jim Miller2009-11-152-1/+2
| | | | | | updating. Also includes a cosmetic fix to move the Digital clock down a bit.
* Merge change Ied958262 into eclairAndroid (Google) Code Review2009-11-151-6/+4
|\ | | | | | | | | * changes: Fix 2262069: Cosmetic change - shift DigitalClock down to provide room for carrier.
| * Fix 2262069: Cosmetic change - shift DigitalClock down to provide room for ↵Jim Miller2009-11-151-6/+4
| | | | | | | | carrier.
* | Merge changes Ia4825f54,If6f80560 into eclairAndroid (Google) Code Review2009-11-151-4/+35
|\ \ | | | | | | | | | | | | | | | * changes: Fix a race condition that resulted in the screen coming on without the brightness set to the correct value. PowerManagerService: Hold a wakelock while mProximityTask is queued
| * | Fix a race condition that resulted in the screen coming on without the ↵Mike Lockwood2009-11-141-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | brightness set to the correct value. Do not cancel screen brightness animation in forceUserActivityLocked unless screen is turning off. Also not turn the screen on if PowerManager.preventScreenOn(false) is called while proximity sensor is active. Fixes b/2254818 (dim display) where due to a race condition the screen is stuck in a dim state. Change-Id: If6f805609c8d463631b9e22805e5242714ce34c0 Signed-off-by: Mike Lockwood <lockwood@android.com>
| * | PowerManagerService: Hold a wakelock while mProximityTask is queuedMike Lockwood2009-11-141-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the device from sleeping while a deferred proximity sensor event is pending. Fixes b/2260005 (Proximity sensor can fail due to missing wakelock) Change-Id: Ia4825f548b5b7d8a0b184f720b32c2f21b77b96e Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Merge change I60ff11dc into eclairAndroid (Google) Code Review2009-11-141-1/+2
|\ \ \ | |_|/ |/| | | | | | | | * changes: fix an npe when a user tries to get an auth token from an authenticator that doesn't support it, like exchange
| * | fix an npe when a user tries to get an auth token from an authenticator that ↵Fred Quintana2009-11-131-1/+2
| | | | | | | | | | | | doesn't support it, like exchange
* | | Merge change I425ca595 into eclairAndroid (Google) Code Review2009-11-141-20/+23
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fix 2261626: Don't show text on button if orientation is vertical.
| * | | Fix 2261626: Don't show text on button if orientation is vertical.Jim Miller2009-11-131-20/+23
| | | |
* | | | Merge change I830df4b1 into eclairAndroid (Google) Code Review2009-11-141-1/+3
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | * changes: addresses several bugs: 2206097, 2166583, 2261119, 2216759
| * | | addresses several bugs: 2206097, 2166583, 2261119, 2216759Mathias Agopian2009-11-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2206097: Broken suggestions while composing message 2166583: Color artifacts with MDP dithering 2261119: Passion transition animations are rough 2216759: Screen flicker when dropdown list in background window shows or hides This is part of enabling GPU composition instead of using the MDP. This change is dependent on another change in the vendor project. Specifically this change disables the use of EGLImageKHR for s/w buffers for cache coherency reasons. memcpy is used instead.
* | | | Merge change Ibd5b099c into eclairAndroid (Google) Code Review2009-11-1320-370/+313
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: Import revised translations. DO NOT MERGE
| * | | Import revised translations. DO NOT MERGEEric Fischer2009-11-1320-370/+313
| | | | | | | | | | | | | | | | Approver: jerryw
* | | | Merge change I18e02606 into eclairAndroid (Google) Code Review2009-11-132-31/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: fix some aspects of [2258746] native crash in launcher2
| * | | | fix some aspects of [2258746] native crash in launcher2Mathias Agopian2009-11-132-31/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Surface::validate() could sometimes dereference a null pointer before checking it wasn't null. This will prevent the application to crash when given bad parameters or used incorrectly. However, the bug above probably has another cause.
* | | | | Merge change Id6c0b844 into eclairAndroid (Google) Code Review2009-11-131-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Unbreak setting photos as wallpaper
| * | | | | Unbreak setting photos as wallpaperMike Cleron2009-11-131-0/+6
| | | | | |
* | | | | | Merge change I7082e366 into eclairAndroid (Google) Code Review2009-11-131-2/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Properly implement Paint.breakText for layoutlib.
| * | | | | | Properly implement Paint.breakText for layoutlib.Xavier Ducrohet2009-11-131-2/+12
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG 2260400 Change-Id: I7082e366b65da0b5de2a6dbb547f66e05e0b78e0
* | | | | | Merge change I0e419fcf into eclairAndroid (Google) Code Review2009-11-131-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add isScreenOn() to LocalPowerManager interface so we can call it from PhoneWindowManager
| * | | | | | Add isScreenOn() to LocalPowerManager interface so we can call it from ↵Mike Lockwood2009-11-131-0/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PhoneWindowManager Needed for the fix for b/2260437 (device wakes itself back up when camera is last application running) Change-Id: I0e419fcf05542df203eb3f127dde7a888416e86d Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | Merge change I98f82b9a into eclairAndroid (Google) Code Review2009-11-1346-86/+86
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | * changes: Fix the full-weekday date format strings to actually use the full weekday.
| * | | | | Fix the full-weekday date format strings to actually use the full weekday.Eric Fischer2009-11-1346-86/+86
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Also fix the abbreviated weekday/month/day/year strings to use a 4-digit year. Approver: jerryw
* | | | | Merge change I4898b145 into eclairAndroid (Google) Code Review2009-11-131-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Removed the fixed height in the sim unlock screen's header.
| * | | | | Removed the fixed height in the sim unlock screen's header.Nicolas Catania2009-11-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use wrap content and set the textview for the explaination to 2 lines. Fixed the bug on passion. G1 is too unstable to test. Bug:2251298
* | | | | | Merge change I4c05ba1f into eclairAndroid (Google) Code Review2009-11-131-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | * changes: Update VCardComposer getOwnerPhoneNumberVcard() to support empty vcard for 0.vcf
| * | | | | Update VCardComposer getOwnerPhoneNumberVcard() to support empty vcard for 0.vcfJaikumar Ganesh2009-11-131-2/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add check in getOwnerPhoneNumberVcard(). If the incoming phonenumber is empty, do not add "TEL" to vcard data. Original Change by: Yue Lixin DrNo: Eastham Bug: 2247067
* | | | | Merge change I322b6ee7 into eclairAndroid (Google) Code Review2009-11-132-25/+39
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * changes: Add support for making a LiveWallpaper the default
| * | | | Add support for making a LiveWallpaper the default Mike Cleron2009-11-122-25/+39
| | |/ / | |/| |
* | | | A little more on #2256270: Package manager sends bad broadcasts when ↵Dianne Hackborn2009-11-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | components change Don't go through all this work if the enabled state hasn't changed. Change-Id: If7393f53d6c0d0770960bb37bcaa5adebdbb3099
* | | | am dbc7e27e: docs: document the \'showSearchIconAsBadge" flag and "icon" ↵Scott Main2009-11-132-25/+17
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | attribute as deprecated. bug 2105329 Merge commit 'dbc7e27ef10349f11ac940d59ff4f812319fce51' into eclair * commit 'dbc7e27ef10349f11ac940d59ff4f812319fce51': docs: document the 'showSearchIconAsBadge" flag and
| * | | docs: document the 'showSearchIconAsBadge" flag andScott Main2009-11-112-25/+17
| | | | | | | | | | | | | | | | | | | | "icon" attribute as deprecated. bug 2105329
* | | | Merge change Ifb28d340 into eclairAndroid (Google) Code Review2009-11-1320-18/+129
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * changes: Import revised translations. DO NOT MERGE
| * | | Import revised translations. DO NOT MERGEEric Fischer2009-11-1220-18/+129
| | | | | | | | | | | | | | | | Approver: jerryw
* | | | Merge change Iad79689a into eclairAndroid (Google) Code Review2009-11-123-79/+121
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Improvements for issue 2197683: English IME key-press latency is noticeably higher on passion than sholes
| * | | | Improvements for issue 2197683: English IME key-press latency is noticeably ↵Eric Laurent2009-11-113-79/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | higher on passion than sholes This change goes with a kernel driver change that reduces the audio buffer size from 4800 bytes (~27ms) to 3072 bytes (~17ms). - The AudioFlinger modifcations in change 0bca68cfff161abbc992fec82dc7c88079dd1a36 have been removed: the short sleep period was counter productive when the AudioTrack is using the call back thread as it causes to many preemptions. - AudioFlinger mixer thread now detects long standby exit time and in this case anticipates start by writing 0s as soon as a track is enabled even if not ready for mixing. - AudioTrack::start() is modified to start call back thread before starting the IAudioTrack so that thread startup time is masked by IAudioTrack start and mixer thread wakeup time.
* | | | | Merge change I923d7d72 into eclairAndroid (Google) Code Review2009-11-125-92/+53
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast.
| * | | | | Fix issue 2242614: Wired headset not recognized: bogus "state" in ↵Eric Laurent2009-11-125-92/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACTION_HEADSET_PLUG broadcast. The headset state indicated by HeadsetObserver in the broadcast intent ACTION_HEADSET_PLUG was not 0 or 1 as specified in the java doc but contained a bit field indicating the type of headset connected. Modified HeadsetObserver to broacast a state conforming to java doc. Added an extra to intent ACTION_HEADSET_PLUG to indicate if headset has a microphone or not. Removed handling of non standard headset indications from HeadsetObserver. Removed platform specific devices from output devices defined in AudioSystem. Modified AudioService to use new ACTION_HEADSET_PLUG intent extra instead of bitfield in state.
* | | | | | Merge change Ia0a40883 into eclairAndroid (Google) Code Review2009-11-121-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | * changes: Modify the binder to request 1M - 2 pages instead of 1M. The backing store in the kernel requires a guard page, so 1M allocations fragment memory very badly. Subtracting a couple of pages so that they fit in a power of two allows the kernel to make more efficient use of its virtual address space.
| * | | | | Modify the binder to request 1M - 2 pages instead of 1M. The backing storeRebecca Schultz Zavin2009-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the kernel requires a guard page, so 1M allocations fragment memory very badly. Subtracting a couple of pages so that they fit in a power of two allows the kernel to make more efficient use of its virtual address space. Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
* | | | | | Merge change I8061e6ac into eclairAndroid (Google) Code Review2009-11-12118-30/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix 2209086: Updated assets and fixed widget dimension calculation.
| * | | | | | Fix 2209086: Updated assets and fixed widget dimension calculation.Jim Miller2009-11-12118-30/+49
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added hvga assets for new lock screen widget. Tested: LockScreen on wvga and hvga devices. InCallScreen on wvga and hvga devices.
* | | | | | Merge change I42a0f7a5 into eclairAndroid (Google) Code Review2009-11-121-55/+140
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: PackageManager: Support secondary ABI for native code at installation time.
| * | | | | | PackageManager: Support secondary ABI for native code at installation time.David 'Digit' Turner2009-11-121-55/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal of this change is to allow the Package Manager to look for native shared libraries corresponding to the CPU ABI reported by ro.product.cpu.abi2 if none was found for the CPU ABI given by ro.product.cpu.abi This is used to support both ARMv5 and ARMv7 native code on modern ARMv7-based devices. Typically, such a device would report a primary ABI of 'armeabi-v7a' and a secondary one of 'armeabi', to indicate that it can run the binaries generated for both.
* | | | | | | Fix issue #2258571: Fix build versionsDianne Hackborn2009-11-123-1449/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the definition of SDK 6, remove all new APIs from it. Change-Id: Id96827f630ab46279d9ad8d3f7498e5515e0a688
* | | | | | | Merge change Ieb4b0318 into eclairAndroid (Google) Code Review2009-11-124-18/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Make default vertex program correctly track surface size.
| * | | | | | | Make default vertex program correctly track surface size.Jason Sams2009-11-124-18/+21
| | | | | | | |
* | | | | | | | Merge change Idfc116fe into eclairAndroid (Google) Code Review2009-11-121-10/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Return null if SIM doesn't have the MSISDN Aplha tag.
| * | | | | | | Return null if SIM doesn't have the MSISDN Aplha tag.Jaikumar Ganesh2009-11-121-10/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes both the GSM and CDMA version compatible. Bug: 2247067 Dr No: jsh