-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating Xamarin SDK for version 6.0.0
Showing
38 changed files
with
1,082 additions
and
740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
name: 🐞 Bug report | ||
description: File a Bug Report for unexpected or incorrect SDK Behavior | ||
title: '[Bug]: ' | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! Please consider contacting support@braze.com for faster integration troubleshooting and to avoid leaking private information to our public Github issues. | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: Which Platforms? | ||
multiple: false | ||
options: | ||
- iOS | ||
- Android | ||
- Both | ||
validations: | ||
required: true | ||
- type: input | ||
id: platform_version | ||
attributes: | ||
label: Which Xamarin Version? | ||
placeholder: ex. 5.0.0.2612 | ||
validations: | ||
required: true | ||
- type: input | ||
id: sdk_version | ||
attributes: | ||
label: Which Braze Xamarin SDK version? | ||
placeholder: ex. 2.0.1 | ||
validations: | ||
required: true | ||
- type: input | ||
id: repro_rate | ||
attributes: | ||
label: Repro Rate | ||
description: How often can you reproduce this bug? | ||
placeholder: ex. 100% of the time | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro_steps | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Please provide a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) | ||
value: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected_behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: What was supposed to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: actual_behavior | ||
attributes: | ||
label: Actual Incorrect Behavior | ||
description: What incorrect behavior happened instead? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: verbose_logs | ||
attributes: | ||
label: Verbose Logs | ||
description: Please copy and paste verbose log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: textarea | ||
id: other_info | ||
attributes: | ||
label: Additional Information | ||
description: Anything else you'd like to share? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Braze Support | ||
url: https://support.braze.com/ | ||
about: Contact Braze Support for company or campaign-specific troubleshooting | ||
- name: Security Issues | ||
url: https://www.braze.com/docs/developer_guide/disclosures/security_and_vulnerability_disclosure/ | ||
about: Please report security vulnerabilities here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: ✅ Feature Request | ||
description: Request New SDK Features | ||
title: '[Feature]: ' | ||
labels: ["feature-request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Did you know: You can also submit feature requests in our [Public Roadmap Portal](https://dashboard.braze.com/resources/roadmap) | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What problem are you facing? | ||
description: Help us understand what you're unable to accomplish, or what's difficult with your integration | ||
placeholder: | | ||
ex: I am unable to accomplish XYZ today, since the SDK does not allow me to... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: workarounds | ||
attributes: | ||
label: Workarounds | ||
description: Are there any workarounds you can use? How complicated are they? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: ideal_solution | ||
attributes: | ||
label: Ideal Solution | ||
description: What would your ideal solution look like? | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: other_information | ||
attributes: | ||
label: Other Information | ||
description: Any additional information you'd like to share? | ||
validations: | ||
required: false |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 9 additions & 11 deletions
20
.../android-net-maui/BrazeAndroidMauiSampleApp/BrazeAndroidMauiSampleApp/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.braze.xamarinnet6" android:versionCode="1" android:versionName="1.0"> | ||
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:label="@string/app_name" android:roundIcon="@mipmap/appicon_round" android:supportsRtl="true"> | ||
<service | ||
android:name="com.braze.push.BrazeFirebaseMessagingService" | ||
android:exported="false"> | ||
<intent-filter> | ||
<action android:name="com.google.firebase.MESSAGING_EVENT" /> | ||
</intent-filter> | ||
</service> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.braze.xamarinnet8" android:versionCode="1" android:versionName="1.0"> | ||
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:label="@string/app_name" android:supportsRtl="true"> | ||
<service android:name="com.braze.push.BrazeFirebaseMessagingService" android:exported="false"> | ||
<intent-filter> | ||
<action android:name="com.google.firebase.MESSAGING_EVENT" /> | ||
</intent-filter> | ||
</service> | ||
</application> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" /> | ||
</manifest> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" /> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
appboy-component/samples/ios-net-maui/BrazeiOSMauiCompatSampleApp/.vscode/launch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": ".NET MAUI", | ||
"type": "maui", | ||
"request": "launch", | ||
"preLaunchTask": "maui: Build" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
appboy-component/samples/ios-net-maui/BrazeiOSMauiSampleApp/.vscode/launch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": ".NET MAUI", | ||
"type": "maui", | ||
"request": "launch", | ||
"preLaunchTask": "maui: Build" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9.0.0 | ||
10.0.0 |
2 changes: 1 addition & 1 deletion
2
appboy-component/src/androidnet6/BrazeAndroidNet6Binding/BrazeAndroidBinding.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.29 MB
appboy-component/src/androidnet6/BrazeAndroidNet6Binding/android-sdk-base-32.0.0.aar
Binary file not shown.
Binary file added
BIN
+941 KB
appboy-component/src/androidnet6/BrazeAndroidNet6Binding/android-sdk-ui-32.0.0.aar
Binary file not shown.
1,349 changes: 709 additions & 640 deletions
1,349
appboy-component/src/ios-brazekit/ApiDefinitions.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
appboy-component/src/ios-brazekitcompat/Braze.BrazeKitCompat.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
appboy-component/src/ios-brazelocation/Braze.BrazeLocation.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
appboy-component/src/ios-brazeuicompat/Braze.BrazeUICompat.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters