summaryrefslogtreecommitdiff
path: root/packages/Shell/tests
AgeCommit message (Expand)Author
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2020-12-21Returns immediately if the bugreport file already existsRhed Jao
2020-12-21Fixes an error handling in BugreportProgressServiceRhed Jao
2020-12-21Fixes BugreportReceiverTest failedRhed Jao
2020-12-21Fix BugreportReceiverTestRhed Jao
2020-09-28Merge "Update language to comply with Android's inclusive language guidance"Treehugger Robot
2020-08-03Update language to comply with Android's inclusive language guidanceAlice Kuo
2020-05-29Add an exported flag in manifestAshwini Oruganti
2020-01-26Remove legacy-flow no-op variables: max, realMax and realProgressAbhijeet Kaur
2019-10-22Remove unused broadcasts/functions/variables from ShellAbhijeet Kaur
2019-05-02Convert packages/Shell/**/Android.mk file to Android.bpSasha Smundak
2019-03-20Migrate frameworks/base/packages/Shell to androidx.testKOUSHIK PANUGANTI
2018-04-06Exempt tests for hidden APIs.Nicolas Geoffray
2018-02-28frameworks/base: Set LOCAL_SDK_VERSION where possible.Anton Hansson
2017-12-08Stop statically including legacy-android-testPaul Duffin
2017-06-27Only require that system UIDs tag their sockets.Jeff Sharkey
2017-05-24Merge "Fixed assertions on bugreport share notification." into oc-dev am: 39b...Felipe Leme
2017-05-24Fixed assertions on bugreport share notification.Felipe Leme
2017-03-31Change test type from InstrumentationTest to AndroidJUnitTestDan Shi
2017-03-21Add test configs to apct tests under frameworks/baseDan Shi
2017-03-15frameworks/base: Add APCT tests to the device-tests suite.Simran Basi
2017-02-10Set package name on bugreport intents.Felipe Leme
2017-01-18Prepare for removal of legacy-test from default targetsPaul Duffin
2017-01-05Bugreport sharing is now work profile awareMakoto Onuki
2016-11-11Refactored Shell to use IDumpstateListener.Felipe Leme
2016-10-11Collapses status bar on teardown so it does not affect other tests.Felipe Leme
2016-08-12Migrate BugreportReceiverTest to JUnit 4.Felipe Leme
2016-08-08Kill service before trying to cancel notifications.Felipe Leme
2016-08-03Enable name text field when re-using the details dialog.Felipe Leme
2016-08-03Fixed BugreportReceiverTest failures:Felipe Leme
2016-07-28Always use chooser for Share Bug Report intent.Felipe Leme
2016-07-18Close details dialog when bugreport is canceled by user.Felipe Leme
2016-04-25Don't opt-out of warning dialog by default on user builds.Felipe Leme
2016-04-20Set BugreportProgressService to run on foreground.Felipe Leme
2016-04-18Merge "Remove initial screenshot on interactive bugreport." into nyc-devTreeHugger Robot
2016-04-18Remove initial screenshot on interactive bugreport.Felipe Leme
2016-04-15Fix first-time usage.Felipe Leme
2016-04-13Merge "Revert warning logic so it has a "don't show again" message." into nyc...TreeHugger Robot
2016-04-13Revert warning logic so it has a "don't show again" message.Felipe Leme
2016-04-12Removed redundant notification title.Felipe Leme
2016-04-11"Temporarily" removed progress check.Felipe Leme
2016-03-22Changed logic when dumpstate's max progress increases.Felipe Leme
2016-03-14Minor UI improvements and code cleanup:Felipe Leme
2016-03-09Warn user when bugreport is finished but screenshot is pending.Felipe Leme
2016-02-29Make bugreport details dialog confirm to Material Guidelines for Dialogs.Felipe Leme
2016-02-25Open bugreport info when touching notification (as well as DETAILS button).Felipe Leme
2016-02-25Reset UI fields when dialog is reused, otherwise it might contain fieldsFelipe Leme
2016-02-25Final (?) fixes on id / pid split.Felipe Leme
2016-02-08Add pid on main bugreport notifications.Felipe Leme
2016-01-29Fixed check for empty title.Felipe Leme