Skip to content

Releases: amitshekhariitbhu/Fast-Android-Networking

Release 1.0.4

Choose a tag to compare

@amitshekhariitbhu amitshekhariitbhu released this 18 Aug 17:44
Remove upload gradle

Release 1.0.3

Choose a tag to compare

@amitshekhariitbhu amitshekhariitbhu released this 18 Aug 17:20
Update version

Version 1.0.2

Choose a tag to compare

@amitshekhariitbhu amitshekhariitbhu released this 10 Jul 08:11
909128d
  • 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

Choose a tag to compare

@amitshekhariitbhu amitshekhariitbhu released this 20 Dec 17:59
02f2e6a
  • 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

Choose a tag to compare

@amitshekhariitbhu amitshekhariitbhu released this 19 Mar 05:03
  • 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

Choose a tag to compare

@amitshekhariitbhu amitshekhariitbhu released this 01 Feb 13:07

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

Choose a tag to compare

@amitshekhariitbhu amitshekhariitbhu released this 07 Nov 06:21
  • Bug fixes
  • Removed unwanted tags from manifest file

Version 0.2.0

Choose a tag to compare

@amitshekhariitbhu amitshekhariitbhu released this 15 Sep 19:52
  • 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

Choose a tag to compare

@amitshekhariitbhu amitshekhariitbhu released this 31 Jul 10:22
  • 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

Choose a tag to compare

@amitshekhariitbhu amitshekhariitbhu released this 03 Jun 03:20

Initial Release