Matt Clarke
Matt Clarke
AxesRenderer is currently a concrete class on which AbstractChartView depends. This makes it tricky to override it with a custom axes renderer. Could it be made into an interface like...
Hi guys, great project, at my company we have based an app on this template and the principles in the accompanying blog post. For some more advanced features in the...
Hi, I wondered if there could be a new API for retrieving the list of all configured locations for a group on a server? Something like `GET /locations?group=my_group` that returns:...
**Describe the bug** I'm working towards disabling jetifier on a large multi-module Android project. The issue I'm seeing with the plugin is of long execution times and eventual crashing of...
This is a question/idea more than an issue. Have you considered (or do you know if it's possible) to implement MoneyTextView using Spans on a single TextView?
I'm seeing: ``` What went wrong: Execution failed for task ':appname:transformLogLifeCycleProcessorAbcDebug'. > Could not execute transformation ``` This is with the following top-level build.gradle: ``` // .. dependencies { classpath...