5 Commits

Author SHA1 Message Date
faf561f104 Allow configuring the Home Screen
It can either be the Folders view or the All Notes view.
2020-05-08 19:30:53 +02:00
516768b692 iap: Allow exp to be null
Not sure how this can ever happen, but it's clearly being reported in
Sentry.
2020-05-02 13:33:21 +02:00
45a57da88a Only check if subscription is valid if it has expired
This way we avoid extra network access.
2020-04-22 23:30:50 +02:00
f84642207d Always check if not in pro mode
A person can install the app and be already in pro mode - for example if
they have cleared their cache. Ideally, we shouldn't be checking each
time on boot and instead just be checking when it expires.

Fixes #110
2020-04-20 00:28:24 +02:00
cb126c733a Add missing file 2020-04-10 13:46:49 +02:00