Mushtaq123 / iven-feed-reader

Iven news Reader is a light and modern Android feed reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#IVEN NEWS READER

ScreenShot

Iven news Reader is a light and modern Android feed reader that will allow You to read feeds in RSS format (the default blog is XDA).

The app supports 2.3+ devices (minSdkVersion=9) and provides Material theme/elements (Toolbar, material preferences ...) across all Android versions supported, thanks to support libs.

ScreenShot

You can download the latest (7.3.4) signed APK from this repo here: https://github.com/enricocid/lffl-feed-reader/raw/master-as/project/app/app-release.apk

The app is available on:

Google Play Store

Get it on Google Play

F-Droid

Get it on F-Droid

Amazon appstore

Get it on Amazon appstore

Some noticeable features:

  • Light/dark/darker themes;
  • Dark status bar icons (>=Marshmallow)
  • Immersive mode (>=KitKat)
  • Navbar tint (>=KitKat)
  • In-app WebView
  • Option to disable images
  • Text size options
  • Swipe to refresh layout
  • Responsive toolbar design
  • Googlish splash screen/action buttons.

Last but not least:

You can also add CUSTOM FEEDS by opening the navigation drawer. There You can click the add button from the Toolbar, compile the dialog text fields, et voilĂ ! The feeds will be added to a sqlite database and the listview will be updated dynamically. You can also delete them if You want by long clicking on them, the sqlite database and the listview will be updated


NOTES (Please Read):

  1. NOTE: It is highly recommended to use the feedburner service to burn feeds, and enable "Convert format burner" service inside Optimize tab and select "Convert feed format to: RSS 2.0" to ensure the best compatibility.

  2. We are not pro developers, but we hope You'll appreciate our work!

This work is 100% Free and is released under gpl license.


THANKS TO

- Isaac Whitfield @zackehh

RSSfeed sample: https://github.com/zackehh/RSSDemo

- Lucas Urbas @lurbas

Making android toolbar responsive: https://medium.com/@lucasurbas/making-android-toolbar-responsive-2627d4e07129

- Chris Stewart @cstew

An example of a splash screen done the right way: https://github.com/cstew/Splash

- Ha Duy Trung @hidroh

Support multiple themes in your Android app: http://www.hidroh.com/2015/02/16/support-multiple-themes-android-app/

- Stack Overflow


USED LIBRARIES - Android Support Libraries

  • Android Support v4;
  • Android Support Appcompatv7;
  • Android Design Support library;
  • Android v7 Preference;
  • Android Support Percent;

- material-dialogs core by Aidan Follestad @afollestad

Git page: https://github.com/afollestad/material-dialogs

- Jsoup by Jonathan Hedley @jhy

Homepage: http://jsoup.org/

- Glide by Bump Technologies @bumptech

Git page: https://github.com/bumptech/glide


This app follows the KISS phylosophy (https://en.wikipedia.org/wiki/KISS_principle), it means that the code/design will be kept simple & fast with no useless implementations/features. Anyway, if You have a feature request please send us an email with the following informations (use Issues for bug reports only please):

  • Description of the feature;
  • Why You think it would be useful;

About

Iven news Reader is a light and modern Android feed reader

License:GNU General Public License v3.0


Languages

Language:Java 71.3%Language:HTML 28.7%