OSDN Git Service

android-x86/development.git
13 years agoam 3c72deb3: Merge "ndk: remove undefined symbols from system headers" into gingerbread
David 'Digit' Turner [Mon, 11 Oct 2010 13:11:48 +0000 (06:11 -0700)]
am 3c72deb3: Merge "ndk: remove undefined symbols from system headers" into gingerbread

Merge commit '3c72deb3f4f087a3f7b8915301277b9e26b286e3' into gingerbread-plus-aosp

* commit '3c72deb3f4f087a3f7b8915301277b9e26b286e3':
  ndk: remove undefined symbols from system headers

13 years agoMerge "ndk: remove undefined symbols from system headers" into gingerbread
David 'Digit' Turner [Mon, 11 Oct 2010 13:02:15 +0000 (06:02 -0700)]
Merge "ndk: remove undefined symbols from system headers" into gingerbread

13 years agoam 59b02d0e: Update win_sdk to put binaries in SDK/platform-tools.
Raphael [Fri, 8 Oct 2010 23:23:37 +0000 (16:23 -0700)]
am 59b02d0e: Update win_sdk to put binaries in SDK/platform-tools.

Merge commit '59b02d0eff9fb11ea6607a90db3752fe76f250d5' into gingerbread-plus-aosp

* commit '59b02d0eff9fb11ea6607a90db3752fe76f250d5':
  Update win_sdk to put binaries in SDK/platform-tools.

13 years agoUpdate win_sdk to put binaries in SDK/platform-tools.
Raphael [Fri, 8 Oct 2010 22:41:01 +0000 (15:41 -0700)]
Update win_sdk to put binaries in SDK/platform-tools.

Change-Id: I8fe9df75ceaf04aa1935341e51bf6f3edffae9e4

13 years agoam e73f0dfc: Merge "Added adb_interface.WaitForProcess and WaitForProcessEnd."
Jean-Baptiste Queru [Fri, 8 Oct 2010 20:52:24 +0000 (13:52 -0700)]
am e73f0dfc: Merge "Added adb_interface.WaitForProcess and WaitForProcessEnd."

Merge commit 'e73f0dfc64a55dcdcac92a2cab93de677042fb07' into gingerbread-plus-aosp

* commit 'e73f0dfc64a55dcdcac92a2cab93de677042fb07':
  Added adb_interface.WaitForProcess and WaitForProcessEnd.

13 years agoMerge "Added adb_interface.WaitForProcess and WaitForProcessEnd."
Jean-Baptiste Queru [Fri, 8 Oct 2010 20:43:42 +0000 (13:43 -0700)]
Merge "Added adb_interface.WaitForProcess and WaitForProcessEnd."

13 years agoam 028c4032: Merge "Update NDK with recent changes." into gingerbread
Jeff Brown [Fri, 8 Oct 2010 19:51:02 +0000 (12:51 -0700)]
am 028c4032: Merge "Update NDK with recent changes." into gingerbread

Merge commit '028c403286aa08c7edb4b822e68121c694f52693' into gingerbread-plus-aosp

* commit '028c403286aa08c7edb4b822e68121c694f52693':
  Update NDK with recent changes.

13 years agoMerge "Update NDK with recent changes." into gingerbread
Jeff Brown [Fri, 8 Oct 2010 19:45:05 +0000 (12:45 -0700)]
Merge "Update NDK with recent changes." into gingerbread

13 years agondk: remove undefined symbols from system headers
David 'Digit' Turner [Fri, 8 Oct 2010 15:07:39 +0000 (17:07 +0200)]
ndk: remove undefined symbols from system headers

This change removes the declaration of functions that are not
implemented by our various versions of our C library.

The corresponding declarations are moved inside #if 0 .. #endif
blocks (so it becomes easy to remember that they are missing)

Also refresh the headers a little (i.e. adding a few missing decl
and macros, remove C++ comments, etc)

See http://code.google.com/p/android/issues/detail?id=7807

Change-Id: I4ae1b1f3a181419eee2004c41b54768cc15e896f
NOTE: The missing decl are still there but encased in #if 0 .. #endif
      blocks (to make it easier to implement them later). There are
      a few exceptions in order to build STLport and libstdc++-v3
      properly.

13 years agoam 53c8d061: Merge "ndk: Update platform system libraries." into gingerbread
David 'Digit' Turner [Fri, 8 Oct 2010 07:22:08 +0000 (00:22 -0700)]
am 53c8d061: Merge "ndk: Update platform system libraries." into gingerbread

Merge commit '53c8d0614f60ed488e9993d2dd0c6b5a0e49a2d0' into gingerbread-plus-aosp

* commit '53c8d0614f60ed488e9993d2dd0c6b5a0e49a2d0':
  ndk: Update platform system libraries.

13 years agoMerge "ndk: Update platform system libraries." into gingerbread
David 'Digit' Turner [Fri, 8 Oct 2010 07:19:10 +0000 (00:19 -0700)]
Merge "ndk: Update platform system libraries." into gingerbread

13 years agoresolved conflicts for merge of de14fbd4 to gingerbread-plus-aosp
Ying Wang [Thu, 7 Oct 2010 21:59:03 +0000 (14:59 -0700)]
resolved conflicts for merge of de14fbd4 to gingerbread-plus-aosp

Change-Id: I53302710ca0698daa5fe8ca3ce631a70d1578463

13 years agoUpdate NDK with recent changes.
Jeff Brown [Thu, 7 Oct 2010 21:38:12 +0000 (14:38 -0700)]
Update NDK with recent changes.

Includes bitmap.h which was missing from v9 but was previously in v8.
Also includes new obb stuff and other things that have gotten out of sync.

Change-Id: I6cf9ccdbc9d3271a34a1cf8a1de78aa8a1757276

13 years agoSet monkey process name
Ying Wang [Thu, 7 Oct 2010 20:04:24 +0000 (13:04 -0700)]
Set monkey process name

So you can find it easily with "ps" or "top".

Change-Id: Id52cb8bb1680bd2cc24043d08a94f0a304f1e436

13 years agondk: Update platform system libraries.
David 'Digit' Turner [Thu, 7 Oct 2010 09:17:39 +0000 (11:17 +0200)]
ndk: Update platform system libraries.

This change updates various system libraries to reflect changes that
happened during distinct platform releases. All details are in the
file bionic/libc/docs/CHANGES.TXT, but the summary is:

API level 5:
    pthread.h:
        pthread_mutex_lock_timeout_np()
        pthread_cond_timedwait_monotonic_np()
        pthread_cond_timedwait_relative_np()

API level 8:
    pthread.h:
        pthread_condattr_init()
        pthread_condattr_destroy()
        pthread_condattr_setpshared()
        pthread_condattr_getpshared()

    dlfcn.h:
        dladdr()

    sched.h:
        clone()

    signal.h:
        killpg()

    stdio.h:
        fdprintf()
        vfdprintf()

    unistd.h:
        getusershell()
        setusershell()
        endusershell()

    wchar.h:
        mbstowcs()
        wcstombs()

    time.h:
        timezone
        daylight

    plus symbols from new headers: <fts.h>, <regex.h>, <err.h>, <warn.h>

Change-Id: I7ff1ffa2cb37b71473b1d137c7799f17d644ab63

13 years agoam 9f62c24a: Show \'Save tag\' dialog even if the screen is turned off
Anatol Pomazau [Wed, 6 Oct 2010 00:50:43 +0000 (17:50 -0700)]
am 9f62c24a: Show \'Save tag\' dialog even if the screen is turned off

Merge commit '9f62c24a68e5408e5792fb185ab2e58d0c507265' into gingerbread-plus-aosp

* commit '9f62c24a68e5408e5792fb185ab2e58d0c507265':
  Show 'Save tag' dialog even if the screen is turned off

13 years agoShow 'Save tag' dialog even if the screen is turned off
Anatol Pomazau [Wed, 6 Oct 2010 00:39:05 +0000 (17:39 -0700)]
Show 'Save tag' dialog even if the screen is turned off

Change-Id: I7d8b2fa74525e81db1743bf3e4283778192fc047

13 years agoam ce6bbfae: More data for testing.
Nick Kralevich [Tue, 5 Oct 2010 23:48:56 +0000 (16:48 -0700)]
am ce6bbfae: More data for testing.

Merge commit 'ce6bbfae018b5629fd86c77b81fc4d8c655fa275' into gingerbread-plus-aosp

* commit 'ce6bbfae018b5629fd86c77b81fc4d8c655fa275':
  More data for testing.

13 years agoam 64076440: Dismiss "Save" dialog on activity stop
Anatol Pomazau [Tue, 5 Oct 2010 23:44:04 +0000 (16:44 -0700)]
am 64076440: Dismiss "Save" dialog on activity stop

Merge commit '640764400347b35baa20089961560291b36e5840' into gingerbread-plus-aosp

* commit '640764400347b35baa20089961560291b36e5840':
  Dismiss "Save" dialog on activity stop

13 years agoMore data for testing.
Nick Kralevich [Tue, 5 Oct 2010 23:28:46 +0000 (16:28 -0700)]
More data for testing.

I managed to extract data from a real NFC tag.  Make that
data available for unittests / other testing.

Change-Id: I99cd8d6a32dc20fd7e33191f86def71236474d9a

13 years agoDismiss "Save" dialog on activity stop
Anatol Pomazau [Tue, 5 Oct 2010 23:32:43 +0000 (16:32 -0700)]
Dismiss "Save" dialog on activity stop

Change-Id: I0e63b679c9677e50f7b5b6a20c9eb840f983aa18

13 years agoam 97d3699c: Have TagBroadcastReceiver start the SaveTag activity.
Nick Kralevich [Tue, 5 Oct 2010 22:44:33 +0000 (15:44 -0700)]
am 97d3699c: Have TagBroadcastReceiver start the SaveTag activity.

Merge commit '97d3699cd92e2c15623935d723f1b85ec673b73a' into gingerbread-plus-aosp

* commit '97d3699cd92e2c15623935d723f1b85ec673b73a':
  Have TagBroadcastReceiver start the SaveTag activity.

13 years agoHave TagBroadcastReceiver start the SaveTag activity.
Nick Kralevich [Tue, 5 Oct 2010 22:26:04 +0000 (15:26 -0700)]
Have TagBroadcastReceiver start the SaveTag activity.

Change-Id: I6dc8757ca7eec87efe622b0b2688dd29c5883185

13 years agoam afad3fa1: new icon.
Nick Kralevich [Tue, 5 Oct 2010 20:13:51 +0000 (13:13 -0700)]
am afad3fa1: new icon.

Merge commit 'afad3fa14a102e1d38bbdcfc7d6dc70243f23ce7' into gingerbread-plus-aosp

* commit 'afad3fa14a102e1d38bbdcfc7d6dc70243f23ce7':
  new icon.

13 years agonew icon.
Nick Kralevich [Tue, 5 Oct 2010 19:44:50 +0000 (12:44 -0700)]
new icon.

Change-Id: I17751bbd0dc9d900002ef68ee51a4ddaf1600281

13 years agoam 08ad0fde: Merge "new SaveTag activity, additional utilities" into gingerbread
Nick Kralevich [Tue, 5 Oct 2010 19:29:59 +0000 (12:29 -0700)]
am 08ad0fde: Merge "new SaveTag activity, additional utilities" into gingerbread

Merge commit '08ad0fde5ee365133b9ac1406767f2778b0c93ea' into gingerbread-plus-aosp

* commit '08ad0fde5ee365133b9ac1406767f2778b0c93ea':
  new SaveTag activity, additional utilities

13 years agoMerge "new SaveTag activity, additional utilities" into gingerbread
Nick Kralevich [Tue, 5 Oct 2010 19:22:20 +0000 (12:22 -0700)]
Merge "new SaveTag activity, additional utilities" into gingerbread

13 years agoam 8bcb38f3: Merge "New API demo showing different screen orientation options." into...
Dianne Hackborn [Mon, 4 Oct 2010 21:58:44 +0000 (14:58 -0700)]
am 8bcb38f3: Merge "New API demo showing different screen orientation options." into gingerbread

Merge commit '8bcb38f3d49d0fdefd51546ada4232203fc606cf' into gingerbread-plus-aosp

* commit '8bcb38f3d49d0fdefd51546ada4232203fc606cf':
  New API demo showing different screen orientation options.

13 years agoMerge "New API demo showing different screen orientation options." into gingerbread
Dianne Hackborn [Mon, 4 Oct 2010 21:53:33 +0000 (14:53 -0700)]
Merge "New API demo showing different screen orientation options." into gingerbread

13 years agonew SaveTag activity, additional utilities
Nick Kralevich [Mon, 4 Oct 2010 16:34:39 +0000 (09:34 -0700)]
new SaveTag activity, additional utilities

The SaveTag activity will receive an intent with the
contents of the NdefRecord, and will be responsible
for commiting that record to the database.

Add NdefUtil, which can convert an NdefRecord
to a URI, and vise-versa.

Change-Id: Icf8682a00774da6e246961d34de5bc5baa7550cb

13 years agoNew API demo showing different screen orientation options.
Dianne Hackborn [Sat, 2 Oct 2010 23:56:56 +0000 (16:56 -0700)]
New API demo showing different screen orientation options.

Change-Id: I75b206f86ee87b50cccc5e23140d55bd566781cd

13 years agoam e97e78a0: Make unittests work, new TagBroadcastReceiver
Nick Kralevich [Fri, 1 Oct 2010 23:16:30 +0000 (16:16 -0700)]
am e97e78a0: Make unittests work, new TagBroadcastReceiver

Merge commit 'e97e78a0600e08b0e84edee96aea81145c0df44c' into gingerbread-plus-aosp

* commit 'e97e78a0600e08b0e84edee96aea81145c0df44c':
  Make unittests work, new TagBroadcastReceiver

13 years agoMake unittests work, new TagBroadcastReceiver
Nick Kralevich [Fri, 1 Oct 2010 22:43:07 +0000 (15:43 -0700)]
Make unittests work, new TagBroadcastReceiver

Change-Id: I5a3a1938a7fb91c8114447d24427f2c263bda5a3

13 years agoam 9c1a73ba: Update Monkey to new StrictMode API.
Brad Fitzpatrick [Fri, 1 Oct 2010 20:07:42 +0000 (13:07 -0700)]
am 9c1a73ba: Update Monkey to new StrictMode API.

Merge commit '9c1a73ba8a6b6cee05f235ef71975c427a9f3a3c' into gingerbread-plus-aosp

* commit '9c1a73ba8a6b6cee05f235ef71975c427a9f3a3c':
  Update Monkey to new StrictMode API.

13 years agoam 11e191b1: Merge "update required permissions." into gingerbread
Nick Kralevich [Fri, 1 Oct 2010 17:48:35 +0000 (10:48 -0700)]
am 11e191b1: Merge "update required permissions." into gingerbread

Merge commit '11e191b197c97fe1512f6b630bac9a642eb2ffdb' into gingerbread-plus-aosp

* commit '11e191b197c97fe1512f6b630bac9a642eb2ffdb':
  update required permissions.

13 years agoam 45550faa: Merge "Don\'t send non-existent system keys." into gingerbread
Ying Wang [Fri, 1 Oct 2010 17:48:30 +0000 (10:48 -0700)]
am 45550faa: Merge "Don\'t send non-existent system keys." into gingerbread

Merge commit '45550faad0f683d1393ea20144246ed43fc19899' into gingerbread-plus-aosp

* commit '45550faad0f683d1393ea20144246ed43fc19899':
  Don't send non-existent system keys.

13 years agoUpdate Monkey to new StrictMode API.
Brad Fitzpatrick [Fri, 1 Oct 2010 17:46:17 +0000 (10:46 -0700)]
Update Monkey to new StrictMode API.

Change-Id: I0f2e90496c4dece8ee3766170d8a1fe2d22a7ff4

13 years agoresolved conflicts for merge of 4110368b to gingerbread-plus-aosp
Jeff Brown [Thu, 30 Sep 2010 03:51:48 +0000 (20:51 -0700)]
resolved conflicts for merge of 4110368b to gingerbread-plus-aosp

Change-Id: I6a75675ffcb4d9bcb1b7d321a4934b3e3fcca137

13 years agoMerge "update required permissions." into gingerbread
Nick Kralevich [Fri, 1 Oct 2010 16:44:27 +0000 (09:44 -0700)]
Merge "update required permissions." into gingerbread

13 years agoMerge "Don't send non-existent system keys." into gingerbread
Ying Wang [Fri, 1 Oct 2010 16:42:13 +0000 (09:42 -0700)]
Merge "Don't send non-existent system keys." into gingerbread

13 years agoupdate required permissions.
Nick Kralevich [Fri, 1 Oct 2010 16:30:20 +0000 (09:30 -0700)]
update required permissions.

Change-Id: I49fb855c62aa1a11c8cbf7645aa4dbe2fa18faf3

13 years agoMerge "Improve touch paint sample to use geometrical touch width." into gingerbread
Jeff Brown [Thu, 30 Sep 2010 22:58:59 +0000 (15:58 -0700)]
Merge "Improve touch paint sample to use geometrical touch width." into gingerbread

13 years agoImprove touch paint sample to use geometrical touch width.
Jeff Brown [Thu, 30 Sep 2010 03:51:48 +0000 (20:51 -0700)]
Improve touch paint sample to use geometrical touch width.

Added multitouch support.
Fixed the trackball based drawing.

Change-Id: I15d9c5c4ac26a83f476f98c1f2ef3a5841e2ffbd

13 years agoam c70ceb23: initial checkin. Needs lots of love.
Nick Kralevich [Thu, 30 Sep 2010 22:21:49 +0000 (15:21 -0700)]
am c70ceb23: initial checkin.  Needs lots of love.

Merge commit 'c70ceb2363a444680aa17c8dcefbf8075e83cc91' into gingerbread-plus-aosp

* commit 'c70ceb2363a444680aa17c8dcefbf8075e83cc91':
  initial checkin.  Needs lots of love.

13 years agoinitial checkin. Needs lots of love.
Nick Kralevich [Thu, 30 Sep 2010 21:14:17 +0000 (14:14 -0700)]
initial checkin.  Needs lots of love.

Change-Id: I126e355af94915d60d7a97bc3bee84e0a2ad61d4

13 years agoam 76afc004: Integrate sdk.atree changes from master. DO NOT MERGE
Xavier Ducrohet [Thu, 30 Sep 2010 20:20:12 +0000 (13:20 -0700)]
am 76afc004: Integrate sdk.atree changes from  DO NOT MERGE

Merge commit '76afc004df452384cfd00137a59c7a3e0502ff75' into gingerbread-plus-aosp

* commit '76afc004df452384cfd00137a59c7a3e0502ff75':
  Integrate sdk.atree changes from master. DO NOT MERGE

13 years agoIntegrate sdk.atree changes from master. DO NOT MERGE
Xavier Ducrohet [Mon, 27 Sep 2010 20:58:45 +0000 (13:58 -0700)]
Integrate sdk.atree changes from  DO NOT MERGE

- Move adb to the platform-tools.
- Update the windows build for it.
- Split the tools component from sdk.atre into sdk/build/tools.atree

Change-Id: I75608f12d6e1d8bc0f470e3ca26c7e550cfdcbd6

13 years agoam 12c86756: Merge "Add OBB usage example" into gingerbread
Kenny Root [Thu, 30 Sep 2010 17:09:11 +0000 (10:09 -0700)]
am 12c86756: Merge "Add OBB usage example" into gingerbread

Merge commit '12c86756b9c1ac9080e7ff052a78cdcf16b8f85d' into gingerbread-plus-aosp

* commit '12c86756b9c1ac9080e7ff052a78cdcf16b8f85d':
  Add OBB usage example

13 years agoam 682ec293: Split the tools component from sdk.atree
Xavier Ducrohet [Thu, 30 Sep 2010 15:52:23 +0000 (08:52 -0700)]
am 682ec293: Split the tools component from sdk.atree

Merge commit '682ec293359cf4ac8c61df25bb05519b604b17eb' into gingerbread-plus-aosp

* commit '682ec293359cf4ac8c61df25bb05519b604b17eb':
  Split the tools component from sdk.atree

13 years agoMerge "Add OBB usage example" into gingerbread
Kenny Root [Thu, 30 Sep 2010 00:19:14 +0000 (17:19 -0700)]
Merge "Add OBB usage example" into gingerbread

13 years agoAdd OBB usage example
Kenny Root [Tue, 10 Aug 2010 00:25:00 +0000 (17:25 -0700)]
Add OBB usage example

Change-Id: I7da5ac0009cb32829e7c6470c0a60ebff2988905

13 years agoDon't send non-existent system keys.
Ying Wang [Wed, 29 Sep 2010 01:26:18 +0000 (18:26 -0700)]
Don't send non-existent system keys.

Send only if the system key physically exists.

Change-Id: I8fa102db679c55e5bfba1c9a68ecf2bc196021cd

13 years agoam f4578730: Genericize strings with SD card references.
Eric Fischer [Wed, 29 Sep 2010 19:49:20 +0000 (12:49 -0700)]
am f4578730: Genericize strings with SD card references.

Merge commit 'f4578730bf95574f417fc2cee979bdc980cd02a8' into gingerbread-plus-aosp

* commit 'f4578730bf95574f417fc2cee979bdc980cd02a8':
  Genericize strings with SD card references.

13 years agoGenericize strings with SD card references.
Eric Fischer [Tue, 28 Sep 2010 23:31:58 +0000 (16:31 -0700)]
Genericize strings with SD card references.

Change-Id: Ife7f7178b7ba11650bb81a6afc61e70e4b8a7b4f

13 years agoSplit the tools component from sdk.atree
Xavier Ducrohet [Mon, 27 Sep 2010 22:53:27 +0000 (15:53 -0700)]
Split the tools component from sdk.atree

This is now in sdk/build/tools.atree.

Change-Id: Ic0c5e14e22a5c760b686dee1a7e376667b9c651b

13 years agoam 64e53fe5: Merge "Move adb to the platform-tools."
Xavier Ducrohet [Mon, 27 Sep 2010 23:44:55 +0000 (16:44 -0700)]
am 64e53fe5: Merge "Move adb to the platform-tools."

Merge commit '64e53fe5dd1d884eabe5e6160d69afa47038d77b' into gingerbread-plus-aosp

* commit '64e53fe5dd1d884eabe5e6160d69afa47038d77b':
  Move adb to the platform-tools.

13 years agoam 2f613967: Move adb to the platform-tools (windows SDK part).
Raphael Moll [Mon, 27 Sep 2010 23:44:40 +0000 (16:44 -0700)]
am 2f613967: Move adb to the platform-tools (windows SDK part).

Merge commit '2f613967a0c4a579370ff498c8461abee4978fc7' into gingerbread-plus-aosp

* commit '2f613967a0c4a579370ff498c8461abee4978fc7':
  Move adb to the platform-tools (windows SDK part).

13 years agoMerge "Move adb to the platform-tools."
Xavier Ducrohet [Mon, 27 Sep 2010 23:24:25 +0000 (16:24 -0700)]
Merge "Move adb to the platform-tools."

13 years agoMove adb to the platform-tools (windows SDK part).
Raphael Moll [Mon, 27 Sep 2010 23:20:07 +0000 (16:20 -0700)]
Move adb to the platform-tools (windows SDK part).

This is the Win SDK counterpart to Change I4c2a11c1.

Change-Id: I660ba49154894b5e78d7e943258ed769efd393dc

13 years agoMove adb to the platform-tools.
Xavier Ducrohet [Mon, 27 Sep 2010 20:58:45 +0000 (13:58 -0700)]
Move adb to the platform-tools.

Also fixed the packaging of hierarchyViewer in the SDK

Change-Id: I4c2a11c1d87867efdd5df2dcb90469b7b1c5065a

13 years agoam 7159b406: reconcile froyo-release into gingerbread
Jean-Baptiste Queru [Mon, 27 Sep 2010 00:39:26 +0000 (17:39 -0700)]
am 7159b406: reconcile froyo-release into gingerbread

Merge commit '7159b406efb7533f022cbe0bd2d855eb6a52cfe1' into gingerbread-plus-aosp

* commit '7159b406efb7533f022cbe0bd2d855eb6a52cfe1':
  Explicitly enable backup by default in SDK builds

13 years agoreconcile froyo-release into gingerbread
Jean-Baptiste Queru [Mon, 27 Sep 2010 00:28:54 +0000 (17:28 -0700)]
reconcile froyo-release into gingerbread

Change-Id: I0cd475594cd7697ee681bfc7eb76d61bec236417

13 years agoam be572466: Merge "Update prebuilt library test." into gingerbread
David 'Digit' Turner [Fri, 24 Sep 2010 08:15:20 +0000 (01:15 -0700)]
am be572466: Merge "Update prebuilt library test." into gingerbread

Merge commit 'be57246603d3f6286dc6763a089daf5c1387de55' into gingerbread-plus-aosp

* commit 'be57246603d3f6286dc6763a089daf5c1387de55':
  Update prebuilt library test.

13 years agoMerge "Update prebuilt library test." into gingerbread
David 'Digit' Turner [Fri, 24 Sep 2010 08:12:54 +0000 (01:12 -0700)]
Merge "Update prebuilt library test." into gingerbread

13 years agoam d424b8d9: Prepare for a new IActivityController method.
Dianne Hackborn [Thu, 23 Sep 2010 23:02:22 +0000 (16:02 -0700)]
am d424b8d9: Prepare for a new IActivityController method.

Merge commit 'd424b8d9ccb569c4a2f01de248068fd130e3bd82' into gingerbread-plus-aosp

* commit 'd424b8d9ccb569c4a2f01de248068fd130e3bd82':
  Prepare for a new IActivityController method.

13 years agoPrepare for a new IActivityController method.
Dianne Hackborn [Thu, 23 Sep 2010 21:48:24 +0000 (14:48 -0700)]
Prepare for a new IActivityController method.

Change-Id: I30823fe0c06aef35a2773760ec938e7979cd1037

13 years agoam 1f0003f5: Merge "Unify NDK platform headers." into gingerbread
David 'Digit' Turner [Thu, 23 Sep 2010 15:25:36 +0000 (08:25 -0700)]
am 1f0003f5: Merge "Unify NDK platform headers." into gingerbread

Merge commit '1f0003f57da3f9805af9ab883d5255be58cf4439' into gingerbread-plus-aosp

* commit '1f0003f57da3f9805af9ab883d5255be58cf4439':
  Unify NDK platform headers.

13 years agoMerge "Unify NDK platform headers." into gingerbread
David 'Digit' Turner [Thu, 23 Sep 2010 14:35:51 +0000 (07:35 -0700)]
Merge "Unify NDK platform headers." into gingerbread

13 years agoUnify NDK platform headers.
David 'Digit' Turner [Wed, 22 Sep 2010 16:04:36 +0000 (18:04 +0200)]
Unify NDK platform headers.

This commit removes duplication of system headers per platform, i.e. remove
copies of common headers like <stdlib.h> from arch-arm/usr/include and arch-x86/usr/include
and move them to a common include directory. More specifically:

- common headers:        android-N/arch-A/usr/include --> android-N/include
- arch-specific headers: android-N/arch-A/usr-include --> android-N/arch-A/include
- arch-specific libs:    android-N/arch-A/usr/lib     --> android-N/arch-A/lib

Change-Id: Ifdba5038d108901931f3e3a7c14ebe6270d2d276

NOTE: This also contains careful separation of API-level-specific headers.
      For example, platforms/android-5/include/pthread.h contains new function
      declarations that are not available when using platforms/android-3/include/pthread.h

NOTE: The NDK's build-platforms.sh script has been updated to understand the new
      layout. This change in develeopment/ndk does not change the layout of
      platform files under $NDK/platforms after build-platforms.sh is called.

13 years agoUpdate prebuilt library test.
David 'Digit' Turner [Wed, 22 Sep 2010 13:11:57 +0000 (15:11 +0200)]
Update prebuilt library test.

This is to reflect the simplification in prebuilt support.
1/ LOCAL_SRC_FILES is relative to LOCAL_PATH, like with other module types
2/ no need for LOCAL_PREBUILTS

Change-Id: If7302fe355cb25a446e31c20015098db75c00c02

13 years agoam 14282f97: Merge "Change hosttestlib to use ddm-prebuilt." into gingerbread
Brett Chabot [Tue, 21 Sep 2010 21:33:11 +0000 (14:33 -0700)]
am 14282f97: Merge "Change hosttestlib to use ddm-prebuilt." into gingerbread

Merge commit '14282f9796f888c3388d25a878b625fd76840212' into gingerbread-plus-aosp

* commit '14282f9796f888c3388d25a878b625fd76840212':
  Change hosttestlib to use ddm-prebuilt.

13 years agoam 9b2d35f0: DO NOT MERGE Classpath cleanup in libcore
Andy Stadler [Tue, 21 Sep 2010 21:28:58 +0000 (14:28 -0700)]
am 9b2d35f0: DO NOT MERGE Classpath cleanup in libcore

Merge commit '9b2d35f0a81cb0483337ab0a776c5e9287e84dbf' into gingerbread-plus-aosp

* commit '9b2d35f0a81cb0483337ab0a776c5e9287e84dbf':
  DO NOT MERGE Classpath cleanup in libcore

13 years agoMerge "Change hosttestlib to use ddm-prebuilt." into gingerbread
Brett Chabot [Tue, 21 Sep 2010 21:28:26 +0000 (14:28 -0700)]
Merge "Change hosttestlib to use ddm-prebuilt." into gingerbread

13 years agoDO NOT MERGE Classpath cleanup in libcore
Andy Stadler [Tue, 21 Sep 2010 21:07:22 +0000 (14:07 -0700)]
DO NOT MERGE Classpath cleanup in libcore

* libcore/security no longer exists
* many other dirs under libcore had no java code

Change-Id: I1fcfda6ce769e0d9fbd4893c46bbded586c78251

13 years agoChange hosttestlib to use ddm-prebuilt.
Brett Chabot [Wed, 28 Jul 2010 00:57:38 +0000 (17:57 -0700)]
Change hosttestlib to use ddm-prebuilt.

Change-Id: I9124f34e6ba5559afc9a4bf9b5c70690385db11a

13 years agoresolved conflicts for merge of 97903767 to gingerbread-plus-aosp
Andy Stadler [Sat, 18 Sep 2010 02:16:26 +0000 (19:16 -0700)]
resolved conflicts for merge of 97903767 to gingerbread-plus-aosp

Change-Id: Ic71831342d8e7d548b3d082a97486b40e0636994

13 years agoCleanups for eclipse classpath DO NOT MERGE
Andy Stadler [Fri, 17 Sep 2010 22:59:20 +0000 (15:59 -0700)]
Cleanups for eclipse classpath DO NOT MERGE

Change-Id: Ic4ab8299eb2e17f01346887d22620c0f23399328

13 years agoam d5964750: Package Proguard with the SDK.
Xavier Ducrohet [Fri, 17 Sep 2010 21:31:47 +0000 (14:31 -0700)]
am d5964750: Package Proguard with the SDK.

Merge commit 'd59647505dff76ebb2e8da489fabf6bf5ddb0d1f' into gingerbread-plus-aosp

* commit 'd59647505dff76ebb2e8da489fabf6bf5ddb0d1f':
  Package Proguard with the SDK.

13 years agoPackage Proguard with the SDK.
Xavier Ducrohet [Wed, 15 Sep 2010 23:58:16 +0000 (16:58 -0700)]
Package Proguard with the SDK.

Change-Id: Ia3effdf9465edbe55d5a691bf7bad163e95bb625

13 years agoam 2405e67f: Merge "Update NDK headers and samples to sync up with looper API changes...
Jeff Brown [Tue, 14 Sep 2010 22:30:01 +0000 (15:30 -0700)]
am 2405e67f: Merge "Update NDK headers and samples to sync up with looper API changes." into gingerbread

Merge commit '2405e67fad64b62efa71f04aab712fd9d80803df' into gingerbread-plus-aosp

* commit '2405e67fad64b62efa71f04aab712fd9d80803df':
  Update NDK headers and samples to sync up with looper API changes.

13 years agoMerge "Update NDK headers and samples to sync up with looper API changes." into ginge...
Jeff Brown [Tue, 14 Sep 2010 22:27:41 +0000 (15:27 -0700)]
Merge "Update NDK headers and samples to sync up with looper API changes." into gingerbread

13 years agoUpdate NDK headers and samples to sync up with looper API changes.
Jeff Brown [Tue, 14 Sep 2010 06:57:28 +0000 (23:57 -0700)]
Update NDK headers and samples to sync up with looper API changes.

Change-Id: I7082603bf280888be90dc4df687521aaae9b1d02

13 years agoam 3471dafa: am 42d3a4ae: Adding CrossCompatibility sample app.
Megha Joshi [Tue, 14 Sep 2010 00:43:01 +0000 (17:43 -0700)]
am 3471dafa: am 42d3a4ae: Adding CrossCompatibility sample app.

Merge commit '3471dafa11b721ae4510cb182e3d54033faed12d' into gingerbread-plus-aosp

* commit '3471dafa11b721ae4510cb182e3d54033faed12d':
  Adding CrossCompatibility sample app.

13 years agoam 42d3a4ae: Adding CrossCompatibility sample app.
Megha Joshi [Tue, 14 Sep 2010 00:38:43 +0000 (17:38 -0700)]
am 42d3a4ae: Adding CrossCompatibility sample app.

Merge commit '42d3a4ae1431fb3f02ac212000e8cdfb6f21e226' into gingerbread

* commit '42d3a4ae1431fb3f02ac212000e8cdfb6f21e226':
  Adding CrossCompatibility sample app.

13 years agoAdding CrossCompatibility sample app.
Megha Joshi [Tue, 17 Aug 2010 20:56:59 +0000 (13:56 -0700)]
Adding CrossCompatibility sample app.

Change-Id: I565584ea53212f61a9fbbb44e50da59f4ba06fff

13 years agoam 50d579d0: GlobalTime: Perform Zoom In and Out only after initialization
Vairavan Srinivasan [Fri, 10 Sep 2010 22:41:59 +0000 (15:41 -0700)]
am 50d579d0: GlobalTime: Perform Zoom In and Out only after initialization

Merge commit '50d579d0ec9c9d0bcd3da936af8480808d5e0843' into gingerbread-plus-aosp

* commit '50d579d0ec9c9d0bcd3da936af8480808d5e0843':
  GlobalTime: Perform Zoom In and Out only after initialization

13 years agoam 12d3ad89: am e55fc016: Merge "Use remote_api for shell access on developer.android...
Trevor Johns [Fri, 10 Sep 2010 19:38:04 +0000 (12:38 -0700)]
am 12d3ad89: am e55fc016: Merge "Use remote_api for shell access on developer.android.com." into froyo

Merge commit '12d3ad89e48e4e95a1ebf78fad1978e9e5e56a3d' into gingerbread-plus-aosp

* commit '12d3ad89e48e4e95a1ebf78fad1978e9e5e56a3d':
  Use remote_api for shell access on developer.android.com.

13 years agoam e55fc016: Merge "Use remote_api for shell access on developer.android.com." into...
Trevor Johns [Fri, 10 Sep 2010 19:33:57 +0000 (12:33 -0700)]
am e55fc016: Merge "Use remote_api for shell access on developer.android.com." into froyo

Merge commit 'e55fc016a6e40edd456c0d240d06689d84a7127b' into gingerbread

* commit 'e55fc016a6e40edd456c0d240d06689d84a7127b':
  Use remote_api for shell access on developer.android.com.

13 years agoMerge "Use remote_api for shell access on developer.android.com." into froyo
Trevor Johns [Fri, 10 Sep 2010 19:23:09 +0000 (12:23 -0700)]
Merge "Use remote_api for shell access on developer.android.com." into froyo

13 years agoUse remote_api for shell access on developer.android.com.
Trevor Johns [Fri, 10 Sep 2010 18:26:50 +0000 (11:26 -0700)]
Use remote_api for shell access on developer.android.com.

This allows Python shell access on developer.android.com
using the remote_api_shell.py script that's bundled with
the App Engine SDK.

Change-Id: If3c979ccbf885905a9cc3840645dcb6a5a50cfa8

13 years agoam ff242db8: Merge "Add samples for secure views." into gingerbread
Jeff Brown [Wed, 8 Sep 2010 18:57:59 +0000 (11:57 -0700)]
am ff242db8: Merge "Add samples for secure views." into gingerbread

Merge commit 'ff242db8670695e946400d957a82d2933e7e01a1' into gingerbread-plus-aosp

* commit 'ff242db8670695e946400d957a82d2933e7e01a1':
  Add samples for secure views.

13 years agoMerge "Add samples for secure views." into gingerbread
Jeff Brown [Wed, 8 Sep 2010 18:53:13 +0000 (11:53 -0700)]
Merge "Add samples for secure views." into gingerbread

13 years agoGlobalTime: Perform Zoom In and Out only after initialization
Vairavan Srinivasan [Wed, 8 Sep 2010 02:13:46 +0000 (19:13 -0700)]
GlobalTime: Perform Zoom In and Out only after initialization

Invoking zoom on mGLView before initialization causes Null pointer
exception. The usecase is to launch global time and immediately
press key 2 or 8 (just before the globe is seen on display).

Change-Id: I10e7736527a934029364c9c83f147f94574f5488

13 years agoam d3d58cf7: Update to follow ALooper ident change.
Dianne Hackborn [Tue, 7 Sep 2010 23:36:39 +0000 (16:36 -0700)]
am d3d58cf7: Update to follow ALooper ident change.

Merge commit 'd3d58cf7d3a508bb855c2ad626205ddcbb3bd237' into gingerbread-plus-aosp

* commit 'd3d58cf7d3a508bb855c2ad626205ddcbb3bd237':
  Update to follow ALooper ident change.

13 years agoUpdate to follow ALooper ident change.
Dianne Hackborn [Tue, 7 Sep 2010 22:30:07 +0000 (15:30 -0700)]
Update to follow ALooper ident change.

Also the native-activity sample also has some very simple code showing
how to listen to the accelerometer.

Change-Id: I0629b8bc40cddd66233c1675cd5e8b42a9b722d8

13 years agoAdd samples for secure views.
Jeff Brown [Fri, 3 Sep 2010 17:19:28 +0000 (10:19 -0700)]
Add samples for secure views.

Change-Id: Ibe1e63c87f4c6a715009f7bbcdafa552dc2d937c

13 years agoam 7d26cd19: Add an activity to Dev Tools that shows the Configuration and DisplayMet...
Joe Onorato [Tue, 7 Sep 2010 18:39:40 +0000 (11:39 -0700)]
am 7d26cd19: Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.

Merge commit '7d26cd198266cd48cb0a912585419fbe0cc8ed89' into gingerbread-plus-aosp

* commit '7d26cd198266cd48cb0a912585419fbe0cc8ed89':
  Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.

13 years agoAdd an activity to Dev Tools that shows the Configuration and DisplayMetrics.
Joe Onorato [Tue, 7 Sep 2010 15:53:18 +0000 (11:53 -0400)]
Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.

Change-Id: I6d3a682adccfef99eaa4d01b97091eda68f05cd8

13 years agoam 23bff5dd: Add API demo for picking a contact with a permission grant.
Dianne Hackborn [Thu, 2 Sep 2010 21:49:25 +0000 (14:49 -0700)]
am 23bff5dd: Add API demo for picking a contact with a permission grant.

Merge commit '23bff5dd80c782ac6d4f67caa57230f265fca77e' into gingerbread-plus-aosp

* commit '23bff5dd80c782ac6d4f67caa57230f265fca77e':
  Add API demo for picking a contact with a permission grant.

13 years agoAdd API demo for picking a contact with a permission grant.
Dianne Hackborn [Thu, 2 Sep 2010 05:58:26 +0000 (22:58 -0700)]
Add API demo for picking a contact with a permission grant.

Change-Id: I9b0659e18afb19f8050cb77104c41ea291a9e3c7