OSDN Git Service

android-x86/frameworks-native.git
14 years agoMerge change 25110 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 20:38:15 +0000 (16:38 -0400)]
Merge change 25110 into eclair

* changes:
  synchronize access to pictureReady, copyContentPicture

14 years agoMerge change 25109 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 20:37:36 +0000 (16:37 -0400)]
Merge change 25109 into eclair

* changes:
  Some SMS logging improvements.

14 years agoam b5308a70: Merge change 24816 into donut
Jean-Michel Trivi [Tue, 15 Sep 2009 20:18:46 +0000 (13:18 -0700)]
am b5308a70: Merge change 24816 into donut

Merge commit 'b5308a7051fedacf289470c8a7e21b63af9d4db8' into eclair

* commit 'b5308a7051fedacf289470c8a7e21b63af9d4db8':
  TextToSpeech javadoc update.

14 years agoam 528954c4: docs only. fix sample code errors per bug 2115299
Scott Main [Tue, 15 Sep 2009 20:18:34 +0000 (13:18 -0700)]
am 528954c4: docs only. fix sample code errors per bug 2115299

Merge commit '528954c4d63980c0515528624130477f921cbc60' into eclair

* commit '528954c4d63980c0515528624130477f921cbc60':
  docs only.

14 years agoMerge change 25090 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 19:50:51 +0000 (15:50 -0400)]
Merge change 25090 into eclair

* changes:
  Move backlight brightness from HardwareService to PowerManager

14 years agoMerge change 25100 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 19:40:09 +0000 (15:40 -0400)]
Merge change 25100 into eclair

* changes:
  Implement Object readback.

14 years agoMerge change 24990 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 19:26:42 +0000 (15:26 -0400)]
Merge change 24990 into eclair

* changes:
  change to use the new CALLER_IS_SYNCADAPTER flag

14 years agoMerge change 25048 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 18:51:56 +0000 (14:51 -0400)]
Merge change 25048 into eclair

* changes:
  Revert "Deprecate showSearchIconAsBadge and icon search attrs"

14 years agoMerge change 25089 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 18:44:34 +0000 (14:44 -0400)]
Merge change 25089 into eclair

* changes:
  DockObserver wakes the display when broadcasting a change  - normal display timeout applies after wake

14 years agoMerge change 25078 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 18:18:57 +0000 (14:18 -0400)]
Merge change 25078 into eclair

* changes:
  Fix FileObserverTest#testRun.

14 years agoMerge change 25059 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 17:19:56 +0000 (13:19 -0400)]
Merge change 25059 into eclair

* changes:
  special-case coordinate conversion when we are taking content coordinates to be invalidate. We need to round "out" these, to account for the slop in antialiasing, rather than using the existing routines that (correctly) round.

14 years agoMerge change 24998 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 15:29:52 +0000 (11:29 -0400)]
Merge change 24998 into eclair

* changes:
  Add Panasonic KX-TH112 to blacklist.

14 years agoMerge change 25050 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 15:29:23 +0000 (11:29 -0400)]
Merge change 25050 into eclair

* changes:
  Fix issue 2118464: cannot play ring tones and notifications after disconnecting BT headset while in call.

14 years agoMerge change 25012 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 14:32:13 +0000 (10:32 -0400)]
Merge change 25012 into eclair

* changes:
  PowerManagerService: Use 5 cm threshold for the proximity sensor.

14 years agoMerge change 23619 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 14:29:26 +0000 (10:29 -0400)]
Merge change 23619 into eclair

* changes:
  Add automatic lighting control framework

14 years agoFix issue 2118464: cannot play ring tones and notifications after disconnecting BT...
Eric Laurent [Tue, 15 Sep 2009 14:10:12 +0000 (07:10 -0700)]
Fix issue 2118464: cannot play ring tones and notifications after disconnecting BT headset while in call.

The problem comes from the fact that when the duplicated output is closed after BT headset disconnection, the OUTPUT_CLOSED notification is not sent to AudioSystem. Then the mapping between notification stream and duplicated output cached in AudioSystem is not cleared and next time a notification is played, the duplicated output is selected and the createTrack() request is refused by AudioFlinger as the selected output doesn't exist.
The notification is ignored by AudioFlinger because when it is sent by the terminating playback thread, the thread has already been removed from the playback thread list.

The fix consists in sending the notification in closeOutput() and not when exiting the playback thread.
The same fix is applied to record threads.

14 years agoFix 2083478: Camera needs an auto-focus cancel API
Chih-Chung Chang [Tue, 15 Sep 2009 06:51:56 +0000 (14:51 +0800)]
Fix 2083478: Camera needs an auto-focus cancel API

Change-Id: I13bda991b32aee47e82b5cf9d43b3021c416a9a2

14 years agoMerge change 24872 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 06:26:19 +0000 (02:26 -0400)]
Merge change 24872 into eclair

* changes:
  Fix issue 2115450: a2dp thread is started, even though we are only connected to headset and not playing music.

14 years agoMerge change 25013 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 04:26:45 +0000 (00:26 -0400)]
Merge change 25013 into eclair

* changes:
  Various fixed for back key handling.

14 years agoMerge change 24977 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 01:11:56 +0000 (21:11 -0400)]
Merge change 24977 into eclair

* changes:
  add support for RGBX_8888 surfaces in SurfaceFlinger

14 years agoadd support for RGBX_8888 surfaces in SurfaceFlinger
Mathias Agopian [Tue, 15 Sep 2009 01:10:30 +0000 (18:10 -0700)]
add support for RGBX_8888 surfaces in SurfaceFlinger

14 years agoMerge change 24887 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 01:07:00 +0000 (21:07 -0400)]
Merge change 24887 into eclair

* changes:
  Fix http://b/issue?id=2098873 (drawing glitch in SeekBar).

14 years agoMerge change 24850 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 00:56:46 +0000 (20:56 -0400)]
Merge change 24850 into eclair

* changes:
  Last big work on #1991910: Make swipes work with capacitive keys

14 years agoMerge change 24662 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 00:30:43 +0000 (20:30 -0400)]
Merge change 24662 into eclair

* changes:
  Fix URI returned by IccProvider.

14 years agoMerge change 24968 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 00:15:31 +0000 (20:15 -0400)]
Merge change 24968 into eclair

* changes:
  Minor perf tweak for fountain.

14 years agoMerge change 24921 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 23:30:37 +0000 (19:30 -0400)]
Merge change 24921 into eclair

* changes:
  add system properties for experimenting with sync timeouts.

14 years agoMerge change 24948 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 23:02:19 +0000 (19:02 -0400)]
Merge change 24948 into eclair

* changes:
  fix [2117464] SF can crash when calling dumpsys

14 years agoMerge change 24947 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 23:01:40 +0000 (19:01 -0400)]
Merge change 24947 into eclair

* changes:
  make sure to update the tail pointer when undoing a dequeue

14 years agofix [2117464] SF can crash when calling dumpsys
Mathias Agopian [Mon, 14 Sep 2009 22:59:16 +0000 (15:59 -0700)]
fix [2117464] SF can crash when calling dumpsys

14 years agoMerge change 24932 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 22:48:58 +0000 (18:48 -0400)]
Merge change 24932 into eclair

* changes:
  Added a little more logging in OMXCodec.cpp for vendors to be able to reproduce issues...

14 years agomake sure to update the tail pointer when undoing a dequeue
Mathias Agopian [Mon, 14 Sep 2009 22:48:42 +0000 (15:48 -0700)]
make sure to update the tail pointer when undoing a dequeue

14 years agoMerge change 24829 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 22:45:42 +0000 (18:45 -0400)]
Merge change 24829 into eclair

* changes:
  Some optizations to wallpaper drawing/scrolling.

14 years agoMerge change 24841 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 22:31:39 +0000 (18:31 -0400)]
Merge change 24841 into eclair

* changes:
  process: Switch to common cutils sched_policy api

14 years agoMerge change 24931 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 22:21:51 +0000 (18:21 -0400)]
Merge change 24931 into eclair

* changes:
  Fix the bogus crashes in layout and reliability tests (the device actually went offline).

14 years agoMerge change 24927 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 22:15:59 +0000 (18:15 -0400)]
Merge change 24927 into eclair

* changes:
  Fix a possible NPE in View.

14 years agoMerge change 24814 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 21:37:56 +0000 (17:37 -0400)]
Merge change 24814 into eclair

* changes:
  Enable log message for tracking issue #2092299.

14 years agoMerge change 24847 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 19:39:16 +0000 (15:39 -0400)]
Merge change 24847 into eclair

* changes:
  PowerManagerService: Fix keyboard backlight support:

14 years agoMerge change 24903 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 19:05:49 +0000 (15:05 -0400)]
Merge change 24903 into eclair

* changes:
  Fix some LayoutBridge javadoc.

14 years agoMerge change 24902 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 18:54:42 +0000 (14:54 -0400)]
Merge change 24902 into eclair

* changes:
  Add "rtsp" to the list of URL schemes that get linkified.

14 years agoMerge change 24898 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 18:29:15 +0000 (14:29 -0400)]
Merge change 24898 into eclair

* changes:
  Fix the parsing for instrumentation result, some Java exceptions are not reported right now

14 years agoMerge change 24816 into donut
Android (Google) Code Review [Mon, 14 Sep 2009 17:54:00 +0000 (13:54 -0400)]
Merge change 24816 into donut

* changes:
  TextToSpeech javadoc update.

14 years agoMerge change 24742 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 17:08:02 +0000 (13:08 -0400)]
Merge change 24742 into eclair

* changes:
  Apparently I must not use OMX_UseBuffer on either input or output ports on any of the TI components... or else.

14 years agoMerge change 24747 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 16:27:40 +0000 (12:27 -0400)]
Merge change 24747 into eclair

* changes:
  Use floor to calculate the range to avoid the rounding error triggered scrollbar. The worst case is that you can never scroll down to the last pixel. The old special case can cause problem when getViewWidth/Height have changed which do not match mLastXXSent any more.

14 years agoMerge change 24683 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 15:30:43 +0000 (11:30 -0400)]
Merge change 24683 into eclair

* changes:
  Tell GlobalSearch about searches without a suggestion

14 years agoFix issue 2115450: a2dp thread is started, even though we are only connected to heads...
Eric Laurent [Mon, 14 Sep 2009 08:38:42 +0000 (01:38 -0700)]
Fix issue 2115450: a2dp thread is started, even though we are only connected to headset and not playing music.

This is due to a regression introduced by change 24114: when no audio tracks are ready for mixing, 0s are written to audio hardware. However this should only happen if tracks have already been mixed since the audio flinger thread woke up.
Also do not write 0s to audio hardware in direct output threads when audio format is not linear PCM.

14 years agoMerge change 24337 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 06:43:52 +0000 (02:43 -0400)]
Merge change 24337 into eclair

* changes:
  Fix issue 2107584: media server crash when AudioFlinger fails to allocate memory for track control block.

14 years agoMerge change 24673 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 03:44:52 +0000 (23:44 -0400)]
Merge change 24673 into eclair

* changes:
  Add tests and misc fixes on keystore.

14 years agoPass return code from Camera HAL for setParameters().
James Dong [Mon, 14 Sep 2009 00:10:24 +0000 (17:10 -0700)]
Pass return code from Camera HAL for setParameters().
bug 2116866

14 years agoMerge change 24509 into eclair
Android (Google) Code Review [Sun, 13 Sep 2009 22:43:38 +0000 (18:43 -0400)]
Merge change 24509 into eclair

* changes:
  Addressed reviewer comments.

14 years agoprocess: Switch to common cutils sched_policy api
San Mehat [Sat, 12 Sep 2009 17:10:37 +0000 (10:10 -0700)]
process: Switch to common cutils sched_policy api

Signed-off-by: San Mehat <san@google.com>
14 years agoMerge change 24825 into eclair
Android (Google) Code Review [Sat, 12 Sep 2009 02:19:10 +0000 (22:19 -0400)]
Merge change 24825 into eclair

* changes:
  fix [2111536] [FAST BLOCKER] Device is soft rebooted after ending the call through voice dialer

14 years agofix [2111536] [FAST BLOCKER] Device is soft rebooted after ending the call through...
Mathias Agopian [Sat, 12 Sep 2009 02:18:20 +0000 (19:18 -0700)]
fix [2111536] [FAST BLOCKER] Device is soft rebooted after ending the call through voice dialer

14 years agoMerge change 24805 into eclair
Android (Google) Code Review [Sat, 12 Sep 2009 01:08:38 +0000 (21:08 -0400)]
Merge change 24805 into eclair

* changes:
  Don't init wifiChannels until after supplicant up

14 years agoMerge change 22561 into eclair
Android (Google) Code Review [Sat, 12 Sep 2009 01:02:54 +0000 (21:02 -0400)]
Merge change 22561 into eclair

* changes:
  Performance measurement framework:

14 years agoMerge change 24789 into eclair
Android (Google) Code Review [Sat, 12 Sep 2009 00:59:42 +0000 (20:59 -0400)]
Merge change 24789 into eclair

* changes:
   modified:   tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java  modified:   tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaPlayerStressTest.java Fix the m4a1 duration and the also fix the random_seek time error in the stress test.

14 years agoMerge change 24754 into eclair
Android (Google) Code Review [Sat, 12 Sep 2009 00:53:43 +0000 (20:53 -0400)]
Merge change 24754 into eclair

* changes:
  Handle secondary APN connect failures.

14 years agoMerge change 24797 into eclair
Android (Google) Code Review [Sat, 12 Sep 2009 00:04:01 +0000 (20:04 -0400)]
Merge change 24797 into eclair

* changes:
  Don't backup/restore telephony material from secure settings

14 years agoMerge change 24609 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 23:24:44 +0000 (19:24 -0400)]
Merge change 24609 into eclair

* changes:
  If disk-full, don't crash the system server. Still todo: when we have disk we should trigger the  event again.

14 years agoMerge change 24773 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 22:26:02 +0000 (18:26 -0400)]
Merge change 24773 into eclair

* changes:
  Fix NPE in TelephonyManager.

14 years agoMerge change 24762 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 21:45:10 +0000 (17:45 -0400)]
Merge change 24762 into eclair

* changes:
  dumpstate: Switch back to running as non-root

14 years agoMerge change 24764 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 21:30:46 +0000 (17:30 -0400)]
Merge change 24764 into eclair

* changes:
  Add @Widget annotation to GestureOverlayView to make it usable in ADT.

14 years agoMerge change 24635 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 20:46:19 +0000 (16:46 -0400)]
Merge change 24635 into eclair

* changes:
  Fix issue #1983406: Soft keyboard doesn't show up in an EditText with "digits" attribute set

14 years agoMerge change 24735 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 19:24:01 +0000 (15:24 -0400)]
Merge change 24735 into eclair

* changes:
  Handle DisconnectRequested message sent by Bluez.

14 years agoMerge change 24675 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 18:56:14 +0000 (14:56 -0400)]
Merge change 24675 into eclair

* changes:
  change default for dither to true

14 years agoMerge change 24475 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 18:23:33 +0000 (14:23 -0400)]
Merge change 24475 into eclair

* changes:
  Save and restore partial supplicant data, not the whole file.

14 years agoam 4d484a82: Merge change 24700 into donut
Scott Main [Fri, 11 Sep 2009 17:49:33 +0000 (10:49 -0700)]
am 4d484a82: Merge change 24700 into donut

Merge commit '4d484a823d336ea587e37508fe73178d711dcdca' into eclair

* commit '4d484a823d336ea587e37508fe73178d711dcdca':
  docs only.

14 years agoMerge change 24700 into donut
Android (Google) Code Review [Fri, 11 Sep 2009 17:44:08 +0000 (13:44 -0400)]
Merge change 24700 into donut

* changes:
  docs only. add android 1.6 video to the highlights doc and featured videos list

14 years agoMerge change 24702 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 17:11:20 +0000 (13:11 -0400)]
Merge change 24702 into eclair

* changes:
  Only build the "full" stagefright (including MediaExtractors and MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true).

14 years agoam 79253f8b: Merge change 24690 into donut
Scott Main [Fri, 11 Sep 2009 16:32:26 +0000 (09:32 -0700)]
am 79253f8b: Merge change 24690 into donut

Merge commit '79253f8b4223976c010e52a34e8785648c8fb074' into eclair

* commit '79253f8b4223976c010e52a34e8785648c8fb074':
  docs only.

14 years agoam 890175db: Merge change 24574 into donut
Scott Main [Fri, 11 Sep 2009 16:32:19 +0000 (09:32 -0700)]
am 890175db: Merge change 24574 into donut

Merge commit '890175db1f425cb92365cc7941c6c64544b2c164' into eclair

* commit '890175db1f425cb92365cc7941c6c64544b2c164':
  docs only.

14 years agoMerge change 24690 into donut
Android (Google) Code Review [Fri, 11 Sep 2009 16:27:49 +0000 (12:27 -0400)]
Merge change 24690 into donut

* changes:
  docs only. update japanese site homepage with 1.6 sdk links

14 years agoMerge change 24574 into donut
Android (Google) Code Review [Fri, 11 Sep 2009 16:27:30 +0000 (12:27 -0400)]
Merge change 24574 into donut

* changes:
  docs only. revise the maxSdkVersion description

14 years agoam 7350ff3d: Merge change 24631 into donut
Dirk Dougherty [Fri, 11 Sep 2009 16:25:45 +0000 (09:25 -0700)]
am 7350ff3d: Merge change 24631 into donut

Merge commit '7350ff3d572624abb5a46c3c4969e0b91cb05109' into eclair

* commit '7350ff3d572624abb5a46c3c4969e0b91cb05109':
  Minor changes to api levels doc and upgrading doc. Change Linux "tested on" to Hardy Heron.

14 years agoam 18dd1eeb: Merge change 24419 into donut
Dirk Dougherty [Fri, 11 Sep 2009 16:25:38 +0000 (09:25 -0700)]
am 18dd1eeb: Merge change 24419 into donut

Merge commit '18dd1eeb23a700ba37604d521d7eab8a371f9dc5' into eclair

* commit '18dd1eeb23a700ba37604d521d7eab8a371f9dc5':
  Move API change details from highlights doc to version notes doc.

14 years agoMerge change 24631 into donut
Android (Google) Code Review [Fri, 11 Sep 2009 16:19:28 +0000 (12:19 -0400)]
Merge change 24631 into donut

* changes:
  Minor changes to api levels doc and upgrading doc. Change Linux "tested on" to Hardy Heron.

14 years agoMerge change 24419 into donut
Android (Google) Code Review [Fri, 11 Sep 2009 16:16:19 +0000 (12:16 -0400)]
Merge change 24419 into donut

* changes:
  Move API change details from highlights doc to version notes doc.

14 years agoAdd tests and misc fixes on keystore.
Hung-ying Tyan [Fri, 11 Sep 2009 10:34:28 +0000 (18:34 +0800)]
Add tests and misc fixes on keystore.

* Refactor netkeystore.c to make client and server code testable.
* Add a client test for setting new passwd and changing passwd.
* Exclude "." and ".." from reset_keystore().
* Change ServerCommand.executeCommand() to accept variable length of
  arguments and add convert() to marshalling the args to bytes.
* Keystore.java is revised accordingly.

14 years agoMerge change 24643 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 02:59:12 +0000 (22:59 -0400)]
Merge change 24643 into eclair

* changes:
  fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore

14 years agoMerge change 24642 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 02:59:02 +0000 (22:59 -0400)]
Merge change 24642 into eclair

* changes:
  make sure conditions will return when the status of a surface is not NO_ERROR

14 years agoam cd419cf8: Merge change 24641 into donut
Scott Main [Fri, 11 Sep 2009 02:51:37 +0000 (19:51 -0700)]
am cd419cf8: Merge change 24641 into donut

Merge commit 'cd419cf89c552479bd382e3e0c554c84375f85f9' into eclair

* commit 'cd419cf89c552479bd382e3e0c554c84375f85f9':
  docs only.

14 years agoMerge change 24641 into donut
Android (Google) Code Review [Fri, 11 Sep 2009 02:46:35 +0000 (22:46 -0400)]
Merge change 24641 into donut

* changes:
  docs only. change the japanese homepage Market link to go to the Market dev site instead of the English market promo site

14 years agofix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore
Mathias Agopian [Fri, 11 Sep 2009 02:41:18 +0000 (19:41 -0700)]
fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore

this also fixes part of [2111536] Device is soft rebooted after ending the call through voice dialer

14 years agoam d27b1083: docs only. add Searchable resource information to the Available Resource...
Scott Main [Fri, 11 Sep 2009 02:33:56 +0000 (19:33 -0700)]
am d27b1083: docs only. add Searchable resource information to the Available Resources doc and update some some of the attribute documentation to indicate that the icon label is not recommended. and fixing merge issue...

Merge commit 'd27b10837525f341eee7d46013e2177b0bad3c60' into eclair

* commit 'd27b10837525f341eee7d46013e2177b0bad3c60':
  docs only.

14 years agoMerge change 24630 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 01:27:20 +0000 (21:27 -0400)]
Merge change 24630 into eclair

* changes:
  resolved conflicts for merge of e0408aa1 to eclair

14 years agoMerge change 24514 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 01:12:11 +0000 (21:12 -0400)]
Merge change 24514 into eclair

* changes:
  Add smallIcon and accountPreferences references to AuthenticatorDescription. Update after path conflict.

14 years agoMerge change 24588 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 01:10:58 +0000 (21:10 -0400)]
Merge change 24588 into eclair

* changes:
  Fix for multi-apn MMS access.

14 years agoresolved conflicts for merge of e0408aa1 to eclair
Scott Main [Fri, 11 Sep 2009 01:08:37 +0000 (18:08 -0700)]
resolved conflicts for merge of e0408aa1 to eclair

14 years agoMerge change 24618 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 00:45:00 +0000 (20:45 -0400)]
Merge change 24618 into eclair

* changes:
  AGL's glCompressedTexImage2D now checks the imageSize parameter.

14 years agoMerge change 24559 into donut
Android (Google) Code Review [Fri, 11 Sep 2009 00:17:52 +0000 (20:17 -0400)]
Merge change 24559 into donut

* changes:
  docs only. add documentation to notify developers about variable camera specifications and add some more links

14 years agoAGL's glCompressedTexImage2D now checks the imageSize parameter.
Jack Palevich [Fri, 11 Sep 2009 00:13:28 +0000 (17:13 -0700)]
AGL's glCompressedTexImage2D now checks the imageSize parameter.

This parameter indicates how many bytes of the image data are valid.

Previously this parameter was ignored.

14 years agomake sure conditions will return when the status of a surface is not NO_ERROR
Mathias Agopian [Thu, 10 Sep 2009 23:55:13 +0000 (16:55 -0700)]
make sure conditions will return when the status of a surface is not NO_ERROR

14 years agoMerge change 24607 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 23:13:52 +0000 (19:13 -0400)]
Merge change 24607 into eclair

* changes:
  Try not to crash the system server because of corrupt restore data

14 years agoProcess: Add support for using scheduler policies instead of cgroups.
San Mehat [Wed, 9 Sep 2009 03:28:35 +0000 (20:28 -0700)]
Process: Add support for using scheduler policies instead of cgroups.
Preference is given to cgroups if available.

Signed-off-by: San Mehat <san@google.com>
14 years agoMerge change 24583 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 22:08:08 +0000 (18:08 -0400)]
Merge change 24583 into eclair

* changes:
  Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API.

14 years agoMerge change 24567 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 21:28:57 +0000 (17:28 -0400)]
Merge change 24567 into eclair

* changes:
  Fix issue #1943927: need notification in status bar when adb is active

14 years agoMerge change 24581 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 21:26:05 +0000 (17:26 -0400)]
Merge change 24581 into eclair

* changes:
  Dialog titles would sometimes use a font too large.

14 years agoMerge change 24551 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 18:53:26 +0000 (14:53 -0400)]
Merge change 24551 into eclair

* changes:
  default dithering to ON (cheap, looks good) officially ignore filtering (expensive, no real improvement)

14 years agoam c2d3fc2c: Merge change 22323 into donut
Scott Main [Thu, 10 Sep 2009 18:40:01 +0000 (11:40 -0700)]
am c2d3fc2c: Merge change 22323 into donut

Merge commit 'c2d3fc2cc1db63e7bb9421878f2959a3936325a9' into eclair

* commit 'c2d3fc2cc1db63e7bb9421878f2959a3936325a9':
  docs only.

14 years agoMerge change 22323 into donut
Android (Google) Code Review [Thu, 10 Sep 2009 18:29:59 +0000 (14:29 -0400)]
Merge change 22323 into donut

* changes:
  docs only. add the 1.6 platform highlights

14 years agoMerge change 24464 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 18:09:54 +0000 (14:09 -0400)]
Merge change 24464 into eclair

* changes:
  Fix for bug # 2023074: settings db updater broken at version 34.