2023-02-10 00:28:29 +00:00
|
|
|
0.90: got most of the features done, lacking some polish and real-hardware testing
|
2023-02-25 04:46:13 +00:00
|
|
|
1.00: overhauled the whole app, made some margins larger to be easier to tap on
|
2023-02-25 04:59:41 +00:00
|
|
|
1.01: fixed bug that caused rolled dice on the right of screen to be writ off-screen
|
2023-02-25 05:09:16 +00:00
|
|
|
1.02: added vibration when dice is rolled
|
2023-02-25 05:18:26 +00:00
|
|
|
1.03: vibration caused the accelerometer to never stop
|
2023-02-25 05:25:33 +00:00
|
|
|
1.04: decreased vibration strength
|
2023-02-25 12:52:26 +00:00
|
|
|
1.05: toggled the acceleration handler to prevent infinite buzz loop
|
2023-02-25 12:55:52 +00:00
|
|
|
1.06: increased vibration again
|
2023-02-25 13:05:35 +00:00
|
|
|
1.07: IDK how to use promises properly
|
2023-02-25 13:21:42 +00:00
|
|
|
1.08: still trying to fix the lack of vibrations
|
2023-02-25 13:35:18 +00:00
|
|
|
1.09: hopefully now it's fixed?
|
2023-02-25 15:06:52 +00:00
|
|
|
1.10: not having web bluetooth to debug is a PAIN
|
2023-02-25 15:20:26 +00:00
|
|
|
1.11: decreased vibration time, decreased accel requirement
|
2023-02-25 17:17:09 +00:00
|
|
|
1.12: issue with app calling roll function too many times at startup
|
2023-02-25 17:27:24 +00:00
|
|
|
1.13: added a delay after the buzzer stops to prevent multi-rolling
|
2023-02-25 17:35:36 +00:00
|
|
|
1.14: made the delay needlessly long to see if it even does anything
|
2023-02-25 17:48:47 +00:00
|
|
|
1.15: moved accel & vibration commands to the accelHandler function
|
2023-02-25 18:00:36 +00:00
|
|
|
1.16: enabled button usage & temporarily disabled acceleration
|
2023-02-25 18:16:33 +00:00
|
|
|
1.17: made changes to when accelHandler gets overwritten, temporarily disabled button usage
|
2023-02-25 18:27:12 +00:00
|
|
|
1.18: decided to keep around the button even while testing, disabled all safety round the accelHandler self-triggering
|
2023-02-25 18:36:24 +00:00
|
|
|
1.19: added longer delay before resetting accelHandler
|
2023-02-25 19:03:32 +00:00
|
|
|
1.20: removed all traces of accel b/c I've given up
|