summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/res/CompatibilityInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the theme engine support.Ricardo Cerqueira2012-11-241-2/+14
* Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn2012-08-011-2/+7
* Fix issue #4770360: older app compatibility mode is really tiny on ICS phonesDianne Hackborn2011-06-231-9/+11
* Work on issue #4518815: Compatibility mode introduces compatibility regressio...Dianne Hackborn2011-06-081-0/+3
* Add new supports-screen API to set maximum allowed size.Dianne Hackborn2011-06-011-5/+26
* Compatibility mode never needed for normal size screens.Dianne Hackborn2011-06-011-0/+3
* Fix issue #4502672: Wrong xml resources used for homescreen widgets.Dianne Hackborn2011-05-311-11/+4
* Fix compat mode bugs when updating apps.Dianne Hackborn2011-05-271-53/+65
* Add new supports-screens attributes for declaring the compatible screens.Dianne Hackborn2011-05-261-67/+93
* Rework how we decide whether to use system or status bar.Dianne Hackborn2011-05-261-4/+4
* Spiffy new compatibility mode UI.Dianne Hackborn2011-05-251-2/+11
* More compatibility mode improvements.Dianne Hackborn2011-05-241-8/+11
* New compat mode front end: UI and persistence.Dianne Hackborn2011-05-121-1/+29
* Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-156/+202
* Fix issue #3408542: "resizeable" attribute required to get out of compat modeDianne Hackborn2011-01-311-2/+8
* Support non-rectangular input regions.Jeff Brown2011-01-161-2/+14
* Drag/drop APIs and infrastructureChristopher Tate2010-09-301-0/+12
* New xlarge screen size.Dianne Hackborn2010-04-281-1/+38
* experimental fix for compatibility mode. When we scale up by 1.5 (240 dpi), w...Mike Reed2009-09-221-0/+19
* * Use the scaled size for surface view instead of native. The surface will be...Mitsuru Oshima2009-07-231-12/+3
* Simplify density compatibility to a boolean.Dianne Hackborn2009-07-221-33/+7
* First pass at reworking screen density/size APIs.Dianne Hackborn2009-07-211-9/+49
* cast is floor. Use round instead.Mitsuru Oshima2009-07-211-2/+2
* * Reverted the change in PackageParser that I checked by accidentMitsuru Oshima2009-07-191-2/+1
* Fix issue where scaled bitmap sizes could be wrong.Dianne Hackborn2009-07-181-3/+17
* Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-171-3/+3
* * Use Fede In/Out animation if one of opening/closing apps is in compatibili...Mitsuru Oshima2009-07-171-2/+7
* Re-implementation of large screen support using window manager.Mitsuru Oshima2009-07-081-199/+45
* widgets scaling fix. Use container's compatibility info and display metrics w...Mitsuru Oshima2009-07-061-5/+23
* Expand support for different screen sizes.Dianne Hackborn2009-06-261-12/+21
* * new screen resolution support impl.Mitsuru Oshima2009-06-231-22/+371
* Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy Applicati...Dianne Hackborn2009-06-181-1/+2
* resolution support fix/improvementMitsuru Oshima2009-06-101-6/+16
* A workaround to fix rotation issue. I'm remote now and hard to do troubleshoo...Mitsuru Oshima2009-06-041-1/+3
* * Moved supports-density tag under manifestMitsuru Oshima2009-06-031-0/+102