Skip to content

Releases: amitshekhariitbhu/Fast-Android-Networking

Version 1.0.2

10 Jul 08:11
909128d
Compare
Choose a tag to compare
  • 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

20 Dec 17:59
02f2e6a
Compare
Choose a tag to compare
  • 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

19 Mar 05:03
Compare
Choose a tag to compare
  • 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

01 Feb 13:07
Compare
Choose a tag to compare

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

Version 0.3.0

07 Nov 06:21
Compare
Choose a tag to compare
  • Bug fixes
  • Removed unwanted tags from manifest file

Version 0.2.0

15 Sep 19:52
Compare
Choose a tag to compare
  • 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

31 Jul 10:22
Compare
Choose a tag to compare
  • 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

03 Jun 03:20
Compare
Choose a tag to compare

Initial Release