Commit Graph

17 Commits

Author SHA1 Message Date
Jeremy Rand
e65f577659 Fix a missing include file. 2023-09-17 20:38:53 -04:00
Jeremy Rand
4de42bf26e Attempting to fix the issue that Kelvin has raised with improper memory handling in NDAInit(). I am simplifying NDAInit() and deferring all memory allocation and cleanup to NDAOpen() and NDAClose(). 2023-08-22 20:17:56 -04:00
Jeremy Rand
b345c60b6f Fix version string to indicate the NDA is in beta. 2022-04-04 17:21:38 -04:00
Jeremy Rand
962c7cdffe Update the Uthernet link layer used in testing from emulators to the latest. 2022-03-29 23:47:42 -04:00
Jeremy Rand
2a5c87e5e2 Bump the version number for the next beta release (or maybe the next release will be v1.0, who knows). 2022-03-27 23:42:36 -04:00
Jeremy Rand
f36bb10f54 Add support for Versions. 2022-03-26 12:37:29 -04:00
Jeremy Rand
8abe16eb2c Update the distribution readme to describe a UI oddity in portrait mode on an iPad. 2022-03-22 22:56:03 -04:00
Jeremy Rand
85373a72d0 Update the readme for the distribution. 2022-03-16 20:26:55 -04:00
Jeremy Rand
cac996788d Handle a disconnect from the other side during connection establishment. 2022-03-15 23:22:56 -04:00
Jeremy Rand
70d98a135a Add some code to pace sending key events when typing. Also, improve the error handling code for the network connection. 2022-03-14 23:48:36 -04:00
Jeremy Rand
789ab04110 Send the NDA window to the back during listening. This way, the key strokes generated has less chance of being consumed by the NDA window which won't do any good. Also add some more ideas for the future. 2022-03-10 22:57:23 -05:00
Jeremy Rand
e7374c74b0 Update version information. 2022-03-07 23:05:53 -05:00
Jeremy Rand
0ec18825ec Send a message to indicate that all text has been typed. This allows the sender to pace things and reduce the amount of re-typing that is required if the recognizer is indecisive. 2022-02-22 23:54:31 -05:00
Jeremy Rand
87a489eb90 Update the readme on progress towards an official release. 2022-01-18 22:52:32 -05:00
Jeremy Rand
27d5111436 Update the distribution readme to reflect the latest work in progress. 2021-12-21 15:22:42 -05:00
Jeremy Rand
650b949e9c Update the network boot image to have the right version of Marinetti. 2021-07-31 00:13:06 -04:00
Jeremy Rand
9d728fd3d6 Initial Commit 2021-07-16 12:37:38 -04:00