summaryrefslogtreecommitdiff
path: root/core/java/android/content/res/CompatibilityInfo.java
AgeCommit message (Expand)Author
2021-09-28CompatibilityInfo: Fix per-app window resizing overrideRamakant Singh
2021-04-02Merge SP1A.210329.001Scott Lobdell
2021-03-24Merge SP1A.210311.001Scott Lobdell
2021-03-16Let insets can still be controlled if its window bounds is movedTiger Huang
2021-03-09Cap resolution for pre-S apps on TV at 1080pSergey Nikolaienkov
2021-03-01Merge SP1A.210222.001Scott Lobdell
2021-02-17Merge SP1A.210208.001Daniel Norman
2021-02-11Fix screen size with compatibility override scaleRiddle Hsu
2021-01-29Implement per-app window resizing override.Adam Bodnar
2020-11-13Merge SP1A.201105.002Scott Lobdell
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-21Don't dispatch legacy insets to clientTiger Huang
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-01-22Merge RP1A.200106.001Steven Laver
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-09-27Merge RP1A.190822.001Scott Lobdell
2019-07-16Compatibility API implementation for app processes.Mathew Inwood
2019-03-22Merge QP1A.190306.002Scott Lobdell
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-01-11Merge QP1A.190107.001Scott Lobdell
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-09-08Merge QP1A.180823.001Bill Peckham
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-20Performance: Activity Trigger frameworks supportVarun Garg
2017-03-02Let ResourcesManager generate CompatResourcesJason Monk
2013-06-22Add activity token to display system.Craig Mautner
2012-08-01Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn
2011-06-23Fix issue #4770360: older app compatibility mode is really tiny on ICS phonesDianne Hackborn
2011-06-08Work on issue #4518815: Compatibility mode introduces compatibility regressio...Dianne Hackborn
2011-06-01Add new supports-screen API to set maximum allowed size.Dianne Hackborn
2011-06-01Compatibility mode never needed for normal size screens.Dianne Hackborn
2011-05-31Fix issue #4502672: Wrong xml resources used for homescreen widgets.Dianne Hackborn
2011-05-27Fix compat mode bugs when updating apps.Dianne Hackborn
2011-05-26Add new supports-screens attributes for declaring the compatible screens.Dianne Hackborn
2011-05-26Rework how we decide whether to use system or status bar.Dianne Hackborn
2011-05-25Spiffy new compatibility mode UI.Dianne Hackborn
2011-05-24More compatibility mode improvements.Dianne Hackborn
2011-05-12New compat mode front end: UI and persistence.Dianne Hackborn
2011-05-09Better compat mode part one: start scaling windows.Dianne Hackborn
2011-01-31Fix issue #3408542: "resizeable" attribute required to get out of compat modeDianne Hackborn
2011-01-16Support non-rectangular input regions.Jeff Brown
2010-09-30Drag/drop APIs and infrastructureChristopher Tate
2010-04-28New xlarge screen size.Dianne Hackborn
2009-09-22experimental fix for compatibility mode. When we scale up by 1.5 (240 dpi), w...Mike Reed
2009-07-23* Use the scaled size for surface view instead of native. The surface will be...Mitsuru Oshima
2009-07-22Simplify density compatibility to a boolean.Dianne Hackborn
2009-07-21First pass at reworking screen density/size APIs.Dianne Hackborn
2009-07-21cast is floor. Use round instead.Mitsuru Oshima