Skip to content

Releases: apptentive/apptentive-android

5.0.0

17 Dec 01:26
7dd107b
Compare
Choose a tag to compare

Major Changes

  • All long-running Apptentive API calls are now called asynchronously. See Migrating to 5.0.0 for migration instructions.

Bugs Fixed

  • Fixed a bug where network operations might start when the app is started, but in the background.
  • Fixed an issue where the SDK might attempt to fetch messages when it shouldn't.

4.1.3

04 Dec 19:44
5108dcd
Compare
Choose a tag to compare

Bugs Fixed

  • Fix a NullPointerException crash while announcing accessibility events.

4.1.2

09 Nov 18:11
954a33a
Compare
Choose a tag to compare

Bugs Fixed

  • Fix a crash that was caused by a method being removed in the Android Support Library.

4.1.1

08 Nov 21:54
d4d7ece
Compare
Choose a tag to compare

Bugs Fixed

  • Fix a bug where the SDK can't be installed in multiple apps due to a hard-coded Provider authority string.

4.1.0

07 Nov 01:06
b20a316
Compare
Choose a tag to compare

Improvements

  • Improved accessibility of Surveys and Message center for the visually impaired
  • Made use of vector drawables to cut down on AAR and APK size
  • Added the ability to enable troubleshooting mode in the SDK, and easily email logs to Apptentive support

Bugs Fixed

  • Fix global configuration fetching
  • Fix Love Dialog to stack buttons if their labels are too long

4.0.2

16 Aug 01:37
Compare
Choose a tag to compare

Bugs Fixed

  • Fixed Message Center UI bugs.

4.0.1

25 Jul 23:12
Compare
Choose a tag to compare

Improvements

  • Improved proguard configuration to allow certain Apptentive classes to be shrunk. This removes about 1200 methods.

Bugs Fixed

  • Fixes a bug that prevented interactions from being downloaded when the app is in release mode.
  • Prevent Monkey Runner from crashing the app when it tries to launch an Apptentive Activity incorrectly.

4.0.0 - Customer Login

21 Jul 19:15
Compare
Choose a tag to compare
  • Added the ability to log customers in to different private conversations. Customers who are logged in will be able to see a private conversation that is distinct from the conversations of other customers using the same app on the same device. When they log out, their data is protected with strong encryption. Logging back in unlocks their data again, and Apptentive resumes providing services to the customer.

3.4.1

08 Mar 18:36
Compare
Choose a tag to compare
  • Added an internal method Apptentive.dismissAllInteraction() for closing Apptentive UI.

3.4.0 - Performance Improvements and Bug Fixes

08 Dec 06:19
Compare
Choose a tag to compare

Improvements

  • Rebuilt Message Center to use modern RecyclerView for better performance and stability
  • Improved accessibility of our UI, including TalkBack support and fixing hit target sizes
  • Improved version targeting

Bugs Fixed

  • Fixed a bug where the Profile Card in Message Center wouldn't let a user focus the email field
  • Fixed a bug where the Survey "thank you" message text was the wrong color