Skip to content

Commit

Permalink
Merge pull request #6 from cslrfid/develop
Browse files Browse the repository at this point in the history
Revised page comments
  • Loading branch information
ksclam committed Jan 16, 2023
2 parents ae660de + d4d0f62 commit 0f4efc8
Show file tree
Hide file tree
Showing 53 changed files with 57 additions and 72 deletions.
2 changes: 1 addition & 1 deletion CS710iOSClient/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>67</string>
<string>72</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppDelegate.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 25/8/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppDelegate.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 25/8/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLAboutVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLAboutVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 23/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLAboutVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLAboutVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 23/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLAntennaPortVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLAntennaPortVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2019-11-01.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLAntennaPortVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLAntennaPortVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2019-11-01.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLDeviceTV.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLDeviceTV.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 18/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLDeviceTV.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLDeviceTV.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 18/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLFilterTabVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLFilterTabVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2021-03-16.
// Copyright © 2021 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLFilterTabVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLFilterTabVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2021-03-16.
// Copyright © 2021 Convergence Systems Limited. All rights reserved.
Expand Down
25 changes: 5 additions & 20 deletions CS710iOSClient/ViewControllers/CSLHomeVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLHomeVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 15/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down Expand Up @@ -138,9 +138,6 @@ - (void)showTabInterfaceActiveView:(int)identifier

- (void)showTemperatureTabInterfaceActiveView:(int)identifier
{
//Temperorily disable feature
return;

CSLTemperatureTabVC * tabVC = (CSLTemperatureTabVC*)[[UIStoryboard storyboardWithName:@"CSLRfidDemoApp" bundle:[NSBundle mainBundle]] instantiateViewControllerWithIdentifier:@"ID_TempTabVC"];
[tabVC setActiveView:identifier];

Expand Down Expand Up @@ -246,11 +243,8 @@ - (IBAction)btnAboutPressed:(id)sender {

- (IBAction)btnTagAccessPressed:(id)sender {

//Temperorily disable feature
return;

//if no device is connected, the settings page will not be loaded
if ([CSLRfidAppEngine sharedAppEngine].reader.connectStatus==NOT_CONNECTED || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==SCANNING) {
if ([CSLRfidAppEngine sharedAppEngine].reader.connectStatus==NOT_CONNECTED || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==SCANNING || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==CONNECTED) {

UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Reader NOT connected" message:@"Please connect to reader first." preferredStyle:UIAlertControllerStyleAlert];

Expand All @@ -272,11 +266,8 @@ - (IBAction)btnTagAccessPressed:(id)sender {

- (IBAction)btnTagSearchPressed:(id)sender {

//Temperorily disable feature
return;

//if no device is connected, the settings page will not be loaded
if ([CSLRfidAppEngine sharedAppEngine].reader.connectStatus==NOT_CONNECTED || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==SCANNING) {
if ([CSLRfidAppEngine sharedAppEngine].reader.connectStatus==NOT_CONNECTED || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==SCANNING || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==CONNECTED) {

UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Reader NOT connected" message:@"Please connect to reader first." preferredStyle:UIAlertControllerStyleAlert];

Expand All @@ -297,12 +288,9 @@ - (IBAction)btnTagSearchPressed:(id)sender {

- (IBAction)btnFunctionsPressed:(id)sender {

//Temperorily disable feature
return;

CSLMoreFunctionsVC * funcVC;
//if no device is connected, the settings page will not be loaded
if ([CSLRfidAppEngine sharedAppEngine].reader.connectStatus==NOT_CONNECTED || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==SCANNING) {
if ([CSLRfidAppEngine sharedAppEngine].reader.connectStatus==NOT_CONNECTED || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==SCANNING || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==CONNECTED) {

UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Reader NOT connected" message:@"Please connect to reader first." preferredStyle:UIAlertControllerStyleAlert];

Expand All @@ -324,11 +312,8 @@ - (IBAction)btnFunctionsPressed:(id)sender {

- (IBAction)btnReadTemperaturePressed:(id)sender {

//Temperorily disable feature
return;

//if no device is connected, the settings page will not be loaded
if ([CSLRfidAppEngine sharedAppEngine].reader.connectStatus==NOT_CONNECTED || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==SCANNING) {
if ([CSLRfidAppEngine sharedAppEngine].reader.connectStatus==NOT_CONNECTED || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==SCANNING || [CSLRfidAppEngine sharedAppEngine].reader.connectStatus==CONNECTED) {

UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Reader NOT connected" message:@"Please connect to reader first." preferredStyle:UIAlertControllerStyleAlert];

Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLInventoryVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLInventoryVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 15/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLInventoryVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLInventoryVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 15/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLMQTTClientSettings.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLMQTTClientSettings.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 7/1/2019.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLMQTTClientSettings.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLMQTTClientSettings.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 7/1/2019.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLMoreFunctionsVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLMoreFunctionsVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 19/2/2019.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLMoreFunctionsVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLMoreFunctionsVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 19/2/2019.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLMultibankAccessVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLMultibankAccessVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 20/2/2019.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLMultibankAccessVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLMultibankAccessVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 20/2/2019.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLPostfilterVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLPostfilterVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2021-03-16.
// Copyright © 2021 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLPostfilterVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLPostfilterVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2021-03-16.
// Copyright © 2021 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLPowerLevelVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLPowerLevelVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2019-10-31.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLPowerLevelVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLPowerLevelVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2019-10-31.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLPrefilterVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLPrefilterVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2021-03-16.
// Copyright © 2021 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLPrefilterVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLPrefilterVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2021-03-16.
// Copyright © 2021 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLSettingsVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLSettingsVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 15/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLSettingsVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLSettingsVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 15/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTabVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTabVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 15/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTabVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTabVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 15/9/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTagAccessVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTagAccessVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 16/10/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTagAccessVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTagAccessController.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 16/10/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTagKillVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTagKillVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2021-10-30.
// Copyright © 2021 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTagKillVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTagKillVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 2021-10-30.
// Copyright © 2021 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTagListCell.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTagListCell.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 18/2/2019.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTagListCell.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTagListCell.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 18/2/2019.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTagLockVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTagLockVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 30/12/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTagLockVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTagLockVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 30/12/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTagSearchVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTagSearchVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 18/12/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTagSearchVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTagSearchVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 18/12/2018.
// Copyright © 2018 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTemperatureDetailsVC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTemperatureDetailsVC.h
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 4/3/2019.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion CS710iOSClient/ViewControllers/CSLTemperatureDetailsVC.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CSLTemperatureDetailsVC.m
// CS108iOSClient
// CS710SiOSClient
//
// Created by Lam Ka Shun on 4/3/2019.
// Copyright © 2019 Convergence Systems Limited. All rights reserved.
Expand Down
Loading

0 comments on commit 0f4efc8

Please sign in to comment.