Commit Graph

216 Commits

Author SHA1 Message Date
vsuryakumar
92f1739c3f Update in saving the csv. Sorting the data in aesc order and only taking the values between the specified range. Also adding the headers. [Working] 2023-02-02 16:36:23 +05:30
vsuryakumar
2c74675d3d Commented unwanted method. 2023-02-02 16:31:28 +05:30
vsuryakumar
1c20ab279b reversed ordering of Yes & No buttons + Added alert dialog in sample page + Updated text of alert dialog and a button in sample page. (Update based on feedback) 2023-02-02 12:40:46 +05:30
vsuryakumar
b6a72f786f Deleted unwanted file. 2023-02-02 11:36:04 +05:30
vsuryakumar
b456fbbeb7 Updated constant of max test before reference to 40. 2023-02-02 11:35:52 +05:30
vsuryakumar
ae80e48411 Handling of error messages and showing toast from viewmodel. 2023-02-01 17:13:27 +05:30
vsuryakumar
f1815af214 Update of names 2023-02-01 14:48:04 +05:30
vsuryakumar
e246d624f2 Making delay value a global constant. 2023-02-01 14:47:55 +05:30
vsuryakumar
c562f32b93 Update of name. 2023-02-01 14:47:05 +05:30
vsuryakumar
bcf5f4015f project automatic update. 2023-02-01 13:07:09 +05:30
vsuryakumar
06b2f9c125 Commented out sending of extra data to logs and csv. 2023-02-01 13:06:47 +05:30
vsuryakumar
9d0055147e Updating USB Symbol based on device is connected or not using livedata. 2023-02-01 13:06:10 +05:30
vsuryakumar
4e19f6f337 Handled case of device giving output as "FINE" on first run sometimes. 2023-02-01 13:05:16 +05:30
vsuryakumar
fed35cc54d Added constructor invocation. 2023-02-01 13:04:33 +05:30
vsuryakumar
000d0ba38d Updated correct product-id and vendor-id 2023-02-01 13:03:37 +05:30
vsuryakumar
6ea1f093d1 Set color to black of splash screen text. 2023-02-01 13:03:00 +05:30
vsuryakumar
19b61710a7 Added broadcast receiver and listener to toggle usb connected/disconnected icon in action bar. 2023-01-31 19:04:11 +05:30
vsuryakumar
3a4f32234c Updated action bar (created custom one) for main activity. 2023-01-31 19:03:40 +05:30
vsuryakumar
ab6e0d50da Added custom action bar with USB icon. 2023-01-31 17:59:43 +05:30
vsuryakumar
ca93594a01 Added custom action bar with UBS icon. 2023-01-31 17:41:29 +05:30
vsuryakumar
8c1da820e0 updated gitignore to avoid google-services.json 2023-01-31 16:57:48 +05:30
vsuryakumar
25649c762a Added app distribution and firebase dependencies. 2023-01-31 16:57:28 +05:30
vsuryakumar
1ab1a85de0 Added new App Logo. 2023-01-31 16:56:38 +05:30
vsuryakumar
64607dcd6d Updated package name from refactored app to -> hpos [working] 2023-01-31 15:31:05 +05:30
vsuryakumar
33ea79d773 Added methods and members to store detailed test csv and log Data. 2023-01-31 15:29:12 +05:30
vsuryakumar
e0ed9f5608 Called methods to detailed save test csv file (for internal testing) 2023-01-31 15:26:20 +05:30
vsuryakumar
96d7ab0e57 commented unwanted methods. 2023-01-31 15:25:16 +05:30
vsuryakumar
0b3490548e Deleted unwanted files on parsing csv. 2023-01-31 15:23:31 +05:30
vsuryakumar
b0428ded6a for testing 2023-01-31 13:45:47 +05:30
vsuryakumar
d5c1c33e41 Updates in results page, calculation methods & more. (working) 2023-01-30 13:52:50 +05:30
vsuryakumar
4e42977fef Implemented (renamed) calculation with taking max values. 2023-01-30 13:51:59 +05:30
vsuryakumar
f4c620c7f8 created Common Interface for all the calculation classes. 2023-01-30 13:50:53 +05:30
vsuryakumar
3cc676bb32 added 2 more cards and renamed existing ones. 2023-01-30 13:49:42 +05:30
vsuryakumar
e74c42c78c Added data class for saving logs. 2023-01-30 13:49:07 +05:30
vsuryakumar
e945505568 Added enum for result types. 2023-01-30 13:48:20 +05:30
vsuryakumar
7b475fb922 commented down other devices leaving active only the testright device. 2023-01-30 13:47:31 +05:30
vsuryakumar
4ffc64f14b moved intent-filter from test right activity to main activity. 2023-01-30 13:46:59 +05:30
vsuryakumar
c3dca53807 updated package. 2023-01-30 13:46:20 +05:30
vsuryakumar
d72f6ecaa3 Removed update button. 2023-01-30 13:46:05 +05:30
vsuryakumar
5e2d2ff079 new drawable added. 2023-01-30 13:44:55 +05:30
vsuryakumar
3aa9969fc7 new style added. 2023-01-30 13:44:27 +05:30
vsuryakumar
c0cd1170f1 Impl Saving of logs. 2023-01-30 13:44:08 +05:30
vsuryakumar
ac705da152 Result calculation with average values updated. 2023-01-30 13:42:08 +05:30
vsuryakumar
74132ca5c7 Seperated function of creating folder & implemented methods to save csv. [working] 2023-01-27 13:22:21 +05:30
vsuryakumar
58fffded8b Updated UI 2023-01-27 13:21:36 +05:30
vsuryakumar
b8789d59bb Updated view model testing. 2023-01-27 13:21:20 +05:30
vsuryakumar
a43365268f Fixes in usbservice (making usbserviceconnector global) + relevant changes in other fragments 2023-01-27 13:21:04 +05:30
vsuryakumar
ea757d2b5f Inflating UI of results page. 2023-01-25 11:29:35 +05:30
vsuryakumar
2c144e3e67 code cleanup. 2023-01-25 11:29:20 +05:30
vsuryakumar
cb479589ca Added results to the data class. 2023-01-25 11:28:58 +05:30