diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3fe5285f..e59be4b9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://help.github.com/en/articles/about-code-owners -* @PoornimaApptentive @frankus +* @PoornimaApptentive @frankus @luqKhan diff --git a/CHANGELOG.md b/CHANGELOG.md index 50fc6697..90400f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2024-05-29 - v6.8.0 +### New Features +* Advanced Customer Research support to show Alchemer long form surveys through prompts + # 2024-04-12 - v6.7.0 ### New Features * Added rich text support through dashboard for Prompts and Surveys @@ -130,4 +134,4 @@ #### Previous Releases -You can find versions 5 and earlier in our [legacy SDK repository](https://github.com/apptentive/apptentive-android) \ No newline at end of file +You can find versions 5 and earlier in our [legacy SDK repository](https://github.com/apptentive/apptentive-android) diff --git a/apptentive-core-ui/src/main/res/values/apptentive-attrs.xml b/apptentive-core-ui/src/main/res/values/apptentive-attrs.xml index bfae01f1..812a7c16 100644 --- a/apptentive-core-ui/src/main/res/values/apptentive-attrs.xml +++ b/apptentive-core-ui/src/main/res/values/apptentive-attrs.xml @@ -45,6 +45,10 @@ + + + + diff --git a/apptentive-core-ui/src/main/res/values/styles.xml b/apptentive-core-ui/src/main/res/values/styles.xml index e3da4544..c82ef3b2 100644 --- a/apptentive-core-ui/src/main/res/values/styles.xml +++ b/apptentive-core-ui/src/main/res/values/styles.xml @@ -69,6 +69,10 @@ @style/Apptentive.Widget.Dialog.Button.SideBySide.Yes @style/Apptentive.Widget.Dialog.Button.SideBySide.No + + @style/Apptentive.Widget.NavigateToLink.Image + @style/Apptentive.Widget.NavigateToLink.Toolbar + @style/Apptentive.Survey.Layout @@ -441,6 +445,16 @@ +