Skip to content

Releases: reproio/repro-android-sdk

1.1.14

25 Apr 13:11
Compare
Choose a tag to compare

Improved

  • Improved stability of recording
  • Improved stability of displaying In-App message
  • Retry configuration if it is failed
  • Use default SSLContext to download image

1.1.5

31 Mar 07:35
Compare
Choose a tag to compare

Fixed

  • Fixed the bug where Activity.onWindowFocusChanged was interfered by the SDK

1.1.4

31 Mar 06:41
Compare
Choose a tag to compare

Fixed

  • Fixed a rare crash when recording stopped
  • Reduced a possibility to upload invalid session data

1.1.2

23 Mar 10:44
Compare
Choose a tag to compare

New

Improved

  • Improved thread safety
  • Improved stability of uploading

Fixed

  • Fixed delay of session data uploads
  • Reduced the posibility to deliver in-app messages already shown
  • Fixed the posibility of NullPointerException

1.0.1

11 Mar 11:17
Compare
Choose a tag to compare

Features

  • Enable to show in-app message when tracking event

Improvements

  • Improve stability of session and recording

Bug fixes

  • Fix file upload over 4G
  • Fix a rare crash after stopping recording while paused
  • Fix the format of crash report on Android 4.3 or earlier

0.15.0

03 Mar 09:47
Compare
Choose a tag to compare

Features

  • Add Masking API for WebView. See the doc for more details.

Improvements

  • Make a user ID persistent

Bug Fixes

  • Reduce the possibility to upload duplicate session data

0.14.5

21 Feb 13:51
Compare
Choose a tag to compare

Features

  • New In-App Message
    • Enables to choose Dialog type
    • Enables to use two buttons in message
  • Add crash reporting

Changes

  • Deprecate track(String JSONObject) API
    • Use track(String, Map<String, Object>) instead

Bug Fixes

  • Fix crashes when the application goes foreground
  • Fix crashes while preparing GL
  • Fix the bug where the old session data wan't removed correctly

0.13.22

11 Feb 06:42
Compare
Choose a tag to compare

Changes

  • Stop trying to upload files when internet connection is not available
  • Limit event name length and event properties type. See the doc for more details.

Bug Fixes

  • Fix the bug where the recorded movie doesn't reflect initial orientation of the device

0.13.18

04 Feb 04:36
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug where Activity.onTouchEvent was interfered by the SDK
  • Reduce the possibility of custom events are tracked with invalid timestamp
  • Fix potential crashes when stopping recording

0.13.15

29 Jan 11:56
Compare
Choose a tag to compare

Improvements

  • Add option to customize the notification icon and its background color. See the doc for more details
  • Remove dependency to Otto
  • Add maskWithRect API

Bug Fixes

  • Fix WebView event tracking API to support i18n
  • Fix crashes when recording floating activity
  • Fix crashes while masking
  • Fix the recording confirmation dialog duplication