aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/java/com/wireguard/android/activity/LogViewerActivity.kt (follow)
Commit message (Expand)AuthorAgeFilesLines
* coroutines: convert the restJason A. Donenfeld2020-09-151-14/+14
* LogViewerActivity: don't crash if pipe closesJason A. Donenfeld2020-03-301-1/+4
* LogViewerActivity: only scroll every quarter for the first 2.5 seconds of dumpingJason A. Donenfeld2020-03-281-4/+17
* ui: Replace ErrorMessages getter with indexing operatorHarsh Shandilya2020-03-271-1/+1
* LogViewerActivity: merge lines that don't match regexJason A. Donenfeld2020-03-261-3/+10
* LogViewerActivity: re-add error case to log exportJason A. Donenfeld2020-03-261-6/+15
* LogViewerActivity: constify requestJason A. Donenfeld2020-03-261-1/+1
* Introduce realtime log viewerHarsh Shandilya2020-03-261-0/+324