Commit Graph

1813 Commits

Author SHA1 Message Date
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
0fd581ec61 am 4fed1db8: Add the test definition of the vpn tests.
Merge commit '4fed1db841b1a25f50b250c670c54c927b641782'

* commit '4fed1db841b1a25f50b250c670c54c927b641782':
  Add the test definition of the vpn tests.
2009-07-21 16:10:47 -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
76b75fafdd am 8c78ba64: Use the proper URL for the google repository.
Merge commit '8c78ba643862731c603677284ae88089a959cc52'

* commit '8c78ba643862731c603677284ae88089a959cc52':
  Use the proper URL for the google repository.
2009-07-21 15:30:01 -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
3aaa5f4fc4 am 277f7af7: Merge change 8064 into donut
Merge commit '277f7af74f2f177c41438e923b54b3dc1ecbe228'

* commit '277f7af74f2f177c41438e923b54b3dc1ecbe228':
  Generalize usage of AndroidVersion instead of Api level in the SDK packages.
2009-07-21 14:38:54 -07:00
Swarna Kumar
59fe535348 am 865f57e7: Removing continuous attribute for the calendar provider tests.
Merge commit '865f57e7087042fd382b67dfda48b01b6f4444e4'

* commit '865f57e7087042fd382b67dfda48b01b6f4444e4':
  Removing continuous attribute for the calendar provider tests.
2009-07-21 14:38:50 -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
a19fdbbce2 am e2901002: Merge change 7975 into donut
Merge commit 'e2901002a68d5d0debd7c5c41fbf884cb66505e8'

* commit 'e2901002a68d5d0debd7c5c41fbf884cb66505e8':
  Add support for preview versions of platforms.
2009-07-20 23:34:03 -07:00
Android (Google) Code Review
f92b5a5aaa am b2d4f431: Merge change 7956 into donut
Merge commit 'b2d4f431b9cc2436e808253e87e62b918970ac53'

* commit 'b2d4f431b9cc2436e808253e87e62b918970ac53':
  Moving compatibilty mode option to spare parts
2009-07-20 23:33:23 -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
Android (Google) Code Review
10d729ba80 am 37505b5b: Merge change 7535 into donut
Merge commit '37505b5b2a228703921fe65de67ed542c226645a'

* commit '37505b5b2a228703921fe65de67ed542c226645a':
  Adding new file in debugging section for tcpdump and other network debugging tools.
2009-07-20 14:22:17 -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
bf69523c71 Merge change 7928
* changes:
  This should depend on the new docs target, not the big one.
2009-07-20 13:24:35 -07:00
Joe Onorato
2a6f10a9f0 This should depend on the new docs target, not the big one. 2009-07-20 16:23:39 -04:00
Android (Google) Code Review
51b5415310 Merge change 7879
* changes:
  adding support for tracking the visible rectangles.
2009-07-20 13:13:41 -07:00
Android (Google) Code Review
cfc030add2 am 09db257e: Merge change 7904 into donut
Merge commit '09db257e6de804946144d8d4f31873f59a1a2f8a'

* commit '09db257e6de804946144d8d4f31873f59a1a2f8a':
  Removing calprov test suite from continuous build until to get real fix for bug 1966269
2009-07-20 11:34:58 -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
Derek Sollenberger
c654bce09e adding support for tracking the visible rectangles. 2009-07-20 11:25:29 -04: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
4492a4cb7c am 89f0e50a: Add new application for the SDK to let developers build their own gestures libraries.
Merge commit '89f0e50a4cbb3086ab8441540e495150d1838e44'

* commit '89f0e50a4cbb3086ab8441540e495150d1838e44':
  Add new application for the SDK to let developers build their own gestures
2009-07-19 20:28:41 -07: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
4961cb3d48 Merge change 7697
* changes:
  Pretend to be root by intercepting getuid() in the simulator, so we don't have to litter the framework with if(Process.supportsProcesses()).
2009-07-17 11:05:12 -07:00
Marco Nelissen
d46290031a Pretend to be root by intercepting getuid() in the simulator, so we don't have
to litter the framework with if(Process.supportsProcesses()).
2009-07-17 08:38:56 -07:00
Android (Google) Code Review
451937e46e Merge change 7521
* changes:
  Adding support for surface views. also removed subplugin's dependency on ANPCanvas.
2009-07-17 06:29:23 -07:00
Derek Sollenberger
c0f2657695 Adding support for surface views. also removed subplugin's dependency on ANPCanvas. 2009-07-17 08:50:53 -04:00
Android (Google) Code Review
34e0370f4e am 30a06f41: Merge change 5737 into donut
Merge commit '30a06f411537a63b9039f8a07a37863ee6978ce6'

* commit '30a06f411537a63b9039f8a07a37863ee6978ce6':
  Fix bug 1844502: Add create_test.py to generate Android.mk and AndroidManifest.xml for application tests.
2009-07-16 17:54:39 -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
7b627e8935 am c56b26b8: Merge change 6997 into donut
Merge commit 'c56b26b8b0425fd8f27b381d716408b64f43699e'

* commit 'c56b26b8b0425fd8f27b381d716408b64f43699e':
  Rename IActivityWatcher to IActivityController
2009-07-14 12:01:50 -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
da73c40ff0 am dc87dd30: ADT Extract String ID: use Context.getString(id) directly, no need for Context.getResources().
Merge commit 'dc87dd30529a4108d7705f66ab9190ac6eb780b6'

* commit 'dc87dd30529a4108d7705f66ab9190ac6eb780b6':
  ADT Extract String ID: use Context.getString(id) directly,
2009-07-14 10:50:40 -07:00
Raphael
b06c4ae736 am 138a9a4f: ADT Extract String ID: try to find a method or a field that will give the Context for using resource strings.
Merge commit '138a9a4f6e8b40c71fc645d30f0f6c1fe0cb2ee2'

* commit '138a9a4f6e8b40c71fc645d30f0f6c1fe0cb2ee2':
  ADT Extract String ID: try to find a method or a field that will
2009-07-14 10:50:38 -07:00
Raphael
01aebb52dd am b550cce4: ADT XML extract string ID: fix inverted test.
Merge commit 'b550cce443894408ff76eecd99c744787b12bd8b'

* commit 'b550cce443894408ff76eecd99c744787b12bd8b':
  ADT XML extract string ID: fix inverted test.
2009-07-14 10:21:43 -07:00
Raphael
4539243d4b am 7feb9a82: ADT XML extract string ID: generate Context.getResources() calls depending on the Java context of the replacement.
Merge commit '7feb9a82a3731ca6e0795ab8d8df7ca9dc631cb0'

* commit '7feb9a82a3731ca6e0795ab8d8df7ca9dc631cb0':
  ADT XML extract string ID: generate Context.getResources() calls
2009-07-14 10:21:41 -07:00
Eric Fischer
bffc876476 am 25489e45: Import new translations
Merge commit '25489e45c41d6e09832bcc3784cc2c8c675a0361'

* commit '25489e45c41d6e09832bcc3784cc2c8c675a0361':
  Import new translations
2009-07-14 10:20:49 -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
ecda9e9ec1 am ac50c3ae: ADT XML extract string IDs: display existing IDs of the selected file.
Merge commit 'ac50c3aedfd4e18a3770315708ac4de47906eec4'

* commit 'ac50c3aedfd4e18a3770315708ac4de47906eec4':
  ADT XML extract string IDs: display existing IDs of the
2009-07-12 21:56:39 -07:00