OSDN Git Service

android-x86/frameworks-native.git
13 years agoMerge changes I1f7c4535,I741c68a2 into gingerbread
Mathias Agopian [Sat, 25 Sep 2010 01:02:10 +0000 (18:02 -0700)]
Merge changes I1f7c4535,I741c68a2 into gingerbread

* changes:
  simple test app for screen capture API
  add support for [1974164] Be able to take a screen shot on the device

13 years agoMerge "do not merge - Asset update (pass #3)" into gingerbread
Patrick Dubroy [Fri, 24 Sep 2010 23:57:46 +0000 (16:57 -0700)]
Merge "do not merge - Asset update (pass #3)" into gingerbread

13 years agoMerge "Some debugging support." into gingerbread
Dianne Hackborn [Fri, 24 Sep 2010 22:28:34 +0000 (15:28 -0700)]
Merge "Some debugging support." into gingerbread

13 years agosimple test app for screen capture API
Mathias Agopian [Fri, 24 Sep 2010 22:01:49 +0000 (15:01 -0700)]
simple test app for screen capture API

Change-Id: I1f7c453508ccfd4faaa8b1279968a358ce3f1e5a

13 years agoadd support for [1974164] Be able to take a screen shot on the device
Mathias Agopian [Fri, 24 Sep 2010 18:26:58 +0000 (11:26 -0700)]
add support for [1974164] Be able to take a screen shot on the device

screenshots are taken using ISurfaceComposer::captureScreen() which returns
the size of the screenshot and an IMemoryHeap containing the data.
screenshots have limitations:
- they will always fail if a secure window is up on screen
- require GL_OES_framebuffer_object extension
- in some situation, video planes won't been captured

Change-Id: I741c68a2d2984fb139039301c3349e6780e2cd58

13 years agoMerge "fix problem in AudioEffect JNI setup." into gingerbread
Eric Laurent [Fri, 24 Sep 2010 20:43:54 +0000 (13:43 -0700)]
Merge "fix problem in AudioEffect JNI setup." into gingerbread

13 years agoSome debugging support.
Dianne Hackborn [Fri, 24 Sep 2010 18:16:23 +0000 (11:16 -0700)]
Some debugging support.

- New feature to "am monitor" to have it automatically launch
  gdbserv for you when a crash/ANR happens, and tell you how to
  run the client.

- Update dumpstate to match new location of binder debug logs

- Various commented out logs that are being used to track down
  issues.

Change-Id: Ia5dd0cd2df983a1fc6be697642a4590aa02a26a5

13 years agoMerge "Use the default SecureRandom provider." into gingerbread
Nick Kralevich [Fri, 24 Sep 2010 20:10:42 +0000 (13:10 -0700)]
Merge "Use the default SecureRandom provider." into gingerbread

13 years agoMerge "Add new Alarm provider class for setting an alarm." into gingerbread
Patrick Scott [Fri, 24 Sep 2010 18:34:10 +0000 (11:34 -0700)]
Merge "Add new Alarm provider class for setting an alarm." into gingerbread

13 years agoMerge "Revert "Revert "Free created FileMap when uncompressing files""" into gingerbread
Kenny Root [Fri, 24 Sep 2010 18:33:35 +0000 (11:33 -0700)]
Merge "Revert "Revert "Free created FileMap when uncompressing files""" into gingerbread

13 years agoMerge "Add locking around ZIP seeking" into gingerbread
Kenny Root [Fri, 24 Sep 2010 18:33:29 +0000 (11:33 -0700)]
Merge "Add locking around ZIP seeking" into gingerbread

13 years agoMerge "Instead of just writing one track to the .mp4 file, write all of them (at...
Andreas Huber [Fri, 24 Sep 2010 17:44:01 +0000 (10:44 -0700)]
Merge "Instead of just writing one track to the .mp4 file, write all of them (at most 1 video and 1 audio track). Also support httplive URIs in the stagefright commandline tool." into gingerbread

13 years agoMerge "Move long Connectivity tasks to handler thread." into gingerbread
Robert Greenwalt [Fri, 24 Sep 2010 17:42:46 +0000 (10:42 -0700)]
Merge "Move long Connectivity tasks to handler thread." into gingerbread

13 years agoMerge "Import revised translations. DO NOT MERGE" into gingerbread
Eric Fischer [Fri, 24 Sep 2010 17:37:04 +0000 (10:37 -0700)]
Merge "Import revised translations.  DO NOT MERGE" into gingerbread

13 years agoMerge "Fix issue 3007862" into gingerbread
Eric Laurent [Fri, 24 Sep 2010 16:43:24 +0000 (09:43 -0700)]
Merge "Fix issue 3007862" into gingerbread

13 years agoRevert "Revert "Free created FileMap when uncompressing files""
Kenny Root [Fri, 24 Sep 2010 16:11:28 +0000 (09:11 -0700)]
Revert "Revert "Free created FileMap when uncompressing files""

This revert reverts commit a19ef306bd0a257c67b50f5e0e669e9fe52b0889.

13 years agoMerge "Proper sync-frame detection for sources that don't already provide it." into...
Andreas Huber [Fri, 24 Sep 2010 15:17:20 +0000 (08:17 -0700)]
Merge "Proper sync-frame detection for sources that don't already provide it." into gingerbread

13 years agoAdd locking around ZIP seeking
Kenny Root [Fri, 24 Sep 2010 14:57:37 +0000 (07:57 -0700)]
Add locking around ZIP seeking

Since we switched to seeking to the LFH to verify its existence instead
of a huge mmap of the file, we have to guarantee that another seek
doesn't happen before we finish our read on the LFH.

Change-Id: If8135d9cb6f2f5cc4db734eafa4f6b5f6269c62a

13 years agoMerge "Use MOTOYA font for Japanese font" into gingerbread
satok [Fri, 24 Sep 2010 08:33:23 +0000 (01:33 -0700)]
Merge "Use MOTOYA font for Japanese font" into gingerbread

13 years agoMerge "better fix for [3028370] GL get error should return a valid error if no contex...
Mathias Agopian [Fri, 24 Sep 2010 01:14:44 +0000 (18:14 -0700)]
Merge "better fix for [3028370] GL get error should return a valid error if no context is bound." into gingerbread

13 years agoMerge "Crash apps when they provide bad notifications instead of crashing the system...
Joe Onorato [Thu, 23 Sep 2010 23:52:28 +0000 (16:52 -0700)]
Merge "Crash apps when they provide bad notifications instead of crashing the system process." into gingerbread

13 years agobetter fix for [3028370] GL get error should return a valid error if no context is...
Mathias Agopian [Thu, 23 Sep 2010 23:38:38 +0000 (16:38 -0700)]
better fix for [3028370] GL get error should return a valid error if no context is bound.

it turns out that we cannot return INVALID_OPERATION from glGetError() because the
GL spec says that it must be called in a loop until it returns GL_NO_ERROR.

now, we always return 0 from GL functions called from a thread with no
context bound. This means that glGetError() will return NO_ERROR in this case,
which is better than returning a random value (which could trap the app in a loop).

if this happens in the main thread of a process, we LOG an error message once.

Change-Id: Id59620e675a890286ef62a257c02b06e0fdcaf69

13 years agoMerge "Handle OPTIONS requests from SIP servers." into gingerbread
Chung-yih Wang [Thu, 23 Sep 2010 23:36:18 +0000 (16:36 -0700)]
Merge "Handle OPTIONS requests from SIP servers." into gingerbread

13 years agoMerge "Doc change: ADT 0.9.9 version notes, size/sum update." into gingerbread
Dirk Dougherty [Thu, 23 Sep 2010 21:58:41 +0000 (14:58 -0700)]
Merge "Doc change: ADT 0.9.9 version notes, size/sum update." into gingerbread

13 years agoMerge "Enforce serial ordering of MotionEvents." into gingerbread
Jeff Brown [Thu, 23 Sep 2010 21:51:52 +0000 (14:51 -0700)]
Merge "Enforce serial ordering of MotionEvents." into gingerbread

13 years agoMerge "Better errors in PackageManagerTests" into gingerbread
Kenny Root [Thu, 23 Sep 2010 21:27:00 +0000 (14:27 -0700)]
Merge "Better errors in PackageManagerTests" into gingerbread

13 years agoMerge "Depending on our preference to write 2-byte or 4-byte NALs, patch the codec...
Andreas Huber [Thu, 23 Sep 2010 21:16:48 +0000 (14:16 -0700)]
Merge "Depending on our preference to write 2-byte or 4-byte NALs, patch the codec specific data 'avcC' accordingly." into gingerbread

13 years agoMerge "Fix a deadlock I ran into." into gingerbread
Dianne Hackborn [Thu, 23 Sep 2010 21:15:45 +0000 (14:15 -0700)]
Merge "Fix a deadlock I ran into." into gingerbread

13 years agoMerge "Add an aapt option to allow string variations for different devices." into...
Eric Fischer [Thu, 23 Sep 2010 20:47:06 +0000 (13:47 -0700)]
Merge "Add an aapt option to allow string variations for different devices." into gingerbread

13 years agofix [3028370] GL get error should return a valid error if no context is bound.
Mathias Agopian [Thu, 23 Sep 2010 18:32:52 +0000 (11:32 -0700)]
fix [3028370] GL get error should return a valid error if no context is bound.

glGetError() will now always return GL_INVALID_OPERATION if called from a thread
with no GL context bound.

Change-Id: I28ba458871db051bb4f5a26668a1fa123526869c

13 years agoam 5b7328f2: Merge "docs: add more info about state list drawable and onclick attribu...
Scott Main [Thu, 23 Sep 2010 18:41:48 +0000 (11:41 -0700)]
am 5b7328f2: Merge "docs: add more info about state list drawable and onclick attribute to Button bug:1062898" into froyo

Merge commit '5b7328f257a76ff6b7b60872d6a106002ff1f679' into gingerbread

* commit '5b7328f257a76ff6b7b60872d6a106002ff1f679':
  docs: add more info about state list drawable and onclick attribute to Button

13 years agoam 27de3a24: (-s ours) Doc change: ADT 0.9.9 version notes, size/sum update.
Dirk Dougherty [Thu, 23 Sep 2010 18:37:33 +0000 (11:37 -0700)]
am 27de3a24: (-s ours) Doc change: ADT 0.9.9 version notes, size/sum update.

Merge commit '27de3a240fcf6e5cdd1b228fa11ffcb4fdc73866' into gingerbread

* commit '27de3a240fcf6e5cdd1b228fa11ffcb4fdc73866':
  Doc change: ADT 0.9.9 version notes, size/sum update.

13 years agoMerge "docs: add more info about state list drawable and onclick attribute to Button...
Scott Main [Thu, 23 Sep 2010 18:23:48 +0000 (11:23 -0700)]
Merge "docs: add more info about state list drawable and onclick attribute to Button bug:1062898" into froyo

13 years agoMerge "Fix issue 3022800." into gingerbread
Eric Laurent [Thu, 23 Sep 2010 18:07:06 +0000 (11:07 -0700)]
Merge "Fix issue 3022800." into gingerbread

13 years agoMerge "Fix for IndexOutOfBounds in setComposingRegion." into gingerbread
Amith Yamasani [Thu, 23 Sep 2010 18:03:49 +0000 (11:03 -0700)]
Merge "Fix for IndexOutOfBounds in setComposingRegion." into gingerbread

13 years agoMerge "Use the advertised profile and level from M4V and H263 video encoders" into...
James Dong [Thu, 23 Sep 2010 17:11:04 +0000 (10:11 -0700)]
Merge "Use the advertised profile and level from M4V and H263 video encoders" into gingerbread

13 years agoMerge "Cleanup Netd to prevent getting hung." into gingerbread
Robert Greenwalt [Thu, 23 Sep 2010 15:41:21 +0000 (08:41 -0700)]
Merge "Cleanup Netd to prevent getting hung." into gingerbread

13 years agoMerge changes I7efff4f2,I1631ee20,I14d9886a,Ic2858920,Iff588130,I37ba9d83 into ginger...
repo sync [Thu, 23 Sep 2010 06:14:15 +0000 (23:14 -0700)]
Merge changes I7efff4f2,I1631ee20,I14d9886a,Ic2858920,Iff588130,I37ba9d83 into gingerbread

* changes:
  SIP: Make SipAudioCallImpl use SimpleSessionDescription instead of javax.sdp.
  SDP: Add a simple class to help manipulate session descriptions.
  RTP: Add log throttle for "no data".
  RTP: Update native part to reflect the API change.
  RTP: Add two getters to retrieve the current configuration from AudioStream.
  RTP: Extend codec capability and update the APIs.

13 years agoMerge "DO NOT MERGE Apply new styles to the status bar/notification shade" into ginge...
Adam Powell [Thu, 23 Sep 2010 04:08:10 +0000 (21:08 -0700)]
Merge "DO NOT MERGE Apply new styles to the status bar/notification shade" into gingerbread

13 years agoMerge "Fix NPE in PowerManagerService on boot, if some settings are corrupted." into...
Amith Yamasani [Wed, 22 Sep 2010 23:29:49 +0000 (16:29 -0700)]
Merge "Fix NPE in PowerManagerService on boot, if some settings are corrupted." into gingerbread

13 years agoMerge "Request permission for global audio effects." into gingerbread
Eric Laurent [Wed, 22 Sep 2010 23:00:59 +0000 (16:00 -0700)]
Merge "Request permission for global audio effects." into gingerbread

13 years agoMerge "Decrease sensitivity of orientation changes a bit." into gingerbread
Steve Howard [Wed, 22 Sep 2010 22:57:12 +0000 (15:57 -0700)]
Merge "Decrease sensitivity of orientation changes a bit." into gingerbread

13 years agoMerge "Fix more audio effects auto tests" into gingerbread
Eric Laurent [Wed, 22 Sep 2010 22:53:49 +0000 (15:53 -0700)]
Merge "Fix more audio effects auto tests" into gingerbread

13 years agoMerge "Raise the amount of memory set aside for omx buffer allocations in the test...
Andreas Huber [Wed, 22 Sep 2010 22:34:00 +0000 (15:34 -0700)]
Merge "Raise the amount of memory set aside for omx buffer allocations in the test harness to accomodate the new requirements of some codecs." into gingerbread

13 years agoMerge "Flesh out StrictMode docs." into gingerbread
Brad Fitzpatrick [Wed, 22 Sep 2010 22:25:26 +0000 (15:25 -0700)]
Merge "Flesh out StrictMode docs." into gingerbread

13 years agoMerge "fix small bug in EGL error management" into gingerbread
Mathias Agopian [Wed, 22 Sep 2010 21:15:23 +0000 (14:15 -0700)]
Merge "fix small bug in EGL error management" into gingerbread

13 years agoMerge "Make sure we drain the avc software decoder's output queue once we run out...
Andreas Huber [Wed, 22 Sep 2010 19:20:54 +0000 (12:20 -0700)]
Merge "Make sure we drain the avc software decoder's output queue once we run out of input data." into gingerbread

13 years agoMerge "DO NOT MERGE - redo Ib5e519fb40d3191ecac06c03a844872df19f3963" into gingerbread
Vasu Nori [Wed, 22 Sep 2010 19:10:37 +0000 (12:10 -0700)]
Merge "DO NOT MERGE - redo  Ib5e519fb40d3191ecac06c03a844872df19f3963" into gingerbread

13 years agoMerge "Fix problem where Base64InputStream single-byte reads were unsigned." into...
Jesse Wilson [Wed, 22 Sep 2010 18:38:43 +0000 (11:38 -0700)]
Merge "Fix problem where Base64InputStream single-byte reads were unsigned." into gingerbread

13 years agoMerge "GpsLocationProvider: Fix race condition while bringing up APN for SUPL." into...
Mike Lockwood [Wed, 22 Sep 2010 16:54:53 +0000 (09:54 -0700)]
Merge "GpsLocationProvider: Fix race condition while bringing up APN for SUPL." into gingerbread

13 years agoMerge "SipService: fix thread/socket leak" into gingerbread
Hung-ying Tyan [Wed, 22 Sep 2010 16:35:35 +0000 (09:35 -0700)]
Merge "SipService: fix thread/socket leak" into gingerbread

13 years agoMerge "Fix broken insert reverb auto tests." into gingerbread
Eric Laurent [Wed, 22 Sep 2010 16:34:00 +0000 (09:34 -0700)]
Merge "Fix broken insert reverb auto tests." into gingerbread

13 years agoMerge "Do not merge: clear text selection on rotate" into gingerbread
Cary Clark [Wed, 22 Sep 2010 15:29:12 +0000 (08:29 -0700)]
Merge "Do not merge: clear text selection on rotate" into gingerbread

13 years agoMerge "Fix race reading input configuration during system startup." into gingerbread
Jeff Brown [Wed, 22 Sep 2010 01:33:12 +0000 (18:33 -0700)]
Merge "Fix race reading input configuration during system startup." into gingerbread

13 years agoMerge "Adding new feature definitions for new sensors (barometer and gyroscope.)...
Dan Morrill [Tue, 21 Sep 2010 23:59:29 +0000 (16:59 -0700)]
Merge "Adding new feature definitions for new sensors (barometer and gyroscope.)" into gingerbread

13 years agoMerge "Fix issue 2913071." into gingerbread
Eric Laurent [Tue, 21 Sep 2010 22:55:17 +0000 (15:55 -0700)]
Merge "Fix issue 2913071." into gingerbread

13 years agofix small bug in EGL error management
Mathias Agopian [Tue, 21 Sep 2010 22:43:59 +0000 (15:43 -0700)]
fix small bug in EGL error management

make sure to clear our EGL implementation's error when returning
an error from an underlying implementation

Change-Id: Ibce4726cef1f900e4c7f16002345d7a07f8cdf41

13 years agoMerge "Looper: use pthread_once for TLS key initialization." into gingerbread
Jeff Brown [Tue, 21 Sep 2010 22:36:06 +0000 (15:36 -0700)]
Merge "Looper: use pthread_once for TLS key initialization." into gingerbread

13 years agoLooper: use pthread_once for TLS key initialization.
Jeff Brown [Tue, 21 Sep 2010 22:11:18 +0000 (15:11 -0700)]
Looper: use pthread_once for TLS key initialization.

Also fix a Valgrind complaint by zeroing out the entire epoll event
struct since otherwise the data field union would be partly
uninitialized (but not in a harmful way).

Change-Id: I2091ce517e87fcad7c9caf90e2c5e4854a7ca465

13 years agoMerge "This log message is codec specific." into gingerbread
Andreas Huber [Tue, 21 Sep 2010 22:17:04 +0000 (15:17 -0700)]
Merge "This log message is codec specific." into gingerbread

13 years agoMerge "Remove stagefright foundation's incompatible logging interface and update...
Andreas Huber [Tue, 21 Sep 2010 22:14:43 +0000 (15:14 -0700)]
Merge "Remove stagefright foundation's incompatible logging interface and update callsites." into gingerbread

13 years agoMerge "Add image creator helper script for OBBs" into gingerbread
Kenny Root [Tue, 21 Sep 2010 22:00:30 +0000 (15:00 -0700)]
Merge "Add image creator helper script for OBBs" into gingerbread

13 years agoMerge "Un-@hide ability to download without a running notification." into gingerbread
Steve Howard [Tue, 21 Sep 2010 21:58:05 +0000 (14:58 -0700)]
Merge "Un-@hide ability to download without a running notification." into gingerbread

13 years agoMerge "Add mdpi text select anchor asset" into gingerbread
Adam Powell [Tue, 21 Sep 2010 21:04:13 +0000 (14:04 -0700)]
Merge "Add mdpi text select anchor asset" into gingerbread

13 years agoMerge "DO NOT MERGE Tweaked EdgeGlow to better match user expectations." into gingerbread
Mindy Pereira [Tue, 21 Sep 2010 21:04:00 +0000 (14:04 -0700)]
Merge "DO NOT MERGE Tweaked EdgeGlow to better match user expectations." into gingerbread

13 years agoMerge "do not merge" into gingerbread
Chet Haase [Tue, 21 Sep 2010 20:42:56 +0000 (13:42 -0700)]
Merge "do not merge" into gingerbread

13 years agoMerge "Support for download manager "queue for wifi" dialogs" into gingerbread
Steve Howard [Tue, 21 Sep 2010 19:49:36 +0000 (12:49 -0700)]
Merge "Support for download manager "queue for wifi" dialogs" into gingerbread

13 years agoMerge "DO NOT MERGE - use appropriate names on SQL numbers in 'adb bugreport'" into...
Vasu Nori [Tue, 21 Sep 2010 19:22:10 +0000 (12:22 -0700)]
Merge "DO NOT MERGE - use appropriate names on SQL numbers in 'adb bugreport'" into gingerbread

13 years agoMerge "Do not merge : cancel text select mode when pressing back, etc." into gingerbread
Cary Clark [Tue, 21 Sep 2010 18:47:38 +0000 (11:47 -0700)]
Merge "Do not merge : cancel text select mode when pressing back, etc." into gingerbread

13 years agoMerge "Allow record to set input color format as a command line option" into gingerbread
James Dong [Tue, 21 Sep 2010 18:34:26 +0000 (11:34 -0700)]
Merge "Allow record to set input color format as a command line option" into gingerbread

13 years agoMerge "recovery just takes a filename as an argument now (do not merge)" into gingerbread
Doug Zongker [Tue, 21 Sep 2010 18:32:01 +0000 (11:32 -0700)]
Merge "recovery just takes a filename as an argument now (do not merge)" into gingerbread

13 years agoMerge "Adding more DL Manager tests." into gingerbread
Neal Nguyen [Tue, 21 Sep 2010 18:02:29 +0000 (11:02 -0700)]
Merge "Adding more DL Manager tests." into gingerbread

13 years agoMerge "Made audio effect control panel intents public." into gingerbread
Eric Laurent [Tue, 21 Sep 2010 17:47:17 +0000 (10:47 -0700)]
Merge "Made audio effect control panel intents public." into gingerbread

13 years agoMerge "Fix double-checked locking bug in LocalSocket." into gingerbread
Jesse Wilson [Tue, 21 Sep 2010 17:30:39 +0000 (10:30 -0700)]
Merge "Fix double-checked locking bug in LocalSocket." into gingerbread

13 years agoMerge "Another attempt for fixing AAC+/eAAC+ related issue" into gingerbread
James Dong [Tue, 21 Sep 2010 17:19:22 +0000 (10:19 -0700)]
Merge "Another attempt for fixing AAC+/eAAC+ related issue" into gingerbread

13 years agoMerge "SystemUI: Use new USB notifications to detect USB disconnect." into gingerbread
Mike Lockwood [Tue, 21 Sep 2010 15:45:34 +0000 (08:45 -0700)]
Merge "SystemUI: Use new USB notifications to detect USB disconnect." into gingerbread

13 years agoMerge "Inet status bug fix" into gingerbread
Robert Greenwalt [Tue, 21 Sep 2010 15:06:15 +0000 (08:06 -0700)]
Merge "Inet status bug fix" into gingerbread

13 years agoMerge "Fix issue #2999757: "Application Redirected" dialogue showing up erratically...
Dianne Hackborn [Tue, 21 Sep 2010 07:24:23 +0000 (00:24 -0700)]
Merge "Fix issue #2999757: "Application Redirected" dialogue showing up erratically" into gingerbread

13 years agoMerge "Fix #2999258: ANR in Settings after every reboot" into gingerbread
Dianne Hackborn [Tue, 21 Sep 2010 05:19:47 +0000 (22:19 -0700)]
Merge "Fix #2999258: ANR in Settings after every reboot" into gingerbread

13 years agoMerge "Revert the ANSWERING state." into gingerbread
Chung-yih Wang [Tue, 21 Sep 2010 05:04:57 +0000 (22:04 -0700)]
Merge "Revert the ANSWERING state." into gingerbread

13 years agoMerge "Add Inet Condition log to bugreports" into gingerbread
Robert Greenwalt [Tue, 21 Sep 2010 04:29:02 +0000 (21:29 -0700)]
Merge "Add Inet Condition log to bugreports" into gingerbread

13 years agoMerge "DO NOT MERGE Enable debug in StatusBarService" into gingerbread
Irfan Sheriff [Tue, 21 Sep 2010 02:51:39 +0000 (19:51 -0700)]
Merge "DO NOT MERGE Enable debug in StatusBarService" into gingerbread

13 years agoMerge "LocationManager: Hide location provider and geocode provider APIs." into ginge...
Mike Lockwood [Tue, 21 Sep 2010 00:16:03 +0000 (17:16 -0700)]
Merge "LocationManager: Hide location provider and geocode provider APIs." into gingerbread

13 years agoMerge "DO NOT MERGE. Wifi service now blames apps for its wake lock use." into ginge...
Dianne Hackborn [Tue, 21 Sep 2010 00:03:15 +0000 (17:03 -0700)]
Merge "DO NOT MERGE.  Wifi service now blames apps for its wake lock use." into gingerbread

13 years agoMerge "In theory the package manager now scans /vendor/app" into gingerbread
Dianne Hackborn [Mon, 20 Sep 2010 23:54:22 +0000 (16:54 -0700)]
Merge "In theory the package manager now scans /vendor/app" into gingerbread

13 years agoam 73e150c8: provide link to backup guide above the fold
Scott Main [Mon, 20 Sep 2010 23:37:32 +0000 (16:37 -0700)]
am 73e150c8: provide link to backup guide above the fold

Merge commit '73e150c886afc6cd92e8b065a58d61e0b2a098ed' into gingerbread

* commit '73e150c886afc6cd92e8b065a58d61e0b2a098ed':
  provide link to backup guide above the fold

13 years agoMerge "Some battery improvements:" into gingerbread
Dianne Hackborn [Mon, 20 Sep 2010 23:29:42 +0000 (16:29 -0700)]
Merge "Some battery improvements:" into gingerbread

13 years agoMerge "New error status for "destination file already exists"." into gingerbread
Steve Howard [Mon, 20 Sep 2010 22:40:41 +0000 (15:40 -0700)]
Merge "New error status for "destination file already exists"." into gingerbread

13 years agoMerge "Use PhoneBase in the phone list." into gingerbread
John Wang [Mon, 20 Sep 2010 22:35:02 +0000 (15:35 -0700)]
Merge "Use PhoneBase in the phone list." into gingerbread

13 years agoMerge "support loading EGL libraries from /vendor/lib/egl as well as /system/lib...
Brian Swetland [Mon, 20 Sep 2010 21:05:25 +0000 (14:05 -0700)]
Merge "support loading EGL libraries from /vendor/lib/egl as well as /system/lib/egl" into gingerbread

13 years agosupport loading EGL libraries from /vendor/lib/egl as well as /system/lib/egl
Brian Swetland [Mon, 20 Sep 2010 19:58:15 +0000 (12:58 -0700)]
support loading EGL libraries from /vendor/lib/egl as well as /system/lib/egl

Change-Id: Idd9ca85ce3ba6c92234375071b53e5365e689062

13 years agoMerge "SIP: add config flag for wifi-only configuration." into gingerbread
Hung-ying Tyan [Mon, 20 Sep 2010 01:02:13 +0000 (18:02 -0700)]
Merge "SIP: add config flag for wifi-only configuration." into gingerbread

13 years agoMerge "Fix some drawing artifacts/bugs around overlays/text anchors" into gingerbread
Adam Powell [Sat, 18 Sep 2010 02:15:38 +0000 (19:15 -0700)]
Merge "Fix some drawing artifacts/bugs around overlays/text anchors" into gingerbread

13 years agoMerge "Reduce lock thrashing in native Looper." into gingerbread
Jeff Brown [Sat, 18 Sep 2010 00:26:02 +0000 (17:26 -0700)]
Merge "Reduce lock thrashing in native Looper." into gingerbread

13 years agoReduce lock thrashing in native Looper.
Jeff Brown [Sat, 18 Sep 2010 00:01:23 +0000 (17:01 -0700)]
Reduce lock thrashing in native Looper.

In the common case, there is nothing interesting happening on the native
Looper besides occasional wake ups.  There is no point grabbing the
semaphore then.

Change-Id: Ib5c426d0e158dfa37891b7ff5537b6f833592fad

13 years agoMerge "Fix silly touch bug in TextView. Oops." into gingerbread
Adam Powell [Fri, 17 Sep 2010 22:41:11 +0000 (15:41 -0700)]
Merge "Fix silly touch bug in TextView. Oops." into gingerbread

13 years agoMerge "Add a check to track a problem the monkey script has been triggering." into...
Marco Nelissen [Fri, 17 Sep 2010 22:39:00 +0000 (15:39 -0700)]
Merge "Add a check to track a problem the monkey script has been triggering." into gingerbread

13 years agoMerge "Add debug function." into gingerbread
John Wang [Fri, 17 Sep 2010 22:03:01 +0000 (15:03 -0700)]
Merge "Add debug function." into gingerbread

13 years agoMerge "Looper: Drop default parameters in favor of a safer overload." into gingerbread
Jeff Brown [Fri, 17 Sep 2010 20:25:55 +0000 (13:25 -0700)]
Merge "Looper: Drop default parameters in favor of a safer overload." into gingerbread

13 years agoMerge "new assets" into gingerbread
Chet Haase [Fri, 17 Sep 2010 20:10:54 +0000 (13:10 -0700)]
Merge "new assets" into gingerbread