Skip to content

Version 1.1.11

Compare
Choose a tag to compare
@vRallev vRallev released this 05 Jun 10:43
· 223 commits to master since this release
  • Fix a race condition when canceling jobs, see #178
  • Disable the JobScheduler API if the service is disabled, see #190
  • Fix SQLiteConstraintException when rescheduling jobs, because job is already present in the database, see #176
  • Improve job result documentation, see #192
  • Prevent app ending in a crash loop, see #194
  • Fallback to an older API if the JobScheduler is null on the device
  • Don't persist jobs with the JobScheduler, if this device is weird and doesn't have the boot permission
  • List support-v4 as dependency, because it's required, see #200
  • Make Job.Params public for better test support, see #201
  • Allow to suppress the JobManagerCreateException, see JobApi.setForceAllowApi14(boolean)
  • Make SimpleDateFormat thread-local to avoid possible crash, see #208