|
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
8
9
|
TODO:
- Incident class
- Incident parser
|
|
10
|
- A3 command
|
|
11
|
- Channels and codes to 2 ciphers
|
|
12
13
|
- Add landscape layout and inverted layout
- Month/Year headers on sale list
|
|
14
|
|
|
15
16
17
|
- 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.
|
|
18
19
20
21
22
23
|
- App in background operations (scan and connect, if success get maintenance and sales data and send it)
|
|
24
|
|