Releases: proxer/ProxerLibJava
Releases · proxer/ProxerLibJava
1.4.1
- All events are now posted sticky. See the updated Readme for advice on handling this.
1.4.0
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
- Update Bridge
- Update Gradle
1.2.9
- The
cancel(tag)
method now also cancels ongoing parsing
- Cleaned up the build
1.2.7
- (Probably) fix cancellation
- New method for retrieving a single conference (web-page, proper API will come later)
- Improvements to error-handling
1.2.6
- Update libs and build environment
cancelSync()
has been removed
1.2.5
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
Include JavaDoc and Sources into build.
1.2.3
- Remove unused class
- Gradle 2.8