diff options
| author | dam <dam@gudinoff> | 2022-01-10 17:56:30 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-01-10 17:56:30 +0000 |
| commit | 81b602620412fbad0429e841051c30c537a1b461 (patch) | |
| tree | 780bf47204aa13e41bd5c22e527f7c69f05e5bcc /readme.md | |
| parent | 5ba40857cdc770841d216a27e2a9e8bb3ebf3186 (diff) | |
| download | surgery-log-81b602620412fbad0429e841051c30c537a1b461.tar.zst surgery-log-81b602620412fbad0429e841051c30c537a1b461.zip | |
Split touch logic from stage
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,7 +17,10 @@ Surgery Log - [x] export database to CSV file; - [x] allow to reset database; - [x] split touch logic from database (create TouchItemList); -- [ ] split touch logic from stage (create TouchVerticalContainer); +- [x] split touch logic from stage (create TouchVerticalContainer); +- [ ] on-press: + - highlight item on lists + - mark auto buttons as pressed - [ ] load/store filters CSV file; - [ ] import/export filters to CSV file; - [ ] Implement file access permission check on Android: |
