Releases: ACRA/acra
ACRA 5.8.3
ACRA.isACRASenderServiceProcess()
is static again for java users.
ACRA 5.8.2
Compiled with kotlin 1.5 and jvm-default=all, which allows for better compatibility with java code.
ACRA 5.8.1
ACRA goes Kotlin!
Due to upcoming changes in the android gradle plugin (see #810) the default way to configure ACRA changes. Visit our new docs to see how to configure ACRA 5.8.
The wiki docs will not be updated anymore (but will remain accessible for ACRA 5.0-5.7 users). Using another site allows us to display code snippets for both java and kotlin.
Fixes:
ACRA-5.8.1-beta11
Documentation for ACRA 5.8 will not be in the wiki anymore, due to the need to support multi-language code snippets. Current (mostly finished) documentation can be found at https://www.acra.ch/docs/Setup
ACRA-5.8.1-beta10
- Fix mail body not set (#840)
ACRA-5.8.1-beta9
- Fix mail sender attachments (#839)
ACRA-5.8.1-beta8
- Really allow subclassing and overriding of all plugins and reportsenders
ACRA-5.8.1-beta7
- Allow subclassing and overriding of all plugins and reportsenders again
This was accidentially released as 5.8.1-beta7 instead of 5.8.0-beta7. We will skip 5.8.0 to avoid confusion.
ACRA 5.8.0-beta5
- kotlin dsl now automatically enables the used modules.
- Fixed mail sending on recent android versions #834
Due to the imminent shutdown of jcenter, releases have been moved to Github packages. Maven Central will continue to receive updated packages.
(That made a new release process necessary. During the development beta 1-4 failed to upload, please ignore.)
Note: beta5 is suffixed with a -0
. This is unintentional and will be fixed in the next release.
ACRA 5.8.0-alpha2
- fixed a nullpointerexcpetion in httpsender #818