summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Dump original-package entries.Jeff Hamilton2010-02-121-0/+9
| | | | Change-Id: I29b20811847555ff9858ef47cca69c8b992b24ea
* Fix in layoutlib due to some changes in the frameworks.Xavier Ducrohet2010-02-112-37/+10
| | | | | | | Some methods disappear or became abstract in the base class (breaking @Override) Change-Id: Id4d298ee84ba008ac97ecaaf90b19003ac09f104
* Introduce special UI modes for night and car usage.Tobias Haamel2010-02-115-5/+120
| | | | | | | | | | | | | | | | | | The device mode is now called ui mode. Furthermore is the order of precedence for the resources now in such a way that the ui mode needs to be specified after the orientation and before the density. The ui mode can be set, like it is done for the locale, as follows: IActivityManager am = ActivityManagerNative.getDefault(); Configuration config = am.getConfiguration(); config.uiMode = Configuration.UI_MODE_TYPE_CAR | Configuration.UI_MODE_NIGHT_ANY; am.updateConfiguration(config); To allow users to disable the car mode and set the night mode the IUiModeManager interface is used. The automatic night mode switching will be added in a separate change.
* New external storage APIs.Dianne Hackborn2010-02-091-0/+12
| | | | | | | | | | | This implements the spec for external storage organization, and properly reflects how the media scanner organizes the files it finds. Also includes package manager support for removing app private files from external storage when the application is uninstalled. For the new APIs and paths, the main place to look is Environment and Context.
* Add --auto-add-overlay option to aapt.Xavier Ducrohet2010-02-044-6/+16
| | | | | | | This option allows resources only present in overlays to be added automatically instead of being declared through <add-resource> Change-Id: Iff782311056f6a045193e57d204f7d3413e11b26
* Add the --rename-manifest-package option to aapt.Jeff Hamilton2010-02-016-8/+91
| | | | | | | It allows you to force override the manifest package listed in the AndroidManifest.xml when creating an APK file. Change-Id: I7eac7943c4e56610b65728ae54773a273634fd9d
* am 6efe03b1: am 6f9e2c64: Merge "Find layout classes in all "layout-*" ↵Ying Wang2010-01-271-3/+9
|\ | | | | | | | | | | | | | | | | dirs." into eclair Merge commit '6efe03b19e0734361b262f9a0be4d225088d7f9e' * commit '6efe03b19e0734361b262f9a0be4d225088d7f9e': Find layout classes in all "layout-*" dirs.
| * am 6f9e2c64: Merge "Find layout classes in all "layout-*" dirs." into eclairYing Wang2010-01-211-3/+9
| |\ | | | | | | | | | | | | | | | | | | Merge commit '6f9e2c648c0588a2eedef2746c9750ed9c6945be' into eclair-plus-aosp * commit '6f9e2c648c0588a2eedef2746c9750ed9c6945be': Find layout classes in all "layout-*" dirs.
| | * Find layout classes in all "layout-*" dirs.Ying Wang2010-01-201-3/+9
| | | | | | | | | | | | | | | Before this CL, the generated keep flags for layout classes are incomplete, such as layout classes in res/layout-port/ and res/layout-land and so on.
* | | am 3bd6dc65: am b44051ee: Merge "ADT/Layoutlib: implement sweep gradient." ↵Xavier Ducrohet2010-01-223-60/+140
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | into eclair Merge commit '3bd6dc653521281db25df77f055b3ec0b4659454' * commit '3bd6dc653521281db25df77f055b3ec0b4659454': ADT/Layoutlib: implement sweep gradient.
| * | am b44051ee: Merge "ADT/Layoutlib: implement sweep gradient." into eclairXavier Ducrohet2010-01-203-60/+140
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'b44051eee04450888a7dcb1cd2e6f31d0edfb678' into eclair-plus-aosp * commit 'b44051eee04450888a7dcb1cd2e6f31d0edfb678': ADT/Layoutlib: implement sweep gradient.
| | * ADT/Layoutlib: implement sweep gradient.Xavier Ducrohet2010-01-193-60/+140
| | | | | | | | | | | | Change-Id: I2d460decff82f5f64b0a5cfeaa68156aad4fb3e6
* | | am 60e3c09e: am 6866daee: Merge "ADT/Layoutlib: implement radial gradient." ↵Xavier Ducrohet2010-01-223-219/+338
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | into eclair Merge commit '60e3c09ec0fa73a3e650f4aec89c763599c2e0b7' * commit '60e3c09ec0fa73a3e650f4aec89c763599c2e0b7': ADT/Layoutlib: implement radial gradient.
| * | am 6866daee: Merge "ADT/Layoutlib: implement radial gradient." into eclairXavier Ducrohet2010-01-193-219/+338
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '6866daee6a18992e8f2c9a948e873bbfc2090fb0' into eclair-plus-aosp * commit '6866daee6a18992e8f2c9a948e873bbfc2090fb0': ADT/Layoutlib: implement radial gradient.
| | * Merge "ADT/Layoutlib: implement radial gradient." into eclairXavier Ducrohet2010-01-193-219/+338
| | |\
| | | * ADT/Layoutlib: implement radial gradient.Xavier Ducrohet2010-01-193-219/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also refactored some parts of LinearGradient to reuse them in the radial gradient Change-Id: I2ec69bd60190bd014217d989177dcc7269188dea
* | | | am 3c05f1fb: am b5fb50a1: Merge "Add instrumentation as a source tag for ↵Ying Wang2010-01-221-36/+44
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | proguard keep options." into eclair Merge commit '3c05f1fbac2ce35483f61dbd5d5bfb6341da6d9c' * commit '3c05f1fbac2ce35483f61dbd5d5bfb6341da6d9c': Add instrumentation as a source tag for proguard keep options.
| * | | am b5fb50a1: Merge "Add instrumentation as a source tag for proguard keep ↵Ying Wang2010-01-191-36/+44
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | options." into eclair Merge commit 'b5fb50a133c6fc7fc93d6241912dd9ec24de6ace' into eclair-plus-aosp * commit 'b5fb50a133c6fc7fc93d6241912dd9ec24de6ace': Add instrumentation as a source tag for proguard keep options.
| | * | Merge "Add instrumentation as a source tag for proguard keep options." into ↵Ying Wang2010-01-191-36/+44
| | |\ \ | | | |/ | | |/| | | | | eclair
| | | * Add instrumentation as a source tag for proguard keep options.Ying Wang2010-01-131-36/+44
| | | |
* | | | am da84d6a1: am 908a8111: Merge "ADT/Layoutlib: Add dash support to stroke." ↵Xavier Ducrohet2010-01-213-38/+92
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eclair Merge commit 'da84d6a1b1c37376d48f92ae59b76f1c891772f6' * commit 'da84d6a1b1c37376d48f92ae59b76f1c891772f6': ADT/Layoutlib: Add dash support to stroke.
| * | | am 908a8111: Merge "ADT/Layoutlib: Add dash support to stroke." into eclairXavier Ducrohet2010-01-183-38/+92
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit '908a81119061092468067789acbec9b99d79ad5f' into eclair-plus-aosp * commit '908a81119061092468067789acbec9b99d79ad5f': ADT/Layoutlib: Add dash support to stroke.
| | * | ADT/Layoutlib: Add dash support to stroke.Xavier Ducrohet2010-01-153-38/+92
| | | | | | | | | | | | | | | | Change-Id: I09a7e84948be013cbb11f6d9774ab81df897b424
* | | | am c0ea805c: am 2b30a4a5: Merge "ADT/Layoutlib: properly handle stroke ↵Xavier Ducrohet2010-01-212-2/+41
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | information." into eclair Merge commit 'c0ea805c649666b55d4dde09eb72dcccfa8bccc3' * commit 'c0ea805c649666b55d4dde09eb72dcccfa8bccc3': ADT/Layoutlib: properly handle stroke information.
| * | | am 2b30a4a5: Merge "ADT/Layoutlib: properly handle stroke information." into ↵Xavier Ducrohet2010-01-182-2/+41
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | eclair Merge commit '2b30a4a50e24080fdd8b796e4a64447f223d4522' into eclair-plus-aosp * commit '2b30a4a50e24080fdd8b796e4a64447f223d4522': ADT/Layoutlib: properly handle stroke information.
| | * | ADT/Layoutlib: properly handle stroke information.Xavier Ducrohet2010-01-142-2/+41
| | | | | | | | | | | | | | | | Change-Id: Iec9284d0e65d1313739e361d1fd5a522646fd1fd
* | | | Merge "relocate GoogleLoginService"Doug Zongker2010-01-211-1/+0
|\ \ \ \
| * | | | relocate GoogleLoginServiceDoug Zongker2010-01-211-1/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I79f4ff658ab136adcc54c432db76f34d2de5f6ac
* | | | | am 20cc5570: am 79f05bb4: Merge "ADT/Layoutlib: improved gradient drawing ↵Xavier Ducrohet2010-01-211-3/+9
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for perf." into eclair Merge commit '20cc55703348827fbd80ff0410777a537f01e10e' * commit '20cc55703348827fbd80ff0410777a537f01e10e': ADT/Layoutlib: improved gradient drawing for perf.
| * | | | am 79f05bb4: Merge "ADT/Layoutlib: improved gradient drawing for perf." into ↵Xavier Ducrohet2010-01-141-3/+9
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eclair Merge commit '79f05bb4a502d5768f84cf975f791f3ba981e0e5' into eclair-plus-aosp * commit '79f05bb4a502d5768f84cf975f791f3ba981e0e5': ADT/Layoutlib: improved gradient drawing for perf.
| | * | | Merge "ADT/Layoutlib: improved gradient drawing for perf." into eclairXavier Ducrohet2010-01-141-3/+9
| | |\ \ \
| | | * | | ADT/Layoutlib: improved gradient drawing for perf.Xavier Ducrohet2010-01-141-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I79b909d7787e4442e7cfdf196de1ac0c077da7f8
* | | | | | am 38fa9eee: am 89d538dc: ADT/Layoutlib: don\'t draw 0-sized rectangle, AWT ↵Xavier Ducrohet2010-01-211-28/+32
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doesn\'t like that. Merge commit '38fa9eee9324b2355f28372e80dba12c1d7cc105' * commit '38fa9eee9324b2355f28372e80dba12c1d7cc105': ADT/Layoutlib: don't draw 0-sized rectangle, AWT doesn't like that.
| * | | | | am 89d538dc: ADT/Layoutlib: don\'t draw 0-sized rectangle, AWT doesn\'t like ↵Xavier Ducrohet2010-01-141-28/+32
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that. Merge commit '89d538dcca9a4cb95682c56b0c4b85e8a77442be' into eclair-plus-aosp * commit '89d538dcca9a4cb95682c56b0c4b85e8a77442be': ADT/Layoutlib: don't draw 0-sized rectangle, AWT doesn't like that.
| | * | | | ADT/Layoutlib: don't draw 0-sized rectangle, AWT doesn't like that.Xavier Ducrohet2010-01-141-28/+32
| | |/ / / | | | | | | | | | | | | | | | Change-Id: I298d00208ace2421478c5864cc5a66a508b2b411
* | | | | am 895c92a4: am 240298f9: Merge "ADT/Layoutlib: always use custom gradient ↵Xavier Ducrohet2010-01-211-30/+17
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (java) Paint." into eclair Merge commit '895c92a44b8bcf0aec7066c061293cafe12a76c2' * commit '895c92a44b8bcf0aec7066c061293cafe12a76c2': ADT/Layoutlib: always use custom gradient (java) Paint.
| * | | | am 240298f9: Merge "ADT/Layoutlib: always use custom gradient (java) Paint." ↵Xavier Ducrohet2010-01-141-30/+17
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eclair Merge commit '240298f9e4542c487edd0337e84b50c493cbeecd' into eclair-plus-aosp * commit '240298f9e4542c487edd0337e84b50c493cbeecd': ADT/Layoutlib: always use custom gradient (java) Paint.
| | * | | ADT/Layoutlib: always use custom gradient (java) Paint.Xavier Ducrohet2010-01-141-30/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The normal linear paint from AWT does not support our TileModes. Change-Id: I24667671dabdf1a5dffa342e4de9cc69487db0b6
* | | | | am 31ef2e77: am b847fbf2: Merge "ADT/Layout: support for 3+ color in linear ↵Xavier Ducrohet2010-01-211-6/+243
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | | | | | | | | | | | | | | | | gradients" into eclair Merge commit '31ef2e77c50485ad6ed410a5d341754d6787b8e1' * commit '31ef2e77c50485ad6ed410a5d341754d6787b8e1': ADT/Layout: support for 3+ color in linear gradients
| * | | am b847fbf2: Merge "ADT/Layout: support for 3+ color in linear gradients" ↵Xavier Ducrohet2010-01-141-6/+243
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eclair Merge commit 'b847fbf2098acc8c5854bbbfa1453431128c720e' into eclair-plus-aosp * commit 'b847fbf2098acc8c5854bbbfa1453431128c720e': ADT/Layout: support for 3+ color in linear gradients
| | * | ADT/Layout: support for 3+ color in linear gradientsXavier Ducrohet2010-01-141-6/+243
| | | | | | | | | | | | | | | | Change-Id: I14c6a5a1de41470c6f1c66d490492ecc727302f2
* | | | am f95e3dd2: am 5e083024: ADT/Layoutlib: shader clean-up.Xavier Ducrohet2010-01-197-7/+14
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'f95e3dd23cb6cbd7a86dece3c4bafff71307721a' * commit 'f95e3dd23cb6cbd7a86dece3c4bafff71307721a': ADT/Layoutlib: shader clean-up.
| * | | am 5e083024: ADT/Layoutlib: shader clean-up.Xavier Ducrohet2010-01-147-7/+14
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit '5e083024269e7c5bf904301a98fa6eade6fec094' into eclair-plus-aosp * commit '5e083024269e7c5bf904301a98fa6eade6fec094': ADT/Layoutlib: shader clean-up.
| | * | ADT/Layoutlib: shader clean-up.Xavier Ducrohet2010-01-147-7/+14
| | | | | | | | | | | | | | | | Change-Id: I0a200f438b7ccde2bfc19fd23614a647cb19d312
* | | | am e1a99147: am d3026e16: Merge "ADT/Layoutlib: 2 color, linear gradient ↵Xavier Ducrohet2010-01-198-56/+92
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | support." into eclair Merge commit 'e1a991476365cf1a8249c842e2b936db6940b0a7' * commit 'e1a991476365cf1a8249c842e2b936db6940b0a7': ADT/Layoutlib: 2 color, linear gradient support.
| * | | am d3026e16: Merge "ADT/Layoutlib: 2 color, linear gradient support." into ↵Xavier Ducrohet2010-01-148-56/+92
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | eclair Merge commit 'd3026e1618d893db55c2131d66b08bc4a6e7aaf4' into eclair-plus-aosp * commit 'd3026e1618d893db55c2131d66b08bc4a6e7aaf4': ADT/Layoutlib: 2 color, linear gradient support.
| | * | ADT/Layoutlib: 2 color, linear gradient support.Xavier Ducrohet2010-01-138-56/+92
| | | | | | | | | | | | | | | | Change-Id: Ifaafa4fc42a22f4851449a7c35a5b82e211aafe7
* | | | am 1da2735c: am f73bd14a: Merge "ADT/Layoutlib: implement ↵Xavier Ducrohet2010-01-192-18/+34
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Canvas.concat(Matrix)" into eclair Merge commit '1da2735c5862d48712706c2052a34e10e3dea43b' * commit '1da2735c5862d48712706c2052a34e10e3dea43b': ADT/Layoutlib: implement Canvas.concat(Matrix)
| * | | am f73bd14a: Merge "ADT/Layoutlib: implement Canvas.concat(Matrix)" into eclairXavier Ducrohet2010-01-132-18/+34
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit 'f73bd14a8d5932b34a0e6e4d2de78b74705276b8' into eclair-plus-aosp * commit 'f73bd14a8d5932b34a0e6e4d2de78b74705276b8': ADT/Layoutlib: implement Canvas.concat(Matrix)
| | * | ADT/Layoutlib: implement Canvas.concat(Matrix)Xavier Ducrohet2010-01-132-18/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevented ImageView from making proper use of ScaleType. Also fixed Canvas.getSaveCount() that returned the wrong value and Matrix.getTransform() which used the wrong order for the AffineTransform constructor!! Bug: 2364564 Change-Id: I78babf4aa6689440e52ad06b1473f75b20eb66da