Skip to content
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<TargetFramework>net10.0-android</TargetFramework>
<SupportedOSPlatformVersion>24</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<AndroidLibrary Update="apptentive-core-6.9.0.aar">
<AndroidLibrary Update="apptentive-core-7.0.0.aar">
<Bind>true</Bind>
<Pack>true</Pack>
</AndroidLibrary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metadata>
<id>ApptentiveCore</id>
<title>ApptentiveCore for Maui Android</title>
<version>6.9.0</version>
<version>7.0.0</version>
<authors>Apptentive</authors>
<owners>Apptentive</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -12,12 +12,12 @@
<license type="expression">BSD-3-Clause</license>
<iconUrl>https://raw.githubusercontent.com/apptentive/apptentive-maui/main/icon.png</iconUrl>
<dependencies>
<group targetFramework="net8.0-android34.0"></group>
<group targetFramework="net10.0-android35.0"></group>
</dependencies>
</metadata>
<files>
<file src="../ApptentiveCore/bin/Release/net8.0-android/ApptentiveCore.dll" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveCore/bin/Release/net8.0-android/ApptentiveCore.xml" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveCore/bin/Release/net8.0-android/apptentive-core-6.9.0.aar" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveCore/bin/Release/net10.0-android/ApptentiveCore.dll" target="lib/net10.0-android35.0/"/>
<file src="../ApptentiveCore/bin/Release/net10.0-android/ApptentiveCore.xml" target="lib/net10.0-android35.0/"/>
<file src="../ApptentiveCore/bin/Release/net10.0-android/apptentive-core-7.0.0.aar" target="lib/net10.0-android35.0/"/>
</files>
</package>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<TargetFramework>net10.0-android</TargetFramework>
<SupportedOSPlatformVersion>24</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.6.1.7" />
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.7.1.1" />
</ItemGroup>
<ItemGroup>
<AndroidLibrary Update="apptentive-core-ui-6.9.0.aar">
<AndroidLibrary Update="apptentive-core-ui-7.0.0.aar">
<Bind>true</Bind>
<Pack>true</Pack>
</AndroidLibrary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metadata>
<id>ApptentiveCoreUI</id>
<title>ApptentiveCoreUI for Maui Android</title>
<version>6.9.0</version>
<version>7.0.0</version>
<authors>Apptentive</authors>
<owners>Apptentive</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -12,14 +12,14 @@
<license type="expression">BSD-3-Clause</license>
<iconUrl>https://raw.githubusercontent.com/apptentive/apptentive-maui/main/icon.png</iconUrl>
<dependencies>
<group targetFramework="net8.0-android34.0">
<dependency id="Xamarin.AndroidX.AppCompat" version="1.6.1.7"/>
<group targetFramework="net10.0-android35.0">
<dependency id="Xamarin.AndroidX.AppCompat" version="1.7.1.1"/>
</group>
</dependencies>
</metadata>
<files>
<file src="../ApptentiveCoreUI/bin/Release/net8.0-android/ApptentiveCoreUI.dll" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveCoreUI/bin/Release/net8.0-android/ApptentiveCoreUI.xml" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveCoreUI/bin/Release/net8.0-android/apptentive-core-ui-6.9.0.aar" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveCoreUI/bin/Release/net10.0-android/ApptentiveCoreUI.dll" target="lib/net10.0-android35.0/"/>
<file src="../ApptentiveCoreUI/bin/Release/net10.0-android/ApptentiveCoreUI.xml" target="lib/net10.0-android35.0/"/>
<file src="../ApptentiveCoreUI/bin/Release/net10.0-android/apptentive-core-ui-7.0.0.aar" target="lib/net10.0-android35.0/"/>
</files>
</package>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<TargetFramework>net10.0-android</TargetFramework>
<SupportedOSPlatformVersion>24</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.6.1.7" />
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.7.1.1" />
</ItemGroup>
<ItemGroup>
<AndroidLibrary Update="apptentive-enjoyment-dialog-6.9.0.aar">
<AndroidLibrary Update="apptentive-enjoyment-dialog-7.0.0.aar">
<Bind>true</Bind>
<Pack>true</Pack>
</AndroidLibrary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metadata>
<id>ApptentiveEnjoymentDialog</id>
<title>ApptentiveEnjoymentDialog for Maui Android</title>
<version>6.9.0</version>
<version>7.0.0</version>
<authors>Apptentive</authors>
<owners>Apptentive</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -12,14 +12,14 @@
<license type="expression">BSD-3-Clause</license>
<iconUrl>https://raw.githubusercontent.com/apptentive/apptentive-maui/main/icon.png</iconUrl>
<dependencies>
<group targetFramework="net8.0-android34.0">
<dependency id="Xamarin.AndroidX.AppCompat" version="1.6.1.7"/>
<group targetFramework="net10.0-android35.0">
<dependency id="Xamarin.AndroidX.AppCompat" version="1.7.1.1"/>
</group>
</dependencies>
</metadata>
<files>
<file src="../ApptentiveEnjoymentDialog/bin/Release/net8.0-android/ApptentiveEnjoymentDialog.dll" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveEnjoymentDialog/bin/Release/net8.0-android/ApptentiveEnjoymentDialog.xml" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveEnjoymentDialog/bin/Release/net8.0-android/apptentive-enjoyment-dialog-6.9.0.aar" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveEnjoymentDialog/bin/Release/net10.0-android/ApptentiveEnjoymentDialog.dll" target="lib/net10.0-android35.0/"/>
<file src="../ApptentiveEnjoymentDialog/bin/Release/net10.0-android/ApptentiveEnjoymentDialog.xml" target="lib/net10.0-android35.0/"/>
<file src="../ApptentiveEnjoymentDialog/bin/Release/net10.0-android/apptentive-enjoyment-dialog-7.0.0.aar" target="lib/net10.0-android35.0/"/>
</files>
</package>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<TargetFramework>net10.0-android</TargetFramework>
<SupportedOSPlatformVersion>24</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>6.9.0</Version>
<Version>7.0.0</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="Additions\" />
Expand All @@ -13,33 +13,44 @@
<Folder Include="Additions\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.6.1.7" />
<PackageReference Include="GoogleGson" Version="2.10.1.8" />
<PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.7.1.1" />
<PackageReference Include="GoogleGson" Version="2.13.1.1" />
<PackageReference Include="Xamarin.AndroidX.Legacy.Support.V4" Version="1.0.0.23" />
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="1.9.23" />
<PackageReference Include="Xamarin.AndroidX.Fragment.Ktx" Version="1.6.2.2" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData" Version="2.7.0.1" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Common" Version="2.7.0.1" />
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.10.0.3" />
<PackageReference Include="Xamarin.Kotlin.StdLib" Version="2.2.0.1" />
<PackageReference Include="Xamarin.AndroidX.Fragment.Ktx" Version="1.8.8.1" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData" Version="2.9.2.1" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Common" Version="2.9.2.1" />
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.12.0.5" />
<PackageReference Include="Xamarin.GooglePlayServices.Base" Version="118.2.0.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Xamarin.AndroidX.Fragment" Version="1.6.2.2" />
<PackageReference Include="Xamarin.AndroidX.Fragment" Version="1.8.8.1" />
<PackageReference Include="Xamarin.Google.Android.Play.Review" Version="2.0.1.7" />
<PackageReference Include="Xamarin.Google.Android.Play.Review.Ktx" Version="2.0.1.7"/>
<PackageReference Include="ApptentiveMessageCenter" Version="6.9.0"/>
<PackageReference Include="ApptentiveRatings" Version="6.9.0"/>
<PackageReference Include="ApptentiveNotes" Version="6.9.0"/>
<PackageReference Include="ApptentiveSurvey" Version="6.9.0"/>
<PackageReference Include="ApptentiveEnjoymentDialog" Version="6.9.0"/>
<PackageReference Include="ApptentiveNavigateToLink" Version="6.9.0"/>
<PackageReference Include="ApptentiveInAppReview" Version="6.9.0"/>
<PackageReference Include="ApptentiveInitiator" Version="1.0.0"/>
<PackageReference Include="ApptentiveCoreUI" Version="6.9.0"/>
<PackageReference Include="ApptentiveCore" Version="6.9.0"/>
<!-- TODO: update the version to 6.9.0 and add the initiator packages as -->
<!-- <PackageReference Include="ApptentiveMessageCenter" Version="7.0.0"/> -->
<!-- <PackageReference Include="ApptentiveRatings" Version="7.0.0"/> -->
<!-- <PackageReference Include="ApptentiveNotes" Version="7.0.0"/> -->
<!-- <PackageReference Include="ApptentiveSurvey" Version="7.0.0"/> -->
<!-- <PackageReference Include="ApptentiveEnjoymentDialog" Version="7.0.0"/> -->
<!-- <PackageReference Include="ApptentiveNavigateToLink" Version="7.0.0"/> -->
<!-- <PackageReference Include="ApptentiveInAppReview" Version="7.0.0"/> -->
<!-- <PackageReference Include="ApptentiveInitiator" Version="7.0.0"/> -->
<!-- <PackageReference Include="ApptentiveCoreUI" Version="7.0.0"/> -->
<!-- <PackageReference Include="ApptentiveCore" Version="7.0.0"/> -->

<!-- Dev options to work with the local changes -->
<ProjectReference Include="..\..\..\ApptentiveKit.Android\ApptentiveCore\ApptentiveCore\ApptentiveCore.csproj" />
<ProjectReference Include="..\..\..\ApptentiveKit.Android\ApptentiveCoreUI\ApptentiveCoreUI\ApptentiveCoreUI.csproj" />
<ProjectReference Include="..\..\..\ApptentiveKit.Android\ApptentiveEnjoymentDialog\ApptentiveEnjoymentDialog\ApptentiveEnjoymentDialog.csproj" />
<ProjectReference Include="..\..\..\ApptentiveKit.Android\ApptentiveInAppReview\ApptentiveInAppReview\ApptentiveInAppReview.csproj" />
<ProjectReference Include="..\..\..\ApptentiveKit.Android\ApptentiveMessageCenter\ApptentiveMessageCenter\ApptentiveMessageCenter.csproj" />
<ProjectReference Include="..\..\..\ApptentiveKit.Android\ApptentiveNavigateToLink\ApptentiveNavigateToLink\ApptentiveNavigateToLink.csproj" />
<ProjectReference Include="..\..\..\ApptentiveKit.Android\ApptentiveNotes\ApptentiveNotes\ApptentiveNotes.csproj" />
<ProjectReference Include="..\..\..\ApptentiveKit.Android\ApptentiveRatings\ApptentiveRatings\ApptentiveRatings.csproj" />
<ProjectReference Include="..\..\..\ApptentiveKit.Android\ApptentiveSurvey\ApptentiveSurvey\ApptentiveSurvey.csproj" />
<ProjectReference Include="..\..\..\ApptentiveKit.Android\ApptentiveInitiator\ApptentiveInitiator\ApptentiveInitiator.csproj" />
</ItemGroup>
<ItemGroup>
<AndroidLibrary Update="apptentive-feedback-6.9.0.aar">
<AndroidLibrary Update="apptentive-feedback-7.0.0.aar">
<Bind>true</Bind>
<Pack>true</Pack>
</AndroidLibrary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metadata>
<id>ApptentiveFeedback</id>
<title>ApptentiveFeedback for Maui Android</title>
<version>6.9.0</version>
<version>7.0.0</version>
<authors>Apptentive</authors>
<owners>Apptentive</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -12,37 +12,37 @@
<license type="expression">BSD-3-Clause</license>
<iconUrl>https://raw.githubusercontent.com/apptentive/apptentive-maui/main/icon.png</iconUrl>
<dependencies>
<group targetFramework="net8.0-android34.0">
<dependency id="Xamarin.AndroidX.AppCompat" version="1.6.1.7" />
<dependency id="GoogleGson" version="2.10.1.8" />
<group targetFramework="net10.0-android35.0">
<dependency id="Xamarin.AndroidX.AppCompat" version="1.7.1.1" />
<dependency id="GoogleGson" version="2.13.1.1" />
<dependency id="Xamarin.AndroidX.Legacy.Support.V4" version="1.0.0.23" />
<dependency id="Xamarin.Kotlin.StdLib" version="1.9.23" />
<dependency id="Xamarin.AndroidX.Fragment.Ktx" version="1.6.2.2" />
<dependency id="Xamarin.AndroidX.Lifecycle.LiveData" version="2.7.0.1" />
<dependency id="Xamarin.AndroidX.Lifecycle.Common" version="2.7.0.1" />
<dependency id="Xamarin.Google.Android.Material" version="1.10.0.3" />
<dependency id="Xamarin.AndroidX.Fragment.Ktx" version="1.8.8.1" />
<dependency id="Xamarin.AndroidX.Lifecycle.LiveData" version="2.9.2.1" />
<dependency id="Xamarin.AndroidX.Lifecycle.Common" version="2.9.2.1" />
<dependency id="Xamarin.Google.Android.Material" version="1.12.0.5" />
<dependency id="Xamarin.GooglePlayServices.Base" version="118.2.0.5" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="Xamarin.AndroidX.Fragment" version="1.6.2.2" />
<dependency id="Xamarin.AndroidX.Fragment" version="1.8.8.1" />
<dependency id="Xamarin.Google.Android.Play.Review" version="2.0.1.7" />
<dependency id ="Xamarin.Google.Android.Play.Review.Ktx" version="2.0.1.7"/>
<dependency id="ApptentiveCore" version="6.9.0" />
<dependency id="ApptentiveCoreUI" version="6.9.0" />
<dependency id="ApptentiveInAppReview" version="6.9.0" />
<dependency id="ApptentiveCore" version="7.0.0" />
<dependency id="ApptentiveCoreUI" version="7.0.0" />
<dependency id="ApptentiveInAppReview" version="7.0.0" />
<dependency id="ApptentiveInitiator" version="1.0.0" />
<dependency id="ApptentiveNavigateToLink" version="6.9.0" />
<dependency id="ApptentiveEnjoymentDialog" version="6.9.0" />
<dependency id="ApptentiveSurvey" version="6.9.0" />
<dependency id="ApptentiveNotes" version="6.9.0" />
<dependency id="ApptentiveRatings" version="6.9.0" />
<dependency id="ApptentiveMessageCenter" version="6.9.0" />
<dependency id="ApptentiveNavigateToLink" version="7.0.0" />
<dependency id="ApptentiveEnjoymentDialog" version="7.0.0" />
<dependency id="ApptentiveSurvey" version="7.0.0" />
<dependency id="ApptentiveNotes" version="7.0.0" />
<dependency id="ApptentiveRatings" version="7.0.0" />
<dependency id="ApptentiveMessageCenter" version="7.0.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="../ApptentiveFeedback/bin/Release/net8.0-android/apptentive-feedback-6.9.0.aar" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveFeedback/bin/Release/net8.0-android/ApptentiveFeedback.xml" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveFeedback/bin/Release/net8.0-android/ApptentiveFeedback.dll" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveFeedback/bin/Release/net10.0-android/apptentive-feedback-7.0.0.aar" target="lib/net10.0-android35.0/"/>
<file src="../ApptentiveFeedback/bin/Release/net10.0-android/ApptentiveFeedback.xml" target="lib/net10.0-android35.0/"/>
<file src="../ApptentiveFeedback/bin/Release/net10.0-android/ApptentiveFeedback.dll" target="lib/net10.0-android35.0/"/>
</files>
</package>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
<attr path="/api/package[@name='apptentive.com.android.feedback']/class[@name='Apptentive']/method[@name='canShowInteraction' and count(parameter)=1 and parameter[1][@type='java.lang.String']]" name="visibility">internal</attr>

<attr path="/api/package[@name='apptentive.com.android.feedback']" name="managedName">ApptentiveSDK</attr>
<attr path="/api/package[@name='apptentive.com.android.feedback.engagement']/class[@name='EngagementContextProvider']/method[@name='get' and count(parameter)=0]" name="managedReturn">Java.Lang.Object</attr>

</metadata>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<TargetFramework>net10.0-android</TargetFramework>
<SupportedOSPlatformVersion>24</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<AndroidLibrary Update="apptentive-in-app-review-6.9.0.aar">
<AndroidLibrary Update="apptentive-in-app-review-7.0.0.aar">
<Bind>true</Bind>
<Pack>true</Pack>
</AndroidLibrary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metadata>
<id>ApptentiveInAppReview</id>
<title>ApptentiveInAppReview for Maui Android</title>
<version>6.9.0</version>
<version>7.0.0</version>
<authors>Apptentive</authors>
<owners>Apptentive</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -12,14 +12,14 @@
<license type="expression">BSD-3-Clause</license>
<iconUrl>https://raw.githubusercontent.com/apptentive/apptentive-maui/main/icon.png</iconUrl>
<dependencies>
<group targetFramework="net8.0-android34.0">
<group targetFramework="net10.0-android35.0">
<dependency id="Xamarin.AndroidX.ConstraintLayout" version="2.1.4.10"/>
</group>
</dependencies>
</metadata>
<files>
<file src="../ApptentiveInAppReview/bin/Release/net8.0-android/ApptentiveInAppReview.dll" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveInAppReview/bin/Release/net8.0-android/ApptentiveInAppReview.xml" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveInAppReview/bin/Release/net8.0-android/apptentive-in-app-review-6.9.0.aar" target="lib/net8.0-android34.0/"/>
<file src="../ApptentiveInAppReview/bin/Release/net10.0-android/ApptentiveInAppReview.dll" target="lib/net10.0-android35.0/"/>
<file src="../ApptentiveInAppReview/bin/Release/net10.0-android/ApptentiveInAppReview.xml" target="lib/net10.0-android35.0/"/>
<file src="../ApptentiveInAppReview/bin/Release/net10.0-android/apptentive-in-app-review-7.0.0.aar" target="lib/net10.0-android35.0/"/>
</files>
</package>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<TargetFramework>net10.0-android</TargetFramework>
<SupportedOSPlatformVersion>24</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<AndroidLibrary Update="apptentive-initiator-6.9.0.aar">
<AndroidLibrary Update="apptentive-initiator-7.0.0.aar">
<Bind>true</Bind>
<Pack>true</Pack>
</AndroidLibrary>
Expand Down
Loading