Releases: amitshekhariitbhu/Fast-Android-Networking
Releases · amitshekhariitbhu/Fast-Android-Networking
Release 1.0.4
Remove upload gradle
Release 1.0.3
Update version
Version 1.0.2
- New: Add support for multiple file upload with same key
- New: Add support for multi contentType in multipart
- Bump OkHttp Version to 3.10.0
- Bump other dependencies
Version 1.0.1
- New: Add support for
Single
,Completable
,Flowable
,Maybe
Observable - New: Add support for OPTIONS request
- Bump OkHttp Version to 3.9.1
- Bump other dependencies
- New: Add support for specifying request method dynamically
- New: Add API to check isRequestRunning
- Fix: Add more than one values for one key in header and query
- Merge pull requests
Version 1.0.0
- Fix Progress Bug for large files download
- Merge pull requests
- Add new API
- Bump OkHttpVersion
- Add config options for BitmapDecode
- Add Consumer Proguard
Version 0.4.0
Version 0.3.0
- Bug fixes
- Removed unwanted tags from manifest file
Version 0.2.0
-
Jackson Parser Support
compile 'com.amitshekhar.android:jackson-android-networking:0.2.0' // Then set the JacksonParserFactory like below AndroidNetworking.setParserFactory(new JacksonParserFactory());
-
Making Synchronous Request - Check Here
-
setContentType("application/json; charset=utf-8") in POST and Multipart request.
-
Getting OkHttpResponse in Response to access headers - Check Here
-
Bug fixes : As always we are squashing bugs.
-
Few other features which are request by the fans of Fast Android Networking.
Version 0.1.0
- RxJava Support For Fast-Android-Networking
- Now RxJava can be used with Fast-Android-Networking
- Operators like
flatMap
,filter
,map
,zip
, etc can be used easily with Fast-Android-Networking. - Chaining of Requests can be done.
- Requests can be bind with Activity-Lifecycle.
- Java Object Parsing Support
Version 0.0.1
Initial Release