-
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 #382 from Microsoft/develop
Version 0.14.0
- Loading branch information
Showing
152 changed files
with
1,442 additions
and
1,098 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
using Android.App; | ||
using Android.OS; | ||
|
||
namespace Contoso.Android.Puppet | ||
{ | ||
[Activity(Label = "CrashActivity")] | ||
public class CrashActivity : Activity | ||
{ | ||
protected override void OnCreate(Bundle savedInstanceState) | ||
{ | ||
// will crash with super not called, a pure Java exception with no .NET crash handler. | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.azure.mobile.xamarin.puppet" android:versionCode="26" android:versionName="0.13.1-SNAPSHOT" android:installLocation="auto"> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.azure.mobile.xamarin.puppet" android:versionCode="28" android:versionName="0.14.0-SNAPSHOT" android:installLocation="auto"> | ||
<uses-sdk android:minSdkVersion="16" /> | ||
<application android:label="SXPuppet" android:icon="@drawable/Icon" android:theme="@style/PuppetTheme" /> | ||
</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
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,41 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="ApplicationName">Mobile Center Puppet</string> | ||
<string name="MobileCenterTitle">Mobile Center</string> | ||
<string name="AnalyticsTitle">Analytics</string> | ||
<string name="CrashesTitle">Crashes</string> | ||
<string name="DistributeTitle">Distribute</string> | ||
|
||
<string name="MobileCenterEnabled">Mobile Center Enabled</string> | ||
<string name="MobileCenterLogLevel">Log Level</string> | ||
<string name="MobileCenterLogMessage">Log Message</string> | ||
<string name="MobileCenterLogTag">Log Tag</string> | ||
<string name="MobileCenterWriteLog">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="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="DistributeEnabled">Distribute Enabled</string> | ||
|
||
<string name="MobileCenterTitle">Mobile Center</string> | ||
<string name="AnalyticsTitle">Analytics</string> | ||
<string name="CrashesTitle">Crashes</string> | ||
<string name="DistributeTitle">Distribute</string> | ||
<string name="MobileCenterEnabled">Mobile Center Enabled</string> | ||
<string name="MobileCenterLogLevel">Log Level</string> | ||
<string name="MobileCenterLogMessage">Log Message</string> | ||
<string name="MobileCenterLogTag">Log Tag</string> | ||
<string name="MobileCenterWriteLog">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="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 Java: SuperNotCalledException</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="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> |
1 change: 1 addition & 0 deletions
1
Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/AndroidEnvironment.cfg
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 @@ | ||
XA_BROKEN_EXCEPTION_TRANSITIONS=true |
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
2 changes: 1 addition & 1 deletion
2
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
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.