* Added support for initial acl on documents
* Added getters and test methods to acl
* Fixed #34 wrong change password url
* Fixed #33 files throw null pointer exception when streaming
* Removed deprecated methods
* Deprecated rest and restSync in favor of a rest interface accessible through
BaasBox.rest()
* Added support to all keys of the push api
* Project layout conforms to Android Studio/gradle standards
* Project now includes a samples directory that contains
api usage samples.
* Query api and Acl Api changes
* First link api implementation
* Ability to access files url to use with other libraries
* Alpha OkHttp client implementation available as alternative rest client
* RestClient implementation has a new init method called when the client is initalized
* Added skip parameter to query api
* Ability to initialize documents from json objects
* Fixed BaasUser bug during fetch of current user (#25)
* Added missing methods overloads
* Fixed error with social signup
* Fixed BaasDocument parcelable cast error
* Fixed file streaming error on large file size
* Simplified google cloud messaging integration
* Ability to concatenate query builders
* Renamed BaasFile image streaming methods to the more explicit streamImage*
* Replaced Priority paramter with a more generic flags bitmask See RequestOptions constants.
* Fixed silently ignoring wrong syntax in hostname
* Fixed missing where params in request
* Fixed file streaming bugs