You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)