This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
Releases: BoltsFramework/Bolts-Android
Releases · BoltsFramework/Bolts-Android
1.5.0
1.4.0
1.3.0
1.2.1
- Added:
CancellationToken.register(Runnable)
Artifacts: Maven Central
1.2.0
- 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
- Update
AggregateException
-- TakeThrowable
s instead ofException
s and append the firstThrowable
in it's list to the stack trace to allow better visibility when debugging. - Update documentation.
Artifacts: Maven Central
1.1.3
- Remove 128 thread pool executor queue limit on Android
Artifacts: Maven Central
1.1.2
Artifacts: Maven Central
1.1.1
- Published to Maven Central
- Utilize Android optimized executors when on the Android runtime
Artifacts: Maven Central