Xavier Ducrohet
49120ffe39
Remove WQVGA skin from SDK
2009-08-17 15:01:10 -07:00
Xavier Ducrohet
e8b2e0aded
Fixed QVGA skin and added WQVGA432 skin.
2009-08-17 13:30:29 -07:00
Xavier Ducrohet
25ec799863
Add OSGi.jar to the SDK (required by org.eclipse.jface)
2009-08-14 15:26:33 -07:00
Xavier Ducrohet
c98f3e1a2d
Revamped QVGA skin and new WVGA 800/854 skins
...
BUG: 1944280
2009-08-13 21:02:32 -07:00
Raphael
f6abec3376
BUG 1993354 : Add zipalign to SDK
2009-08-11 15:37:00 -07:00
Raphael
1620a180c2
BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
2009-08-11 11:47:30 -07:00
Karl Rosaen
7a3e95aeba
Add a "Searchable Dictionary" app to the sample apps that demonstrates being a part of global search.
...
updated: makefile adjusted so app is part of sdk, and the manifest refers to the correct sdk version.
updated: brushed up docs and formatting per feedback.
2009-08-10 10:09:21 -07:00
Raphael
bd7dfac5a5
BUG 2039647 : support customization from calling wrapper script.
2009-08-07 15:44:33 -07:00
Xavier Ducrohet
5379e0981e
Remove section about USB driver as not everything is directly available anymore
...
See development/host/windows/usb/readme.txt
2009-07-30 14:51:37 -07:00
Xavier Ducrohet
91e0a8bb9c
Fix minor typo and duplicated entry in sdk.atree
2009-07-28 16:28:09 -07:00
Xavier Ducrohet
b519db4eed
Add notice file to platform folder.
2009-07-28 16:19:23 -07:00
Xavier Ducrohet
6675fec474
First pass at a WVGA skin.
2009-07-24 19:23:23 -07:00
Xavier Ducrohet
e0f85e6c73
Delete non rotating skins and create a QVGA rotating skin.
...
HVGA-P and HVGA-L were redundant with HVGA which supports both orientations.
QVGA-P and QVGA-L has been replaced with QVGA which supports both orientations.
2009-07-24 18:06:05 -07:00
Xavier Ducrohet
f74c1d2fb7
Add default version files into the SDK for docs/tools/platforms.
2009-07-23 18:25:41 -07:00
Xavier Ducrohet
797654a452
Use Apache Commons Compress instead of java.util.zip
...
When the SDK installer unarchives the zip files, it is important to keep
the permissions for executable (Linux/MacOS) or the tools required to
build applications (aapt, aidl, ...) won't work.
Since java.util.zip does not provide support for permissions, we now
use the Apache Commons Compress component that allows us to read the
permission from the archive.
2009-07-23 12:59:42 -07:00
Xavier Ducrohet
76033864c5
Add GestureBuilder to the samples.
2009-07-22 15:47:57 -07:00
Raphael Moll
53f1c71a03
Revert "Package both swt.jar for linux-x86 and linux-x86_64."
...
This reverts commit 8f346c14d0 .
https://android-git.corp.google.com/g/Gerrit#change,5179
2009-06-25 14:09:07 -07:00
Raphael Moll
8f346c14d0
Package both swt.jar for linux-x86 and linux-x86_64.
...
This depends on another CL in prebuilt that packages
both linux-x86/swt/swt.jar and linux-x86/swt_64/swt_64.jar:
https://android-git.corp.google.com/g/5178
The new jar are picked from out/... rather than prebuilt,
which seems to work better.
2009-06-23 20:04:00 -07:00
Raphael
fb64322e76
Fix make_windows_sdk to make sure we're not creating
...
files as directories :-)
2009-06-05 12:10:48 -07:00
Raphael
0dbf4c8bcf
Change scripts to support x86_64 for DDMS.
2009-06-04 16:58:55 -07:00
Xavier Ducrohet
c5a89e256c
Change the SDK, DDMS and Traceview to work with the new SWT libraries.
...
The SDK now contains 32 and 64 bit version of SWT. DDMS and Traceview
use the archquery java app to check the architecture of the VM to decide
which version of SWT should be used to run the apps.
2009-06-04 14:50:43 -07:00
Raphael
d1959dcee1
SDK #1800921 : Packages the Windows SDK in a temporary location.
...
This changes make_windows_sdk so that it packages everything
in a temp dir. Once the build & packaging succeeds, the final
Zip is copied to the desired location.
The temp dir is *not* cleared on zip errors, which helps in
diagnosing packaging issues after the fact.
This has no impact on the build process itself (i.e. make
adb, emulator, etc.) which all happen in $SDK/out anyway.
The temp dir can be passed as an argument. If not provided,
the default Cygwin $TMP is used. Otherwise /tmp is used.
I also added an usage description when parameters are missing.
2009-05-20 22:28:21 -07:00
Xavier Ducrohet
53f479a367
Update the SDK packaging to include sdkuilib.
...
This is now necessary since the 'android' tool has a UI.
2009-05-18 13:30:37 -07:00
Xavier Ducrohet
5cb2d23022
AI 148875: Fix Google add-on to include Streetview, remove the add-account from the SDK (this is google specific), update the google Add-on to rev 2
...
Automated import of CL 148875
2009-05-14 17:04:14 -07:00
Raphael Moll
9d6afd51c8
AI 146969: Windows SDK fixes for JetCreator
...
BUG=1793093
Automated import of CL 146969
2009-04-20 13:21:23 -07:00
Xavier Ducrohet
c6a9036940
AI 146943: Move JetCreator into tools/Jet/JetCreator. Add demo content and Logic templates in tools/Jet/
...
BUG=1793093
Automated import of CL 146943
2009-04-20 10:59:21 -07:00
Raphael Moll
b0b773fccd
AI 146862: Fix Windows SDK build.
...
BUG=1793093
Automated import of CL 146862
2009-04-19 09:39:22 -07:00
Xavier Ducrohet
bcc0b044fd
AI 146747: Add the JetCreator tools and docs to the SDK (mac/windows only).
...
BUG=1793093
Automated import of CL 146747
2009-04-17 11:10:20 -07:00
Xavier Ducrohet
7215471a97
AI 145380: Fixes for add-on build
...
Automated import of CL 145380
2009-04-09 12:21:52 -07:00
Raphael Moll
058dad6d77
AI 143876: Include hprof-conv in SDK (bug #1640225 )
...
BUG=1640225
Automated import of CL 143876
2009-03-31 17:16:46 -07:00
The Android Open Source Project
52d4c30ca5
auto import from //depot/cupcake/@135843
2009-03-03 19:29:09 -08:00
The Android Open Source Project
d4aee0c0ca
auto import from //depot/cupcake/@135843
2009-03-03 18:28:16 -08:00
The Android Open Source Project
d2f2b1d7b7
auto import from //depot/cupcake/@132589
2009-03-03 14:03:58 -08:00
The Android Open Source Project
b8747bc7b1
auto import from //depot/cupcake/@137055
2009-03-02 22:54:20 -08:00
The Android Open Source Project
74a996a2c7
auto import from //branches/cupcake/...@132569
2009-02-20 07:38:28 -08:00
The Android Open Source Project
ff4b5f241f
auto import from //branches/cupcake/...@132276
2009-02-19 10:57:29 -08:00
The Android Open Source Project
e3c5766074
auto import from //branches/cupcake/...@130745
2009-02-10 15:43:58 -08:00
The Android Open Source Project
7b53e39377
auto import from //branches/cupcake/...@127101
2009-01-20 14:03:55 -08:00
The Android Open Source Project
b8d704a517
auto import from //branches/cupcake/...@126645
2009-01-15 16:12:07 -08:00
The Android Open Source Project
95cf464c5a
auto import from //branches/cupcake/...@125939
2009-01-09 17:51:19 -08:00
The Android Open Source Project
e943f2fd8e
Code drop from //branches/cupcake/...@124589
2008-12-17 18:04:04 -08:00
The Android Open Source Project
5c11852110
Initial Contribution
2008-10-21 07:00:00 -07:00