Matthias Käppler
Matthias Käppler
just know that cancel() will just set a flag which does the following: - if the task has not been started, it won't ever start - if it's running, it...
I think so yes: by fixing issue #23. The problem is that Dalvik eagerly clears soft references, so that the memory cache gets wiped frequently, and thus the hit rate...
fair enough. personally I neither know nor like Ant particularly well, but perhaps someone else can provide a working build.xml as a patch just curious, what are you struggling with...
Yes, I totally agree. The reason I initially didn't want to depend on the Guava JAR is that it's _massive_ (1.1MB), and it doesn't seem to come in modules, and...
I suppose we could do that, but that would be a lot of hassle, since we'd either need it as an artifact on Maven Central or in a custom repository,...
I uploaded it manually, it's really old actually. For now I assume people will clone the repository and build using Maven to stay up to date. There is no release...
in theory it would be as simple as running 'mvn install', but ever since we added BetterMapActivity, we need the maps.jar to build, which is _not_ on Maven Central (it's...
Rupert, great stuff again, thanks. I think we should check for that one thing I mentioned about list items receiving click events, but apart from that it's good to go....
Can someone post some code that reproduces this issue? We're building against the latest code from master and don't see this issue in our app.