Commit 5c4e1acc828ab33e346db44c57f43f2405e1a433

Authored by Imanol-Mikel Barba Sabariego
1 parent b6cb51a4

--no commit message

Showing 1 changed file with 12 additions and 6 deletions
1 1 BUGS:
2   -- messageAvailable checks and status checks NOT working (long operations)
3 2 - On date change, response is overwritten by previous query, trimming needed according to numBytes
4 3 - Sanitize input on name/price change
5   -- Seemingly random crashes
  4 +- Handle disconnects properly
6 5 - Month headers on sale list
  6 +- Add robustness in case of invalid length
  7 +- Add landscape layout and inverted layout
7 8  
8 9 TODO:
9 10  
10   -- Channels and codes to 2 ciphers
11   -
  11 +- Reimplement protocol with async pattern
12 12 - Incident class
13 13 - Incident parser
14 14 - A3 command
  15 +- Channels and codes to 2 ciphers
  16 +
15 17 - Batch command files, definition, parsing and pushing them to the app
16 18 - 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)
17 19 - Implement master key.
  20 +- App in background operations (scan and connect, if success get maintenance and sales data and send it)
  21 +
  22 +
  23 +
  24 +
  25 +
18 26  
19   -CHECK:
20   -- Layouts on another iPhone (4 inch)
... ...