UriahShaulMandel / BaldPhone

A new accessible interface for your smartphone, suitable for seniors
http://baldphone.com
Apache License 2.0
271 stars 62 forks source link

Bump acra-http from 5.6.1 to 5.9.6 #1210

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps acra-http from 5.6.1 to 5.9.6.

Release notes

Sourced from acra-http's releases.

ACRA 5.9.6

  • Fixed notification compatibility with Android 31-33 (TargetSdk 33) (#1084)

ACRA 5.9.5

  • Fixed notification default buttons (#1073)
  • Fixed dialog title (#1086)

ACRA 5.9.3

  • support R8 full mode (#1052)
  • support robolectric (#1053)

ACRA 5.9.1

Fix: Proguard configuration for ACRA 5.9 has been updated. (#1051)

ACRA 5.9.0

In addition to all changes from rc1 and rc2, this release opens the dialog class for extension (#1033)

ACRA 5.9.0-rc2

  • Do not collect Build.SERIAL (#972)
  • Fix runtime bugs from rc1
  • update dependencies

ACRA 5.9.0-rc1

  • Update dependencies
  • Improve logs of suppressed collector exceptions (#947)
  • Keep collector priorities in parallel run (#942)
  • Deprecate DEVICE_ID (#890)
  • Remove annotation configuration. This changed a few details about configuration in code as well, see examples below.

Configuration examples:

kotlin

        initAcra {
            attachmentUris = listOf("somefile")
            httpSender {
                uri = "http://example.com/report"
                basicAuthLogin = "login"
                basicAuthPassword = "password"
                httpMethod = HttpSender.Method.POST
                compress = true
            }
            dialog {
                text = getString(R.string.acra_dialog_text)
            }
        }

java

        ACRA.init(this, new CoreConfigurationBuilder()
                .withAttachmentUris("somefile")
</tr></table> 

... (truncated)

Commits
  • c9283f5 fix notifications on android 31+
  • ad8a010 version updates
  • 18bbf35 Fix #1089 updated the Java documentation examples to match the Kotlin ones wi...
  • 8929517 chore(deps): update docusaurus monorepo to v2.0.0-rc.1
  • 52b288d chore(deps): update dependency gradle to v7.5
  • 14c9110 chore(deps): update dokka to v1.7.10
  • cb2c511 chore(deps): update dependency gradle to v7.5-rc-5
  • 59af373 chore(deps): update actions/setup-java action to v3.4.1
  • 9aaad3f chore(deps): update docusaurus monorepo to v2.0.0-beta.22 (#1088)
  • f9e528f chore(deps): update ksp to v1.7.10-1.0.6
  • 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[bot] commented 1 year ago

Superseded by #1225.