226 Commits

Author SHA1 Message Date
Hykilpikonna 021368d7bb [+] Display request errors 2021-01-22 15:38:33 -05:00
Hykilpikonna 306d4bfaf1 [+] Dismiss alert after receiving the response 2021-01-22 15:37:13 -05:00
Hykilpikonna f37a12c963 [O] Return the alert so that it can be dismissed programmatically 2021-01-22 15:23:55 -05:00
Hykilpikonna e790bca040 [+] Send registration request 2021-01-22 15:19:20 -05:00
Hykilpikonna 8f829217c1 [+] Add parameter "okayable" to alert function 2021-01-22 15:18:49 -05:00
Hykilpikonna facf8eaeec [F] Fix optional in password text unwrapping 2021-01-22 15:08:02 -05:00
Hykilpikonna a375f16947 [+] Verify username and password for register 2021-01-22 15:07:09 -05:00
Hykilpikonna 788eb4973a [+] Encapsulate Regex matching stuff 2021-01-22 15:02:05 -05:00
Hykilpikonna 9ee1132d7d [+] Encapsulate sending an alert 2021-01-22 14:54:00 -05:00
Hykilpikonna a3dfff1e38 [+] Encapsulate SHA256 hashing 2021-01-22 14:45:59 -05:00
Hykilpikonna 6f76ff90cd [+] Create Login view controller 2021-01-22 14:05:02 -05:00
Hykilpikonna cd6d81c3b3 [O] Give credit to https://stackoverflow.com/a/43132311/7346633 for MathExpression 2021-01-22 14:04:41 -05:00
Aaron 6d0aa461c3 Redesigned RPS class. 2021-01-22 13:18:00 -05:00
Aaron bf7e746aff Changed Puzzle WVM to Factor 2021-01-22 13:06:44 -05:00
Aaron 1223e42c46 Added endAlarm function. 2021-01-22 13:00:20 -05:00
Aaron 083b5a05e0 Fixed optional unwrapping 2021-01-22 12:56:52 -05:00
Hykilpikonna 259137170d [F] Fix MathExpressions.swift indentation and add comments 2021-01-22 10:35:17 -05:00
Hykilpikonna e165beb3aa [-] Remove accelerometer test 2021-01-22 10:19:30 -05:00
Hykilpikonna e255f8811e [O] Optimize Andrew's setData 2021-01-22 10:11:22 -05:00
Andrew 2cbfa70658 Credit internet for MathExpressions and now display 12-hour clock instead of 24 hour 2021-01-21 17:15:52 -05:00
Dallon Archibald c187403e29 Updated the delete button for alarms 2021-01-21 14:54:38 -05:00
Aaron f8b78cfbc4 Merge branch 'main' of github.com:hykilpikonna/ProjectClock into main 2021-01-21 14:37:08 -05:00
Aaron 386e3f988e PuzzleAlarm functions (No UI) 2021-01-21 14:36:52 -05:00
Dallon Archibald 1bc2f95749 Merge branch 'main' of github.com:hykilpikonna/ProjectClock into main 2021-01-21 14:34:55 -05:00
Dallon Archibald da46725420 Added rock, paper, scissors class. Need to connect outlets/actions and implement condition to leave (its repeating rn) 2021-01-21 14:34:41 -05:00
Aaron 751c92fe14 Merge branch 'main' of github.com:hykilpikonna/ProjectClock into main 2021-01-21 14:31:34 -05:00
Aaron e41c0ea067 Revert "Merge branch 'main' of github.com:hykilpikonna/ProjectClock into main"
This reverts commit ecd15bb30a, reversing
changes made to acfcdbed24.
2021-01-21 14:29:56 -05:00
Aaron ecd15bb30a Merge branch 'main' of github.com:hykilpikonna/ProjectClock into main 2021-01-21 14:29:30 -05:00
Andrew 431650c366 Sorry! Again 2021-01-21 14:27:31 -05:00
Aaron acfcdbed24 Integrating PuzzleWakeMethod (1/2) 2021-01-21 14:27:27 -05:00
Andrew d200984eaf Simpler Quadratic Problems with a-value of 1 2021-01-21 14:26:56 -05:00
Hykilpikonna d999944dfa [F] Forgot to commit the storyboard 2021-01-21 13:58:28 -05:00
Hykilpikonna 634ad5aaf8 [+] Add a button to stop an alarm 2021-01-21 13:57:37 -05:00
Aaron 2eeb560fbb Started noticiation logic. 2021-01-21 13:46:08 -05:00
Aaron 9312184177 Merge branch 'main' of github.com:hykilpikonna/ProjectClock into main 2021-01-21 09:33:05 -05:00
Aaron 17b300e74c Update AlarmActivationViewController.swift 2021-01-21 09:32:56 -05:00
Hykilpikonna 996a1b343b [PR][F] Vanilla - Fix date index out of range error.
[F] Fix date index out of range error.
2021-01-20 23:51:33 -05:00
VergeDX 03e52c7cb4 [F] Fix date index out of range error. 2021-01-21 10:37:54 +08:00
Hykilpikonna d9a1fe4649 Merge branch 'main' of github.com:hykilpikonna/ProjectClock into main 2021-01-20 15:31:04 -05:00
Hykilpikonna 950e86302c [+] Write comments for Dallon's Code 2021-01-20 15:30:24 -05:00
Andrew b987823a8e Three Simple Math Problems Added
Two simple Algebra Problem (one with two expressions and one with three expressions) and a quadratic problem
2021-01-20 15:18:43 -05:00
Dallon Archibald 5a64dab670 Merge branch 'main' of github.com:hykilpikonna/ProjectClock into main 2021-01-20 11:34:46 -05:00
Dallon Archibald ef72aa8b91 Added alarm name in storyboard and started implementation of adding alarms 2021-01-20 11:34:33 -05:00
Andrew e9d0500132 Math Expression Class to generate math problems 2021-01-20 11:24:53 -05:00
Aaron d5cfddb3fb Merge branch 'main' of github.com:hykilpikonna/ProjectClock into main 2021-01-20 11:24:00 -05:00
Aaron 84e4358fbc Added WakeMethod differentiation 2021-01-20 11:23:50 -05:00
Dallon Archibald f9c1af7fd8 Corrected outlets 2021-01-20 11:10:10 -05:00
Dallon Archibald 54dad7f1d4 Implemented basic outlets 2021-01-20 11:03:36 -05:00
Andrew 56fb9b6a3d setData function
Terrible code, but it works...

With Love,
Andrew Vittiglio
2021-01-19 11:44:05 -05:00
Aaron e0fd1e758d Merge branch 'experimental' into main 2021-01-19 08:31:06 -05:00