Skip to content

Bump android-job from 1.2.6 to 1.4.2#68

Open
dependabot[bot] wants to merge 43 commits into
masterfrom
dependabot/gradle/com.evernote-android-job-1.4.2
Open

Bump android-job from 1.2.6 to 1.4.2#68
dependabot[bot] wants to merge 43 commits into
masterfrom
dependabot/gradle/com.evernote-android-job-1.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 15, 2021

Copy link
Copy Markdown

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)

jamorham and others added 30 commits August 27, 2020 18:33
…n/tzachi-libre-multi-receivers-3

Tzachi libre multi receivers 3
Setting it to 0 does not disable the limit.
tolot27 and others added 13 commits June 29, 2021 20:00
Bumps [rxandroidble](https://github.com/Polidea/RxAndroidBle) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/Polidea/RxAndroidBle/releases)
- [Changelog](https://github.com/Polidea/RxAndroidBle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Polidea/RxAndroidBle/commits)

---
updated-dependencies:
- dependency-name: com.polidea.rxandroidble2:rxandroidble
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…radle/com.polidea.rxandroidble2-rxandroidble-1.13.0

Bump rxandroidble from 1.12.1 to 1.13.0
add Java 11 compatibility and cleanup build scripts
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)

---
updated-dependencies:
- dependency-name: com.evernote:android-job
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 15, 2021
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.

3 participants