Igor Bubelov
Igor Bubelov
https://developer.chrome.com/blog/removing-push/ Just saw this post in my feed and remembered this issue. On a second thought, I can't see any benefits in allowing self-signed certs. It's easier to use HTTP...
@DanielSiepmann you've found a hidden feature =) I like "cache transparency", although the app doesn't currently offer any cache management interface. As you can see, the cache structure is already...
@coxde hard Nextcloud dependency is a temporary measure. My current priority is "standalone" mode, which doesn't need a server. Once the app has both NC and standalone backends, adding more...
@coxde it looks pretty good so far. I'll add this backend in the next release. I can also send you a dev build as soon as it will be ready,...
@coxde here is the latest dev build, if you'd like to use Miniflux backend now: http://bubelov.com/news-0.2.9-debug.apk Known issues: - can't add new feeds from mobile yet - the initial sync...
@coxde the app will miss some items, as well as any changes in read/starred flags made from the web interface, I don't really see a way around it yet. You...
@coxde regarding API keys, I have two issues with them: 1. It requires new UI, the first iteration just re-used NC login flow. Supporting tokens is doable but not high-prio...
> Sorry I can't help much, but if it's useful, maybe you can take a look at the code of this [app](https://github.com/ConstantinCezB/Microflux), they seem to be "flawless" in terms of...
@coxde it might just re-fetch everything, this option isn't compatible with incremental sync. I don't see any ways of getting only changes and not re-fetching old entries
FYI: It looks like we're blocked by those issues: https://github.com/miniflux/v2/issues/1059, https://github.com/miniflux/v2/issues/358 I also opened an issue regarding categories, so let's wait for feedback here: https://github.com/miniflux/v2/issues/1240. For now, I implemented a...