|
1
2
3
|
TESTS:
- Test disconnection
|
|
4
|
BUGS:
|
|
5
|
- On date change, response is overwritten by previous query, trimming needed according to numBytes
|
|
6
|
|
|
7
|
TODO:
|
|
8
|
- Error reporting function
|
|
9
|
- Toast if success or error on processMessage (except nav changes)
|
|
10
11
|
- Incident class
- Incident parser
|
|
12
|
- A3 command
|
|
13
|
- BYE command
|
|
14
|
- Channels and codes to 2 ciphers
|
|
15
16
|
- Add landscape layout and inverted layout
- Month/Year headers on sale list
|
|
17
|
|
|
18
19
20
|
- Batch command files, definition, parsing and pushing them to the app
- Implement user auth. Server authenticates the app ONCE on install and allows to control ONE machine (key gets validated on server and then stored on app)
- Implement master key.
|
|
21
22
23
24
25
26
|
- App in background operations (scan and connect, if success get maintenance and sales data and send it)
|
|
27
|
|