Skip to content

Releases: stanwood/framework-network-android

1.7.2

11 Oct 11:39
23b19cc
Compare
Choose a tag to compare

Use stable json as default serializer

1.7.1

04 May 22:32
0f35170
Compare
Choose a tag to compare
  • Added optional json parameter to source parser factory

1.7.0

27 Mar 12:01
a5ad112
Compare
Choose a tag to compare
  • Breaking: split up auth, cache and core into three independent libraries. See README for setup instructions.

1.6.1

20 Mar 16:30
1df8ee0
Compare
Choose a tag to compare
  • Clarify documentation and javadoc regarding initial authentication, worth rereading the whole auth section and AuthenticationProvider for a hopefully much better outline on what needs to be done

1.6.0

20 Mar 11:20
93c468f
Compare
Choose a tag to compare
  • Breaking: throw AuthenticationException in Authenticator instead of throwing null thanks to a fixed bug in okhttp 3.13. Please consult the README, you don't need to specifically test for 401 in your code anymore. :)
  • Breaking: AuthInterceptor now receives a ConnectionState parameter instead of the application context
  • finally: first tests

1.5.0

11 Feb 11:38
83d1096
Compare
Choose a tag to compare
1.5.0 Pre-release
Pre-release
  • Bump OkHttp to 3.12.1
  • Added Store Kotlin Serialization Factory
  • Added Retrofit BufferedSource Converter
  • Added Connectivity Interceptor for fast failing on no connection

1.4.0

30 Nov 08:47
5330c46
Compare
Choose a tag to compare
  • Potentially breaking: bumping okhttp to 3.11.0, support library to 28.0.0, target SDK to 28 and Kotlin to 1.3.0
  • internally converting all auth classes to Kotlin
  • stanwood internal: adding default header implementation (currently only User-Agent) via StanwoodHeaderInterceptor

1.3.0

21 Aug 17:23
eb6e7ef
Compare
Choose a tag to compare
  • Breaking: change Nullability annotations for route (which can be null now, happens in case of proxy authentication), you must adapt your Authenticator.onAuthenticationFailed() implementations if you are using Kotlin and it is encouraged to at least review your implementation when using Java
  • add license headers
  • small Javadoc improvements

1.2.0

17 May 11:59
946b234
Compare
Choose a tag to compare
  • All Kotlin dependencies have been removed which weren't really used and only made depending on the library more complicated
  • All libraries have been updated to latest versions
  • Internal: integration of code climate

1.1.1

06 Mar 16:12
6408f60
Compare
Choose a tag to compare

This release is the result of the 1.0.3-beta and 1.1.0-beta* releases - it has been repackaged as 1.1.1 as the 1.1.0 tag had already been created before and jitpack cannot rebuild already build artifacts. Please don't use 1.1.0 any more as it is equal to 1.1.0-beta1.

  • fully revamped auth support: the library now contains okhttp compatible Authenticators and Interceptors for easily implementing robust token handling in the auth package. Please refer to README.md and javadoc for details on how to use them.
  • minSdkVersion has been lowered to 16