altosui: Remove the dregs of AltosDroid load-old-telem code
authorKeith Packard <keithp@keithp.com>
Sat, 7 Feb 2015 22:40:17 +0000 (14:40 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 7 Feb 2015 22:40:17 +0000 (14:40 -0800)
commit08f07d0af123e1c307bc4c0c973da07fae8246b1
tree384cd304bfa085dfb9521c40551ef6a60030ad8a
parent0d08c427188f7b748d9ea7651143bc843e9c2691
altosui: Remove the dregs of AltosDroid load-old-telem code

AltosDroid used to scan the old .telem file to return to the previous
flight state on restart. Now it just loads the old state object
instead, a vast improvement in performance.

To do that, there were some changes in the altoslib code
required. This patch just removes those, fixing replay bugs in TeleGPS
along the way.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosReplayReader.java
altoslib/AltosTelemetryReader.java
altosui/AltosUI.java