summaryrefslogtreecommitdiff
path: root/core/java/android/content/res/CompatibilityInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Send size-compat scale to the clientTiger Huang2022-07-271-6/+1
* Send the attached frame to the clientTiger Huang2022-06-201-1/+4
* Let insets can still be controlled if its window bounds is movedTiger Huang2021-03-161-1/+28
* Cap resolution for pre-S apps on TV at 1080pSergey Nikolaienkov2021-03-091-0/+1
* Fix screen size with compatibility override scaleRiddle Hsu2021-02-111-5/+2
* Implement per-app window resizing override.Adam Bodnar2021-01-291-3/+28
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* Don't dispatch legacy insets to clientTiger Huang2020-10-211-11/+18
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Compatibility API implementation for app processes.Mathew Inwood2019-07-161-2/+2
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Limit access to suspected false positives.Mathew Inwood2018-12-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+20
* Let ResourcesManager generate CompatResourcesJason Monk2017-03-021-0/+14
* Add activity token to display system.Craig Mautner2013-06-221-2/+6
* 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