altosdroid: Display direction in map view
[fw/altos] / altosdroid / Notebook
1 Desired AltosDroid feature list
2
3  *) GPS satellite status tab. Monitor GPS C/N0 numbers and
4     SVIDs. Provides more info before GPS lock is acquired.
5
6  *) Channel scanning. Provide the ability to search for telemetry
7     signals like AltosUI does.
8
9  *) Random frequency selection. Provide some mechanism to input
10     arbitrary radio frequencies. Could be like AltosUI which allows
11     you to edit the list of frequencies and assign names to them,
12     or perhaps something better.
13   
14  *) TM configuration from the droid
15
16  *) Monitor-idle mode
17
18  *) Monitor TeleMega igniters
19
20 Completed features
21
22  *) Highlight current frequency in the frequency list.
23
24         Placed current frequency in title bar
25
26  *) Remember most-recently-used TBT and frequency, perhaps
27     auto-connect at startup.
28
29         Done
30     
31  *) Re-loading flight data from .telem file to get back to
32     'find my rocket' mode after shutting down the application.
33
34         Done
35
36  *) Imperial Units mode
37
38         Done
39
40  *) Select satellite imaging mode
41
42         Done
43
44  *) Deal with long bluetooth list. Currently, a list longer than
45     the screen makes it impossible to use entries off the bottom.
46
47         Done
48
49  *) Pickle/unpickle state instead of reloading entire history from
50     file. Current restart time is lengthy.
51
52         Done
53
54  *) Offline maps
55
56         Done
57
58  *) Multi-tracker management
59
60         Done
61
62  *) Provide units for age field, turn red if old
63
64         Done
65
66  *) TeleBT battery voltage
67
68         Done
69
70  *) Evaluate performance issues
71
72         Done. Offline maps were duplicating tabs at every redisplay.
73
74  *) Merge offline/online maps into single tab with mode
75
76         Done.
77
78  *) Auto select tracker after long delay
79
80         Done.
81
82  *) Select tracker by clicking map
83
84         Done.
85
86  *) Convert to four tab design:
87
88         Done.
89
90  *) Make voice responses depend on selected tab
91
92         Done.