Commit graph

18 commits

Author SHA1 Message Date
Isaac Greene
099728c760 It's been so long I don't even know what I changed. Removed the contacts tab completely, before it was still in the app just not accessible. Switched over from RichTextView to iosMath saving about 4MB. Couple small design tweaks. Reduced total app size from 10MB to 4.5 2023-06-06 10:42:22 -04:00
Isaac Greene
0dc0267dbd minor improvements 2022-08-08 17:41:07 -04:00
Isaac Greene
a0b834a505 Changed username and password to secure hashes so that the plaintext is no longer hard-coded in 2022-07-07 00:10:47 -04:00
Isaac Greene
acc9f86315 Added km/hr and mi/hr. Did some formatting stuff. 2022-06-17 16:38:15 -04:00
Isaac Greene
af513b8c05 Fixed issue where entering a distance of less than .1 crashed the app. Formatted the primary distance to three decimal paces. Added a "Clear" button which sets all text fields to "". Moved app back to Release Candidate. 2022-06-16 23:37:45 -04:00
Isaac Greene
7aa899ca7d Added toolbar to the textfields in ContentView and you can now type zero without the app crashing 2022-06-15 23:20:42 -04:00
Isaac Greene
b6677c2053 Added more robust app documentation. Started working on an issue where entering zero as the first number in the Distance text field causes the app to crash. 2022-06-14 22:10:13 -04:00
Isaac Greene
7d6643112d Added TouchID/FaceID to sign in 2022-06-11 22:38:35 -04:00
Isaac Greene
5c4d4f8059 Made small improvements like dismissing the keyboard. Tapping the Contacts tab causes the app to crash. 2022-06-10 23:55:34 -04:00
Isaac Greene
b77ef882e8 Fixed pace showing, added conversions between distance and pace. Added a new SecretView with some semi-private info. App is now in Version 1.0.0 2022-06-10 18:24:42 -04:00
Isaac Greene
7b421a0a73 Did some major reformatting of the Change Log tab (now Docs) and will hopefully get to adding some more actual features soon 2022-06-04 23:05:37 -04:00
Isaac Greene
5578d86ccf Partially implemented an easier way to input hours 2022-06-01 21:26:38 -04:00
Isaac Greene
674979ebd3 reversed some previous progress 2022-05-25 22:27:05 -04:00
Isaac Greene
fb523742c6 Undid most changes from previous commit. Started work on pace conversions to opposite selected measurement system. 2022-05-22 21:45:01 -04:00
Isaac Greene
743d9cff0e Started turning the ContentView -> PaceResults calculations into functions but as of this commit they don't work so it contains many errors. Also DID make the seconds work properly so 0:00:300 properly wraps to 0:05:00, and likewise, 0:00:86400 properly wraps to 24:00:00. 2022-04-13 22:19:11 -04:00
Isaac Greene
addcb49778 total time now works as expected and tried (but failed) to add conversion between miles and kilometers for pace 2022-04-11 21:18:21 -04:00
Isaac Greene
8cb3960507 Added tab view and restructured code to have just three tabs. Also got minutes to hours overflow working, seconds has currently gotten worse in functionality. See change log in-app for more details 2022-04-10 00:16:34 -04:00
Isaac Greene
15389248af Initial Commit 2022-04-09 22:38:57 -04:00