Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
New package with Android SDK 5.5.1 & iOS SDK 3.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fleuverouge committed Apr 4, 2018
1 parent ae5b20e commit cc165d3
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 2,552 deletions.
2,538 changes: 0 additions & 2,538 deletions Droid/Resources/Resource.designer.cs

Large diffs are not rendered by default.

Binary file removed Naxam.Mapbox.Forms.1.0.1-pre012.nupkg
Binary file not shown.
Binary file added Naxam.Mapbox.Forms.1.0.2-pre001.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion Naxam.Mapbox.Forms/MapView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Naxam.Controls.Mapbox.Forms
{
public class PositionChangeEventArgs : EventArgs
{
private Position _newPosition;
//private Position _newPosition;

public PositionChangeEventArgs(Position newPosition)
{
Expand Down
3 changes: 1 addition & 2 deletions Naxam.Mapbox.Forms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
Expand All @@ -9,7 +8,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("NAXAM CO.,LTD")]
[assembly: AssemblyProduct("X Controls")]
[assembly: AssemblyCopyright("Copyright (c) 2017 NAXAM")]
[assembly: AssemblyCopyright("Copyright (c) 2018 NAXAM")]
[assembly: AssemblyTrademark("NAXAM")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Naxam.Mapbox.Platform.Droid/MapViewRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ void MapboxMap.ISnapshotReadyCallback.OnSnapshotReady(Bitmap bmp)
public void OnMapReady(MapboxMap p0)
{
map = p0;
map.MyLocationEnabled = true;
//map.MyLocationEnabled = true;
map.UiSettings.RotateGesturesEnabled = Element.RotateEnabled;
map.UiSettings.TiltGesturesEnabled = Element.PitchEnabled;

Expand Down
11 changes: 5 additions & 6 deletions Naxam.Mapbox.Platform.Droid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Reflection;

// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
Expand All @@ -9,7 +8,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("NAXAM CO.,LTD")]
[assembly: AssemblyProduct("X Controls")]
[assembly: AssemblyCopyright("Copyright (c) 2017 NAXAM")]
[assembly: AssemblyCopyright("Copyright (c) 2018 NAXAM")]
[assembly: AssemblyTrademark("NAXAM")]
[assembly: AssemblyCulture("")]

Expand All @@ -24,6 +23,6 @@

//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]
[assembly: Xamarin.Forms.ExportRenderer (
typeof (Naxam.Controls.Mapbox.Forms.MapView),
typeof (Naxam.Controls.Mapbox.Platform.Droid.MapViewRenderer))]
[assembly: Xamarin.Forms.ExportRenderer(
typeof(Naxam.Controls.Mapbox.Forms.MapView),
typeof(Naxam.Controls.Mapbox.Platform.Droid.MapViewRenderer))]
3 changes: 1 addition & 2 deletions Naxam.Mapbox.Platform.iOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
Expand All @@ -9,7 +8,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("NAXAM CO.,LTD")]
[assembly: AssemblyProduct("X Controls")]
[assembly: AssemblyCopyright("Copyright (c) 2017 NAXAM")]
[assembly: AssemblyCopyright("Copyright (c) 2018 NAXAM")]
[assembly: AssemblyTrademark("NAXAM")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions mapbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<!-- Required elements-->
<id>Naxam.Mapbox.Forms</id>
<version>1.0.1-pre013</version>
<version>1.0.2-pre001</version>
<authors>NAXAM</authors>
<owners>NAXAM COMPANY LIMITED</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -21,7 +21,7 @@
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="Naxam.Mapbox.Droid" version="5.3.2" />
<dependency id="Naxam.Mapbox.Droid" version="5.5.1.1" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Naxam.Mapbox.iOS" version="3.7.6" />
Expand Down

0 comments on commit cc165d3

Please sign in to comment.