Commit Graph

6 Commits

Author SHA1 Message Date
Lucas Verney 3da34cb148 Use Zanata to handle translations 2018-07-20 15:15:26 +02:00
Lucas Verney 3e2e034fc8 Store settings in store, fix #12 2018-07-10 14:32:48 +02:00
Lucas Verney 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
Lucas Verney 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
Lucas Verney 57bf538325 French translation + automatic select best matching locale 2018-06-28 11:15:48 +02:00
Lucas Verney 2d27e72b33 Initial commit 2018-06-25 18:29:57 +02:00