Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gibranrosa committed May 17, 2018
2 parents 50803d4 + 9b3bcf9 commit 7170c2c
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 22 deletions.
Binary file modified .paket/paket.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,11 @@ Roadmap
* Make some small F# langauge improvements to improve code:
* Remove `yield` in more cases
* Automatically save function values that do not capture any arguments and consider making the `dispatch` function global (partly to avoid is being seen as a captured argument)
* Allow syntax `Xaml.Foo(prop1=expr1, [ // end of line`
* [Allow syntax `Xaml.Foo(prop1=expr1, [ // end of line`](https://github.com/Microsoft/visualfsharp/pull/4929)
* [`TryGetValue` on F# immutable map](https://github.com/Microsoft/visualfsharp/pull/4827/)
* Allow a default unnamed argument for `children` so the argument name doesn't have to be given explicitly
* Allow the use of struct options for optional arguments (to reduce allocations)
* Implement the C# 5.0 "open static classes" feature in F# to allow the `Xaml.` prefix to be dropped

Static Views and "Half Elmish"
------
Expand Down
3 changes: 0 additions & 3 deletions Samples/AllControls/Droid/AllControls.Droid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
<Reference Include="System.Numerics" />
<Reference Include="mscorlib" />
<Reference Include="Mono.Android" />
<Reference Include="Xamarin.Android.FSharp.ResourceProvider.Runtime">
<HintPath>../../../packages/androidapp/Xamarin.Android.FSharp.ResourceProvider/lib/Xamarin.Android.FSharp.ResourceProvider.Runtime.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
<HintPath>../../../packages/androidapp/Xamarin.Android.Support.Animated.Vector.Drawable/lib/MonoAndroid70/Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
</Reference>
Expand Down
4 changes: 0 additions & 4 deletions Samples/AllControls/Droid/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
open System.Reflection
open System.Runtime.CompilerServices

// the name of the type here needs to match the name inside the ResourceDesigner attribute
type Resources = AllControls.Droid.Resource
[<assembly: Android.Runtime.ResourceDesigner("AllControls.Droid.Resources", IsApplication=true)>]

[<assembly: AssemblyTitle("AllControls.Droid")>]
[<assembly: AssemblyDescription("")>]
[<assembly: AssemblyConfiguration("")>]
Expand Down
3 changes: 0 additions & 3 deletions Samples/CounterApp/Droid/CounterApp.Droid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
<Reference Include="System.Numerics" />
<Reference Include="mscorlib" />
<Reference Include="Mono.Android" />
<Reference Include="Xamarin.Android.FSharp.ResourceProvider.Runtime">
<HintPath>../../../packages/androidapp/Xamarin.Android.FSharp.ResourceProvider/lib/Xamarin.Android.FSharp.ResourceProvider.Runtime.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
<HintPath>../../../packages/androidapp/Xamarin.Android.Support.Animated.Vector.Drawable/lib/MonoAndroid70/Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
</Reference>
Expand Down
2 changes: 0 additions & 2 deletions Samples/TicTacToe/Droid/MainActivity.fs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ open Xamarin.Forms.Platform.Android
type MainActivity() =
inherit FormsAppCompatActivity()
override this.OnCreate (bundle: Bundle) =
FormsAppCompatActivity.TabLayoutResource <- TicTacToe.Droid.Resources.Layout.Tabbar
FormsAppCompatActivity.ToolbarResource <- TicTacToe.Droid.Resources.Layout.Toolbar
base.OnCreate (bundle)

Xamarin.Forms.Forms.Init (this, bundle)
Expand Down
4 changes: 0 additions & 4 deletions Samples/TicTacToe/Droid/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
open System.Reflection
open System.Runtime.CompilerServices

// the name of the type here needs to match the name inside the ResourceDesigner attribute
type Resources = TicTacToe.Droid.Resource
[<assembly: Android.Runtime.ResourceDesigner("TicTacToe.Droid.Resources", IsApplication=true)>]

[<assembly: AssemblyTitle("TicTacToe.Droid")>]
[<assembly: AssemblyDescription("")>]
[<assembly: AssemblyConfiguration("")>]
Expand Down
3 changes: 0 additions & 3 deletions Samples/TicTacToe/Droid/TicTacToe.Droid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@
<Reference Include="System.Numerics" />
<Reference Include="mscorlib" />
<Reference Include="Mono.Android" />
<Reference Include="Xamarin.Android.FSharp.ResourceProvider.Runtime">
<HintPath>../../../packages/androidapp/Xamarin.Android.FSharp.ResourceProvider/lib/Xamarin.Android.FSharp.ResourceProvider.Runtime.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
<HintPath>../../../packages/androidapp/Xamarin.Android.Support.Animated.Vector.Drawable/lib/MonoAndroid70/Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ group androidapp
source https://www.nuget.org/api/v2
nuget FSharp.Core 4.3.3
nuget Xamarin.Forms
nuget Xamarin.Android.FSharp.ResourceProvider 1.0.0.14
nuget Xamarin.Android.Support.Animated.Vector.Drawable 25.4.0.2
nuget Xamarin.Android.Support.Annotations 25.4.0.2
nuget Xamarin.Android.Support.Compat 25.4.0.2
Expand Down
1 change: 0 additions & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ NUGET
System.Threading.Thread (4.3)
System.Threading.ThreadPool (4.3)
System.Threading.Timer (4.3)
Xamarin.Android.FSharp.ResourceProvider (1.0.0.14)
Xamarin.Android.Support.Animated.Vector.Drawable (25.4.0.2)
Xamarin.Android.Support.Vector.Drawable (25.4.0.2)
Xamarin.Android.Support.Annotations (25.4.0.2)
Expand Down

0 comments on commit 7170c2c

Please sign in to comment.