Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

sdk: List of commits

sdk


RSS
修訂. 時間 作者
4aa1ba9 eclair-x86 2010-04-16 19:06:50 Chih-Wei Huang

remove unnecessary stuff on x86

abf385a 2010-03-13 05:09:24 Xavier Ducrohet

Remove aidl step from library ant rules (do not merge)

aidl is not supported by libraries.

Change-Id: Ifefe4ac957864e774ffd55995f5491d67de5a284

6a2fa6a 2010-03-11 12:28:30 Xavier Ducrohet

Ant rules for library support for 2.1 (do not merge)

Change-Id: I5542467651dc07d97f68f68d73fe8c7273e07771

b7deec2 2010-02-06 01:09:42 The Android Open Source Project

reconcile main tree with open-source eclair

5a99e2a 2010-02-04 04:40:58 Xavier Ducrohet

Merge "Fix sorting of Sample-type packages" into eclair

61c0fc7 2010-02-03 10:10:17 Xavier Ducrohet

Merge "Fixed feature icon and plug-ins exported package lists." into eclair

8938213 2010-02-03 10:03:36 Xavier Ducrohet

Fixed feature icon and plug-ins exported package lists.

Change-Id: Ie5de78e8546baa2a7ed16fc0cd8278b6553ee6a1

65611f1 2010-02-03 09:25:52 Xavier Ducrohet

Fix sorting of Sample-type packages

Also sort the list of local packages.

Bug: 2414760
Change-Id: I0a25d5985db76d561bd312682ac1ce31eafaf560

aac1ef5 2010-02-03 06:34:18 Xavier Ducrohet

Update SDK change log.

Change-Id: I3c033f68f79845085cf64daa44ff273c4a52a3d1

8b02c04 2010-02-03 06:06:42 Xavier Ducrohet

Merge "ADT: Refreshed some icons." into eclair

c33d321 2010-02-03 05:59:59 Xavier Ducrohet

ADT: Refreshed some icons.

Getting rid of the goldish round icon with the a inside as it's not
used anywhere on android.com

Change-Id: I7ea0e4de1df973baedc41c2a1ca8918f51c25f75

3b9b9b5 2010-02-03 04:33:56 Xavier Ducrohet

Add support for VMs that can stream hprof data through JDWP. Do not merge

Integrated from master for inclusion in the SDK Tools r5

Change-Id: Ifad984f5b0ae187428cb7d871b039dddf0db4ba7

8406d9b 2010-02-02 11:57:48 Raphael Moll

Merge "SDK Manager: apply settings instantaneously." into eclair

ac8a9ac 2010-02-02 11:15:05 Raphael

SDK Manager: apply settings instantaneously.

SDK Bug: 2411665

Change-Id: I6d4a38f4f2d974a727d8e0891d63618d82c578ad

d9c0fde 2010-02-02 11:06:40 Xavier Ducrohet

Merge "Strawman support for streaming hprof dumps. Do not merge" into eclair

232ddc3 2010-02-02 08:43:47 Xavier Ducrohet

Merge "Fix 'android create test-project' to handle parent projects with missing default.prop" into eclair

3af4282 2010-02-02 08:12:56 Xavier Ducrohet

Fix 'android create test-project' to handle parent projects with missing default.prop

Bug: 2411562
Change-Id: Ia22491d56dfa3c5dda700782c28a2bcbfeebd266

9783ea3 2010-02-02 06:44:23 Raphael

SDK Manager: fix android.bat to correctly work on 64bit JVMs.

SDK Bug: http://b.android.com/3917

Change-Id: I4a72a3c16ddeb9ab331342de7a72cc5ae61e8cdc

0b9f1ac 2010-01-30 15:30:07 Raphael

SDK Updater: ask for confirmation before wiping modified samples.

SDK Bug: 2401466

Change-Id: I09d596b44b3daf3a079c51f76db3f9f8d376a8b3

f89bdfe 2010-01-30 10:51:06 Xavier Ducrohet

Fix https download for the standalone version of the SDK Updater

The problem was due to the launch script completely replacing
java.ext.dirs preventing the VM from accessing the optional
jce.jar package (Java Cryptography Extension).

The launch script now queries the JVM for the current value
of java.ext.dirs (using archquery) to append to it instead
of replacing it.

In order to do that, archquery.jar now outputs only the value
of the queried system property instead of output "name=value"

Bug: 2248892
Change-Id: If17d48e46529bebc1a25daf99f2748e9ec81a214

5f22522 2010-01-30 10:17:08 Raphael Moll

Merge "SDK Updater: Support post install script for updating SDK Setup.exe." into eclair

92411b2 2010-01-30 09:48:37 Andy McFadden

Strawman support for streaming hprof dumps. Do not merge

Send an HPDS instead of HPDU when the client VM supports it. Once
additional support is added to DDMS, this will allow grabbing an hprof
dump through DDMS even if the target app doesn't have permission to write
to /sdcard. (The down side is that the dump must be held on the native
heap while it's generated, temporarily bloating the process by a few
megabytes.)

Integrated from master for inclusion in the SDK Tools r5

For bug 2092855.

Change-Id: I54492c62cce3c52b0ac523f6e87b9438d2ab92c0

5a085fe 2010-01-30 07:09:57 The Android Open Source Project

reconcile android-2.1_r1 snapshot

8a81794 2010-01-29 15:43:04 Raphael

ADT NPW: disable auto-selection of minSdkVersion vs target.

Target was updating minSdkVersion.
minSdkVersion was updating target.
The whole thing looks confusing to use and has too many
edge cases, so the code is just disabled right now.
We might as well remove it later.

SDK Bug: 2392173

Change-Id: Ia2eaaa0238ff7fc428e6ed5635df80fc4e766e97

59cd9ce 2010-01-29 13:09:32 Raphael

SDK Updater: Support post install script for updating SDK Setup.exe.

The new post_tools_install.bat will be found in SDK/tools/lib.
This also moves find_java.bat into the same lib folder.

SDK Bug: 2404830

Change-Id: I84e3671918931079f296500e296ec1a55931b851

53283c2 2010-01-29 07:47:57 Xavier Ducrohet

Display VM message on profiling error. Do not merge

Integrated from master to be in SDK Tools r5.

Bug: 2160407
Change-Id: Ib9cfcb68cc2c38947350b3419a96ce917db51b35

b752b6c 2010-01-29 07:47:46 Xavier Ducrohet

DDMS: Add support for profiling with VM able to send the result through JDWP. Do not merge.

Older VMs need to write the trace file on the SD Card which requires
the appropriate permission. This new mode directly streams the trace
file from the VM to DDMS.

Integrated from master to be in SDK Tools r5.

Bug: 2160407
Change-Id: I17d3e314d6325c1bdff041564bc939b2778b563e

54fa045 2010-01-29 07:47:18 Andy McFadden

Strawman support for streaming method profiling. do not merge.

This will send MPSS/MPSE packets instead of MPRS/MPRE when the client VM
supports them. At least, it would if the property check weren't
hard-wired to false, which is done because the MPSE handling in DDMS is
incomplete (currently just dumps the first 100 chars so you can see that
it really got something).

Integrated from master to be in SDK Tools r5.

For bug 2160407.

Change-Id: I92b7d43fa78e3cb3eefdcef9e7357bbc6818822b

29e9800 2010-01-29 05:32:03 Raphael Moll

Merge "SDK Launcher: capture stdout from batch file." into eclair

ea66c92 2010-01-28 13:36:08 Raphael

SDK Launcher: capture stdout from batch file.

Change-Id: Iab4e8f54bf2039cd9a17b1e814ffdc3ccd3deb23

Show on old repository browser