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
Tue, 01 Jul 2014 20:53:08 -0700 Carl Byington add switch session command from the monitor
Tue, 01 Jul 2014 20:50:35 -0700 Carl Byington add switch session command from the monitor
Tue, 01 Jul 2014 20:07:12 -0700 Carl Byington add switch session command from the monitor
Mon, 23 Jun 2014 17:54:39 -0700 Carl Byington add showurl command
Mon, 23 Jun 2014 11:18:02 -0700 Carl Byington allow zero length setfield
Sun, 22 Jun 2014 13:02:36 -0700 Carl Byington add ptt button p2 preference
Sun, 22 Jun 2014 07:57:20 -0700 Carl Byington monitor key state tracking
Sat, 21 Jun 2014 17:18:06 -0700 Carl Byington testing setfield functions
Sat, 21 Jun 2014 07:32:20 -0700 Carl Byington test setfield() cursor movement always sets the field contents
Sat, 21 Jun 2014 07:30:09 -0700 Carl Byington test setfield() cursor movement always sets the field contents
Wed, 18 Jun 2014 14:24:00 -0700 Carl Byington depress() keys from the terminal monitor go straight thru buffer.keyPressed() rather than detour though the key listener
Wed, 18 Jun 2014 13:03:01 -0700 Carl Byington cleanup java formatting
Tue, 17 Jun 2014 15:59:20 -0700 Carl Byington finish setField()
Tue, 17 Jun 2014 15:57:18 -0700 Carl Byington finish setField()
Mon, 16 Jun 2014 08:24:00 -0700 Carl Byington merge tn5250 branch into default
Fri, 13 Jun 2014 19:06:01 -0700 Carl Byington use 5250 encryption config entry tn5250
Wed, 11 Jun 2014 09:29:22 -0700 Carl Byington start tn5250 integration tn5250
Tue, 03 Jun 2014 08:48:14 -0700 Carl Byington cleaner url for MS vk_ key documentation
Thu, 29 May 2014 20:18:13 -0700 Carl Byington delay sending cursor move notifications until the host is quiet
Thu, 29 May 2014 20:17:16 -0700 Carl Byington delay sending cursor move notifications until the host is quiet
Thu, 29 May 2014 20:15:58 -0700 Carl Byington delay sending cursor move notifications until the host is quiet
Thu, 29 May 2014 12:40:27 -0700 Carl Byington queue pending monitor commands until socket is open
Thu, 22 May 2014 10:41:19 -0700 Carl Byington initial version