Skip to content

Releases: evilthreads669966/BootLaces

Release Update Dependencies Out of Alpha

28 May 05:28
Compare
Choose a tag to compare

kotlin 1.5 and hilt non alpha and more. removed unnecessary dependencies

surviveReboot parameter for scheduleNow

04 May 03:09
07eb24f
Compare
Choose a tag to compare
  • allow for surviveReboot parameter to be used in scheduleNow function for Worker

Release Version 10.0

03 Mar 17:24
7b4e862
Compare
Choose a tag to compare
  • No more PersistentWorker
    • surviveReboot parameter for scheduler functions
  • you don't have to override WorkReceiver if you don't need a BroadcastReceiver
  • register multiple actions with WorkReceiver
  • PersistentReceiver
    • A broadcast receiver that survives reboot
      • no doWork function

Release Version 9.0

23 Jan 14:21
8e99daf
Compare
Choose a tag to compare
  • new WorkScheduler.use scoping function
  • new scheduling methods for different times
  • You no longer use WorkScheduler directly to schedule you workers
    • instead you can call them directly on your Worker instances
      • Example:
        • workScheduler.use { MyWorker().scheduleNow() }

Release Version 8.5

20 Jan 20:26
c1f27a0
Compare
Choose a tag to compare
  • bug fix for periodic workers

RELEASE VERSION 8.4

01 Jan 23:08
b8056f6
Compare
Choose a tag to compare
  • schedule weekly workers

RELEASE VERSION 8.3

01 Jan 05:50
9209848
Compare
Choose a tag to compare
  • schedule yearly workers
  • schedule monthly workers

Release Version 8.2

01 Jan 04:50
ac6b72e
Compare
Choose a tag to compare
  • workers with optional progress notifications

Release Version 8.1

01 Jan 02:42
00ca58b
Compare
Choose a tag to compare
  • daily workers
  • hourly workers

Release Version 8.0

31 Dec 23:19
3d490c4
Compare
Choose a tag to compare
  • future workers
  • periodic workers