Skip to content

Releases: Evernote/android-job

Version 1.4.2

09 Oct 23:44
Compare
Choose a tag to compare
  • Bump libraries to the latest version, this fixes a binary incompatibility with WorkManager, see #591

Version 1.4.1

30 Sep 16:26
Compare
Choose a tag to compare
  • Remove appcompat as dependency, which was accidentally added in 1.4.0.

Version 1.4.0

29 Sep 21:57
Compare
Choose a tag to compare
  • Migrate to AndroidX, see #583

Version 1.3.0

29 Sep 21:39
Compare
Choose a tag to compare
  • (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

22 Mar 20:05
Compare
Choose a tag to compare
  • Offset the end time when rescheduling an inexact job, see #547
  • Upgraded WorkManager to 1.0.0, see #561

Version 1.3.0-alpha09

18 Nov 22:22
Compare
Choose a tag to compare
  • Upgraded WorkManager to 1.0.0-alpha11

Version 1.3.0-alpha08

21 Oct 00:51
Compare
Choose a tag to compare
  • Upgraded WorkManager with API incompatible changes, see #539

Version 1.3.0-alpha07

24 Sep 06:01
Compare
Choose a tag to compare
  • Handle crash when rescheduling jobs, see #510
  • Upgraded WorkManager

Version 1.3.0-alpha06

25 Jul 04:11
Compare
Choose a tag to compare
  • Find the right tag for the job with WorkManager, see #509
  • Integrate WorkManager version 1.0.0-alpha05

Version 1.3.0-alpha05

23 Jul 20:07
Compare
Choose a tag to compare
  • Use synchronous method to query the workmanager statuses, see #464