Skip to content

Releases: rollbar/rollbar-android

v0.2.1

22 May 17:29
Compare
Choose a tag to compare
  • Add code_version and version_name to the top level JSON of the item. See #33.
  • Fix some issues with the custom thread class to address potential deadlocks. See #32.

v0.2.0

09 Nov 22:06
Compare
Choose a tag to compare
  • Improved resiliency against bad network conditions. See #31
    • Items that fail to send will now be retried periodically. Developers will no longer need to wait until a user restarts the app.

Added flag to enable/disable the uncaught exception handler.

28 Jan 18:16
Compare
Choose a tag to compare

Added ability to send extra parameters with reportMessage()

20 Nov 20:06
Compare
Choose a tag to compare

NOTE: 1/21/15 - Updated to be built with Java 6 instead of 8.

v0.1.0

21 Oct 22:33
Compare
Choose a tag to compare
  • Fixed build.xml to allow for a local ant build
  • Changed code_version parameter to correctly reference the versionName attribute from the manifest file.

0.0.6

13 Mar 19:44
Compare
Choose a tag to compare

0.0.5

05 Oct 23:18
Compare
Choose a tag to compare
  • Exceptions with causing exceptions will now be sent with all the causes chained together in a single item. These multiple exceptions will all appear in the proper order in the Rollbar interface.
  • Uncaught exceptions are now saved to disk instead of immediately being reported, to prevent any blocking of the app shutdown process. A new configuration option exists to revert to the old behavior.

0.0.4

24 Sep 00:31
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • Ability to include logcat output for every item reported
  • Ability to set person data
  • Caught exception level now defaults to warning, new configuration options available to change this and uncaught exception level

0.0.3

28 Aug 00:04
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • New persistence system to support retries of item payloads not sent due to network connectivity issues.

0.0.2

26 Jul 21:30
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • use JSON objects and arrays instead of HashMaps and ArrayLists for payload construction
  • set reportUncaughtExceptions to true by default