jumblr
jumblr copied to clipboard
Post.class missing getLikedTimestamp()
I can see this in the source code (on GitHub), and I can see where it was "Commits on Dec 5, 2014" that it was added (#51). However, when I browse the compiled 0.11 jar file (produced on Dec 15, 2014) it lists:
getDateGMT() : String
getTimeStamp() : Long
getType() : String
According to the code source, from what I can tell, it should be right after getTimeStamp and right before getType.
Just checked the "release source code" at https://github.com/tumblr/jumblr/releases/tag/jumblr-0.0.11 and it turns out this fix was NOT included in this release.
As I am relatively new to GitHub, do I need to pull the source down and compile it in order to create a jar file? or is there an "beta" jar file of the current source code that is accessible some place?
Thanks, Linus
@Linus12 doesn't look like those changes made it into release 0.0.11
. We'll work on providing a new release which will include the method. Until then you'd unfortunately have to include the source as a library in your project to use it.
https://github.com/tumblr/jumblr/compare/jumblr-0.0.11...master https://github.com/tumblr/jumblr/commit/f4c87b497a9369e080fac81dcfb80e901624a9f7