| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ie01a2d1f71b1a2edfbdad717de3e7e252b9f4fe2
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
InstrumentationTestRunner allows running only tests annotated with
@SmallTest, @MediumTest, or @LargeTest. This patch exposes this
setting in the launch configuration dialog.
Change-Id: Ica06b1731b4ec50854be40e3ee578bdfb12117eb
Fixes: http://code.google.com/p/android/issues/detail?id=27569
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The device chooser dialog has a checkbox that allows the user
to say that the same device should be used for future launches.
This setting was respected only if that launch mode was AUTOMATIC.
This patch enables launching on the same device in MANUAL launch
mode as well.
Change-Id: I3bab9fd34a64c3891e03bf9adf285be11d4de017
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| | |
This is a very crude first fix while we figure out
how to properly escape/unescape all chars.
Change-Id: I783f8fdfd802e1a8ff44bbc7f6056fb607a3e523
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I4981790afecbed04cce5bf434a859bec93e2b61b
|
|\ \ \ |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
SDK Bug: 29026
Change-Id: I036bcd7e23210ebf3991b56211c38c077ef3d308
|
|\ \ \
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The emulator GLES support has two interfaces: a host shared library
interface used by QEMU, and a protocol between the platform and the
host. The host library interface is not versioned; QEMU and the GLES
renderer must match. The protocol on the other hand must be backwards
compatible: a new GLES renderer must support an older platform image.
Thus for branching purposes it makes more sense to put the GLES
renderer in sdk.git, which is branched along with qemu.git for SDK
releases. Platform images will be built against the protocol version
in the platform branch of sdk.git.
Change-Id: I2c3bce627ecfd0a4b3e688d1839fe10755a21e58
|
|\ \ \ |
|
|/ / /
| | |
| | |
| | | |
Change-Id: I0313091219aa80cd1c97b796c4444a875db5311d
|
|\ \ \ |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It supports:
- A local binary cache + a few http headers are saved
- If ETag is present, generates a GET with If-None-Match
- If Last-Modified is present, generates a GET with If-Modified-Since
- Ability to configure the cache to be direct (don't cache),
or serve without checkout or serve with a server check.
- Doesn't check cached files if newer than 10 minutes.
- For servers with no ETag/LastModified support, check files
every 4 hours (no pref to change this yet.)
Change-Id: I515e77291fb6810453e82e73f6508cfc60b2f422
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Requires prebuilts/tools.git change I24a2f1608
Change-Id: I7f128be1acfe585e22b5350ac1b598d4b01dc006
|
|\ \ \
| |_|/
|/| | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Change the default to use / dir-separators even
for the Windows template. The / will be correctly
replaced by \\ by both Ant and our ExportHelper,
ensuring a relative path works on all platforms.
SDK bug: 28860
(This does not solve the path-separator issue with
; vs : on Windows. That will be addressed later.)
Change-Id: Iee3ae9c58aa606aee7943c4e20643164bbf7344b
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I02fcbfd6db7338c125a2e57ca39fc6e849d1a6b0
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Using a custom task to create the filter based on the
app packages for the main project and its library projects and
the list of class to exclude.
Change-Id: Id37862bf53656bd17991b5c307d772ed2019650b
|
|\ \ \ \
| |/ / / |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Split NewSetupTask in several tasks to make things more flexible.
Particularly this allows more targets to get access to the project
type (app, lib, test, ...) as it's not so computive intensive.
- Fix test project to give them access to the full tested project's
classpath.
- Fix support for projects that test themselves.
- Make sure library projects are instrumented when using the
emma target.
Change-Id: Ia0c9564eacee2521e7cbd5154b8a85ea287ad4fd
|
|\ \ \
| |_|/
|/| | |
|
|/ /
| |
| |
| | |
Change-Id: I3877a7418da193cbe3759f25daafa3309bb8c05a
|
|\ \ |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
swt.jar must be found relative to the out/ dir
(as generated by create_all_symlinks.sh) to avoid
setting a platform-specific path.
swtmenubar was missing the new libs references.
Change-Id: I365cfa6e011ec831c4df87cb36b0df722caac2e4
|
| |
| |
| |
| |
| |
| |
| |
| | |
The whitelist doesn't seem to serve any purpose currently, but does
prevent legitimate attempts to access paths that aren't in the whitelist.
Bug: 6325674
Change-Id: I0fbd44bb440a2b28010a9ca5c5ebd625130de628
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I33fbad62b3df21068c64ef434d82682d4d192560
|
|\ \ \
| |/ / |
|
|/ /
| |
| |
| |
| |
| | |
Also add some UTs for testing.
Change-Id: I55d4ad04feade4b4e8a81316511720731f9afdc9
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I39bf14bd5c12e75d265ca5a21824b2a633939dbc
|
|\ \ \ |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
This is to prevent it from defaulting to 1.5
and then @override cause lots of warnings.
Change-Id: Iec8a1b459e9d50523b5ef82433bfab23366338f7
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Those constants are tied to the build target, not the minimum
or target SDK versions (so compilation will already complain
if you're using a too old version.)
Change-Id: I54376eb7c44f749e1494ff8a39987ec1aa6117ad
|
|\ \ \ \
| |_|_|/
|/| | | |
|
| |/ /
| | |
| | |
| | | |
Change-Id: I8335bf7d72af4184d505826dc1024a3dde3b67b6
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit '7312c89ade9495d42132ec7fdf7db8142da5fa8a':
Ensure screenshots saved through DDMS end with .png.
|
| |\ \ \
| | |_|/
| |/| | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
This patch simply makes sure that the filename will have a .png extension when saving a screenshot through DDMS.
Change-Id: Idb00259ac456fcaf11ee99736663fc7ddbbc505b
Signed-off-by: Sebastian Roth <sebastian.roth@gmail.com>
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'ec90c4583e232c660d7441f6c775542da6896037':
SDK: wrap NPE in getAttributeNS when editing XML files.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
SDK Bug: 28266
Change-Id: I239bd44ba2c3fdb0193511f765b649f85d741066
|