news-android/README.md

87 lines
2.7 KiB
Markdown
Raw Normal View History

2017-10-22 14:01:10 +00:00
Nextcloud News Reader Android App
2013-06-10 17:31:42 +00:00
==================================
2017-10-22 14:01:10 +00:00
The Nextcloud News Reader Android App is under [AGPLv3](https://www.gnu.org/licenses/license-list.html#AGPLv3.0) License terms.
2013-06-10 17:31:42 +00:00
2013-07-30 10:32:27 +00:00
<p>
2017-11-09 22:17:12 +00:00
<a href='https://play.google.com/store/apps/details?id=de.luhmer.owncloudnewsreader&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
2017-11-09 22:33:21 +00:00
<img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height="100"/>
2013-07-30 07:19:23 +00:00
</a>
2013-07-30 10:32:27 +00:00
2017-11-09 22:29:15 +00:00
<a href="https://f-droid.org/app/de.luhmer.owncloudnewsreader">
<img src="https://f-droid.org/badge/get-it-on.png"
alt="Get it on F-Droid" height="100">
2013-07-30 10:32:27 +00:00
</a>
</p>
2015-11-18 20:44:08 +00:00
*Bugs and enhancements can be reported under*: https://github.com/owncloud/News-Android-App/issues
2013-07-30 10:32:27 +00:00
Donate
==================================
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=david-dev&url=https://github.com/owncloud/News-Android-App&title=News-Android-App&language=JAVA&tags=github&category=software)
2013-07-30 07:19:23 +00:00
How to use the Beta App via Google Play?
2013-07-06 18:53:27 +00:00
==================================
2017-11-09 22:33:21 +00:00
[Nextcloud News Beta](https://play.google.com/apps/testing/de.luhmer.owncloudnewsreader)
2017-11-09 22:17:12 +00:00
2013-07-06 19:03:20 +00:00
2013-06-21 21:42:08 +00:00
Help to translate
==================================
Have you found a translation error? Or would you like to use ownCloud News Reader in your
native language?
2016-03-06 15:24:19 +00:00
You can [join the translation team](https://www.transifex.com/owncloud-org/owncloud/) and improve one of over 100 languages (it's the android-news app).
2013-07-15 12:27:33 +00:00
How to compile the App
==================================
Requirements:
2013-07-15 12:27:33 +00:00
-----------------------
2015-11-18 20:44:08 +00:00
1. Android Studio
Download and install:
2013-07-15 12:27:33 +00:00
-----------------------
2015-11-18 20:44:08 +00:00
1. Open cmd/terminal
2015-11-18 20:44:08 +00:00
2. Navigate to your workspace
2015-11-18 20:44:08 +00:00
3. Then type in:
2017-05-28 21:39:27 +00:00
2015-11-18 20:44:08 +00:00
git clone --recursive https://github.com/owncloud/News-Android-App.git
2017-05-28 21:39:27 +00:00
2015-11-18 20:44:08 +00:00
for the dev branch:
2017-05-28 21:39:27 +00:00
2015-11-18 20:44:08 +00:00
git clone --recursive https://github.com/owncloud/News-Android-App.git -b dev
2017-05-28 21:39:27 +00:00
2013-07-15 12:27:33 +00:00
2015-11-18 20:44:08 +00:00
5. Import the Project and start coding!
2014-05-12 15:37:19 +00:00
6. If you should ever get a Gradle error `Configuration with name 'default' not found`
while building, execute following commands in the projects root directory:
2017-05-28 21:39:27 +00:00
git submodule init
git submodule update
2017-05-28 21:39:27 +00:00
2015-11-18 20:44:08 +00:00
That's all. I hope it works for you! If something is not working, please send me an email to david-dev@live.de
2013-07-15 12:27:33 +00:00
Contributors
==================================
* [David Luhmer](https://github.com/David-Development) (Maintainer)
* [Daniel Schaal](https://github.com/schaal)
2017-01-30 20:17:34 +00:00
* [otrichet](https://github.com/otrichet)
* [cemrich](https://github.com/cemrich)
* [Benjamin Stephan](https://github.com/b3nson)
* [Stefan Niedermann](https://github.com/stefan-niedermann)
2017-10-25 16:10:01 +00:00
2017-11-09 18:30:46 +00:00
Changelog
2013-06-21 21:42:08 +00:00
==================================
2017-11-09 22:33:21 +00:00
- see [CHANGELOG.md](CHANGELOG.md)