summaryrefslogtreecommitdiff
path: root/core/java/android/os/StrictMode.java
AgeCommit message (Expand)Author
2021-04-07Allow config context to inflate viewsCharles Chen
2021-02-24Relaxed WallpaperManager API assertionCharles Chen
2021-01-20Add StrictMode check for unsafe intent launchingJeff Sharkey
2021-01-18Limit UI context verification to UI related APIsCharles Chen
2020-11-19Release detectIncorrectContextUseCharles Chen
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-20Apply fixes for EfficientStrings.Jeff Sharkey
2020-10-20Apply fixes for EfficientCollections.Jeff Sharkey
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-06-26Pass in callsite of SurfaceControl constructor explicitly (1/3)Jorim Jaggi
2020-06-22Fix memory leak in StrictMode violation throttlingJing Ji
2020-05-21Get the instance count as the initial valueChilun
2020-05-01Fix broken @see tags in public documentation.Andrew Sapperstein
2020-02-20Exempt-From-Owner-Approval: Report non-visual Context misuseAndrii Kulian
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-13Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev
2019-04-28Avoid triggering StrictMode for storage notifs.Jeff Sharkey
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-03-01To be @Nullable or @NonNull, that is the question.Jeff Sharkey
2018-06-30Merge "StrictMode to catch storage while locked."TreeHugger Robot
2018-06-29Get android.os tests running against real APIs.Jeff Sharkey
2018-06-29StrictMode to catch storage while locked.Jeff Sharkey
2018-06-26Give StrictMode more bits to work with.Jeff Sharkey
2018-06-26StrictMode to catch implicit Direct Boot matching.Jeff Sharkey
2018-04-20Merge "StrictMode: fix non-SDK API usage detection." into pi-devMathew Inwood
2018-04-19StrictMode: fix non-SDK API usage detection.Mathew Inwood
2018-04-05resolve merge conflicts of c8f5480981f987cb40989f387deeea360670f018 to pi-dev...Narayan Kamath
2018-04-03StrictMode: Add support for warning on non SDK API usage.Narayan Kamath
2018-03-08Add new 'explicit GC' policy to StrictMode.Pete Gillin
2018-02-27Pass forward listeners when using existing builderKurt Nelson
2018-02-23Flip order of argumentsKurt Nelson
2017-11-09Show Extensible StrictMode APIsKurt Nelson
2017-11-09Extensible StrictModeKurt Nelson
2017-11-06Consistent handleApplicationStrictModeViolation.Jeff Sharkey
2017-11-03Flip feature flag to enable StrictMode defaults.Jeff Sharkey
2017-11-03Narrower StrictMode defaults.Jeff Sharkey
2017-11-03Structure StrictMode violations as ThrowablesKurt Nelson
2017-10-27Parcel nested stack trace elementsKurt Nelson
2017-10-25Move violation extra messages into throwableKurt Nelson
2017-10-25Use annotation instead of commentKurt Nelson
2017-10-23Plumb real stack traces through StrictModeKurt Nelson
2017-09-21Make StrictMode constants visible for testingKurt Nelson
2017-09-18Merge "Improve StrictMode CTS Testing"Kurt Nelson
2017-09-14resolve merge conflicts of 1933e5c645e6 to masterKurt Nelson
2017-09-13Fix javadoc typoKurt Nelson
2017-09-12Improve StrictMode CTS TestingKurt Nelson
2017-09-07Don't store class in InstanceCountViolationKurt Nelson