|
0
|
1 |
Geekttrss
|
|
|
2 |
==========
|
|
|
3 |
|
|
1
|
4 |
Geekttrss is an Tiny Tiny Rss reader application with transparent offline mode for the Android platform.
|
|
0
|
5 |
|
|
|
6 |
You will need to install the web application [Tiny Tiny Rss](https://tt-rss.org/) and enable API access.
|
|
|
7 |
Then you will be able to access your Tiny Tiny Rss account from anywhere.
|
|
|
8 |
|
|
|
9 |
Geekttrss is an open source application and licensed under the GNU General Public License 3 and any later version.
|
|
|
10 |
This means that you can get Geekttrss's code and modify it to suit your needs, as long as you publish the changes
|
|
|
11 |
you make for everyone to benefit from as well.
|
|
|
12 |
|
|
|
13 |
Geekttrss is built and maintained by community volunteers.
|
|
|
14 |
|
|
|
15 |
|
|
|
16 |
Build variants
|
|
|
17 |
==============
|
|
|
18 |
|
|
|
19 |
The project builds in 2 flavors :
|
|
|
20 |
|
|
|
21 |
* The Google flavor is distributed on the [Google Play store](https://play.google.com/store/apps/details?id=com.geekorum.ttrss).
|
|
|
22 |
It uses Crashlytics and other Google Play services to retrieve crash reports.
|
|
|
23 |
|
|
|
24 |
* The free flavor is not distributed but can be build from the sources. It doesn't contains any Google Play services.
|
|
|
25 |
|
|
|
26 |
|
|
|
27 |
Build instructions
|
|
|
28 |
==================
|
|
|
29 |
|
|
|
30 |
Just use Gradle to build
|
|
|
31 |
|
|
|
32 |
./gradlew build
|