Android Job Versions Save

Android library to handle jobs in the background.

v1.4.2

4 years ago
  • Bump libraries to the latest version, this fixes a binary incompatibility with WorkManager, see #591

v1.4.1

4 years ago
  • Remove appcompat as dependency, which was accidentally added in 1.4.0.

v1.4.0

4 years ago
  • Migrate to AndroidX, see #583

v1.3.0

4 years ago
  • (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

v1.3.0-rc1

5 years ago
  • Offset the end time when rescheduling an inexact job, see #547
  • Upgraded WorkManager to 1.0.0, see #561

v1.3.0-alpha09

5 years ago
  • Upgraded WorkManager to 1.0.0-alpha11

v1.3.0-alpha08

5 years ago
  • Upgraded WorkManager with API incompatible changes, see #539

v1.3.0-alpha07

5 years ago
  • Handle crash when rescheduling jobs, see #510
  • Upgraded WorkManager

v1.3.0-alpha06

5 years ago
  • Find the right tag for the job with WorkManager, see #509
  • Integrate WorkManager version 1.0.0-alpha05

v1.3.0-alpha05

5 years ago
  • Use synchronous method to query the workmanager statuses, see #464