Commit Graph

4 Commits

Author SHA1 Message Date
4f64204ff0 Add beep and vibration when coming close to a known report 2018-07-31 15:46:18 +02:00
57552197a9 Show details for the nearest report 2018-07-13 15:04:51 +02:00
27631855af Proper aria labels for buttons 2018-07-11 01:14:54 +02:00
9d4842b44c Clicking on a report now shows more infos and let users dismiss it
You should update your database by running
```
ALTER TABLE report ADD COLUMN (upvotes INTEGER NOT NULL, downvotes INTEGER NOT NULL)
```

Fix issue #8.
2018-07-06 15:39:35 +02:00