diff options
| author | Keith Packard <keithp@keithp.com> | 2014-09-06 00:39:41 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-09-06 00:39:41 -0700 | 
| commit | dd26ec2e706bdd29090759deeb90090a0e3b74f0 (patch) | |
| tree | bfe90a8ab723340d20e08408d6ea67a28c56e4ab | |
| parent | 18671803d078aa798b603c67b741c3ba4374f41d (diff) | |
altosdroid: Mark completed items as 'done'
Frequency display
Re-load data on restart
Auto re-connect to TBT at correct freq
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | altosdroid/Notebook | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/altosdroid/Notebook b/altosdroid/Notebook index e6116836..5a4df032 100644 --- a/altosdroid/Notebook +++ b/altosdroid/Notebook @@ -8,6 +8,8 @@ Desired AltosDroid feature list   *) Highlight current frequency in the frequency list. +	Placed current frequency in title bar +   *) Random frequency selection. Provide some mechanism to input      arbitrary radio frequencies. Could be like AltosUI which allows      you to edit the list of frequencies and assign names to them, @@ -23,10 +25,14 @@ Desired AltosDroid feature list   *) Remember most-recently-used TBT and frequency, perhaps      auto-connect at startup. + +	Done   *) Re-loading flight data from .telem file to get back to      'find my rocket' mode after shutting down the application. +	Done +   *) Imperial Units mode  	Done | 
