summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* am eba337ad: Reimplement TypedArray.getLayoutDimension(int, int) for the layo...Xavier Ducrohet2009-07-221-109/+114
|\
| * Reimplement TypedArray.getLayoutDimension(int, int) for the layout bridge.Xavier Ducrohet2009-07-221-109/+114
* | am 9fc20b0e: Merge change 8126 into donutAndroid (Google) Code Review2009-07-212-52/+130
|\ \ | |/
| * First pass at reworking screen density/size APIs.Dianne Hackborn2009-07-212-52/+130
* | am aad0fcc9: Merge change 7783 into donutAndroid (Google) Code Review2009-07-192-6/+12
|\ \ | |/
| * Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-172-6/+12
* | Format aapt warnings the same way as other compiler warningsMarco Nelissen2009-07-136-15/+15
* | am 72eb0aca: Merge change 5483 into donutAndroid (Google) Code Review2009-06-294-2/+93
|\ \ | |/
| * Expand support for different screen sizes.Dianne Hackborn2009-06-264-2/+93
| * Add includes to enable host C++ tools to compile with GCC 4.4Jack Palevich2009-06-241-0/+1
* | am ad39eb0a: Merge change 5302 into donutAndroid (Google) Code Review2009-06-247-1/+7
|\ \ | |/
| * Add includes to enable host C++ tools to compile with GCC 4.4Jack Palevich2009-06-249-1/+9
* | am 1585bd24: Merge change 4828 into donutAndroid (Google) Code Review2009-06-193-5/+32
|\ \ | |/
| * Report densities in badging, debugging for nine patch bug.Dianne Hackborn2009-06-193-5/+32
* | am 63e7155c: Merge change 4696 into donutAndroid (Google) Code Review2009-06-181-0/+7
|\ \ | |/
| * Merge change 4696 into donutAndroid (Google) Code Review2009-06-181-0/+7
| |\
| | * Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy Applicati...Dianne Hackborn2009-06-181-0/+7
* | | am 47a67ebc: Merge change 4544 into donutAndroid (Google) Code Review2009-06-181-74/+180
|\ \ \ | |/ /
| * | Connect TabHost/TabWidget/FrameLayout in the layout editor.Xavier Ducrohet2009-06-181-74/+180
| |/
* | am 78f0f8cb: Merge changes 3953,3954 into donutAndroid (Google) Code Review2009-06-121-0/+6
|\ \ | |/
| * Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-111-0/+6
* | am 684a2edb: Merge change 3577 into donutAndroid (Google) Code Review2009-06-102-10/+18
|\ \ | |/
| * Merge change 3577 into donutAndroid (Google) Code Review2009-06-102-10/+18
| |\
| | * Make aapt Error out when an overlay adds a string.Robert Greenwalt2009-06-092-10/+18
* | | am fa5c7e1d: Catch when a file resource (non values) added in an overlay.Robert Greenwalt2009-06-081-14/+17
|\ \ \ | |/ /
| * | Catch when a file resource (non values) added in an overlay.Robert Greenwalt2009-06-081-14/+17
| |/
* | am 1aa8170e: Add per-named-item overlay ability in res xml.Robert Greenwalt2009-06-052-5/+17
|\ \ | |/
| * Add per-named-item overlay ability in res xml.Robert Greenwalt2009-06-052-5/+17
* | am 47538fe6: Merge change 3337 into donutAndroid (Google) Code Review2009-06-051-66/+66
|\ \ | |/
| * Fix external bug 2875: Matrix#mValues[7] assigned twice in place of mValues[8]Xavier Ducrohet2009-06-051-66/+66
* | break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_add...Mathias Agopian2009-06-0510-6/+2614
* | merged 2b5f84a117ee6f51ed21239719afba0f33c182ff w/minor conflictsThe Android Open Source Project2009-06-042-2/+35
|\ \ | |/
| * localize: remove dependency on mkdirs/etc in libhostBrian Swetland2009-06-042-2/+35
* | am 9189cabb: * Moved supports-density tag under manifest * Refactored Compati...Mitsuru Oshima2009-06-031-8/+0
|\ \ | |/
| * * Moved supports-density tag under manifestMitsuru Oshima2009-06-031-8/+0
* | get rid of utils.hMathias Agopian2009-05-315-5/+20
* | Merge commit 'f479aa0900e9a85afdc78b1048684e37579ebf23'The Android Open Source Project2009-05-201-5/+116
|\ \ | |/
| * Add padding to public.xml to avoid breaking from auto-merges.Dianne Hackborn2009-05-201-5/+116
* | am 656a2726: Merge change 1910 into donutAndroid (Google) Code Review2009-05-181-23/+107
|\ \ | |/
| * Update aapt badging for native code, configs, density, etc.Dianne Hackborn2009-05-181-23/+107
* | Merge commit 'refs/changes/39/1839/1' of ssh://hackbod@android-git.corp.googl...Dianne Hackborn2009-05-151-0/+2
|\ \ | |/
| * Argh fix another build breakage!Dianne Hackborn2009-05-151-0/+2
| * Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn2009-05-157-6/+235
* | Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn2009-05-157-6/+235
* | am 6ee44d1: Merge change 1258 into donutAndroid (Google) Code Review2009-05-111-1/+1
|\ \ | |/
| * Fix 1840639 to support overlays with zz_ZZ.Robert Greenwalt2009-05-081-1/+1
* | merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581Dianne Hackborn2009-05-061-16/+0
|\ \ | |/
| * Rewrite SyncStorageEngine to use flat files and in-memory data structures.Dianne Hackborn2009-05-051-16/+0
* | am 06d9602: Merge change 1000 into donutAndroid (Google) Code Review2009-05-052-1/+3
|\ \ | |/
| * Ignore layout bin directories in git.Raphael2009-05-052-1/+3