| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Change XML schema to allow for empty <libs>, e.g. one can create
and add-on that doesn't declare any extra lib.
However enforce that <archives> contains at least one <archive>
element to prevent someone from declaring a download element
that cannot actually be downloaded.
Added a couple tests for validation of empty documents.
|
| |
|
|\
| |
| |
| |
| | |
* changes:
Fix an NPE in the New Project Wizard when no test project is specified on the second NPW page.
|
| |
| |
| |
| | |
on the second NPW page.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
add-account from the SDK (this is google specific), update the google Add-on to rev 2
Merge commit '5cb2d23022cec5abc07c4dbb463be58e6d88b2c7' into donut
* commit '5cb2d23022cec5abc07c4dbb463be58e6d88b2c7':
AI 148875: Fix Google add-on to include Streetview, remove the add-account from the SDK (this is google specific), update the google Add-on to rev 2
|
| | |
| | |
| | |
| | |
| | |
| | | |
from the SDK (this is google specific), update the google Add-on to rev 2
Automated import of CL 148875
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
CL 147240 by \'g4 patch\'. Original change by dwarren@dwarren-pdk on 2009/04/21 14:59:50. "Making PDK work in SDK environment." This CL should be pretty straight forward and should be touching only PDK related templates, etc. Turns out we no longer need to touch the highlightNav code.
Merge commit '7e056ae8a20848754f85202d9d903f4a152d3027' into donut
* commit '7e056ae8a20848754f85202d9d903f4a152d3027':
AI 148870: Pinging Ryan for Dr No approval.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
---
Cloned from CL 147240 by 'g4 patch'.
Original change by dwarren@dwarren-pdk on 2009/04/21 14:59:50.
"Making PDK work in SDK environment."
This CL should be pretty straight forward and should be touching only PDK
related templates, etc. Turns out we no longer need to touch the highlightNav
code.
Automated import of CL 148870
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Make IDevice#getSyncService() throws an IOException.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This lets callers differentiate between errors when connecting to adb and
errors because adb couldn't talk to the device.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Remove duplicate initialization in AdtPlugin.
|
| | | | |
| | | | |
| | | | |
| | | | | |
The is a remnant of the old #start() method of the Editors Plugin class.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* changes:
Fix bad dependency between generated shared libraries and the corresponding installed module. Also fixes the "make clean" target by the way.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
installed module.
Also fixes the "make clean" target by the way.
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | | |
* 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.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
location of the NDK sources
and a small typo when using wget. Also make --force-download actually work.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
* changes:
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.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* changes:
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/
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
editors -> adt.internal.editors.
This also marks the final refactoring of combining previous editors/common
plugin under the adt package.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
common.project -> adt.internal.project
adt.resources -> adt.internal.resources
adt.wizards.* -> adt.internal.wizards
adt.ui -> adt.internal.ui
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
adt.build
adt.launch.*
adt.preferences
Also started combining adt and common.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
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
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Merge commit 'c331aeb8d65805a3a1129ecdea62567b6c7bb24b' into donut
* commit 'c331aeb8d65805a3a1129ecdea62567b6c7bb24b':
AI 148799: New TOC for PDK -- should be less cluttered and uses folding to better
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
better
organize
Automated import of CL 148799
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '24a8fe82dffacdfe2fab9d007b2a6538b5f511bc' into donut
* commit '24a8fe82dffacdfe2fab9d007b2a6538b5f511bc':
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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '0355976f628857b2675377fa4f2de12b3b5a44aa' into donut
* commit '0355976f628857b2675377fa4f2de12b3b5a44aa':
AI 148793: Integrating publicly posted Bluetooth content.
|
| | | |
| | | |
| | | |
| | | | |
Automated import of CL 148793
|
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| |
| | |
| | | |
Merge commit 'eb98133b0f66cca46ea2b8f54479fb745ddc478a' into donut
* commit 'eb98133b0f66cca46ea2b8f54479fb745ddc478a':
AI 148792: 3 new pages: customization, early_suspend, and wakelock.
|
| | |
| | |
| | |
| | | |
Automated import of CL 148792
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit 'b755508480b626ab038e20259171c45af021b785' into donut
* commit 'b755508480b626ab038e20259171c45af021b785':
AI 148763: Adding STK to PDK.
|
| | |
| | |
| | |
| | | |
Automated import of CL 148763
|
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- release the MediaPlayer object when onPause
- use onVideoSizeChanged listener to make sure that correct video size is known before starting playback
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Add a new program for checking the correctness of the computed stack from a trace.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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).
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* changes:
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.
|
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | |
| | | | |
* 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.
|