|
1
|
TESTS:
|
|
2
|
- Multiple fragments
|
|
3
4
5
6
7
|
- Timeout
- A3 command
- A2 command
- Prevent multiple commands sending
|
|
8
|
BUGS:
|
|
9
|
- On date change, response is overwritten by previous query, trimming needed according to numBytes
|
|
10
|
|
|
11
|
TODO:
|
|
12
|
- Channels and codes to 2 ciphers
|
|
13
14
|
- Add landscape layout and inverted layout
- Month/Year headers on sale list
|
|
15
|
|
|
16
17
18
|
- 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.
|
|
19
20
21
22
23
24
|
- App in background operations (scan and connect, if success get maintenance and sales data and send it)
|
|
25
|
|