summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* am 004f968d: Merge "Link against the static libcrypto in external/openssl." i...Ying Wang2010-10-181-14/+11
|\
| * Link against the static libcrypto in external/openssl.Ying Wang2010-10-141-14/+11
* | am 3d828e62: Merge "Do not build pbkdf2gen on non-Linux hosts" into gingerbreadJoe Onorato2010-10-141-7/+10
|\ \ | |/
| * Do not build pbkdf2gen on non-Linux hostsKenny Root2010-10-141-7/+10
* | am bdf8034c: Merge "OBB: use PBKDF2 for key generation." into gingerbreadKenny Root2010-10-134-11/+192
|\ \ | |/
| * Merge "OBB: use PBKDF2 for key generation." into gingerbreadKenny Root2010-10-134-11/+192
| |\
| | * OBB: use PBKDF2 for key generation.Kenny Root2010-10-134-11/+192
* | | am 3394db7d: Merge "Regenerate preloaded classes for Gingerbread." into ginge...Jesse Wilson2010-10-132-1/+13
|\ \ \ | |/ /
| * | Merge "Regenerate preloaded classes for Gingerbread." into gingerbreadJesse Wilson2010-10-132-1/+13
| |\ \
| | * | Regenerate preloaded classes for Gingerbread.Jesse Wilson2010-10-132-1/+13
| | |/
* | | am 5c62ab0a: Merge "Adding a new <uses-gl-texture/> tag, to be used to enable...Dan Morrill2010-10-131-0/+9
|\ \ \ | |/ /
| * | Adding a new <uses-gl-texture/> tag, to be used to enable apps to specifyDan Morrill2010-10-131-0/+9
| |/
| * Avoid pre-processing images when they won't be usedAnthony Newnam2010-10-061-1/+3
* | am 656d2165: Merge "Parser is optional in obtainStyledAttributes." into ginge...Xavier Ducrohet2010-10-071-5/+11
|\ \ | |/
| * Parser is optional in obtainStyledAttributes.Xavier Ducrohet2010-10-041-5/+11
* | am 407f625a: Add new API to find out whether external storage is removable.Dianne Hackborn2010-10-041-8/+10
|\ \ | |/
| * Add new API to find out whether external storage is removable.Dianne Hackborn2010-10-041-8/+10
* | am d9e88d22: Merge "Add "none" for vold and deprecate mkobb -c" into gingerbreadKenny Root2010-10-011-3/+2
|\ \ | |/
| * Add "none" for vold and deprecate mkobb -cKenny Root2010-10-011-3/+2
* | am 735de3b3: Hash keys with MD5; track IBinders not IInterfaceKenny Root2010-09-301-9/+21
|\ \ | |/
| * Hash keys with MD5; track IBinders not IInterfaceKenny Root2010-09-301-9/+21
* | am 292c246b: Merge "Call functions to calculate deps and classes.jar" into gi...Ying Wang2010-09-281-8/+4
|\ \ | |/
| * Call functions to calculate deps and classes.jarYing Wang2010-09-281-8/+4
* | am d8691d73: Merge "Allow all apps to call ContentResolver.getType()." into g...Dianne Hackborn2010-09-271-0/+6
|\ \ | |/
| * Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-261-0/+6
* | am 91512f57: Layoutlib_create: Unittest for ClassHasNativeVisitor.Raphael2010-09-244-3/+196
|\ \
| * | Layoutlib_create: Unittest for ClassHasNativeVisitor.Raphael2010-09-244-3/+196
* | | am 37cedce1: Merge "Add an aapt option to allow string variations for differe...Eric Fischer2010-09-233-5/+95
|\ \ \ | | |/ | |/|
| * | Add an aapt option to allow string variations for different devices.Eric Fischer2010-09-233-5/+95
* | | am f2960b8d: Refresh the layoutlib_create doc.Raphael Moll2010-09-211-36/+164
|\ \ \ | | |/ | |/|
| * | Refresh the layoutlib_create doc.Raphael Moll2010-09-211-36/+164
* | | am 34d3aeaf: Merge "Add image creator helper script for OBBs" into gingerbreadKenny Root2010-09-211-0/+260
|\ \ \ | | |/ | |/|
| * | Add image creator helper script for OBBsKenny Root2010-09-211-0/+260
* | | am 89fef418: Merge "Avoid pre-processing images when they won\'t be used"Xavier Ducrohet2010-09-101-1/+3
|\ \ \ | |/ / |/| / | |/
| * Avoid pre-processing images when they won't be usedAnthony Newnam2010-09-031-1/+3
| * Add a --debug-mode option to aapt.Xavier Ducrohet2010-08-313-2/+18
| * Fix build on some linux machineshmepas2010-08-112-2/+2
| * Fix the layoutlib Paint.set(Paint) method.Xavier Ducrohet2010-07-161-0/+2
| * am 6b22d81a: As Donut (API=4) devices and earlier do not have a Bluetooth API...Dan Morrill2010-06-171-1/+1
| |\
| * \ am 9d71860e: Merge "The aapt and aidl tools are prebuilt when we\'re doing an...Joe Onorato2010-06-152-1/+8
| |\ \
| * \ \ am 5474902f: Merge "xhdpi" into froyoDianne Hackborn2010-06-041-0/+5
| |\ \ \
* | | | | Implement #2964234: Add support for <uses-package> element to aaptDianne Hackborn2010-09-021-0/+9
* | | | | Add a --debug-mode option to aapt.Xavier Ducrohet2010-08-313-3/+18
* | | | | Merge "Add LFH offset to verbose list of APK" into gingerbreadKenny Root2010-08-252-8/+9
|\ \ \ \ \
| * | | | | Add LFH offset to verbose list of APKKenny Root2010-08-252-8/+9
* | | | | | Fix linux 64 buildBrian Carlstrom2010-08-242-2/+2
|/ / / / /
* | | | | Fix aapt dump badging to support xlarge screens.Dianne Hackborn2010-08-201-0/+9
* | | | | Add OBB flags to support overlaysKenny Root2010-08-181-11/+10
* | | | | Merge "Output proguard keep flags for fragment classes." into gingerbreadYing Wang2010-08-131-18/+48
|\ \ \ \ \
| * | | | | Output proguard keep flags for fragment classes.Ying Wang2010-08-131-18/+48