Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-21 | global: bump copyright date | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2021-10-29 | global: bump copyright year | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2021-10-28 | gradle: upgrade AndroidX dependencies | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-05-19 | build: upgrade AndroidX dependencies | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-05-06 | ui: remove hack for broken kotlin compiler | Jason A. Donenfeld | |
Seems like things are finally fixed. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-10-02 | DownloadsFileSaver: initialize callback in constructor, not on the fly | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-09-26 | ui: print proper exception trace from log viewer | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-09-17 | ui: retire EdgeToEdge | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-09-17 | activityx: use contracts more and refine | Jason A. Donenfeld | |
This is the beginning; there are still many of the old API's callsites to convert. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-09-17 | DownloadsFileSaver: encapsulate permission checks | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-09-16 | LogViewerActivity: simplify scoping | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-09-16 | ui: resolve getColor deprecation in LogViewerActivity | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-09-16 | LogViewerActivity: destroy process when coroutine scope is cancelled | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-09-15 | coroutines: use lifecycleScope where appropriate | Jason A. Donenfeld | |
There's still a bit of GlobalScope lingering around, which might be removable. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-09-15 | coroutines: convert the rest | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-03-30 | LogViewerActivity: don't crash if pipe closes | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-03-28 | LogViewerActivity: only scroll every quarter for the first 2.5 seconds of ↵ | Jason A. Donenfeld | |
dumping Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-03-27 | ui: Replace ErrorMessages getter with indexing operator | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-26 | LogViewerActivity: merge lines that don't match regex | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-03-26 | LogViewerActivity: re-add error case to log export | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-03-26 | LogViewerActivity: constify request | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-03-26 | Introduce realtime log viewer | Harsh Shandilya | |
This contains a share button and a save button, the former using a custom content provider. Co-authored-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |