Róbert Papp
Róbert Papp
@JakeWharton is there any reason to not merge this? Do I need to do something here?
Rebased on #12 and #11 merges, now clean, ready for review/rejection :)
Simple: I want to see an overall change, even if it's long. At the moment I'm diffing two trees by hand, and I want to adopt this tool, but, without...
Another example for 1) I'm migrating from buildSrc to libs and that's a syntax change, so there shouldn't be any deps diff. At this point I need full diff, which...
Can I add a flag to include it?
Probably highly related that I can't `mvn package` your library on my Windows 7x64 with Java 1.7.0_05-b06: ``` Running com.jakewharton.disklrucache.DiskLruCacheTest Journal compacted from 73 bytes to 57 bytes Journal compacted...
I totally agree with that, but at the same time I should be able to build this library from sources... without failing tests anywhere where I have Java + Android...
Hmm, I just realized [how much @sjudd had modified the library](https://github.com/sjudd/DiskLruCache/compare/JakeWharton:master...sjudd:master), this invalidates my first code example in the issue. The missing checks are still missing though, and I can't...
@Saketme what you're doing is not a theme, it's a style. Try this: ```xml @style/BatmanIpsumTextAppearance fonts/PragmataPro.ttf ``` and use `BatmanIpsumTheme` on your activity/app as the theme. @chrisjenx if it works,...
Yeah, somehow separately, as they're tighly related to API levels. A table at the bottom could be good. I can start the PR and then get some experienced community members...