summaryrefslogtreecommitdiff
path: root/packages/Shell/tests/src/com/android/shell/BugreportReceiverTest.java
AgeCommit message (Expand)Author
2020-12-10Returns immediately if the bugreport file already existsRhed Jao
2020-12-10Fixes an error handling in BugreportProgressServiceRhed Jao
2020-12-10Fixes BugreportReceiverTest failedRhed 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 guidanceAlice Kuo
2020-06-18Fix BugreportReceiverTestRhed Jao
2020-01-26Remove legacy-flow no-op variables: max, realMax and realProgressAbhijeet Kaur
2019-10-22Remove unused broadcasts/functions/variables from ShellAbhijeet Kaur
2019-03-20Migrate frameworks/base/packages/Shell to androidx.testKOUSHIK 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
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-18Remove initial screenshot on interactive bugreport.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
2016-01-26Send broadcasts as foreground, otherwise test might fail when runningFelipe Leme
2016-01-13Save bugreport info on share intent.Felipe Leme
2016-01-06Include title and description on bugreport.zipFelipe Leme
2016-01-06Fixed corner-case scenario where a screenshot is finished after the shareFelipe Leme
2015-12-21Handle bugreport screenshots on Shell.Felipe Leme
2015-12-16Allows users to add details about a bugreport in progress.Felipe Leme
2015-12-12Merge "Cleaned up unit tests."Felipe Leme
2015-12-11Created initial bugreports dir if it doesn't exist.Felipe Leme
2015-12-11Cleaned up unit tests.Felipe Leme
2015-12-11Merge "Unhardcoded file paths."Felipe Leme
2015-12-11Unhardcoded file paths.Felipe Leme
2015-12-11Merge "Refactored what happens when a BUGREPORT_FINISHED is received."Felipe Leme
2015-12-10Added test annotation.Felipe Leme