0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added POM dependency XML to installation instructions More... about 11 years ago
Published to the Sonatype OSS repository. Fixes #8. More... about 11 years ago
Removed dependency on Charsets, which is present only on test classpath More... about 11 years ago
Prepared POM for release to Sonatype OSSRH More... about 11 years ago
Added support for GET /apps/:id More... about 11 years ago
Ignored exploratory test More... over 11 years ago
Created TentDataSource interface and lots of other updates More... over 11 years ago
By default, reuse a single AsyncHttpClient instance More... over 11 years ago
Removed accidental reference to Google Guava More... over 11 years ago
Added convenience constructors to Mention and StatusContent More... over 11 years ago
Post has default publication time More... over 11 years ago
Added mentioned_post to PostQuery More... over 11 years ago
Added TentClientAsync#deletePost(String) and TentClient#delete(Post) More... over 11 years ago
TentClientAsync can be given an AsyncHttpClient. More... over 11 years ago
TentClientAsync reads responses as UTF-8 and #write sets request to UTF-8 More... over 11 years ago
Following#permissions converted to Map<String, Object> More... over 11 years ago
TentClientAsync follows redirects and stores Profile after fetching it More... over 11 years ago
TentClient#getProfile does not call discover if Profile was set in constructor More... over 11 years ago
Created ProfileTypeAdapter for JSON->Profile conversion More... over 11 years ago
Removed unused profileUrls constructor argument from TentClientAsync and TentClient More... over 11 years ago
GET /posts can use entity querystring parameter More... over 11 years ago
Fixed request signing when there are query string parameters More... over 11 years ago
Snapshots are deployed to http://moandjiezana.com/builds More... over 11 years ago
Discovery works when 204 is returned More... over 11 years ago
Added Post.Types.photo(String) More... over 11 years ago
added redirectUris to RegistrationResponse More... over 11 years ago
TentClient#getProfile() calls #discover() if necessary. TentClientAsync stores RegistrationResponse to facilitate login. More... over 11 years ago
Removed dependency on Google Guava More... over 11 years ago
TentClientAsync#getAccessToken passes correct parameters to RequestSigner More... over 11 years ago
RequestSigner uses instance methods instead of static methods More... over 11 years ago