Skip to content

Latest commit

 

History

History
162 lines (82 loc) · 3.56 KB

CHANGELOG.md

File metadata and controls

162 lines (82 loc) · 3.56 KB

Change Log

All notable changes to this project will be documented in this file. iterate-android adheres to Semantic Versioning.

Released on 2024-11-12.

Fixed

Additional ProGuard rule updates

Released on 2024-11-11.

Fixed

Updated ProGuard rules for dependencies

Released on 2024-10-11.

Fixed

Fixed a crash when showing a survey while the activity is being backgrounded

Released on 2024-10-04.

Added

Added support for multi-language surveys

Released on 2024-09-10.

Fixed

Updated gson dependency to 2.11.0

Released on 2024-06-11.

Added

Added support for survey appearance options (Light/Dark/Auto)

Released on 2024-04-29.

Added

Added support for border radius on the prompt button

Fixed

Init method is now main-safe

Released on 2024-04-09.

Fixed

Dynamically set the button text color to work better with dark mode

Released on 2024-01-31.

Added

Added support for Markdown syntax in the survey prompt.

Released on 2023-09-28.

Fixed

Removes usage of java.time.LocalDateTime to restore support for API versions 21–26.

Released on 2023-06-09.

Fixed

Fixed an issue causing the close icon not to render in the latest Compose UI

Released on 2023-05-12.

Added

Added support for date types in user and response properties

Released on 2023-02-17.

Fixed

Fixed an issue where response properties were not sent in 1.1.2

Released on 2022-11-29.

Fixed

Fixed an issue where the survey prompt sheet was initially collapsed when displayed in landscape mode.

Released on 2022-10-17.

Added

Added support for custom fonts in survey UI

Released on 2022-09-15.

Fixed

  • Fixed an issue that prevented external links in survey copy from opening
  • Fix crash on show survey screen when fragment manager is destroyed

Released on 2022-02-01.

Added

  • Added the ability to use SharedPreferences instead of EncryptedSharedPreferences to avoid a rare crash, see README.md for details

Released on 2021-09-30.

Fixed

  • Prevent null pointer error caused by minification

Released on 2021-08-22.

Added

  • Initial release of iterate-android.