summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to ↵Mathias Agopian2009-09-232-24/+45
| | | | create flip chain)
* Merge change 26667 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ | | | | | | | | * changes: Add raster object to control point and line params. Add flag to force SW rendering.
* \ Merge change 25794 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ | | | | | | | | | | | | * changes: Remove the GDD Gservices setting.
* \ \ Merge change 26537 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ | | | | | | | | | | | | | | | | * changes: add hashCode() and equals() to Rfc822Token, as well as a convenience tokenizer method to Rfc822Tokenizer, as part of a calendar guest bugfix.
* \ \ \ Merge change 26623 into eclairAndroid (Google) Code Review2009-09-231-8/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: fbDev wasn't initialized of hw_get_module failed, but was then used anyway.
| * | | | fbDev wasn't initialized of hw_get_module failed, but was then used anyway.Marco Nelissen2009-09-231-8/+10
| | | | |
* | | | | Merge change 26627 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Convert instances of px in default UI styles to dip.
* \ \ \ \ \ Merge change 26636 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * changes: Fix #2101821: Cut labels of menu items in "SnapTell" market app.
* | | | | | Merge change 25635 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | * changes: Add new thumbnail API.
* | | | | | Merge change 26635 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Added tool to generate application-specific reports from class load profiling data. Generated new profiling data. Deleted old data. Generated new preloaded-classes file.
* \ \ \ \ \ \ Merge change 26615 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Provide a getter to access the width of the HTML document.
* | | | | | | Merge change 26625 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | * changes: Fix http://b/2139600 (expander indicators misaligned).
* | | | | | Merge change 26539 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | * changes: Add density value to density enum.
* | | | | | Merge change 26579 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: add definition for Mms.TempStorage content uri and filename.
* \ \ \ \ \ \ Merge change 26595 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | * changes: Move destroying the web view to the WVC thread (previously it was on the UI thread)
* | | | | | Merge change 26590 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * changes: In calcOurContentVisibleRect, account for the visible title bar.
* | | | | | Merge change 26587 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | * changes: Back button in search always goes back or closes search
* | | | | | Merge change 26573 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|/ / / / / | | | | | | | | | | | | | | | | | | | | * changes: Fix bug where onStartCommand() was never called with a null intent.
* | | | | Merge change 26549 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Add Website.TYPE information.
* | | | | Merge change 26550 into eclairAndroid (Google) Code Review2009-09-230-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: fix bug 2134367: failing phone number compare test.
* \ \ \ \ \ Merge change 26456 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | * changes: - make an AccountManager per context, not one per process - enhance the comment for addOnAccountsUpdatedListener()
* | | | | | Merge change 26517 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add a new IResourceValue that knows about the density.
* \ \ \ \ \ \ Merge change 26527 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | * changes: Dock screen on config can now select AC or USB.
* | | | | | | Merge change 26415 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * changes: Add support for thumbnails to WallpaperInfo.
* | | | | | | Merge change 25879 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Setting the default HTTP user agent at runtime init.
* | | | | | | Merge change 26446 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | * changes: fix bug 2100169: add the line1 number + "/TYPE=PLMN" when sending a pdu.
* | | | | | | Merge change 26457 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | * changes: Don't restore any setting that we don't think should be backed up
* | | | | | | Merge change 26459 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: New fasttrack assets.
* \ \ \ \ \ \ \ Merge change 26449 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Keep track of 'initial' sync state in SyncStatusInfo
* | | | | | | | Merge change 26437 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Don't show the badge background when we have no uri, email, or phone.
* | | | | | | | Merge change 26390 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Bring the dimples back, and make the "spin around" animation have a fling feeling.
* | | | | | | | Merge change 26366 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Set the bonding for incoming connections only when authentication is requested.
* | | | | | | | Merge change 26379 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add parameter for the restore set (device id) data is being restored from to the restore_start event
* \ \ \ \ \ \ \ \ Merge change 26355 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | * changes: Use FLAG_ACTIVITY_CLEAR_TOP when launching search suggestions.
* | | | | | | | | Merge change 26414 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * changes: Update viewport when height or width change.
* | | | | | | | | Merge change 25465 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Reset typeface when changing from visible password inputType
* | | | | | | | | Merge change 26332 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | | | | | | | Merge change 26220 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | / / | |_|_|_|_|_|/ / |/| | | | | | | * changes: Reimplement the settings to use async callbacks
* | | | | | | | Merge change 26323 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Fix bug with ScrollView so that text entry fields are not hidden by virtual keyboard.
* | | | | | | | Merge change 26236 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Make media scanner read the jpeg orientation tag.
* \ \ \ \ \ \ \ \ Merge change 26301 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add aggregated badge to ContactHeaderWidget
* | | | | | | | | Merge change 26349 into eclairAndroid (Google) Code Review2009-09-221-97/+106
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue 2116700: Ringer screwy while connected over Bluetooth.
| * | | | | | | | | Fix issue 2116700: Ringer screwy while connected over Bluetooth.Eric Laurent2009-09-221-97/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a regression introduced in AudioFlinger by change 24114 for suspended output: The suspended output was not reading and mixing audio tracks. When the phone is ringing, the A2DP output is suspended if the SCO headset and A2DP headset are the same. As the ringtone is played over the duplicated output, the fact that the A2DP output was not reading data was causing the hardware output to be stalled from time to time.
* | | | | | | | | | Merge change 26315 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: VpnService: use Credentials instead of CertTool.
* | | | | | | | | | Merge change 26300 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: experimental fix for compatibility mode. When we scale up by 1.5 (240 dpi), we put stretched ninepatches on exact pixel boundaries when we walk the inverse matrix (e.g. 2/3, 1+1/3, 2, 2+2/3, 3+1/3, 4, ...).
* \ \ \ \ \ \ \ \ \ \ Merge change 26260 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | / / / / / / / / | |_|/ / / / / / / / |/| | | | | | | | | * changes: Add search_mode flag to intents launched by QSB suggestions
* | | | | | | | | | Merge change 26328 into eclairAndroid (Google) Code Review2009-09-220-0/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix the issue of 'Wifi framework is not aware of state change'
* | | | | | | | | | Merge change 26322 into eclairAndroid (Google) Code Review2009-09-210-0/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Implement more type checks on Allocations. Add tracking for allocations created using the "sized" helper. Add more param validation for data upload calls.
* | | | | | | | | | Merge change 26290 into eclairAndroid (Google) Code Review2009-09-210-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Make IBackupTransport.finishBackup() also return an int code, since it too can return TRANSPORT_NOT_INITIALIZED (in fact that's typically how it comes).
* | | | | | | | | | Merge change 26317 into eclairAndroid (Google) Code Review2009-09-210-0/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.