summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* AI 147976: Compatibility mode support. Part 2.Mitsuru Oshima2009-04-281-0/+8
| | | | | | | | | | | | | | | | | * Introduced ApplicationScale (may not be good name. CompatibilityScale? CanvasScale? Pls let me know if you have better idea) * Changes to RootView / SurfaceView - Makes the app believe it's running in the supported density/resolution. - Makes the window manager believe it's running at the right density/resolution. * Added methods to Rect/Event for scaling up/down. Known issues: * certain kind of images (such as nine patch for buttons) seesm to be loaded not by app, thus does not take the scale into account, which, in turn, is causing layout issue. * ZoomButton in MapView is rendered in wrong place * Transparent region on Surface is not correct * Specifying different densities in one process is not working. BUG=1770627 Automated import of CL 147976
* AI 146485: am: CL 146411 Fix BridgeCanvas#drawRoundRectXavier Ducrohet2009-04-161-2/+2
| | | | | | | Original author: xav Merged from: //branches/cupcake/... Automated import of CL 146485
* AI 144547: Fix change 144342 by making it active only during overlay processing.Robert Greenwalt2009-04-031-2/+5
| | | | | | BUG=1754390 Automated import of CL 144547
* AI 144342: Fix bag (string-array,etc) behavior with overlays.Robert Greenwalt2009-04-022-4/+24
| | | | | | | | | | | | We used to replace elements in the default with elements from the overlay. This change causes us to empty the array first so if the overlay array is smaller we don't end up with elements from the default array showing through at the end of the array. Ex: [A,B,C] and overlay [D] should give [D] but used to give [D,B,C]. BUG=1754390 Automated import of CL 144342
* AI 144309: am: CL 144308 aapt extensions: required sdk version, dependent ↵Suchi Amalapurapu2009-04-021-69/+142
| | | | | | | | | | | software libraries, gadgets Add new attributes for sdk version, software libs and gadgets BUG = 1730924 Original author: asuchitra Merged from: //branches/cupcake/... Automated import of CL 144309
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-5/+6
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-133-7/+85
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-053-33/+47
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03190-0/+42108
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03190-42010/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-035-120/+22
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-025-22/+120
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-0/+10
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-0/+6
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1019-165/+518
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-3/+2
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-159-183/+373
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0920-98/+616
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1729-126/+548
|
* Initial ContributionThe Android Open Source Project2008-10-21186-0/+40512