forked from xamarin/xamarin-forms-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mass update to Forms 5.0. (xamarin#682)
* Remove sample. * Removed samples. * Mass update to 5.0-pre1 * Removed MediaElement and Expander. * Removed experimental flags. * Use xct:Expander * Rename MasterDetailPage to FlyoutPage. * Replace MasterDetailPage with FlyoutPage * Formatting applied. * TargetFrameworkVersion updated to 10.0. * RoundRectangleGeometry example added. * Blur applied on the specified VisualElement. * Use the 5.0 RadioButton API. * Minor updates. * Threshold example added. * Navigating overrides commented out. * RadioButton demos updated. * minSDKVersion bumped to 21 * targetSdkVersion set to 29. * Removed tabbar and toolbar references. * Removed TabLayoutResource line. * Remove ToolbarResource line. * Removed Tabbar.axml AndroidResource from csproj. * Remve Toolbar.axml AndroidResource from csproj * Removed Tabbar.xml * Removed Tabbar.axml * Remove Toolbar.xml * Remove Toolbar.axml * Remove references to Tabbar.xml * Remove references to Toolbar.xml * Updated designer files. * AndroidX support. * Forms 5.0 updates. * AndroidX updates. * AndroidX updates. * AndroidX support. * AndroidX updates. * AndroidX updates. * Update plugin. * Update to 5.0-pre2 * Sample fixed. * Set target platform version and min version to 10.0.17763.0 * Tidy up using statements. * MinVersion reset to 10.0.16299.0 * Remove StrokeThickness=1 * RadioButton experimental flag removed. * Expander sample using XCT. * Mass update to 5.0.0.1558-pre3 * Added FlyoutFooter. * Samples now use XCT. * Update to Forms 5.0-pre4 * Update to 5.0-pre4 * Updates. * WebViewExecutionMode platform-specific on UWP. * Mass update to 5.0.0.1874. * UWP fixes. * Android fixes. * Sample removed.
- Loading branch information
1 parent
5cae664
commit dff32ef
Showing
1,869 changed files
with
620,381 additions
and
302,539 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
2 changes: 1 addition & 1 deletion
2
...pendencyResolution/DIContainerDemo/DIContainerDemo.Android/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,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.DIContainerDemo"> | ||
<uses-sdk android:minSdkVersion="19" /> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" /> | ||
<application android:label="DIContainerDemo.Android"></application> | ||
</manifest> |
2 changes: 0 additions & 2 deletions
2
...DependencyResolution/DIContainerDemo/DIContainerDemo.Android/Resources/layout/Tabbar.axml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...ependencyResolution/DIContainerDemo/DIContainerDemo.Android/Resources/layout/Toolbar.axml
This file was deleted.
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
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
2 changes: 1 addition & 1 deletion
2
...d/DependencyResolution/FactoriesDemo/FactoriesDemo.Android/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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.FactoriesDemo"> | ||
<uses-sdk android:minSdkVersion="19" /> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" /> | ||
<application android:label="FactoriesDemo.Android"> | ||
</application> | ||
</manifest> |
2 changes: 0 additions & 2 deletions
2
...ced/DependencyResolution/FactoriesDemo/FactoriesDemo.Android/Resources/layout/Tabbar.axml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...ed/DependencyResolution/FactoriesDemo/FactoriesDemo.Android/Resources/layout/Toolbar.axml
This file was deleted.
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
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
2 changes: 1 addition & 1 deletion
2
...chedNumericValidationBehavior/WorkingWithBehaviors.Android/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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.YourCompany.WorkingWithBehaviors" android:versionCode="1" android:versionName="1"> | ||
<uses-sdk android:minSdkVersion="19" /> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" /> | ||
<application android:icon="@drawable/icon" android:label="Working with Behaviors"></application> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
</manifest> |
12 changes: 0 additions & 12 deletions
12
...tachedNumericValidationBehavior/WorkingWithBehaviors.Android/Resources/layout/Tabbar.axml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...achedNumericValidationBehavior/WorkingWithBehaviors.Android/Resources/layout/Toolbar.axml
This file was deleted.
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
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.xamarin.effectsdemo"> | ||
<uses-sdk android:minSdkVersion="19" /> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" /> | ||
<application android:label="EffectsDemo"> | ||
</application> | ||
</manifest> |
Oops, something went wrong.