Skip to content

Releases: MindscapeHQ/raygun4android

4.1.0 alpha 2

19 Nov 20:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0-alpha1...4.1.0-alpha2

4.1.0 alpha 1

09 Nov 02:28
3013caa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...4.1.0-alpha1

Raygun4Android 4.0.1

30 Jun 11:39
8ba3d3a
Compare
Choose a tag to compare

Fixing #62, #63 and #64 and general improvements (see CHANGELOG)

Raygun4Android 4.0.0 (final)

18 Jun 18:11
037ad08
Compare
Choose a tag to compare
Merge pull request #61 from TheRealAgentK/master

4.0.0 release

v3.0.6

07 Nov 01:14
1e7abf6
Compare
Choose a tag to compare

Changes:

  • Switched from Maven to Gradle build system
  • Using OkHttp3 for network requests
  • Added separate JobIntentServices for posting RUM and crash payloads

Bug fixes:

  • Fixed null reference exception when failing to generate a crash report

v3.0.4

21 May 22:54
Compare
Choose a tag to compare

Bug fixes.

  • Added check for ConnectivityManager is null in hasInternetConnection() - thanks @TheRealAgentK
  • Fix RaygunErrorMessage only accepting Throwables of type Exception - thanks @pieterpaladin
  • Adds the isonline check to pulse

v3.0.2

05 Dec 22:45
Compare
Choose a tag to compare
  • Expose the grouping key and the NetworkInfo object in the RaygunMessageDetails class.

v3.0.1

19 Jul 03:42
Compare
Choose a tag to compare

Updates sample app to replace usage of deprecated methods

Pulse for mobile

07 Nov 21:31
Compare
Choose a tag to compare
  • V1 release of Pulse for Android - Automatically log sessions, views and network calls.

v2.1.0

27 Jan 02:47
Compare
Choose a tag to compare
  • Add OnBeforeSend implementation
  • Expose setGroupingKey() for custom grouping