Demo user cannot be deleted if the demo user flag is enabled.
This commit adds a control at the model level so that the app does not enqueue a delete job for the demo user nor does it try to lock it as soon as the user requests a profile deletion. There are...
View ArticleImproved sanity check.
The improvement affects the code that checks at the end of an ImportSubscriptionWorker if the OpmlImportJobState for the whole OPML import exists and is in state RUNNING. The old code could raise an...
View ArticleMake the uniqueness constraint on the guid attribute of Entry and DeletedEntr...
It makes sense that the guid is case-sensitive; often the guid has the same value as the entry URL, and URLs are case sensitive. This means that e.g. an entry with guid "AAA" and another with guid...
View ArticleAdded theme-color meta tag to HTML header.
This will colorize the address bar with the same orange color as the current app icon, at least for android lollipop and above. For more details about this meta tag:...
View Article