Commit Graph

819 Commits

Author SHA1 Message Date
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
Android (Google) Code Review
e667fca809 Merge change 1392 into donut
* changes:
  Fixed bugs in the media player api demo application - release the MediaPlayer object when onPause - use onVideoSizeChanged listener to make sure that correct video size is known before starting playback
2009-05-11 18:35:42 -07:00
Android (Google) Code Review
4aa2dd7dfc am bba5ffb: Merge change 1347 into donut
Merge commit 'bba5ffb847d10a65ce323f3c607f9f842c21e0c1'

* commit 'bba5ffb847d10a65ce323f3c607f9f842c21e0c1':
  Add a new program for checking the correctness of the computed stack from a trace.
2009-05-11 18:24:36 -07:00
Android (Google) Code Review
19837b5331 am e14d320: Merge change 1346 into donut
Merge commit 'e14d320465bc14fd413c3e735643fccb7020db2b'

* commit 'e14d320465bc14fd413c3e735643fccb7020db2b':
  Better output for viewing the method trace.
2009-05-11 18:24:36 -07:00
Android (Google) Code Review
2d1fa2b83a am 6b56383: Merge changes 1344,1345 into donut
Merge commit '6b56383a3a9f086700436269e10602bb234cc25d'

* commit '6b56383a3a9f086700436269e10602bb234cc25d':
  Fix the tracing code that keeps track of the Java method stack.
  Add a "-d time" option to stack_dump to dump the stack at the given time.
2009-05-11 18:24:35 -07:00
Android (Google) Code Review
bba5ffb847 Merge change 1347 into donut
* changes:
  Add a new program for checking the correctness of the computed stack from a trace.
2009-05-11 18:00:42 -07:00
Android (Google) Code Review
e14d320465 Merge change 1346 into donut
* changes:
  Better output for viewing the method trace.
2009-05-11 18:00:23 -07:00
Jack Veenstra
f55a4d1e9d Add a new program for checking the correctness of the computed stack from a trace.
The check_stack program checks that the generated stack that includes both
native functions and Java methods (generated from the emulator instruction
trace plus the method trace) is consistent with the stack of Java methods
that is computed from the method trace alone. (The method trace is
generated by the Dalvik interpreter).
2009-05-11 17:44:32 -07:00
Android (Google) Code Review
6b56383a3a Merge changes 1344,1345 into donut
* changes:
  Fix the tracing code that keeps track of the Java method stack.
  Add a "-d time" option to stack_dump to dump the stack at the given time.
2009-05-11 17:28:21 -07:00
Jack Veenstra
447a4e4fd6 Better output for viewing the method trace.
This now keeps track of the names of the methods on the stack instead
of just the addresses.  This makes it easier to debug when something goes
wrong.
2009-05-11 17:18:08 -07:00
Jack Veenstra
1298570eb8 Fix the tracing code that keeps track of the Java method stack.
This fixes a bug that was causing a "stack overflow" because it sometimes
wasn't popping off a Java method when it should have.  I also changed the
showStack() method so that instead of always printing to stderr, you can
pass in a FILE* object to print to.
2009-05-11 16:46:48 -07:00
Android (Google) Code Review
af47328d64 am 2822ae3: Merge change 1343 into donut
Merge commit '2822ae37115ebf13412bbef91339ee0d9454525e'

* commit '2822ae37115ebf13412bbef91339ee0d9454525e':
  Fix compiler warnings by changing "char*" to "const char*".
2009-05-11 15:14:46 -07:00
Android (Google) Code Review
2822ae3711 Merge change 1343 into donut
* changes:
  Fix compiler warnings by changing "char*" to "const char*".
2009-05-11 15:13:07 -07:00
Xavier Ducrohet
ad276d9d5a am 60b2fc9: Update the NDK packaging script to generate zip archives for
Merge commit '60b2fc90b7d7687189898f6064c62cf8b72a631e'

* commit '60b2fc90b7d7687189898f6064c62cf8b72a631e':
  Update the NDK packaging script to generate zip archives for all platforms.
2009-05-11 14:25:14 -07:00
Xavier Ducrohet
60b2fc90b7 Update the NDK packaging script to generate zip archives for all platforms. 2009-05-11 13:58:02 -07:00
James Dong
bf4d838a88 Fixed bugs in the media player api demo application
- release the MediaPlayer object when onPause
- use onVideoSizeChanged listener to make sure that correct video size is known before starting playback
2009-05-11 13:51:43 -07:00
Android (Google) Code Review
20d9454e78 am ebcb726: Merge change 1361 into donut
Merge commit 'ebcb72611b51969de9182070ca33d2b3dbfd674b'

* commit 'ebcb72611b51969de9182070ca33d2b3dbfd674b':
  Remove hard-coded path to my home directory in build/tools/make-release.sh.
2009-05-11 11:57:11 -07:00