Skip to content

Releases: proxer/ProxerLibJava

1.9.3

02 Aug 14:15
Compare
Choose a tag to compare
  • New API: MediaSearchRequest

Breaking:

  • Moved the parameter package one level up, as this is semantically more correct

1.9.2

31 Jul 21:48
Compare
Choose a tag to compare
  • New API: MediaList
  • The API key is now send as a header

1.9.1.1

29 Jul 13:37
Compare
Choose a tag to compare
  • Fixed constants for sorting

1.9.1

27 Jul 19:22
Compare
Choose a tag to compare

New API: UserMediaList

1.9.0

25 Jul 12:31
Compare
Choose a tag to compare

Breaking changes

  • Switched to the new v1 API.
    • You now have to supply an API key, read the updated README.
  • New APIs: Topten, Userinfo.
  • Changed the Request model. You now construct a Request object instead of retrieving one from the ProxerConnection.
  • Much more, take a look at the README.
Note: Not all available APIs are implemented yet.

1.5.1

18 Apr 17:47
Compare
Choose a tag to compare
  • Fix wrong values in ProxerTag

1.5.0

15 Apr 17:41
Compare
Choose a tag to compare
  • New Apis: Retrieving and sending messages in a Conference.
  • Events are not posted sticky anymore. You have to handle this yourself. This was done as the risk is higher than the benefit.
  • Errors occuring in logout and login are now handled correctly.
  • Refactored the ProxerException class. The error codes are now in the class itself.
  • Some methods in the UrlHolder were renamed to reflect better what they do or what their purpose is.
  • Another new PersistentCookieStore. Please clear the data of your App if you were using the old one.

1.4.4

16 Feb 16:11
Compare
Choose a tag to compare
  • New PersistentCookieStore

1.4.3

05 Feb 14:30
Compare
Choose a tag to compare
  • Update EventBus to 3.0 -> Way better Performance

1.4.2

30 Jan 12:22
Compare
Choose a tag to compare
  • Update EventBus to latest version