repat / miniflux-embedded-android

Android App for Miniflux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miniflux embedded

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.

Usage

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.

Screenshot

Screenshot

App Stores

Get it on Google Play

Tests

Works on

  • Motorola Moto G

Does not work on

Contributors

Artwork

The button is a black/white version of Custom color round square button by theboxmeister from openclipart.org.

Permissions

  • INTERNET, for obvious reasons

License

Version

  • Version 1.0.1

Changelog

  • 1.0.1 : self-signed certificates are accepted
  • 1.0 : initial release, cookies and Miniflux URL are saved

Contact

Developer

Flattr this git repo

About

Android App for Miniflux

License:Other


Languages

Language:Java 100.0%