-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #652 from Microsoft/develop
v1.6.0
- Loading branch information
Showing
156 changed files
with
1,782 additions
and
1,666 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="ApplicationName">App Center Puppet</string> | ||
<string name="AppCenterTitle">App Center</string> | ||
<string name="AnalyticsTitle">Analytics</string> | ||
<string name="CrashesTitle">Crashes</string> | ||
<string name="OthersTitle">Others</string> | ||
<string name="AppCenterEnabled">App Center Enabled</string> | ||
<string name="AppCenterLogLevel">Log Level</string> | ||
<string name="AppCenterLogMessage">Log Message</string> | ||
<string name="AppCenterLogTag">Log Tag</string> | ||
<string name="AppCenterWriteLog">Write Log</string> | ||
<string name="AnalyticsEnabled">Analytics Enabled</string> | ||
<string name="AnalyticsEventName">Event Name</string> | ||
<string name="AnalyticsProperties">Properties</string> | ||
<string name="AnalyticsAddProperty">Add Property</string> | ||
<string name="AnalyticsTrackEvent">Track Event</string> | ||
<string name="CrashesEnabled">Crashes Enabled</string> | ||
<string name="TestCrash">Generate Test Crash</string> | ||
<string name="PushEnabled">Push Enabled</string> | ||
<string name="FirebaseAnalyticsEnabled">Firebase Analytics Enabled</string> | ||
<string name="DivideByZero">Divide 42 by 0</string> | ||
<string name="CrashWithAggregateException">Crash With Aggregate Exception</string> | ||
<string name="CrashWithNullReferenceException">Crash With NullReferenceException</string> | ||
<string name="CatchNullReferenceException">Test Catching NullReferenceException</string> | ||
<string name="CrashAsync">Crash Inside Async Task</string> | ||
<string name="CrashSuperNotCalled">Crash Pure Java: SuperNotCalledException</string> | ||
<string name="CrashJavaFromDotNet">Crash Java from .NET</string> | ||
<string name="DistributeEnabled">Distribute Enabled</string> | ||
<string name="crash_confirmation_dialog_title">Unexpected crash found</string> | ||
<string name="crash_confirmation_dialog_message">Would you like to send an anonymous report so we can fix the problem?</string> | ||
<string name="crash_confirmation_dialog_not_send_button">Don\'t Send</string> | ||
<string name="crash_confirmation_dialog_always_send_button">Always Send</string> | ||
<string name="crash_confirmation_dialog_send_button">Send</string> | ||
<string name="version_x_available">Version {0} available!</string> | ||
<string name="add_property_dialog_title">Add Property</string> | ||
<string name="add_property_dialog_message">Please enter a property values to add to the event</string> | ||
<string name="add_property_dialog_add_button">Add Property</string> | ||
<string name="add_property_dialog_cancel_button">Cancel</string> | ||
<string name="ApplicationName">App Center Puppet</string> | ||
<string name="AppCenterTitle">App Center</string> | ||
<string name="AnalyticsTitle">Analytics</string> | ||
<string name="CrashesTitle">Crashes</string> | ||
<string name="OthersTitle">Others</string> | ||
<string name="AppCenterEnabled">App Center Enabled</string> | ||
<string name="AppCenterLogLevel">Log Level</string> | ||
<string name="AppCenterLogMessage">Log Message</string> | ||
<string name="AppCenterLogTag">Log Tag</string> | ||
<string name="AppCenterWriteLog">Write Log</string> | ||
<string name="AnalyticsEnabled">Analytics Enabled</string> | ||
<string name="AnalyticsEventName">Event Name</string> | ||
<string name="AnalyticsProperties">Properties</string> | ||
<string name="AnalyticsAddProperty">Add Property</string> | ||
<string name="AnalyticsTrackEvent">Track Event</string> | ||
<string name="CrashesEnabled">Crashes Enabled</string> | ||
<string name="TestCrash">Generate Test Crash</string> | ||
<string name="PushEnabled">Push Enabled</string> | ||
<string name="FirebaseAnalyticsEnabled">Firebase Analytics Enabled</string> | ||
<string name="DivideByZero">Divide 42 by 0</string> | ||
<string name="CrashWithAggregateException">Crash With Aggregate Exception</string> | ||
<string name="CrashWithNullReferenceException">Crash With NullReferenceException</string> | ||
<string name="CatchNullReferenceException">Test Catching NullReferenceException</string> | ||
<string name="CrashAsync">Crash Inside Async Task</string> | ||
<string name="CrashDotNetThread">Crash Inside .NET Thread</string> | ||
<string name="CrashSuperNotCalled">Crash Pure Java: SuperNotCalledException</string> | ||
<string name="CrashJavaFromDotNet">Crash Java from .NET</string> | ||
<string name="DistributeEnabled">Distribute Enabled</string> | ||
<string name="crash_confirmation_dialog_title">Unexpected crash found</string> | ||
<string name="crash_confirmation_dialog_message">Would you like to send an anonymous report so we can fix the problem?</string> | ||
<string name="crash_confirmation_dialog_not_send_button">Don\'t Send</string> | ||
<string name="crash_confirmation_dialog_always_send_button">Always Send</string> | ||
<string name="crash_confirmation_dialog_send_button">Send</string> | ||
<string name="version_x_available">Version {0} available!</string> | ||
<string name="add_property_dialog_title">Add Property</string> | ||
<string name="add_property_dialog_message">Please enter a property values to add to the event</string> | ||
<string name="add_property_dialog_add_button">Add Property</string> | ||
<string name="add_property_dialog_cancel_button">Cancel</string> | ||
</resources> |
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
13 changes: 8 additions & 5 deletions
13
Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/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,7 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="49" android:versionName="1.5.0-SNAPSHOT" package="com.microsoft.appcenter.xamarin.forms.puppet"> | ||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="26" /> | ||
<uses-permission android:name="${applicationId}.permission.C2D_MESSAGE" /> | ||
<permission android:name="${applicationId}.permission.C2D_MESSAGE" android:protectionLevel="signature" /> | ||
<application android:label="ACFPuppet" /> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="51" android:versionName="1.6.0-SNAPSHOT" package="com.microsoft.appcenter.xamarin.forms.puppet"> | ||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="26" /> | ||
<uses-permission android:name="${applicationId}.permission.C2D_MESSAGE" /> | ||
<permission android:name="${applicationId}.permission.C2D_MESSAGE" android:protectionLevel="signature" /> | ||
<application android:label="ACFPuppet"> | ||
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/ic_appcenter_logo" /> | ||
<meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/appcenter_logo" /> | ||
</application> | ||
</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
12 changes: 12 additions & 0 deletions
12
.../Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Resources/drawable/ic_appcenter_logo.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportHeight="256.0" | ||
android:viewportWidth="256.0"> | ||
<path | ||
android:fillColor="#CB2E62" | ||
android:pathData="M188,110.4l0,104.7 -3.2,-0.6c-1.8,-0.3 -42,-6.2 -89.3,-13 -47.3,-6.9 -86.9,-12.7 -87.9,-12.9 -9.4,-2.3 13,5.5 90.7,31.4l90.8,30.2 21.7,-9c11.9,-5 25.6,-10.7 30.5,-12.7l8.7,-3.7 0,-96.7 0,-96.7 -29.5,-12.2c-16.2,-6.8 -30.2,-12.5 -31,-12.8 -1.3,-0.5 -1.5,11.2 -1.5,104z" /> | ||
<path | ||
android:fillColor="#CB2E62" | ||
android:pathData="M46.3,64.8l-20.3,17.7 0,7.7 0,7.6 11.7,7.5 11.6,7.5 -11.6,7.7 -11.7,7.7 0,7.6 0.1,7.7 20.5,17.9 20.5,17.8 6.7,-1.6c3.7,-1 8.4,-2.1 10.4,-2.7l3.8,-1 0.2,-17.8 0.3,-17.8 19.8,12.9 19.7,12.8 18,-5.1 18,-5.2 0,-40.8 0,-40.8 -6.7,-2c-3.8,-1.1 -11.8,-3.4 -18,-5.2l-11.2,-3.2 -19.4,12.7c-10.7,6.9 -19.7,12.6 -20,12.6 -0.4,0 -0.8,-8 -0.9,-17.7l-0.3,-17.7 -9,-2.3c-4.9,-1.2 -9.7,-2.2 -10.5,-2.2 -0.8,0 -10.6,7.9 -21.7,17.7zM66.8,93.4l-0.3,8.4 -13.3,-6.7 -13.4,-6.7 13.4,-10 13.3,-10.1 0.3,8.4c0.1,4.6 0.1,12.1 0,16.7zM127.6,131.7c-0.2,0.2 -9.1,-3.9 -19.7,-9.3l-19.4,-9.7 19.5,-9.7 19.5,-9.8 0.3,19.1c0.1,10.4 0.1,19.2 -0.2,19.4zM67,140.5c0,9.1 -0.2,16.5 -0.5,16.5 -0.5,0 -23.6,-17 -25.9,-19.1 -0.7,-0.6 23.4,-13.7 25.7,-13.8 0.4,-0.1 0.7,7.3 0.7,16.4z" /> | ||
</vector> |
4 changes: 4 additions & 0 deletions
4
Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Resources/values/colors.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="appcenter_logo">#CB2E62</color> | ||
</resources> |
2 changes: 1 addition & 1 deletion
2
Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest
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
Oops, something went wrong.