Android (Google) Code Review
e3afd21468
Merge change 25280 into eclair
...
* changes:
Don't scroll on load if titlebar is visible
2009-09-16 13:12:56 -04:00
Android (Google) Code Review
6863db711f
Merge change 25158 into eclair
...
* changes:
Another software color conversion implementation, this time OMX_QCOM_COLOR_FormatYVU420SemiPlanar => rgb565.
2009-09-16 13:01:57 -04:00
Android (Google) Code Review
d7a31ed755
Merge change 25157 into eclair
...
* changes:
Remove deadlock in PackageManager when installing or upgrading packages. PM first creates a temporary file from the input package uri before installing it. if the package uri points to a content uri, the content provider has to be retrieved via the ActivityManager which could cause deadlocks with the package manager locks being held. Clean up by always copying or creating temporary files before acquiring these locks. Fix issue when restoring a failed upgrade for third party apps.
2009-09-16 12:36:36 -04:00
Android (Google) Code Review
434f6d8bbf
Merge change 25272 into eclair
...
* changes:
Make ExifInterface public.
2009-09-16 12:12:03 -04:00
Android (Google) Code Review
b3ee69ae1e
Merge change 25155 into eclair
...
* changes:
Fix bug 2115258 where the AudioManager javadoc doesn't warn against misuse of some of the methods that should only be used to implement the Settings and Phone apps, and the audio service.
2009-09-16 12:07:37 -04:00
Android (Google) Code Review
f1bcac43d6
Merge change 25270 into eclair
...
* changes:
Use Resources to load search icons with android.resource URIs
2009-09-16 12:03:52 -04:00
Eric Laurent
bdc0f84793
Fix issue 2123668: Class scope typo in AudioFlinger.cpp.
2009-09-16 06:02:45 -07:00
Android (Google) Code Review
12dadf06b3
Merge change 25255 into eclair
...
* changes:
Clean ExifInterface. Prepare to make it public.
2009-09-16 08:14:53 -04:00
Android (Google) Code Review
99e7cd8fb9
Merge change 25244 into eclair
...
* changes:
Flag indicating if Contacts source has any unsynced groups.
2009-09-16 02:16:05 -04:00
Android (Google) Code Review
3a94132f77
Merge change 25238 into eclair
...
* changes:
Implement issue #1780928 : Need support hiding nav keys.
2009-09-16 02:04:45 -04:00
Dianne Hackborn
b5df6d801c
Implement issue #1780928 : Need support hiding nav keys.
...
This implements support for devices whose hardware can hide
their navigation keys. It works much like the existing keyboardHidden
configuration, and for compatibility uses the same configuration
change bit.
Also add FLAG_TURN_ON_SCREEN for windows, which has the system
cause the screen to be turned on when the window is displayed.
Great fun when used with FLAG_SHOW_WHEN_LOCKED!
Change-Id: I0b867f19af85cfd8786a14cea194b34f7bdd9b7a
2009-09-15 22:50:40 -07:00
Android (Google) Code Review
5d59c866af
Merge change 25232 into eclair
...
* changes:
Fix NPE when provider returns null cursor.
2009-09-16 00:58:06 -04:00
Android (Google) Code Review
f2f2787391
Merge change 25206 into eclair
...
* changes:
Make vCard importer code use Account information if possible.
2009-09-15 22:33:06 -04:00
Android (Google) Code Review
26b85360cc
Merge change 25212 into eclair
...
* changes:
revert to black video background, since we don't need the color-key anylonger
2009-09-15 22:32:37 -04:00
Mathias Agopian
b8cfc0f9e1
revert to black video background, since we don't need the color-key anylonger
2009-09-15 19:31:28 -07:00
Android (Google) Code Review
f86558451e
Merge change 25207 into eclair
...
* changes:
fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer
2009-09-15 22:26:26 -04:00
Mathias Agopian
68a6afeb26
fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer
...
Take 2. We needed to check that the usage flags are "good enough" as opposed to "the same".
This reverts commit 8f17a762fe9e9f31e4e86cb60ff2bfb6b10fdee6.
2009-09-15 19:21:31 -07:00
Android (Google) Code Review
1c90feaee1
Merge change 25178 into eclair
...
* changes:
Add RotarySelector widget to android.internal for use by lock screen and incoming call screen.
2009-09-15 22:12:58 -04:00
Android (Google) Code Review
0b5b2f970b
Merge change 25092 into eclair
...
* changes:
New field in CallerInfo to cache if the call is an emergency one.
2009-09-15 22:11:57 -04:00
Android (Google) Code Review
54a17ad821
Merge change 25192 into eclair
...
* changes:
Some improvements for wallpaper configuration.
2009-09-15 22:06:24 -04:00
Android (Google) Code Review
70cc9e16be
Merge change 25201 into eclair
...
* changes:
Revert "fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer"
2009-09-15 21:57:44 -04:00
Mathias Agopian
3910f5467a
Revert "fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer"
...
This reverts commit 486aa963b63e20b7910e1004cebb4f0afabbd80f.
2009-09-15 18:57:06 -07:00
Android (Google) Code Review
8395d598e2
Merge change 25188 into eclair
...
* changes:
make the window-shade use an opaque surface if possible
2009-09-15 21:56:44 -04:00
Android (Google) Code Review
3a74bd6779
Merge change 25187 into eclair
...
* changes:
fixing documentation for PluginStub
2009-09-15 21:23:42 -04:00
Android (Google) Code Review
014ada2162
Merge change 25177 into eclair
...
* changes:
Fix for #2092883 : Allow manual sync even when background data is disabled
2009-09-15 21:17:44 -04:00
Android (Google) Code Review
ecda253aed
Merge change 25168 into eclair
...
* changes:
Preload Resources$DefaultTimeZones.
2009-09-15 21:15:38 -04:00
Android (Google) Code Review
a0f59bb4d5
Merge change 25175 into eclair
...
* changes:
Allow only System Service to send most Bluetooth intents.
2009-09-15 21:08:37 -04:00
Dirk Dougherty
6594a02f27
am 3dc0f94c: Misc. updates for 1.6 release notes and requirements docs.
...
Merge commit '3dc0f94cd44df2f9310946b0a0a1c7f8c6d95af5' into eclair
* commit '3dc0f94cd44df2f9310946b0a0a1c7f8c6d95af5':
Misc. updates for 1.6 release notes and requirements docs.
2009-09-15 18:05:49 -07:00
Android (Google) Code Review
8fb8663669
Merge change 25176 into eclair
...
* changes:
fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer
2009-09-15 20:35:15 -04:00
Mathias Agopian
d18afab9d6
fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer
2009-09-15 17:34:04 -07:00
Android (Google) Code Review
6dfc42c04c
Merge change 24200 into eclair
...
* changes:
First pass at replacing native plugin views with java.
2009-09-15 20:03:16 -04:00
Android (Google) Code Review
98a84d09cb
Merge change 25153 into eclair
...
* changes:
Reconcile the character popups for the hard and soft keyboards.
2009-09-15 19:43:00 -04:00
Android (Google) Code Review
ca963ab9dd
Merge change 25162 into eclair
...
* changes:
Build the BitmapShader if it hasn't been built yet.
2009-09-15 19:40:58 -04:00
Android (Google) Code Review
8ea7c779c3
Merge change 25147 into eclair
...
* changes:
Fix call collision issue
2009-09-15 19:17:14 -04:00
Android (Google) Code Review
8e60fc0f40
Merge change 25142 into eclair
...
* changes:
The 8k chipset qcom decoders require that the input buffers be allocated using OMX_AllocateBuffer rather than OMX_UseBuffer for now.
2009-09-15 19:11:17 -04:00
Android (Google) Code Review
1a3f52c9ac
Merge change 25128 into eclair
...
* changes:
Support CbYCrY -> RGB565 color conversion in IOMXRenderer.
2009-09-15 17:48:33 -04:00
Android (Google) Code Review
aa503d787a
Merge change 25101 into eclair
...
* changes:
Added an API IOMX::createRendererFromJavaSurface.
2009-09-15 17:48:22 -04:00
Android (Google) Code Review
c063c00905
Merge change 25132 into eclair
...
* changes:
fix ContentProviderOperationTest
2009-09-15 17:42:25 -04:00
Android (Google) Code Review
91c05074c1
Merge change 25124 into eclair
...
* changes:
Add more error message if the script failed to pull result file from device.
2009-09-15 17:18:02 -04:00
Android (Google) Code Review
7e807d85c3
Merge change 24955 into eclair
...
* changes:
new file: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaProfileReader.java modified: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaRecorderTest.java Added a new test suite which parse the system media properties and group in into the high quality and low quality recording tests.
2009-09-15 17:10:54 -04:00
Android (Google) Code Review
f63b7ac2c4
Merge change 25117 into eclair
...
* changes:
Preserve ListView's pressed state when the adapter changes its content while the user is pressing an item.
2009-09-15 16:57:53 -04:00
Dirk Dougherty
17556395d6
am 4be629f2: Update sizes/checksums for SDK packages.
...
Merge commit '4be629f2548483c37483904f1c9121e8fc248640' into eclair
* commit '4be629f2548483c37483904f1c9121e8fc248640':
Update sizes/checksums for SDK packages.
2009-09-15 13:47:02 -07:00
Scott Main
72489b3fb6
am ca75d7f5: docs only. superficial typo
...
Merge commit 'ca75d7f59aa4bfdc124397ce2b61942c80b3350a' into eclair
* commit 'ca75d7f59aa4bfdc124397ce2b61942c80b3350a':
docs only.
2009-09-15 13:46:54 -07:00
Android (Google) Code Review
c55e65e724
Merge change 25110 into eclair
...
* changes:
synchronize access to pictureReady, copyContentPicture
2009-09-15 16:38:15 -04:00
Android (Google) Code Review
c4df531927
Merge change 25109 into eclair
...
* changes:
Some SMS logging improvements.
2009-09-15 16:37:36 -04:00
Jean-Michel Trivi
88c226c3b2
am b5308a70: Merge change 24816 into donut
...
Merge commit 'b5308a7051fedacf289470c8a7e21b63af9d4db8' into eclair
* commit 'b5308a7051fedacf289470c8a7e21b63af9d4db8':
TextToSpeech javadoc update.
2009-09-15 13:18:46 -07:00
Scott Main
0dadd607ff
am 528954c4: docs only. fix sample code errors per bug 2115299
...
Merge commit '528954c4d63980c0515528624130477f921cbc60' into eclair
* commit '528954c4d63980c0515528624130477f921cbc60':
docs only.
2009-09-15 13:18:34 -07:00
Android (Google) Code Review
c33bd9d541
Merge change 25090 into eclair
...
* changes:
Move backlight brightness from HardwareService to PowerManager
2009-09-15 15:50:51 -04:00
Android (Google) Code Review
e0960fc781
Merge change 25100 into eclair
...
* changes:
Implement Object readback.
2009-09-15 15:40:09 -04:00
Android (Google) Code Review
66fc12f0ad
Merge change 24990 into eclair
...
* changes:
change to use the new CALLER_IS_SYNCADAPTER flag
2009-09-15 15:26:42 -04:00