Hendra Anggrian
Hendra Anggrian
To enable such a feature, this library needs to host an additional artifact that tinkers with NavigationUI. I will look into it while keeping this open to hear more input.
Sorry for late reply, I just read this. In KotlinPoet, you use `%%` to escape template character `%`. I will implement this in coming days. Unless of course you have...
There has been some changes in `formatWith` to escape `%`. But I'm not entirely sure the [test] would suffice. [test]: https://github.com/hendraanggrian/javapoet-ktx/blob/dff3080c7c582e6e6366031e42173481c8dab043/javapoet-ktx/tests/src/com/hendraanggrian/javapoet/CodeBlockBuilderTest.kt
Sorry for late reply. You are probably using a constant value in a companion object of a previous version. I'm guessing `PackrExtension.MINIMIZE_HARD`. If so, replace it with a plain String...
> By the way, the following is the relevant **Gradle** configuration: > > **build.gradle**: > > ```groovy-gradle > plugins({ > id('com.hendraanggrian.packr-gradle-plugin') > .version('0.1') > }) > ``` > > **settings.gradle**:...
That maven url from #1 is no longer available as the artifact is moved to https://dl.bintray.com/hendraanggrian/maven/, which is linked to jcenter, so I believe your repositories closure is fine. I...
This library might not be suitable for newer Android releases. Please refer to other available solutions while I patch this library (might take some time though). I'll reply when I...
I didn't quite understand the question since you didn't mention about when it is being used. But, here's [versions.kt](https://github.com/hendraanggrian/recyclerview-paginated/blob/master/buildSrc/src/versions.kt).
I think he was meant to link `http://orderedlist.github.io/minimal/` instead of `http://orderedlist.github.com/minimal/`, which redirects to `https://orderedlist.com/minimal/`.
I, too, am desperate to have this feature on this fantastic library. Currently I had to make a custom class extending `HtmlTextView`, overriding `setHtml` to use my own `ImageGetter` (substituting...