Commit Graph

6 Commits

Author SHA1 Message Date
3e2e034fc8 Store settings in store, fix #12 2018-07-10 14:32:48 +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
4cd2d49db9 Let user disable sleep prevention 2018-07-03 19:01:56 +02:00
aa3d2065a9 Settings should not take all available space 2018-06-28 22:49:52 +02:00
4493dc35fe Only start NoSleep after the first user interaction 2018-06-28 15:08:56 +02:00
a4564ad053 Add the ability to add a report anywhere through long press + preferences section to set the locale 2018-06-28 14:40:56 +02:00