pimlott

Results 4 issues of pimlott

The default ProGuard configuration in src/main/scala/AndroidInstall.scala is missing many of the suggested configurations in the ProGuard documentation (http://proguard.sourceforge.net/index.html#manual/examples.html), including those for serializable classes. For example, if my class relies on...

I'm new to scala and sbt, but intuitively, I would expect "sbt ~android:aapt-generate" to regenerate R.java whenever the relevant XML files are changed. This does not happen. I am motivated...

I think most people would expect that when a database is specified, it would be read before performing lookups. That is, `the --dbfirst` behavior would be the default. In fact,...

jdresolve's recursive resolution is really clever, I love it! I'm not a DNS expert, but I wonder if it could be extended to CIDR (and if this would have any...