log src/com/five_ten_sg/connectbot/service/TerminalMonitor.java @ 425:b284b8f9e535 stable-1.9.0-8

age author description
Fri, 31 Oct 2014 17:22:05 -0700 Carl Byington cleanup logging stable-1.9.0-8
Fri, 31 Oct 2014 12:40:09 -0700 Carl Byington updateDirty before testChanged, try to eliminate sending duplicate screenChanged to the monitor
Thu, 30 Oct 2014 16:27:31 -0700 Carl Byington synchronize font size listeners; log get/set field values
Wed, 29 Oct 2014 18:03:42 -0700 Carl Byington break out of infinite loop
Wed, 29 Oct 2014 13:28:59 -0700 Carl Byington remove unneeded catch
Wed, 29 Oct 2014 12:12:48 -0700 Carl Byington monitor failure should not kill the TE
Fri, 24 Oct 2014 17:49:50 -0700 Carl Byington wait for monitor socket to be created
Fri, 24 Oct 2014 17:48:43 -0700 Carl Byington wait for monitor socket to be created
Fri, 24 Oct 2014 17:41:43 -0700 Carl Byington wait for monitor socket to be created
Fri, 24 Oct 2014 14:19:06 -0700 Carl Byington fix broken fillRegenerationBuffer/fillScreenArray attempt to handle missing attributes; fix setfield outside screen boundaries
Tue, 21 Oct 2014 13:11:59 -0700 Carl Byington fix bad args to arrays.fill(); bump version number
Mon, 20 Oct 2014 19:14:39 -0700 Carl Byington Backed out changeset 2f2b5a244a4d stable-1.9.0
Mon, 20 Oct 2014 19:14:10 -0700 Carl Byington Backed out changeset 2a416391ffc3
Mon, 20 Oct 2014 19:12:52 -0700 Carl Byington Backed out changeset aeb8c2e6d83a
Wed, 15 Oct 2014 18:03:27 -0700 Carl Byington add queue to buffer monitor socket writes to prevent blocking on socket output stream write
Wed, 15 Oct 2014 18:00:06 -0700 Carl Byington add queue to buffer monitor socket writes to prevent blocking on socket output stream write
Wed, 15 Oct 2014 17:55:59 -0700 Carl Byington add queue to buffer monitor socket writes to prevent blocking on socket output stream write
Wed, 30 Jul 2014 14:16:58 -0700 Carl Byington fix java formatting ganymed
Mon, 14 Jul 2014 12:24:29 -0700 Carl Byington add range checking on get/set fields
Mon, 14 Jul 2014 12:22:46 -0700 Carl Byington add range checking on get/set fields
Mon, 14 Jul 2014 12:21:43 -0700 Carl Byington add range checking on get/set fields
Thu, 10 Jul 2014 14:21:10 -0700 Carl Byington activate needs to send a cursor update
Wed, 09 Jul 2014 09:37:00 -0700 Carl Byington add why argument on cursor updates
Wed, 09 Jul 2014 09:03:04 -0700 Carl Byington delay testChanged() by 10ms for async transports; sendScreen resets watch area to the entire screen
Mon, 07 Jul 2014 12:32:22 -0700 Carl Byington cursor movement reporting changes
Mon, 07 Jul 2014 10:19:04 -0700 Carl Byington unsigned short -1 is 65535
Mon, 07 Jul 2014 09:57:13 -0700 Carl Byington use array copy rather than loops
Thu, 03 Jul 2014 08:46:25 -0700 Carl Byington add cursor request command to the TE
Wed, 02 Jul 2014 12:36:54 -0700 Carl Byington add f13 thru f24 keys
Wed, 02 Jul 2014 10:13:15 -0700 Carl Byington send cursor movement caused by user keystrokes to the monitor