Releases: Evernote/android-job
Releases · Evernote/android-job
Version 1.4.2
Version 1.4.1
- Remove appcompat as dependency, which was accidentally added in 1.4.0.
Version 1.4.0
- Migrate to AndroidX, see #583
Version 1.3.0
- (No changes compared to 1.3.0-rc1)
- Implement an API that uses the
WorkManager
for scheduling work items - Initialize the job storage on a background thread, see #471
- Restrict usage of internal classes for internal usage only, see #465
- Use a
JobIntentService
implementation that doesn't crash, see #255 - Offset the end time when rescheduling an inexact job, see #547
Version 1.3.0-rc1
- Offset the end time when rescheduling an inexact job, see #547
- Upgraded WorkManager to 1.0.0, see #561
Version 1.3.0-alpha09
- Upgraded WorkManager to 1.0.0-alpha11
Version 1.3.0-alpha08
- Upgraded WorkManager with API incompatible changes, see #539
Version 1.3.0-alpha07
- Handle crash when rescheduling jobs, see #510
- Upgraded WorkManager
Version 1.3.0-alpha06
- Find the right tag for the job with
WorkManager
, see #509 - Integrate
WorkManager
version1.0.0-alpha05
Version 1.3.0-alpha05
- Use synchronous method to query the workmanager statuses, see #464