Oscar Nylander

Results 16 comments of Oscar Nylander

@dessalines Since there's some significant work involved in refactoring the app to use Hilt, let me know if you're interested in getting this in. If you do, I can probably...

Alright. I think one of the more interesting things that Hilt could provide would be Navigation Destination-scoped ViewModels, which (without looking too closely) would probably solve #402.

>I'd be open to that, as long as android studio can handle upgrades of dependencies well with it. The best experience I've had is using the `renovate`-bot to automatically get...

> (Forgive my ignorance with python) Does this change require usage of python3? If so why not update to python3 in pidcat.py? At least on the latest version of MacOS...

The fix applied in #179 makes `pidcat` work with Python 3. Should that PR be merged, consumers of the script could simply symlink `python` to `python3`.

Here's a sample using the Kotlin DSL: ```kotlin plugins { id("net.rdrei.android.buildtimetracker") version "0.11.0" } // ... buildtimetracker { reporters { register("csv") { options["output"] = "build/times.csv" options["append"] = "true" options["header"] =...