Commit Graph

12088 Commits

Author SHA1 Message Date
Android (Google) Code Review
cb2d6ae202 Merge change 1653 into donut
* changes:
  Fix bad dependency between generated shared libraries and the corresponding installed module. Also fixes the "make clean" target by the way.
2009-05-14 14:55:55 -07:00
Android (Google) Code Review
5e7048c4d6 am dda76aac: Merge change 1673 into donut
Merge commit 'dda76aac46ea47d705db79578406f24937774e9e'

* commit 'dda76aac46ea47d705db79578406f24937774e9e':
  Made valgrind optional. Capture the target output.
2009-05-14 14:53:23 -07:00
Android (Google) Code Review
bc984cfba7 am f89a4d35: Merge change 1501 into donut
Merge commit 'f89a4d3524b099cb30a4183a59fce82d6e59ac91'

* commit 'f89a4d3524b099cb30a4183a59fce82d6e59ac91':
  ADT #1844909: SDK manager, define XML schemas & sample XMLs
2009-05-14 14:53:22 -07:00
Android (Google) Code Review
79b3c18a27 Merge change 1651 into donut
* changes:
  Fix the build-toolchain.sh script which doesn't work due to the new download location of the NDK sources and a small typo when using wget. Also make --force-download actually work.
2009-05-14 14:51:09 -07:00
Xavier Ducrohet
e9b9596bd6 Remove duplicate initialization in AdtPlugin.
The is a remnant of the old #start() method of the Editors Plugin class.
2009-05-14 13:31:11 -07:00
Android (Google) Code Review
dda76aac46 Merge change 1673 into donut
* changes:
  Made valgrind optional. Capture the target output.
2009-05-14 13:19:03 -07:00
Android (Google) Code Review
f89a4d3524 Merge change 1501 into donut
* changes:
  ADT #1844909: SDK manager, define XML schemas & sample XMLs
2009-05-14 12:56:35 -07:00
Raphael
9cf3c16d5d ADT #1844909: SDK manager, define XML schemas & sample XMLs
For reference, there's an XSD primer here:
- http://www.w3.org/TR/xmlschema-0/#NS
- http://www.w3schools.com/Schema/
2009-05-14 12:43:08 -07:00
Nicolas Catania
bcd93dc46a Made valgrind optional. Capture the target output.
Don't fail if valgrind (system version not the google3 one) is missing.
If the test fail, print the output of the test.
Added .pyc to the gitignore file.
2009-05-14 12:25:23 -07:00
Xavier Ducrohet
4dca12b57e am c15ed2d: Fix a double issue regarding interrupted builds due to pre-e
Merge commit 'c15ed2d771b4b02bab5f2a2281d08a050ee1df89'

* commit 'c15ed2d771b4b02bab5f2a2281d08a050ee1df89':
  Fix a double issue regarding interrupted builds due to pre-existing errors.
2009-05-14 11:36:50 -07:00
David 'Digit' Turner
0d2d3b95ec Fix bad dependency between generated shared libraries and the corresponding installed module.
Also fixes the "make clean" target by the way.
2009-05-14 17:23:35 +02:00
David 'Digit' Turner
498455c79f Fix the build-toolchain.sh script which doesn't work due to the new download location of the NDK sources
and a small typo when using wget. Also make --force-download actually work.
2009-05-14 16:43:03 +02:00
Xavier Ducrohet
c15ed2d771 Fix a double issue regarding interrupted builds due to pre-existing errors.
First, the ApkBuilder didn't cancel its run if the project had markers from JDT.
Second, the try/catch on ApkBuilder#build didn't properly test the
CoreException status severity (used getCode instead of getSeverity), so it did
not detect cancels being thrown by #abortOnBadSetup and displayed the error
in the console instead.
2009-05-13 18:03:14 -07:00
Xavier Ducrohet
1e074599b5 am 20d4ecf: ADT: remove an obsolete import from the manifest.
Merge commit '20d4ecf2d785bb0120222ab4ab249abc1165314c'

* commit '20d4ecf2d785bb0120222ab4ab249abc1165314c':
  ADT: remove an obsolete import from the manifest.
2009-05-13 17:46:49 -07:00
Xavier Ducrohet
f6d154a2b7 am 770dfc5: ADT: Refactoring classes dealing with android resources out
Merge commit '770dfc5ed43089228af1892eef3a73a0e7220bc7'

* commit '770dfc5ed43089228af1892eef3a73a0e7220bc7':
  ADT: Refactoring classes dealing with android resources out of the editor.
2009-05-13 17:46:49 -07:00
Xavier Ducrohet
20d4ecf2d7 ADT: remove an obsolete import from the manifest. 2009-05-13 17:41:07 -07:00
Xavier Ducrohet
770dfc5ed4 ADT: Refactoring classes dealing with android resources out of the editor.
Basically:
editors.resources.manager -> resources.manager
editors.resources.configurations -> resources.configurations

This is to make it less confusing between the "Resources editors" and the
class parsing/handling Android resources (either in a project or in the
framework).
Also moved the ResourceExplorerView out of the resources editors, and clean
up a few other misc classes.
2009-05-13 17:36:25 -07:00
Xavier Ducrohet
30e2507154 am 5bb7e1e: ADT: Move more packages into internal:
Merge commit '5bb7e1e0cdb1b135968b279f7e4350769160ba11'

* commit '5bb7e1e0cdb1b135968b279f7e4350769160ba11':
  ADT: Move more packages into internal:
2009-05-13 17:27:15 -07:00
Xavier Ducrohet
5bb7e1e0cd ADT: Move more packages into internal:
editors -> adt.internal.editors.

This also marks the final refactoring of combining previous editors/common
plugin under the adt package.
2009-05-13 17:23:00 -07:00
Xavier Ducrohet
cb975e4579 am 9ed226a: ADT: Move more packages into internal.
Merge commit '9ed226af6a2946146a989f3c066150a8a98e4a1d'

* commit '9ed226af6a2946146a989f3c066150a8a98e4a1d':
  ADT: Move more packages into internal.
2009-05-13 17:19:08 -07:00
Xavier Ducrohet
9ed226af6a ADT: Move more packages into internal.
common.project -> adt.internal.project
adt.resources -> adt.internal.resources
adt.wizards.* -> adt.internal.wizards
adt.ui -> adt.internal.ui
2009-05-13 17:13:15 -07:00
Xavier Ducrohet
272de4c149 am 4cc22e5: ADT: Move more packages into internal
Merge commit '4cc22e5ebf7c69e06a6cbf893a97d2ade46c0d54'

* commit '4cc22e5ebf7c69e06a6cbf893a97d2ade46c0d54':
  ADT: Move more packages into internal
2009-05-13 17:07:08 -07:00
Xavier Ducrohet
4cc22e5ebf ADT: Move more packages into internal
project.*
refactorings.*

Also: moved the export wizard from project.export to wizards.export, moved some
actions out of project into the new internal package actions.
2009-05-13 17:03:26 -07:00
Xavier Ducrohet
a12c1c44a9 am f127736: ADT: Remove StreamHelper and integrate it in AdtPlugin.
Merge commit 'f12773626484df90e08e5e50bdca81846950218e'

* commit 'f12773626484df90e08e5e50bdca81846950218e':
  ADT: Remove StreamHelper and integrate it in AdtPlugin.
2009-05-13 16:54:42 -07:00
Xavier Ducrohet
f127736264 ADT: Remove StreamHelper and integrate it in AdtPlugin.
StreamHelper was used before by AdtPlugin, DdmsPlugin and EditorsPlugin. It's now
only used by AdtPlugin, so the only 2 methods in it can go in AdtPlugin.
I merged the externalized string in the messages.properties file used by AdtPlugin.
2009-05-13 16:46:31 -07:00
Xavier Ducrohet
d91a37c3ee am 9eedccd: Moved more ADT packages into internal.
Merge commit '9eedccd52c6a6c579edf240afd397439691057d6'

* commit '9eedccd52c6a6c579edf240afd397439691057d6':
  Moved more ADT packages into internal.
2009-05-13 16:45:46 -07:00
Xavier Ducrohet
9eedccd52c Moved more ADT packages into internal.
adt.build
adt.launch.*
adt.preferences

Also started combining adt and common.
2009-05-13 16:37:55 -07:00
Xavier Ducrohet
6f2b3b4e4c am 2c83a9f: Update ADT to use the refactored sdklib from previous patch.
Merge commit '2c83a9f10cc8ac33e1caf411da571e2aa85c0909'

* commit '2c83a9f10cc8ac33e1caf411da571e2aa85c0909':
  Update ADT to use the refactored sdklib from previous patch.
2009-05-13 15:14:32 -07:00
Xavier Ducrohet
2c83a9f10c Update ADT to use the refactored sdklib from previous patch. 2009-05-13 15:10:20 -07:00
Android (Google) Code Review
b90f61cf02 am 4b20aab: Merge change 1571 into donut
Merge commit '4b20aab7997b5180a3b118fde204e55652b7dcb6'

* commit '4b20aab7997b5180a3b118fde204e55652b7dcb6':
  Move some classes that have non ready APIs to internal packages
2009-05-13 15:07:09 -07:00
Android (Google) Code Review
4b20aab799 Merge change 1571 into donut
* changes:
  Move some classes that have non ready APIs to internal packages
2009-05-13 15:04:17 -07:00
Xavier Ducrohet
68d017af64 Move some classes that have non ready APIs to internal packages
- com.android.sdklib.avd -> com.android.sdklib.internal.avd
- com.android.sdklib.project -> com.android.sdklib.internal.project
2009-05-13 15:00:01 -07:00
Gaurav Mathur
2056cb4a88 am 0910170: am c331aeb: AI 148799: New TOC for PDK -- should be less clu
Merge commit '0910170f4acd2a219a455e5b9f74c7b6f3a81712'

* commit '0910170f4acd2a219a455e5b9f74c7b6f3a81712':
  AI 148799: New TOC for PDK -- should be less cluttered and uses folding to better
2009-05-13 14:15:34 -07:00
Gaurav Mathur
0910170f4a am c331aeb: AI 148799: New TOC for PDK -- should be less cluttered and u
Merge commit 'c331aeb8d65805a3a1129ecdea62567b6c7bb24b' into donut

* commit 'c331aeb8d65805a3a1129ecdea62567b6c7bb24b':
  AI 148799: New TOC for PDK -- should be less cluttered and uses folding to better
2009-05-13 13:57:23 -07:00
Gaurav Mathur
c331aeb8d6 AI 148799: New TOC for PDK -- should be less cluttered and uses folding to better
organize

Automated import of CL 148799
2009-05-13 13:53:51 -07:00
Jack Palevich
447ad5d43f am 2f655fb: am 24a8fe8: AI 148797: Back-port the new version of the Grid
Merge commit '2f655fb365ae518683c4b91647dc5bdaeb69ecbc'

* commit '2f655fb365ae518683c4b91647dc5bdaeb69ecbc':
  AI 148797: Back-port the new version of the Grid.java from Donut.
2009-05-13 13:14:59 -07:00
Jack Palevich
2f655fb365 am 24a8fe8: AI 148797: Back-port the new version of the Grid.java from D
Merge commit '24a8fe82dffacdfe2fab9d007b2a6538b5f511bc' into donut

* commit '24a8fe82dffacdfe2fab9d007b2a6538b5f511bc':
  AI 148797: Back-port the new version of the Grid.java from Donut.
2009-05-13 13:00:15 -07:00
Jack Palevich
24a8fe82df AI 148797: Back-port the new version of the Grid.java from Donut.
This new version uses "direct" java.nio.Buffer objects, which avoids a potential
  crash that may occur when "indirect" java.nio.Buffer objects are used.
  BUG=1849855

Automated import of CL 148797
2009-05-13 12:56:48 -07:00
David Warren
3373e46d6c am 0687271: am 0355976: AI 148793: Integrating publicly posted Bluetooth
Merge commit '0687271a18d84f18874a1cdcd2ce668e3fd42588'

* commit '0687271a18d84f18874a1cdcd2ce668e3fd42588':
  AI 148793: Integrating publicly posted Bluetooth content.
2009-05-13 12:49:49 -07:00
David Warren
8ca259eca8 am 7591406: am eb98133: AI 148792: 3 new pages: customization, early_sus
Merge commit '7591406c350ec3c80bb7c5bbbf3130ea30b566bf'

* commit '7591406c350ec3c80bb7c5bbbf3130ea30b566bf':
  AI 148792: 3 new pages: customization, early_suspend, and wakelock.
2009-05-13 12:49:47 -07:00
David Warren
0687271a18 am 0355976: AI 148793: Integrating publicly posted Bluetooth content.
Merge commit '0355976f628857b2675377fa4f2de12b3b5a44aa' into donut

* commit '0355976f628857b2675377fa4f2de12b3b5a44aa':
  AI 148793: Integrating publicly posted Bluetooth content.
2009-05-13 12:09:32 -07:00
David Warren
7591406c35 am eb98133: AI 148792: 3 new pages: customization, early_suspend, and wa
Merge commit 'eb98133b0f66cca46ea2b8f54479fb745ddc478a' into donut

* commit 'eb98133b0f66cca46ea2b8f54479fb745ddc478a':
  AI 148792: 3 new pages: customization, early_suspend, and wakelock.
2009-05-13 12:09:32 -07:00
David Warren
0355976f62 AI 148793: Integrating publicly posted Bluetooth content.
Automated import of CL 148793
2009-05-13 12:02:27 -07:00
David Warren
eb98133b0f AI 148792: 3 new pages: customization, early_suspend, and wakelock.
Automated import of CL 148792
2009-05-13 12:00:07 -07:00
David Warren
311419f19f am 5abeea8: am b755508: AI 148763: Adding STK to PDK.
Merge commit '5abeea833dae8f65d0609f762b7a1030f72141a2'

* commit '5abeea833dae8f65d0609f762b7a1030f72141a2':
  AI 148763: Adding STK to PDK.
2009-05-12 19:03:54 -07:00
Xavier Ducrohet
b30caccb99 am 03fd223: Remove the PlatformLibrary
Merge commit '03fd223a4dd0676793ee8fad1792fd321aa424ff'

* commit '03fd223a4dd0676793ee8fad1792fd321aa424ff':
  Remove the PlatformLibrary
2009-05-12 19:03:54 -07:00
David Warren
5abeea833d am b755508: AI 148763: Adding STK to PDK.
Merge commit 'b755508480b626ab038e20259171c45af021b785' into donut

* commit 'b755508480b626ab038e20259171c45af021b785':
  AI 148763: Adding STK to PDK.
2009-05-12 18:49:38 -07:00
Xavier Ducrohet
03fd223a4d Remove the PlatformLibrary
This sample is not an application sample, but a framework sample.
It is moved to vendor/sample. A new "sample" vendor that will show how to create Android-based device
2009-05-12 17:55:35 -07:00
David Warren
b755508480 AI 148763: Adding STK to PDK.
Automated import of CL 148763
2009-05-12 15:44:40 -07:00
Android (Google) Code Review
a449cc410c am e667fca: Merge change 1392 into donut
Merge commit 'e667fca809ad68c7466b1d769b16d858d489b21a'

* commit 'e667fca809ad68c7466b1d769b16d858d489b21a':
  Fixed bugs in the media player api demo application
2009-05-11 18:46:07 -07:00