Skip to content

Releases: ACRA/acra

ACRA-5.3.0 Release candidate 1

07 Feb 22:35
Compare
Choose a tag to compare

ACRA-5.3.0 Beta 3

22 Jan 22:26
Compare
Choose a tag to compare
ACRA-5.3.0 Beta 3 Pre-release
Pre-release
  • removed all dependencies from core #724
  • added an option to configure mail body #723

ACRA-5.3.0 Beta 2

21 Dec 02:38
Compare
Choose a tag to compare
ACRA-5.3.0 Beta 2 Pre-release
Pre-release

Reverted #713 as it seems to be completely broken.

ACRA-5.3.0 Beta 1

06 Dec 02:04
Compare
Choose a tag to compare
ACRA-5.3.0 Beta 1 Pre-release
Pre-release
  • tries to fix service loader related issues #713
  • use workmanager internally #697. As workmanager is still is alpha, this will not be released as stable.
  • enhancements to startup modularity. New Plugin type StartupProcessor #696

BROKEN - DO NOT USE - see #720

ACRA-5.2.1

15 Oct 22:38
Compare
Choose a tag to compare
  • Fixed a bug in the limiter module, which prevented it to work for certain stacktraces #704
  • Fixed pom dependency type #701
  • Remove redundant cause print in stacktrace field #702

ACRA-5.2.0

07 Sep 19:15
Compare
Choose a tag to compare

Release Notes:

  • Allows multiple init calls for testing
  • no more maxSdkVersion on the WAKE_LOCK permission. Users who want this may add it themselves, for all others it was causing hard to detect errors.
  • Does not include the advanced-scheduler. You may use the release candidate if you want the features provided by the module, but its API will change in the near future.

ACRA-5.2.0-rc2

02 Jul 14:58
Compare
Choose a tag to compare

Release Notes:

  • New: Http gzip compression option. Default: off
  • for http post attachments, ACRA will now send multipart/form-data instead of multipart/mixed. If you do rely on multipart/mixed, please open an issue and it will be brought back as an option.
  • New: Option for custom PluginLoader. This allows to use ACRA in even more cases, even if ServiceLoader won't work.

ACRA-5.2.0-rc1

13 May 22:45
Compare
Choose a tag to compare

Release Notes:

  • New Plugin named advanced-scheduler for scheduling reports based on conditions (e.g. wifi connectivity) and for restarting the application after a crash (#660). See @AcraScheduler
  • ErrorReporter now exposes a SenderScheduler through getReportScheduler(), which allows you to manually retry unsent reports.

ACRA-5.1.3

11 Apr 02:07
Compare
Choose a tag to compare

Release Notes:

  • Fix #652 (StrictMode viloations, now really)
  • Fix #656 (compatibility with sharedUserId)
  • Fix #654 (Silent reports)

ACRA-4.11

21 Mar 18:45
Compare
Choose a tag to compare

Support release for ACRA 4
This release backports Oreo support.

Release notes:

  • Requires minSdk 14 (enforced by google's support libraries)
  • Includes WAKE_LOCK permission (required by JobIntentService)
  • ReportingInteractionMode.NOTIFICATION will be automatically replaced with SILENT on API 26+

Documentation:
The old ACRA 4 Documentation can be found here

Note on ACRA 4
This is likely to be the last release of ACRA 4.