瀏覽代碼

PRS MOBILE - version 4.40.3

Nick-PRSDigital@bitbucket.org 2 年之前
父節點
當前提交
68ec45d1e0

+ 1 - 1
prs.mobile/comal.timesheets.Android/Properties/AndroidManifest.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="440100" android:versionName="4.40.1" package="au.com.frogsoftware.timesheets.comal_timesheets" android:installLocation="auto">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="440300" android:versionName="4.40.3" package="au.com.frogsoftware.timesheets.comal_timesheets" android:installLocation="auto">
 	<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="31" />
 	<uses-permission android:name="android.permission.INTERNET" />
 	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

+ 2 - 1
prs.mobile/comal.timesheets.Android/Resources/Resource.designer.cs

@@ -2,6 +2,7 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
+//     Runtime Version:4.0.30319.42000
 //
 //     Changes to this file may cause incorrect behavior and will be lost if
 //     the code is regenerated.
@@ -14,7 +15,7 @@ namespace comal.timesheets.Droid
 {
 	
 	
-	[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.0.0.73")]
+	[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.2.0.93")]
 	public partial class Resource
 	{
 		

+ 2 - 2
prs.mobile/comal.timesheets.iOS/Info.plist

@@ -9,9 +9,9 @@
 	<key>CFBundleName</key>
 	<string>TimeBench</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.40.1</string>
+	<string>4.40.3</string>
 	<key>CFBundleVersion</key>
-	<string>4.40.1</string>
+	<string>4.40.3</string>
 	<key>NSBluetoothAlwaysUsageDescription</key>
 	<string>Bluetooth access is needed to locate equipment items</string>
 	<key>NSBluetoothPeripheralUsageDescription</key>

+ 3 - 1
prs.mobile/comal.timesheets/CacheLoader.cs

@@ -8,6 +8,8 @@ using System.Collections.Generic;
 using System.Text;
 using System.Threading.Tasks;
 using Xamarin.Forms;
+using PRSClasses;
+using PRSSecurity = InABox.Core.Security;
 
 namespace comal.timesheets
 {
@@ -47,7 +49,7 @@ namespace comal.timesheets
         {
             Filter<Job> filter = new Filter<Job>(x => x.JobStatus.Active).IsEqualTo(true);
 
-            if (!Security.IsAllowed<CanViewAllJobs>())
+            if (!PRSSecurity.IsAllowed<CanViewAllJobs>())
             {
                 List<Guid> jobIDs = new List<Guid>();
                 CoreTable jobEmployees = new Client<JobEmployee>().Query(

+ 0 - 1
prs.mobile/comal.timesheets/StoreRequis/StoreRequiScannerPage.xaml.cs

@@ -2,7 +2,6 @@
 using Comal.Classes;
 using InABox.Clients;
 using InABox.Core;
-using Javax.Xml.Transform.Sax;
 using System;
 using System.Collections.Generic;
 using System.Linq;