34 Commits

Author SHA1 Message Date
cf7935baae Added two more remarkText for phone and SMS, Fixed text wraping on Full Content Modal 2024-08-17 15:16:30 +08:00
6a00ec453d Added hasIpAddress display. Fixed Unknown User name for non-gmail users 2024-08-16 15:31:16 +08:00
47898d1489 Updated TrackingDetection UI 2024-08-15 22:16:27 +08:00
8e37d9d2b6 Updated hasExecutble icon on ScannedDataBox 2024-08-15 21:27:17 +08:00
10803b9322 edited EmailScreen's Delte Modal formatting 2024-08-15 20:45:54 +08:00
ecf174e1d6 Fixed UI bugs for PHONE/SMS/TEXT on EmailScreen and History Screen 2024-08-15 02:39:49 +08:00
dcd3399689 Fixed Security header not clickable 2024-08-15 01:44:48 +08:00
187fd768e6 Added DeleteEmail button
Fixed email contianer to not be affected by polling

added banner when no internet connections
2024-08-14 11:35:43 +08:00
b347665453 Updated 4 checks on scannedDataBox 2024-08-13 17:09:35 +08:00
5f20256c6e Updated EmailScreen to pass QR-ID to ScannedDataBox 2024-08-12 20:44:10 +08:00
9b81225fb1 added expo-linking to allow SMSTO & EMAILTO 2024-08-12 18:44:24 +08:00
db115f1a58 Fixed the Redirect Logic for UI 2024-08-12 16:18:31 +08:00
d810f3ef8c Update Wifi UI, Pending fix of connect to wifi button 2024-08-12 15:51:40 +08:00
fcc6f76c99 Update scannedDataBox for URL type(minimal viable logic) 2024-08-12 15:28:47 +08:00
fcb710a888 added back icons for Scanned Data box. Pending to verify all dynamic ScannedDataBox views. (Incomplete Testing) 2024-08-12 02:08:34 +08:00
b21e270f56 Update Logo and Scanned DataBox Logic 2024-08-10 22:04:05 +08:00
f893f3285a ReCommit: Removed header for all screens. Updated QRScanner Screen UI to be responsive to screen size 2024-08-07 12:07:17 +08:00
7cb5cbbe34 updated UI for relative screensize. Handle long payload by truncating the displayes content 2024-08-06 11:38:40 +08:00
6032aebd6a Updated ScannedDataBox UI 2024-08-05 15:14:41 +08:00
7f7f686ef8 Recommit, without build falire (native_modules.gradle' line: 401, finished with non-zero exit value 1) 2024-08-03 23:07:41 +08:00
bca444d56d Added API calls for Secure Connection,Virus Total Check and Redirects 2024-07-07 21:54:10 +08:00
304d5932f7 Addes Share functionality, Added SecureWebView for Open Button.Restored Comments for QRScannerScreen 2024-07-07 16:53:05 +08:00
19a1230781 Restored comments, and added share feature 2024-07-07 16:38:44 +08:00
cdac16a723 Integrate Redux for state management, replace useState with Redux store 2024-07-07 15:57:29 +08:00
947bd474d1 Fixed HistoryScreen where data not shown on flatlist, and pass type to scannedDataBox properly 2024-06-30 14:20:03 +08:00
4d4b55ab71 Added console.log to troubelshoot handlePayload to return type to scannedDataBox, Pending fix for data not displayed on history page 2024-06-30 13:26:16 +08:00
0f9453ef45 Refactor QRScannerScreen and ScannedDataBox, alot of broken functions 2024-06-30 01:32:39 +08:00
7b396073f7 added scalling compatibilty for smaller devices 2024-06-20 18:43:07 +08:00
7f7e65c232 added Security header Feature with a pop up Modal 2024-06-20 16:44:15 +08:00
ec9e0a21af added a close button for ScannedDataBox that will work on both HisoryScreen and QRScannerScreen 2024-06-20 16:21:45 +08:00
69b2d72644 Removed QRCodeProvider and moved hardcoded testfunctions to ScannedDataBox instead, Hardcoded data is now working for Demo 2024-06-20 14:14:15 +08:00
c84c93df36 Update UI for color consistency, Further testing on harded Data for demo - INCOMPLETE need fix (Bug all data marked as Dangerous) 2024-06-19 22:10:21 +08:00
7afe5982e6 Cleared error messages and updated types.tsx to handle bookmarks, Hardcoded testdata for Demo 2024-06-19 20:31:15 +08:00
264ae9550e segregated the ScannedDataBox from the QRScannerScreen , so that Historyscreen can use the ScannedDataBox 2024-06-19 19:36:30 +08:00