Miniflux embedded is an Android app for the minimalist RSS Reader Miniflux. It's basically an embedded WebView that saves your Miniflux URL and cookies. Since Miniflux is responsive there is really no need for a "real" client, except for offline reading. So this app will only save you the trouble of logging in and/or using your browser.
At the very first start and only then it will ask you for your Miniflux URL. If you mistysped, you can un- and reinstall the app or press Clear data under Settings/Apps. It will then prompt you for your credentials. These are saved by the Android internal CookieSyncManager. You can now use the app just like your webreader.
I would strongly suggest a SSL secured(https://) connection!
Developers: Since API 21 (Android 5.0), the CookieSyncManager
is deprecated. An updated version using CookieManager.flush()
will be provided in time. Also, with webSettings.setJavaScriptEnabled(true)
the app is theoretically vulnerable to XSS.
- Motorola Moto G
The button is a black/white version of Custom color round square button by theboxmeister from openclipart.org.
- INTERNET, for obvious reasons
- see LICENSE file
- Version 1.0.1
- 1.0.1 : self-signed certificates are accepted
- 1.0 : initial release, cookies and Miniflux URL are saved
- Homepage: http://repat.de
- e-mail: [email protected]
- Twitter: @repat123