Fast Android Networking Versions Save

🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀

v1.0.2

5 years ago
  • 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

v1.0.1

6 years ago
  • 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

v1.0.0

7 years ago
  • Fix Progress Bug for large files download
  • Merge pull requests
  • Add new API
  • Bump OkHttpVersion
  • Add config options for BitmapDecode
  • Add Consumer Proguard

v0.4.0

7 years ago

RxJava2 Support link Add Java Object directly in any request link Java Object is supported for query parameter, headers also Update OkHttp to 3.5.0 Allow all Map implementations Add better logging of request Get parsed error body link Merged pull requests

v0.3.0

7 years ago
  • Bug fixes
  • Removed unwanted tags from manifest file

v0.2.0

7 years ago
  • 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.

v0.1.0

7 years ago
  • 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

v0.0.1

7 years ago

Initial Release