Minor changes
- Added
eventElapsedTime:
to allow you to check the ongoing time for a timed event. This can be used however you want, e.g. only tracking if a minimum time has gone by. #642 - Stopped calling
UIApplication setNetworkActivityIndicatorVisible:
from a background thread. #677 - Ensured logging would only occur from one thread at a time. #664