Eric Fischer
66668524d4
Fix the full-weekday date format strings to actually use the full weekday.
...
Also fix the abbreviated weekday/month/day/year strings to use a 4-digit year.
Approver: jerryw
2009-11-13 14:04:03 -08:00
Android (Google) Code Review
27d6e65b71
Merge change I322b6ee7 into eclair
...
* changes:
Add support for making a LiveWallpaper the default
2009-11-13 11:01:57 -08:00
Scott Main
d05fd6c335
am dbc7e27e: docs: document the \'showSearchIconAsBadge" flag and "icon" attribute as deprecated. bug 2105329
...
Merge commit 'dbc7e27ef10349f11ac940d59ff4f812319fce51' into eclair
* commit 'dbc7e27ef10349f11ac940d59ff4f812319fce51':
docs: document the 'showSearchIconAsBadge" flag and
2009-11-13 10:45:32 -08:00
Android (Google) Code Review
b4c20fca10
Merge change Ifb28d340 into eclair
...
* changes:
Import revised translations. DO NOT MERGE
2009-11-13 10:13:42 -08:00
Mike Cleron
322b6ee7e1
Add support for making a LiveWallpaper the default
2009-11-12 23:23:49 -08:00
Android (Google) Code Review
1aa9f3cac3
Merge change I923d7d72 into eclair
...
* changes:
Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast.
2009-11-12 22:45:50 -08:00
Eric Fischer
fb28d340bf
Import revised translations. DO NOT MERGE
...
Approver: jerryw
2009-11-12 19:45:43 -08:00
Android (Google) Code Review
11fea858b2
Merge change I8061e6ac into eclair
...
* changes:
Fix 2209086: Updated assets and fixed widget dimension calculation.
2009-11-12 18:51:35 -08:00
Jim Miller
4811d62d5f
Fix 2209086: Updated assets and fixed widget dimension calculation.
...
Added hvga assets for new lock screen widget.
Tested:
LockScreen on wvga and hvga devices.
InCallScreen on wvga and hvga devices.
2009-11-12 18:15:00 -08:00
Dianne Hackborn
1778776cf1
Fix issue #2258571 : Fix build versions
...
Update the definition of SDK 6, remove all new APIs from it.
Change-Id: Id96827f630ab46279d9ad8d3f7498e5515e0a688
2009-11-12 17:02:03 -08:00
Android (Google) Code Review
2a1e96412c
Merge change Ie122606f into eclair
...
* changes:
Add code to use Gservices provided values for throtting NITZ updates.
2009-11-12 15:12:08 -08:00
Android (Google) Code Review
2477fd6949
Merge change Ic31c11ad into eclair
...
* changes:
Fix 2209086: restore drawable states when drawables change.
2009-11-12 13:13:58 -08:00
Android (Google) Code Review
58c603eff0
Merge change Id301a47f into eclair
...
* changes:
Fix bug 2253204: MapView resources for hdpi devices.
2009-11-12 12:54:43 -08:00
Dan Egnor
d301a47ff9
Fix bug 2253204: MapView resources for hdpi devices.
2009-11-12 12:24:33 -08:00
Eric Laurent
923d7d721d
Fix issue 2242614: Wired headset not recognized: bogus "state" in 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.
2009-11-12 12:09:06 -08:00
Jim Miller
4df2c5433b
Fix 2209086: restore drawable states when drawables change.
...
This fixes a bug where the right tab hightlight wasn't being seen.
The prooblem was that we weren't preserving the drawables' states when
the application requested a new drawable. We now track the drawable state
so we can updated it when the resources change.
2009-11-12 11:23:29 -08:00
Daniel Sandler
e3ea6e3d4c
Update keyguard and pattern-lock layouts for new UX designs.
...
To do this, we bring DigitalClock over from Clock into the
internal widgets. Its font, Clockopia, comes along for the
ride (find it in /system/fonts).
This change is required for relevant code changes in
frameworks/policy/phone.
Change-Id: I354534f1abd9cf9557c9d18566f1d55b6be5e8f1
2009-11-12 09:37:44 -08:00
Android (Google) Code Review
3c58d279ab
Merge change I738ed802 into eclair
...
* changes:
Fix BMW and Audi auto pairing lists.
2009-11-11 23:27:03 -08:00
Jaikumar Ganesh
738ed80262
Fix BMW and Audi auto pairing lists.
...
Bug no:2256558
Dr No:Eastham
2009-11-11 23:12:04 -08:00
Android (Google) Code Review
34d723d8fa
Merge change I32371166 into eclair
...
* changes:
Fix issue #2239203 : Setting large background causes OOME and soft-reboot spiral
2009-11-11 23:10:06 -08:00
Android (Google) Code Review
2ba297d19e
Merge change I9890c2d4 into eclair
...
* changes:
Fix 2209086: Fix landscape layout of LockScreen on devices with a keyboard
2009-11-11 23:04:47 -08:00
Dianne Hackborn
c9dbbe28f7
Fix issue #2239203 : Setting large background causes OOME and soft-reboot spiral
...
Try really really hard not to crash, for any reason.
Change-Id: I32371166229825f13fc8d12d5cf3a6531cdb345e
2009-11-11 22:50:37 -08:00
Android (Google) Code Review
013b0e531a
Merge change I143ea844 into eclair
...
* changes:
Add BMW and Audi to Auto Pairing black list.
2009-11-11 22:46:49 -08:00
Jaikumar Ganesh
9b26f3fae4
Add BMW and Audi to Auto Pairing black list.
...
Bug: 2256558
Dr No: Eastham
2009-11-11 22:43:32 -08:00
Jim Miller
9890c2d4ba
Fix 2209086: Fix landscape layout of LockScreen on devices with a keyboard
2009-11-11 22:38:16 -08:00
Android (Google) Code Review
360d710ebc
Merge change I580de484 into eclair
...
* changes:
Fix issue #2256270 : Package manager sends bad broadcasts when components change
2009-11-11 20:18:44 -08:00
Dianne Hackborn
86a72dacbe
Fix issue #2256270 : Package manager sends bad broadcasts when components change
...
Also reworks this intent protocol a little bit to be much more efficient, only
requiring one broadcast per package.
Change-Id: I580de4843ebd3c7f2e6df7295a2f80d2937cef7c
2009-11-11 20:13:53 -08:00
Android (Google) Code Review
dc30d28bc8
Merge change I3656f7a3 into eclair
...
* changes:
Honor the mInitialScale set on WebView. This was lost when we fixed restoring the scale for a new page.
2009-11-11 20:11:25 -08:00
Grace Kloba
16efce7242
Honor the mInitialScale set on WebView. This was
...
lost when we fixed restoring the scale for a new
page.
Fix http://b/issue?id=2251716
2009-11-11 20:13:32 -08:00
Android (Google) Code Review
f2897fe42e
Merge change Idc34a3f7 into eclair
...
* changes:
Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states. Tweak "animation" to be 250ms based on conversation with ui guys. Some minor performance tweaks to SlidingTab.
2009-11-11 20:11:13 -08:00
Android (Google) Code Review
532d560345
Merge change I80022375 into eclair
...
* changes:
Fix issue #2256032 : Change CONFIGURATION_CHANGED and add a locale changed broadcast
2009-11-11 19:09:56 -08:00
Android (Google) Code Review
001e5242c8
Merge change Icccbd889 into eclair
...
* changes:
Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.
2009-11-11 18:52:07 -08:00
Romain Guy
9a583c1bfb
Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.
...
Change-Id: Icccbd8897186d0b9348a40b3dfc19ab7ac389efd
2009-11-11 18:51:18 -08:00
Android (Google) Code Review
ca20347543
Merge change Ifcf20541 into eclair
...
* changes:
New Javadoc for ContactsContract.
2009-11-11 18:49:55 -08:00
Dmitri Plotnikov
dbe449e522
New Javadoc for ContactsContract.
...
Change-Id: Ifcf20541fda7449f1954f2021c53be3eb672e7ee
2009-11-11 18:48:19 -08:00
Dianne Hackborn
362d5b9b64
Fix issue #2256032 : Change CONFIGURATION_CHANGED and add a locale changed broadcast
...
You can no longer receive CONFIGURATION_CHANGED in a manifest, which is really really
bad (launching apps every time the screen is rotated!). A new LOCALE_CHANGED broadcast
is sent that you can receive in a manifest.
Change-Id: I80022375f0716db2e672382a29db3cea1af74702
2009-11-11 18:26:06 -08:00
Android (Google) Code Review
2ade6421f2
Merge change I775e1ec0 into eclair
...
* changes:
Debugging for issue #2250075 : Desk dock clock app sometimes doesn't
2009-11-11 18:16:05 -08:00
Android (Google) Code Review
f233564284
Merge change I7fb3bc59 into eclair
...
* changes:
Add new date formats for the lock screen.
2009-11-11 18:05:12 -08:00
Jim Miller
753401aa47
Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states.
...
Tweak "animation" to be 250ms based on conversation with ui guys. Some minor performance tweaks to SlidingTab.
2009-11-11 18:00:48 -08:00
Dianne Hackborn
12527f9fb1
Debugging for issue #2250075 : Desk dock clock app sometimes doesn't
...
This adds a history of the last 100 broadcasts that is printed in the
debug log, to be able to see what recently happened at the time the
bug report was taken. Also does some optimization of the printing of
the broadcast records to make it feasible to print this number of
entries. (We kind-of need to do this because there are some broadcasts
like SIG_STR and SYNC_STATE_CHANGED that are being broadcast a LOT.)
Change-Id: I775e1ec0f63369c8bca8c83cee27b95ddc5ec450
2009-11-11 17:51:41 -08:00
Eric Fischer
66cf237a57
Add new date formats for the lock screen.
...
One is the fully-spelled out weekday/day/month with no year.
The other is abbreviated weekday/month/day/year.
Bug 2247356
Approver: jerryw
2009-11-11 17:50:31 -08:00
Wink Saville
ce9b59f0ba
Add code to use Gservices provided values for throtting NITZ updates.
...
bug: 2251845
Change-Id: Ie122606fb852868bb76a9930bb5e6ba906273619
2009-11-11 16:33:50 -08:00
Android (Google) Code Review
4cb6fc7ed2
Merge change Icc48b1e7 into eclair
...
* changes:
don't request a sync when temp providers are created
2009-11-11 15:15:55 -08:00
Fred Quintana
cc48b1e77d
don't request a sync when temp providers are created
2009-11-11 15:05:10 -08:00
Grace Kloba
bf5b632abb
Use getViewHeightWithTitle() to honor the scrollbar
...
setting when computing the maxScrollY for fling.
This is honored in the regular scroll in
computeVerticalScrollExtent().
Fix http://b/issue?id=2251694
2009-11-11 14:43:16 -08:00
Grace Kloba
d7439f4bdb
Use computeVerticalScrollRange() to find the bottom
...
of the page as mContentHeight is not in the view system.
Fix http://b/issue?id=2251909
2009-11-11 14:38:55 -08:00
Android (Google) Code Review
c996689109
Merge change Ibb245ea7 into eclair
...
* changes:
Return an empty PluginList instead of null for the deprecated getPluginList() api.
2009-11-11 14:34:05 -08:00
Scott Main
dbc7e27ef1
docs: document the 'showSearchIconAsBadge" flag and
...
"icon" attribute as deprecated.
bug 2105329
2009-11-11 14:31:17 -08:00
Android (Google) Code Review
2f92bd3ecb
Merge change Ia895aa7d into eclair
...
* changes:
Fix for 2209086: Initial pass at new SlidingTab widget and integration into LockScreen.
2009-11-11 14:02:00 -08:00
Jim Miller
24ccf3c590
Fix for 2209086: Initial pass at new SlidingTab widget and integration into LockScreen.
...
Tested:
- unlock and mute/unmute
Not working:
- highlighting on right tab.
2009-11-11 11:37:54 -08:00