File: Notebook

package info (click to toggle)
altos 1.6.8-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 63,748 kB
  • ctags: 36,577
  • sloc: ansic: 92,100; java: 36,273; makefile: 6,495; xml: 3,096; sh: 1,971; pascal: 1,581
file content (108 lines) | stat: -rw-r--r-- 2,239 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Desired AltosDroid feature list

 *) GPS satellite status tab. Monitor GPS C/N0 numbers and
    SVIDs. Provides more info before GPS lock is acquired.

 *) Channel scanning. Provide the ability to search for telemetry
    signals like AltosUI does.

 *) 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,
    or perhaps something better.
  
 *) TM configuration from the droid

 *) Monitor-idle mode

 *) Online maps comes up tracking object at 0,0

 *) Have names for each serial number, default to callsign

Completed features

 *) Highlight current frequency in the frequency list.

	Placed current frequency in title bar

 *) 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

 *) Select satellite imaging mode

	Done

 *) Deal with long bluetooth list. Currently, a list longer than
    the screen makes it impossible to use entries off the bottom.

	Done

 *) Pickle/unpickle state instead of reloading entire history from
    file. Current restart time is lengthy.

	Done

 *) Offline maps

	Done

 *) Multi-tracker management

	Done

 *) Provide units for age field, turn red if old

	Done

 *) TeleBT battery voltage

	Done

 *) Evaluate performance issues

	Done. Offline maps were duplicating tabs at every redisplay.

 *) Merge offline/online maps into single tab with mode

	Done.

 *) Auto select tracker after long delay

	Done.

 *) Select tracker by clicking map

	Done.

 *) Convert to four tab design:

	Done.

 *) Make voice responses depend on selected tab

	Done.

 *) Monitor TeleMega igniters

	Done. Visible only in Pad tab

 *) Make it harder to switch trackers in map view. Too easy to touch
    the screen and switch on accident.

	Done. A menu pops up with trackers within a small radius of
	the touch point, letting you cancel if that wasn't your intent.

 *) Make sure it keeps talking with the screen blanked

	Done. Don't shut down voice when stopping UI.