summaryrefslogtreecommitdiff
path: root/packages/Shell/tests/src
AgeCommit message (Expand)Author
2025-03-05frameworks/base: remove deprecated Mockito usages Adrian Roos
2025-02-10Move BugreportPrefs constants to shared location between sysui and shell Rana Mouawi
2024-12-09Delay final notification for bugreport generation Sebastian Achim
2024-05-20Skip user consent for subsequent reports Kholoud Mohamed
2023-12-19Update the imports to androidx.test.filters.* Fangqiu Su
2023-04-11Update uiautomator references in frameworks/base/packages/Shell/tests Yichun Li
2023-01-30Add retrieveBugreport API Gavin Corkery
2022-10-31Add unaudited exported flag to exposed runtime receivers Michael Groover
2022-10-12Add bugreport pre-dump functionality Kean Mariotti
2020-12-10Returns immediately if the bugreport file already exists Rhed Jao
2020-12-10Fixes an error handling in BugreportProgressService Rhed Jao
2020-12-10Fixes BugreportReceiverTest failed Rhed Jao
2020-09-28Merge "Update language to comply with Android's inclusive language guidance" ... Treehugger Robot
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 guidance Alice Kuo
2020-06-18Fix BugreportReceiverTest Rhed Jao
2020-01-26Remove legacy-flow no-op variables: max, realMax and realProgress Abhijeet Kaur
2019-10-22Remove unused broadcasts/functions/variables from Shell Abhijeet Kaur
2019-03-20Migrate frameworks/base/packages/Shell to androidx.test KOUSHIK PANUGANTI
2017-06-27Only require that system UIDs tag their sockets. Jeff Sharkey
2017-05-24Fixed assertions on bugreport share notification. Felipe Leme
2017-02-10Set package name on bugreport intents. Felipe Leme
2017-01-05Bugreport sharing is now work profile aware Makoto 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-dev TreeHugger 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 fields Felipe 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
2016-01-26Send broadcasts as foreground, otherwise test might fail when running Felipe Leme