Arek Olek

Results 20 comments of Arek Olek

This plugin https://github.com/jaredsburrows/gradle-license-plugin/ scans parent POMs properly. (Although it has other problems, it doesn't pick up dependencies of `project` dependencies when I use it)

> You are right, it works indeed, so the last part of what I wrote is incorrect. I can't figure out right now what I did that made me think...

@kakai248 But is it ok to pass `Activity`/`Fragment`-scoped dependencies to `ViewModel`s? Say `Foo` has activity scope. After configuration change the `ViewModel` will be retained and keep the reference to `Foo`...

@kakai248 even if it has no activity reference I see a problem. It is supposed to be a singleton for the activity scope, but the `ViewModel` has a different instance...

Thanks for the reply I'm pretty sure of the 17 libraries I mentioned, none was in the `pom`, although I have checked only two of my Google dependencies that had...

> I've had a look into the format they use in the past, and we may not benefit from the complexity of supporting it. Also to make it clear: I...

I started working on something that would let me add these as described in https://github.com/mikepenz/AboutLibraries#libraries just so I don't lose these licenses (for the most part it was a rewrite...

I have this gradle plugin in my `buildSrc` that is based on `oss-license-plugin` and outputs json files for `aboutlibraries`. I hoped to just create a PR to this repo, but...

@mikepenz you can see the code here https://github.com/arekolek/third-party-licenses Note there's also a separate branch, with a proof-of-concept for detecting license names

`Theme.MaterialComponents.DayNight.NoActionBar` suffers the same issue when it comes to days of week: At least it doesn't have the problem with days of month. Should I report a separate issue for...