Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Releases: BoltsFramework/Bolts-Android

1.5.0

11 Mar 14:52
Compare
Choose a tag to compare
  • Re-released under the MIT license

1.4.0

15 Jan 23:33
Compare
Choose a tag to compare
  • Support partial waits #99
  • Monitor for unobserved errors #100
  • Return a Task with an ExecutorException when an exception occurs in an executor #106

Artifacts: Maven Central

1.3.0

06 Nov 01:14
Compare
Choose a tag to compare
  • Split into bolts-tasks and bolts-applinks #90
  • Implement bolts.TaskCompletionSource, deprecate bolts.Task.TaskCompletionSource for Kotlin compatibility #84
  • Cache common values of Task #85
  • Update bolts-android POM license name #95

Artifacts: Maven Central

1.2.1

15 Jul 23:14
Compare
Choose a tag to compare
  • Added: CancellationToken.register(Runnable)

Artifacts: Maven Central

1.2.0

24 Mar 00:51
Compare
Choose a tag to compare
  • Added: CancellationToken
  • Added: Task.<?>whenAny(List<Task<?>>), Task.<T>whenAnyResult(List<Task<T>>)
  • Added: Task.<T>whenAllResult(List<Task<T>>)
  • Added: Task.delay(int)

Artifacts: Maven Central

1.1.4

09 Dec 03:08
Compare
Choose a tag to compare
  • Update AggregateException -- Take Throwables instead of Exceptions and append the first Throwable in it's list to the stack trace to allow better visibility when debugging.
  • Update documentation.

Artifacts: Maven Central

1.1.3

01 Oct 14:22
Compare
Choose a tag to compare
  • Remove 128 thread pool executor queue limit on Android

Artifacts: Maven Central

1.1.2

21 Aug 17:57
Compare
Choose a tag to compare

1.1.1

19 Aug 23:44
Compare
Choose a tag to compare
  • Published to Maven Central
  • Utilize Android optimized executors when on the Android runtime

Artifacts: Maven Central

v1.1.0

30 Apr 17:46
Compare
Choose a tag to compare

Release 1.1.0 adds App Links.