Android (Google) Code Review
d4c00a173a
Merge change 26590 into eclair
...
* changes:
In calcOurContentVisibleRect, account for the visible title bar.
2009-09-23 11:58:46 -04:00
Android (Google) Code Review
dbce92ab0b
Merge change 26587 into eclair
...
* changes:
Back button in search always goes back or closes search
2009-09-23 11:20:03 -04:00
Ben Murdoch
3dba1e4d81
Move destroying the web view to the WVC thread (previously it was on the UI thread)
...
Change-Id: I5a48734c6a244eadd1d60659f8e02ebb889a8fc1
2009-09-23 16:14:37 +01:00
Leon Scroggins
37df6a8328
In calcOurContentVisibleRect, account for the visible title bar.
...
Fixes http://b/issue?id=2137879 and http://b/issue?id=2135469
Change-Id: I6a4b2f90ffa8d37adbe86a2fd19d141c4136213c
2009-09-23 10:53:42 -04:00
Bjorn Bringert
077357ccf0
Back button in search always goes back or closes search
...
Before, the back button had different behavior depending on
which part of the search dialog had focus, and depending on
whether there were more suggestions than could fit in the
visible space in the drop-down.
This change makes the behavior of the BACK button more
predictable, by always going back to QSB when pivoted
into a source, and closing the search dialog when in
QSB.
Fixes http://b/issue?id=2126526
"One tap of back button when entering text to search
should always take you back to previous page"
Change-Id: I7b3553122eaa1a5d87ac966d5ab2a9f432063cc9
2009-09-23 14:59:02 +01:00
Android (Google) Code Review
c413d54cd9
Merge change 26573 into eclair
...
* changes:
Fix bug where onStartCommand() was never called with a null intent.
2009-09-23 03:57:03 -04:00
Dianne Hackborn
fed534ee5d
Fix bug where onStartCommand() was never called with a null intent.
...
Also clean up some of the service java docs.
Change-Id: I40e7d713e2393f7ee1db9822da8f07fb6304a9e4
2009-09-23 00:42:12 -07:00
Jesse Wilson
ecaf00e88f
DO NOT MERGE: Copy 4.xml to 5.xml to allow Eclair to diverge from Donut.
2009-09-22 23:27:57 -07:00
Daisuke Miyakawa
d2cd9467b8
Suppress warning around old vcard code.
2009-09-22 23:14:52 -07:00
Daisuke Miyakawa
c32897a6ea
Suppress Performance log emitted by vCard importer.
2009-09-22 22:22:34 -07:00
Android (Google) Code Review
3559c14c9c
Merge change 26549 into eclair
...
* changes:
Add Website.TYPE information.
2009-09-23 01:17:31 -04:00
Android (Google) Code Review
a1dfa7f4a1
Merge change 26550 into eclair
...
* changes:
fix bug 2134367: failing phone number compare test.
2009-09-23 01:01:18 -04:00
Wei Huang
409308617f
fix bug 2134367: failing phone number compare test.
...
Change-Id: Iccc3b69cd1e4bdb82da48d87d610e4a45ae31601
2009-09-22 21:52:41 -07:00
Daisuke Miyakawa
7a9e2f20af
Add Website.TYPE information.
...
Related internal issue number: 2131626
2009-09-22 21:51:40 -07:00
Fred Quintana
be3bceb5b9
fix the logic for starting a sync after the accounts changed
2009-09-22 21:14:48 -07:00
Xavier Ducrohet
39cd36ec1f
Add density value to density enum.
...
This is going to be used as constant to both ADT classes and the
layoutlib.
Change-Id: Id9befe83c5c2be3fbc5f045c7ed21aa8ee0108cc
2009-09-22 21:00:12 -07:00
Android (Google) Code Review
3de07024c8
Merge change 26456 into eclair
...
* changes:
- make an AccountManager per context, not one per process - enhance the comment for addOnAccountsUpdatedListener()
2009-09-22 23:20:25 -04:00
Android (Google) Code Review
32f76f3407
Merge change 26517 into eclair
...
* changes:
Add a new IResourceValue that knows about the density.
2009-09-22 22:51:25 -04:00
Android (Google) Code Review
7c47adefea
Merge change 26527 into eclair
...
* changes:
Dock screen on config can now select AC or USB.
2009-09-22 22:24:10 -04:00
Android (Google) Code Review
520ca7e503
Merge change 26415 into eclair
...
* changes:
Add support for thumbnails to WallpaperInfo.
2009-09-22 22:06:38 -04:00
Android (Google) Code Review
c3c6621a2c
Merge change 25879 into eclair
...
* changes:
Setting the default HTTP user agent at runtime init.
2009-09-22 22:04:05 -04:00
Dianne Hackborn
99f7eb453c
Dock screen on config can now select AC or USB.
...
Change-Id: Ifae9af4eb0295ba8e46c65879440b0da543b18e6
2009-09-22 18:59:35 -07:00
Xavier Ducrohet
ccb630df4b
Add a new IResourceValue that knows about the density.
...
This will allow the layoutlib to resize bitmaps that are
not in the native density of the rendering.
Change-Id: If9dca6d51cd93a2083c96fce3ac64335ec6ad801
2009-09-22 18:30:22 -07:00
Daniel Sandler
465ccb8a40
Add support for thumbnails to WallpaperInfo.
...
Clean up the Gallery to show thumbnails appropriately; still using FPO artwork
for wallpapers without thumbnails.
This change introduces a new "thumbnail" attribute to the API (used
in wallpaper metadata to point to the thumbnail drawable resource).
2009-09-22 20:56:10 -04:00
Android (Google) Code Review
df5862173c
Merge change 26446 into eclair
...
* changes:
fix bug 2100169: add the line1 number + "/TYPE=PLMN" when sending a pdu.
2009-09-22 20:19:14 -04:00
Android (Google) Code Review
13006be19e
Merge change 26457 into eclair
...
* changes:
Don't restore any setting that we don't think should be backed up
2009-09-22 18:47:14 -04:00
Android (Google) Code Review
5bb45740d9
Merge change 26459 into eclair
...
* changes:
New fasttrack assets.
2009-09-22 18:32:46 -04:00
Android (Google) Code Review
4271c7c36b
Merge change 26449 into eclair
...
* changes:
Keep track of 'initial' sync state in SyncStatusInfo
2009-09-22 18:28:58 -04:00
Wei Huang
30e59f6ec1
fix bug 2100169: add the line1 number + "/TYPE=PLMN" when sending a pdu.
...
Change-Id: I289b81118006bf146d94384f91d4b0fa5215ec46
2009-09-22 15:28:57 -07:00
Evan Millar
03ca572a7d
New fasttrack assets.
...
Change-Id: I320f2e52bfa85d1a15cbfc1724b3bf23389fc2ff
2009-09-22 15:21:57 -07:00
Fred Quintana
e00a31155b
- make an AccountManager per context, not one per process
...
- enhance the comment for addOnAccountsUpdatedListener()
2009-09-22 15:13:30 -07:00
Christopher Tate
796e0f0ed5
Don't restore any setting that we don't think should be backed up
...
The ad-hoc blacklist has been replaced by a check that whitelists each restored
datum against the set of keys that we actually back up. Keys read from the
restore data which are not found in the whitelist are not applied.
Also adds in some more debugging output, marked to be disabled for ship.
2009-09-22 15:04:25 -07:00
Costin Manolache
5ed64cd06c
Keep track of 'initial' sync state in SyncStatusInfo
2009-09-22 14:41:46 -07:00
Android (Google) Code Review
63147705bc
Merge change 26437 into eclair
...
* changes:
Don't show the badge background when we have no uri, email, or phone.
2009-09-22 17:28:59 -04:00
Christopher Tate
b03b3bbd68
If backup fails, reenqueue all of the affected packages for next time.
2009-09-22 14:14:10 -07:00
Android (Google) Code Review
36dac6ae8e
Merge change 26390 into eclair
...
* changes:
Bring the dimples back, and make the "spin around" animation have a fling feeling.
2009-09-22 17:01:13 -04:00
Mark Wagner
f5935a9836
Don't show the badge background when we have no uri, email, or phone.
...
This will be used in talk and mms in the case of multiple recipients.
2009-09-22 13:49:26 -07:00
Dianne Hackborn
9bfb707597
Various fixes and improvements to window, activity.
...
- New meta-data you can add to a dock activity to have it launched by the
home key when the device is in that dock.
- Fix a deadlock involving ActivityThread's internal content provider lock.
- New window flag to have a non-secure keyguard entirely dismissed when a
window is displayed.
- New WindowManagerPolicy APIs to allow the policy to tell the system when
a change it makes during layout may cause the wall paper or
overall configuration to change.
- Fix a bug where an application token removed while one of its windows is
animating could cause the animating window to get stuck on screen.
Change-Id: I6d33fd39edd796bb9bdfd9dd7e077b84ca62ea08
2009-09-22 13:39:34 -07:00
Derek Sollenberger
c0b8a96d28
launching plugin activity when a plugin requests to go full screen.
...
Change-Id: Ib42bb08d01a75ca3a9c02085ee185396bb7b7378
2009-09-22 16:29:17 -04:00
Android (Google) Code Review
34ca22d253
Merge change 26366 into eclair
...
* changes:
Set the bonding for incoming connections only when authentication is requested.
2009-09-22 16:00:12 -04:00
Android (Google) Code Review
6c644f248f
Merge change 26379 into eclair
...
* changes:
Add parameter for the restore set (device id) data is being restored from to the restore_start event
2009-09-22 15:49:58 -04:00
Android (Google) Code Review
916b2ca937
Merge change 26355 into eclair
...
* changes:
Use FLAG_ACTIVITY_CLEAR_TOP when launching search suggestions.
2009-09-22 15:37:15 -04:00
Android (Google) Code Review
78f180af21
Merge change 26414 into eclair
...
* changes:
Update viewport when height or width change.
2009-09-22 15:27:53 -04:00
Jason Sams
59038ca98b
Update viewport when height or width change.
2009-09-22 12:26:53 -07:00
Android (Google) Code Review
af1eb14837
Merge change 25465 into eclair
...
* changes:
Reset typeface when changing from visible password inputType
2009-09-22 15:25:15 -04:00
Android (Google) Code Review
008fc5d142
Merge change 26332 into eclair
...
* changes:
1) Add the wma / wmv profile reader. 2) Add the flag which check the wma/wmv enable properties. If the codec is not enable, then skip the wma / wmv related test cases. 3) Added a workaround which let the testcodecspecific test case continue even though there is a failure in the middle of the test. Besides, take out the remvoeFile for temporary usage.
2009-09-22 15:09:33 -04:00
Jaikumar Ganesh
7633b89443
Set the bonding for incoming connections only when authentication is requested.
...
Change-Id: Ic44ac0e6dedcb310b0cf47020e5c2ff3d0a4459a
2009-09-22 12:08:49 -07:00
Andrei Popescu
dee76be487
Fix for 2122292: make sure we unregister the ContentObserver for the system location settings. Also make the GoogleLocationManager use the singleton pattern correctly.
2009-09-22 19:51:14 +01:00
Karl Rosaen
896264f603
Bring the dimples back, and make the "spin around" animation have a fling feeling.
...
Also clean up the animation code into start/update animation functions.
2009-09-22 11:36:23 -07:00
Grace Kloba
24a3ff958b
Change double tap toast to long toast.
...
Change toast count to static to cross all the windows.
It should be --count instead of count--.
2009-09-22 11:11:01 -07:00