Sakis Kaliakoudas
Sakis Kaliakoudas
Hello, as I spent a couple of hours trying to set up this with the android maven plugin, I think that it will be useful to many to add the...
Hello, lovely tool! I am wondering if you know how I can run this with maven, and the android maven plugin, that has a built in lint goal Cheers, Sakis
This callback doesn't seem to be useful. From the javadoc: ``` /** * This method is for use in emulated process environments. It will * never be called on a...
Hello, making a PR to remove the label as this can only introduce issues (androidmanifest merging is failing for me) I don't see why a library needs a label For...
Is this on maven ??
Hello, as soon as I click the wifi button I get this exception thrown: ``` String index out of range: -4 java.lang.StringIndexOutOfBoundsException: String index out of range: -4 at java.lang.String.substring(String.java:1955)...
Hello, My name is Sakis, great to meet you 🙂 I am the co-founder of [www.hellocaribou.com](http://www.hellocaribou.com/), a dev tool that I think might be of use to you. Caribou can...
Hello, I just added this lib into my project, https://github.com/athkalia/Just-Another-Android-App It contains an implementation that only imports the library for non-release builds (by creating an extra interface for the tool)....
### Expected Behavior A bit of a weird one. The repository definition: ``` @JdbcRepository(dialect = Dialect.MYSQL) interface RepoScanAnalysisResultsRepository : CrudRepository { override fun findAll(): List fun findByRepositoryScanId(repositoryScanId: String): List }...
How can I add a title to a spinner? I got multiple spinners and I want to tell them apart