mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-19 03:27:29 +02:00
Version 3.0.337
This commit is contained in:
parent
fd0e63cf10
commit
573fe77e12
2336 changed files with 33688 additions and 86082 deletions
|
@ -40,6 +40,6 @@ namespace TINK.Droid.Model.Device
|
|||
|
||||
/// <summary> Gets the URL to the app store. </summary>
|
||||
/// <value>The store URL.</value>
|
||||
public string StoreUrl => $"https://play.google.com/store/apps/details?id={Android.App.Application.Context.PackageName}";
|
||||
public string StoreUrl => $"https://play.google.com/store/apps/details?id={Android.App.Application.Context.PackageName}";
|
||||
}
|
||||
}
|
|
@ -11,7 +11,7 @@ namespace TINK.Droid.Model.Device
|
|||
|
||||
public string Model => DeviceInfo.Model;
|
||||
|
||||
public string PlatformText => DeviceInfo.Platform.ToString();
|
||||
public DevicePlatform Platform => DeviceInfo.Platform;
|
||||
|
||||
public string VersionText => DeviceInfo.VersionString;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using TINK.Model.Device;
|
||||
using Android.Content;
|
||||
using TINK.Droid.Model.Device;
|
||||
using Android.Content;
|
||||
using TINK.Model.Device;
|
||||
using Xamarin.Forms;
|
||||
|
||||
[assembly: Dependency(typeof(ExternalBrowseService))]
|
||||
|
@ -8,8 +8,8 @@ namespace TINK.Droid.Model.Device
|
|||
{
|
||||
public class ExternalBrowseService : IExternalBrowserService
|
||||
{
|
||||
/// <summary> Opens an external browser. </summary>
|
||||
/// <param name="p_strUrl">Url to open.</param>
|
||||
/// <summary> Opens an external browser. </summary>
|
||||
/// <param name="p_strUrl">Url to open.</param>
|
||||
public void OpenUrl(string p_strUrl)
|
||||
{
|
||||
var uri = Android.Net.Uri.Parse(p_strUrl);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
using Serilog;
|
||||
using System;
|
||||
using System;
|
||||
using Serilog;
|
||||
using TINK.Model.Device;
|
||||
using Xamarin.Forms;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue