Commit Graph

1037 Commits

Author SHA1 Message Date
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
Raphael
138a9a4f6e ADT Extract String ID: try to find a method or a field that will
give the Context for using resource strings.
2009-07-14 11:29:18 -04:00
Raphael
b550cce443 ADT XML extract string ID: fix inverted test. 2009-07-14 08:28:54 -04:00
Raphael
7feb9a82a3 ADT XML extract string ID: generate Context.getResources() calls
depending on the Java context of the replacement.

In the input page also display the string ID values.
2009-07-14 08:11:57 -04:00
Dianne Hackborn
aa5574f97d Rename IActivityWatcher to IActivityController 2009-07-13 15:53:12 -07:00
Eric Fischer
25489e45c4 Import new translations 2009-07-13 15:37:18 -07:00
Raphael
ac50c3aedf ADT XML extract string IDs: display existing IDs of the
selected file.
2009-07-12 16:05:40 -04:00
Raphael
47acc05bcf ADT XML extract string: allow selection to be the attribute name. 2009-07-12 14:40:41 -04:00
Raphael
b3ba0afc57 ADT: Extract String IDs from Layout XML strings.
This would have been part of CL #7041 if I had not forgotten
a last git commit -a --amend.
2009-07-12 10:41:46 -04:00
Raphael
32ad938b85 ADT: Extract String IDs from Layout XML strings. 2009-07-11 15:22:37 -04:00
Mathias Agopian
fe1b8d8f82 remove the setting for fancy rotation animation 2009-07-10 17:00:43 -07:00
Android (Google) Code Review
62fec6f070 Merge change 6767 into donut
* changes:
  Modify runtest test_defs to adjust for rename of cts-installtests.
2009-07-10 12:09:32 -07:00
Brett Chabot
222c8a0634 Modify runtest test_defs to adjust for rename of cts-installtests. 2009-07-10 12:39:26 -04:00
Android (Google) Code Review
9412517b3f Merge change 6651 into donut
* changes:
  AVD Selector: Add a "Start" button to launch the selected AVD in a new emulator. Doesn't detect if the AVD is already running; instead prints the emulator error.
2009-07-09 12:53:30 -07:00
Raphael
3684b06a4f AVD Selector: Add a "Start" button to launch the selected AVD in a
new emulator. Doesn't detect if the AVD is already running; instead
prints the emulator error.
2009-07-09 15:37:09 -04:00
Android (Google) Code Review
7e236a05ac Merge change 5763 into donut
* changes:
  Remove problematic case-insensitive duplicate files. Add missing copyright/license disclaimer to build/tools/make-release.sh Add a new tool: build/tools/find-case-duplicates.sh
2009-07-08 03:23:34 -07:00
Raphael
009801b0ad SDK Updater: detect when install addon or tools to deal with
updating or restarting adb.
2009-07-02 21:41:20 -07:00
Raphael
fa9cd9a694 SDK Updater: fix android.bat for Windows to change dirs to the
temp dir. This removes a locked handle to the SDK/tools and allows
the update to update its own tools folder.
2009-07-02 16:21:48 -07:00
Raphael
de21e3ab24 Update comments in AvdManager 2009-07-01 11:26:26 -07:00
Android (Google) Code Review
24d287822f Merge change 5913 into donut
* changes:
  SDK Updater: Make it possible for tools to update themselves.
2009-07-01 10:45:14 -07:00
Xavier Ducrohet
f5af7ce213 Make ADT use new sdklib API
This fixes the build.
2009-07-01 05:48:03 -07:00
Xavier Ducrohet
59fc8c9d06 All actions in AdvManager now receives their own ISdkLog.
Also added 'update' action to AvdSelector.
2009-07-01 03:14:06 -07:00
Raphael
c2446273c6 SDK Updater: Make it possible for tools to update themselves.
In the bat launcher for Windows, copy all the
JARs needed to run the UI in a temp folder and execute
from there.

This allows the updater to update the tools folder
without locking itself.
2009-07-01 02:16:48 -07:00
Xavier Ducrohet
1ceaaeae68 Add tooltips and a legend (AVD selector)
Also added some TODOs
2009-07-01 01:26:22 -07:00
Raphael
329c13cbe3 SDK Updater: refine error handling when fetching sources. 2009-06-30 20:32:40 -07:00