Skip to content

Releases: proxer/ProxerLibJava

1.4.1

29 Jan 22:38

Choose a tag to compare

  • All events are now posted sticky. See the updated Readme for advice on handling this.

1.4.0

29 Jan 20:28

Choose a tag to compare

Breaking Changes!

  • Results are now delivered through the EventBus library so no listener is required. This results in a higher readability and protects against mistakes involving orientation changes. Moreover it is possible to get the result at more than one place. See the updated Readme on how to use this.

1.3.0

29 Dec 21:21

Choose a tag to compare

  • Update Bridge
  • Update Gradle

1.2.9

19 Dec 16:59

Choose a tag to compare

  • The cancel(tag) method now also cancels ongoing parsing
  • Cleaned up the build

1.2.8

01 Dec 01:29

Choose a tag to compare

  • Fix for user images

1.2.7

01 Dec 01:01

Choose a tag to compare

  • (Probably) fix cancellation
  • New method for retrieving a single conference (web-page, proper API will come later)
  • Improvements to error-handling

1.2.6

24 Nov 21:23

Choose a tag to compare

  • Update libs and build environment
  • cancelSync() has been removed

1.2.5

18 Nov 14:12

Choose a tag to compare

More annotations for IDE-support.
Parsing now happens on a background thread if execute() is called. (Note: cancel(TAG) won't cancel ongoing parsing operations, but cleanup() does)

1.2.4

16 Nov 08:49

Choose a tag to compare

Include JavaDoc and Sources into build.

1.2.3

16 Nov 08:34

Choose a tag to compare

  • Remove unused class
  • Gradle 2.8