2017-05-27 21:05:27 +00:00
|
|
|
# ReaderForSelfoss
|
|
|
|
|
2017-05-30 18:37:27 +00:00
|
|
|
[![CircleCI](https://circleci.com/gh/aminecmi/ReaderforSelfoss/tree/master.svg?style=svg)](https://circleci.com/gh/aminecmi/ReaderforSelfoss/tree/master)
|
2017-05-29 17:13:42 +00:00
|
|
|
|
2017-06-08 19:28:15 +00:00
|
|
|
[![Stories in Ready](https://badge.waffle.io/aminecmi/ReaderforSelfoss.svg?label=ready&title=Ready)](http://waffle.io/aminecmi/ReaderforSelfoss)
|
|
|
|
|
2017-05-27 21:05:27 +00:00
|
|
|
This is the repo of [Reader For Selfoss](https://play.google.com/store/apps/details?id=apps.amine.bou.readerforselfoss&hl=en).
|
|
|
|
|
|
|
|
It's an RSS Reader for Android, that **only** works with [Selfoss](https://selfoss.aditu.de/)
|
|
|
|
|
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
You can directly import this project into IntellIJ/Android Studio.
|
|
|
|
|
|
|
|
You'll have to:
|
|
|
|
|
|
|
|
- [Create your own launcher icon](https://developer.android.com/studio/write/image-asset-studio.html#creating-launcher)
|
|
|
|
|
|
|
|
- Configure Fabric, or [remove it](https://docs.fabric.io/android/fabric/settings/removing.html#).
|
|
|
|
- Define the following in `res/values/strings.xml` or create `res/values/secrets.xml`
|
|
|
|
|
|
|
|
- mercury: A [Mercury](https://mercury.postlight.com/web-parser/) web parser api key for the internal browser
|
2017-05-28 00:29:42 +00:00
|
|
|
- feedback_email: An email to receive users feedback.
|
|
|
|
- source_url: an url to the source code, used in the settings
|
|
|
|
- tracker_url: an url to the tracker, used in the settings
|
2017-05-27 21:05:27 +00:00
|
|
|
|
|
|
|
## Useful links
|
|
|
|
|
|
|
|
- [Check what changed](https://github.com/aminecmi/ReaderforSelfoss/blob/master/CHANGELOG.md)
|
|
|
|
- [See what I'm doing](https://github.com/aminecmi/ReaderforSelfoss/projects/1)
|
|
|
|
- [Create an issue, or request a new feature](https://github.com/aminecmi/ReaderforSelfoss/issues)
|