Xavier Ducrohet
b59daafde4
Fix the update check for doc packages.
2009-07-24 13:39:04 -07:00
Android (Google) Code Review
84c9d60322
Merge change 5271 into donut
...
* changes:
Script to strip out unused translations when you change the base strings.xml.
2009-07-24 13:28:09 -07:00
Xavier Ducrohet
bf29a5e611
Allow override of default symbol location for native heap library resolution
...
Default location of the symbols is $ANDROID_PRODUCT_OUT/symbols.
Setting the env variable ANDROID_SYMBOLS allows you to override this location
so that DDMS goes look for the symbol in a different location when
resolving native heap addresses.
2009-07-24 13:19:24 -07:00
David 'Digit' Turner
fdc5ea243d
Rename ndk/build/platforms/android-1.5 into android-3 to match API levels
2009-07-24 17:56:51 +02:00
David 'Digit' Turner
1715a1f877
Handle LOCAL_CPPFLAGS/CFLAGS/CXXFLAGS as claimed by the documentation.
...
The previous code did only use LOCAL_CFLAGS for both C and C++ sources.
2009-07-24 17:42:21 +02: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
e5bfd50ece
Also filter the list of Archives to only show the compatible ones.
2009-07-23 18:02:07 -07:00
Android (Google) Code Review
ba29296c08
Merge change 8438 into donut
...
* changes:
Add a checkbox to only show packages that are updates or new.
2009-07-23 17:08:46 -07:00
Xavier Ducrohet
fbeb74a610
Add a checkbox to only show packages that are updates or new.
2009-07-23 17:07:01 -07:00
Android (Google) Code Review
3e49a41539
Merge change 8402 into donut
...
* changes:
Add test application
2009-07-23 15:35:12 -07:00
vchtchetkine
2be4a90641
Add test application
2009-07-23 15:28:06 -07:00
Xavier Ducrohet
ecc85daf7b
Fix loading of user repository and add refresh when adding/removing.
2009-07-23 14:43:49 -07:00
Android (Google) Code Review
d74be2a969
Merge change 8377 into donut
...
* changes:
Use Apache Commons Compress instead of java.util.zip
2009-07-23 14:11:42 -07:00
vchtchetkine
cd693f5739
Add build instructions, ignore list and remove obsolete .sln file
2009-07-23 13:38:37 -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
vchtchetkine
d79c237203
Delete files irrelevant for the new driver model
...
:x
2009-07-23 10:41:24 -07:00
Android (Google) Code Review
3b1edb4d39
Merge change 8232 into donut
...
* changes:
Refactor ADB API dll to support WinUsb
2009-07-23 09:37:13 -07:00
Android (Google) Code Review
633b5ed51b
Merge change 8178 into donut
...
* changes:
Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script
2009-07-23 01:26:26 -07:00
Android (Google) Code Review
9811d6b1f2
Merge change 8298 into donut
...
* changes:
Minor NPE fix.
2009-07-22 20:01:20 -07:00
Xavier Ducrohet
ce6f5c964f
Minor NPE fix.
2009-07-22 19:51:10 -07:00
Xavier Ducrohet
a8721e7040
Move ADT/DDMS plug-ins to 0.9.2
2009-07-22 18:37:33 -07:00
Xavier Ducrohet
a399a681d5
Add support for add-on based on preview of platforms.
2009-07-22 18:12:30 -07:00
Xavier Ducrohet
76033864c5
Add GestureBuilder to the samples.
2009-07-22 15:47:57 -07:00
Xavier Ducrohet
6baf93c2c0
Fix erroneous assert.
2009-07-22 14:08:07 -07:00
vchtchetkine
dceaaa52ce
Refactor ADB API dll to support WinUsb
2009-07-22 13:34:53 -07:00
Android (Google) Code Review
ada1833325
Merge change 8196 into donut
...
* changes:
Refactored AndroidXPathFactory into sdklib.
2009-07-22 09:44:57 -07:00
Xavier Ducrohet
1b9c1e4dd2
Refactored AndroidXPathFactory into sdklib.
2009-07-22 09:42:20 -07:00
David 'Digit' Turner
7ec528c5b0
Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script
2009-07-22 13:34:54 +02:00
Android (Google) Code Review
70cebe238e
Merge change 8016 into donut
...
* changes:
Fix compilation of assembly files (e.g. foo.S), by removing a typo.
2009-07-22 03:13:22 -07:00
Android (Google) Code Review
0c51f65b62
Merge change 8137 into donut
...
* changes:
Enforce codename value for minSdkVersion in the Ant build.
2009-07-21 18:51:25 -07:00
Xavier Ducrohet
5adc2f6403
Enforce codename value for minSdkVersion in the Ant build.
...
If the Ant project is targetting a preview platform, the manifest must
declare minSdkVersion to be the platform codename.
2009-07-21 18:34:15 -07:00
Yu Shan Emily Lau
4fed1db841
Add the test definition of the vpn tests.
2009-07-21 15:59:43 -07:00
Xavier Ducrohet
8c78ba6438
Use the proper URL for the google repository.
...
Also fix an NPE.
2009-07-21 15:25:32 -07:00
Android (Google) Code Review
277f7af74f
Merge change 8064 into donut
...
* changes:
Generalize usage of AndroidVersion instead of Api level in the SDK packages.
2009-07-21 13:55:53 -07:00
Xavier Ducrohet
ce359b0e8a
Generalize usage of AndroidVersion instead of Api level in the SDK packages.
...
Platform, add-on and doc packages used to use Api Level to figure out
upgrade logic. This is replaced by AndroidVersion to properly handle
codename versions.
2009-07-21 13:48:37 -07:00
Swarna Kumar
865f57e708
Removing continuous attribute for the calendar provider tests.
2009-07-21 13:19:43 -07:00
Android (Google) Code Review
e2901002a6
Merge change 7975 into donut
...
* changes:
Add support for preview versions of platforms.
2009-07-20 18:21:48 -07:00
Xavier Ducrohet
f2869cf9a9
Add support for preview versions of platforms.
...
ro.build.version.codename is a new property indicating whether a platform
is in its release form (value = REL) or in development (value = dev branch
name such as Donut). When the codename indicates a development/preview version
then the API level must be ignored and this codename is used as a unique
identifier of the platform.
IAndroidTarget has been changed to return an instance of a new class
AndroidVersion instead of the api level directly. This class helps deals with
the logic of comparing version from targets or devices.
This change impacts all of the sdk manager to deal with targets identified by
codename instead of api level. This in turn impacts everything that relies
on the sdkmanager: ADT (build, launch, project creation), the AVD manager,
the SDK updater.
2009-07-20 18:11:21 -07:00
Android (Google) Code Review
b2d4f431b9
Merge change 7956 into donut
...
* changes:
Moving compatibilty mode option to spare parts
2009-07-20 16:49:57 -07:00
Mitsuru Oshima
afd6be73fc
Moving compatibilty mode option to spare parts
2009-07-20 15:52:48 -07:00
David Warren
c9b5867224
New ntro image for camera.html that shows flow for video capture.
2009-07-20 14:19:33 -07:00
Android (Google) Code Review
37505b5b2a
Merge change 7535 into donut
...
* changes:
Adding new file in debugging section for tcpdump and other network debugging tools.
2009-07-20 14:10:09 -07:00
Android (Google) Code Review
09db257e6d
Merge change 7904 into donut
...
* changes:
Removing calprov test suite from continuous build until to get real fix for bug 1966269
2009-07-20 11:33:03 -07:00
Swarna Kumar
88a8f7be4f
Removing calprov test suite from continuous build until to get real fix for bug 1966269
2009-07-20 11:19:34 -07:00
David 'Digit' Turner
7f0688dd93
Fix compilation of assembly files (e.g. foo.S), by removing a typo.
2009-07-20 15:38:48 +02:00
Romain Guy
89f0e50a4c
Add new application for the SDK to let developers build their own gestures
...
libraries.
2009-07-17 16:47:23 -07:00
Android (Google) Code Review
30a06f4115
Merge change 5737 into donut
...
* changes:
Fix bug 1844502: Add create_test.py to generate Android.mk and AndroidManifest.xml for application tests.
2009-07-16 14:55:39 -07:00
David Warren
94a41a5a51
Adding new file in debugging section for tcpdump and other network debugging tools.
2009-07-15 16:43:07 -07:00
Android (Google) Code Review
c56b26b8b0
Merge change 6997 into donut
...
* changes:
Rename IActivityWatcher to IActivityController
2009-07-14 11:59:04 -07:00
Raphael
dc87dd3052
ADT Extract String ID: use Context.getString(id) directly,
...
no need for Context.getResources().
2009-07-14 12:33:06 -04:00