Skip to content

Bump android-job from 1.2.6 to 1.4.2#54

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.evernote-android-job-1.4.2
Open

Bump android-job from 1.2.6 to 1.4.2#54
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.evernote-android-job-1.4.2

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps android-job from 1.2.6 to 1.4.2.

Release notes

Sourced from android-job's releases.

Version 1.4.2

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

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 version 1.0.0-alpha05

Version 1.3.0-alpha05

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

Version 1.3.0-alpha04

1.3.0-alpha04 (2018-07-20)

  • Fix rare NPE when WorkManager is null for some reason, see #477
  • Fix rare NPE when JobStorage is null, see #492
  • Fix class loading error for the GCM API, see #487
  • Use a JobIntentService implementation that doesn't crash, see #255

Version 1.3.0-alpha03

  • Remove wrong restriction for PersistableBundleCompat

Version 1.3.0-alpha02

  • Initialize the job storage on a background thread, see #471
... (truncated)
Changelog

Sourced from android-job's changelog.

1.4.2 (2019-10-09)

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

1.4.1 (2019-09-30)

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

1.4.0 (2019-09-29)

  • Migrate to AndroidX, see #583

1.3.0 (2019-09-29)

  • (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

1.3.0-rc1 (2019-03-22)

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

1.3.0-alpha09 (2018-11-18)

  • Upgraded WorkManager to 1.0.0-alpha11

1.3.0-alpha08 (2018-10-20)

  • Upgraded WorkManager with API incompatible changes, see #539

1.3.0-alpha07 (2018-09-23)

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

1.3.0-alpha06 (2018-07-24)

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

1.3.0-alpha05 (2018-07-23)

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

1.3.0-alpha04 (2018-07-20)

  • Fix rare NPE when WorkManager is null for some reason, see #477
  • Fix rare NPE when JobStorage is null, see #492
  • Fix class loading error for the GCM API, see #487
  • Use a JobIntentService implementation that doesn't crash, see #255

1.3.0-alpha03 (2018-06-11)

  • Remove wrong restriction for PersistableBundleCompat

1.3.0-alpha02 (2018-06-10)

  • Initialize the job storage on a background thread, see #471
  • Restrict usage of internal classes for internal usage only, see #465
... (truncated)
Commits
  • d9cfc62 Publish version 1.4.2
  • 754db63 Bump libraries to the latest version, this fixes a binary incompatibility wit...
  • 3437936 Publish version 1.4.1
  • 376b851 Remove appcompat as dependency, which was accidentally added in 1.4.0.
  • 5ad493f Deprecate the library
  • f1010e8 Publish version 1.4.0
  • 016692f Merge pull request #583 from mtrakal/feature/androidX
  • cabd1c6 Merge branch 'master' into feature/androidX
  • 9efd3ff Publish version 1.3.0
  • 4c08962 Upgrade all tools
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [android-job](https://github.com/evernote/android-job) from 1.2.6 to 1.4.2.
- [Release notes](https://github.com/evernote/android-job/releases)
- [Changelog](https://github.com/evernote/android-job/blob/master/CHANGELOG.md)
- [Commits](Evernote/android-job@v1.2.6...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants