Skip to content

Releases: appcues/appcues-android-sdk

4.3.3

02 Jan 15:46
Compare
Choose a tag to compare
  • [2025-01-02] 🔖 Update version to 4.3.3 (b36d39d)
  • [2024-12-27] 🐛 Ensure TextPrimitive re-compose whenever content or style change (0bf563e)
  • [2024-12-16] ✨ Adding _timezoneCode (ee6e8db)

4.3.2

25 Nov 14:19
Compare
Choose a tag to compare
  • [2024-11-25] 🔖 Update version to 4.3.2 (59063e0)
  • [2024-11-22] 🐛 Stop dismissing embeds when an Activity change is detected (20dd525)
  • [2024-11-19] ♻️ Toggle off the description on icon w/text (e7a366d)

4.3.1

08 Nov 19:47
Compare
Choose a tag to compare
  • [2024-11-08] 🔖 Update version to 4.3.1 (415d561)
  • [2024-11-08] 🐛 Cleanup icons-extension and use local references (096be8e)

4.3.0

07 Nov 14:12
Compare
Choose a tag to compare
  • [2024-11-07] 🔖 Update version to 4.3.0 (94a371b)
  • [2024-11-06] 👌 removing unused custom component (a8500d8)
  • [2024-11-06] ♻️ Improve actionProcessor to ensure ordering of actions (3f34d9e)
  • [2024-11-06] ♻️ Sync ExperienceActions with iOS behavior (fb754a7)
  • [2024-11-05] ♻️ Sync liveStream view with iOS sample app (ab90fc5)
  • [2024-11-04] 👌 code review (6e415da)
  • [2024-11-01] ♻️ Refactoring Custom component samples (1d68060)
  • [2024-10-29] ♻️ Final Touch to Custom components + Debugger UI (84e6910)
  • [2024-10-25] ♻️ Adjusted Debugger navigation + added custom component pages (df93e49)
  • [2024-10-22] ♻️ Adjusted how actions are triggered for Custom components (b08d9d1)
  • [2024-06-24] ✨ Custom components (Reverse embeds) (8764f10)

4.2.0

23 Oct 15:18
Compare
Choose a tag to compare
  • [2024-10-23] 🔖 Update version to 4.2.0 (d7123c4)
  • [2024-10-10] ✨ Allow tap interactions in tooltip highlight area to optionally pass through to underlying views (2df00ec)
  • [2024-10-21] 🚨 Fix lint (2d67af4)
  • [2024-10-21] ♻️ Log errors caught during analytics listener processing (a080fa5)
  • [2024-10-17] ♻️ Ignore exceptions from analytics listeners (2e9045f)
  • [2024-10-17] ♻️ Support improved testability with injectable CoroutineScope (95b9691)

4.1.1

08 Oct 16:07
Compare
Choose a tag to compare
  • [2024-10-08] 🔖 Update version to 4.1.1 (88b710e)
  • [2024-10-08] 🐛 Don't apply carousel gesture handling if only a single page (c1c5238)

4.1.0

07 Oct 17:05
Compare
Choose a tag to compare
  • [2024-10-07] 🔖 Update version to 4.1.0 (d5be367)
  • [2024-10-04] ✨ Allow interaction with underlying app when backdrop is disabled (8c554c1)
  • [2024-10-02] ♻️ Fix calculation of whether scroll should be enabled to account for padding (158c9ae)
  • [2024-10-02] ♻️Abstract a dismissal delegate for testing purposes (6c8aaa8)
  • [2024-10-02] ✨ Add support for swipe to dismiss on slideouts from edge (f82d6c7)
  • [2024-10-04] ✨ Add _timezoneOffset auto property (975a665)

4.0.3

30 Sep 21:15
Compare
Choose a tag to compare
  • [2024-09-30] 🔖 Update version to 4.0.3 (c4e25cc)
  • [2024-09-30] ⏮️ Revert moshi and navigation compose versions (78d83e5)
  • [2024-09-30] ⏮️ Revert Coil 2.4.0 from 2.7.0 to maintain lower kotlin dependency (8048878)
  • [2024-09-30] 🐛 Disambiguate function for navigating debugger pages (6544c84)

4.0.2

27 Sep 18:12
Compare
Choose a tag to compare
  • [2024-09-27] 🔖 Update version to 4.0.2 (64a9709)
  • [2024-09-27] 🐛 Fix embed background color not applying (a428934)
  • [2024-09-27] 🐛 Fix logic for allowing back press to skip experience (1e3388a)

4.0.1

26 Sep 17:05
Compare
Choose a tag to compare
  • [2024-09-26] 🔖 Update version to 4.0.1 (c7748c1)
  • [2024-09-26] 🚨 fix warnings in tests (754a1e6)
  • [2024-09-26] ♻️ Handle negative margin values in our own class since Compose does not allow in PaddingValues any longer (83bd7de)
  • [2024-09-26] ⬆️ Update to Jetpack Compose 1.7.2 (7c924cd)