summaryrefslogtreecommitdiff
path: root/packages/Shell/tests/src/com/android
Commit message (Expand)AuthorAgeFilesLines
* Returns immediately if the bugreport file already existsRhed Jao2020-12-101-0/+13
* Fixes an error handling in BugreportProgressServiceRhed Jao2020-12-101-1/+14
* Fixes BugreportReceiverTest failedRhed Jao2020-12-101-3/+4
* Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-09-281-1/+1
|\
| * Merge "Update language to comply with Android's inclusive language guidance"Treehugger Robot2020-09-281-1/+1
| |\
| | * Update language to comply with Android's inclusive language guidanceAlice Kuo2020-08-031-1/+1
* | | Fix BugreportReceiverTestRhed Jao2020-06-182-394/+305
|/ /
* | Remove legacy-flow no-op variables: max, realMax and realProgressAbhijeet Kaur2020-01-261-1/+1
* | Remove unused broadcasts/functions/variables from ShellAbhijeet Kaur2019-10-221-2/+4
|/
* Migrate frameworks/base/packages/Shell to androidx.testKOUSHIK PANUGANTI2019-03-202-35/+34
* Only require that system UIDs tag their sockets.Jeff Sharkey2017-06-271-1/+1
* Fixed assertions on bugreport share notification.Felipe Leme2017-05-241-13/+19
* Set package name on bugreport intents.Felipe Leme2017-02-101-0/+2
* Bugreport sharing is now work profile awareMakoto Onuki2017-01-051-0/+351
* Refactored Shell to use IDumpstateListener.Felipe Leme2016-11-111-3/+8
* Collapses status bar on teardown so it does not affect other tests.Felipe Leme2016-10-112-3/+8
* Migrate BugreportReceiverTest to JUnit 4.Felipe Leme2016-08-121-9/+54
* Kill service before trying to cancel notifications.Felipe Leme2016-08-081-0/+24
* Enable name text field when re-using the details dialog.Felipe Leme2016-08-031-0/+2
* Fixed BugreportReceiverTest failures:Felipe Leme2016-08-032-52/+84
* Always use chooser for Share Bug Report intent.Felipe Leme2016-07-282-43/+12
* Close details dialog when bugreport is canceled by user.Felipe Leme2016-07-182-7/+54
* Don't opt-out of warning dialog by default on user builds.Felipe Leme2016-04-251-1/+9
* Set BugreportProgressService to run on foreground.Felipe Leme2016-04-201-41/+1
* Merge "Remove initial screenshot on interactive bugreport." into nyc-devTreeHugger Robot2016-04-181-7/+9
|\
| * Remove initial screenshot on interactive bugreport.Felipe Leme2016-04-181-7/+9
* | Fix first-time usage.Felipe Leme2016-04-152-16/+25
|/
* Merge "Revert warning logic so it has a "don't show again" message." into nyc...TreeHugger Robot2016-04-131-15/+46
|\
| * Revert warning logic so it has a "don't show again" message.Felipe Leme2016-04-131-15/+46
* | Removed redundant notification title.Felipe Leme2016-04-121-17/+4
|/
* "Temporarily" removed progress check.Felipe Leme2016-04-111-20/+15
* Changed logic when dumpstate's max progress increases.Felipe Leme2016-03-222-5/+28
* Minor UI improvements and code cleanup:Felipe Leme2016-03-141-13/+18
* Warn user when bugreport is finished but screenshot is pending.Felipe Leme2016-03-091-6/+18
* Make bugreport details dialog confirm to Material Guidelines for Dialogs.Felipe Leme2016-02-291-4/+4
* Open bugreport info when touching notification (as well as DETAILS button).Felipe Leme2016-02-251-6/+45
* Reset UI fields when dialog is reused, otherwise it might contain fieldsFelipe Leme2016-02-251-11/+93
* Final (?) fixes on id / pid split.Felipe Leme2016-02-251-57/+63
* Add pid on main bugreport notifications.Felipe Leme2016-02-081-35/+44
* Fixed check for empty title.Felipe Leme2016-01-291-9/+28
* Send broadcasts as foreground, otherwise test might fail when runningFelipe Leme2016-01-261-0/+2
* Save bugreport info on share intent.Felipe Leme2016-01-131-11/+111
* Include title and description on bugreport.zipFelipe Leme2016-01-061-20/+75
* Fixed corner-case scenario where a screenshot is finished after the shareFelipe Leme2016-01-061-9/+31
* Handle bugreport screenshots on Shell.Felipe Leme2015-12-211-17/+126
* Allows users to add details about a bugreport in progress.Felipe Leme2015-12-163-6/+226
* Merge "Fixed ActivityChooser logic for the initial case."Felipe Leme2015-12-141-11/+10
|\
| * Fixed ActivityChooser logic for the initial case.Felipe Leme2015-12-111-11/+10
* | Merge "Cleaned up unit tests."Felipe Leme2015-12-121-47/+89
|\ \ | |/ |/|
| * Cleaned up unit tests.Felipe Leme2015-12-111-47/+89