📱📰 Android client for the Nextcloud news/feed reader app
Find a file
2014-05-22 01:41:28 -04:00
.settings Update APIv1 & APIv2 support 2013-07-15 14:38:01 +02:00
.tx update project structure 2014-01-24 16:48:49 +01:00
Changeloglib@4c127b282e update changeloglib/messagebar and remove invalid language files 2014-03-27 23:14:11 +01:00
MessageBar@fe6ca79e7c update changeloglib/messagebar and remove invalid language files 2014-03-27 23:14:11 +01:00
News-Android-App [tx-robot] updated from transifex 2014-05-22 01:41:28 -04:00
.gitignore update project structure 2014-01-24 16:48:49 +01:00
.gitmodules add git submodules 2014-01-24 17:42:00 +01:00
.project Bug fixes - Implemented an background delay timer which syncs the state 2013-07-16 11:18:48 +02:00
build.gradle update to 0.5.7 - see readme for changelog 2014-03-25 20:57:05 +01:00
COPYING-AGPL.md change repo 2013-05-26 14:39:44 +02:00
COPYING-README.md change repo 2013-05-26 14:39:44 +02:00
gradle.properties Update project structure for gradle build system 2014-01-24 09:45:36 +01:00
gradlew Update project structure for gradle build system 2014-01-24 09:45:36 +01:00
gradlew.bat Update project structure for gradle build system 2014-01-24 09:45:36 +01:00
local.properties update to v0.6.0 2014-04-26 16:47:57 +02:00
News-Android-App.apk update to 0.6.2 2014-05-12 17:38:20 +02:00
News-Android-App.iml bug fix - update to v0.6.1 2014-05-04 13:10:08 +02:00
README.md update to 0.6.2 (fix bug in listview) 2014-05-12 17:37:19 +02:00
remove_invalid_languages.sh update invalid language file 2014-04-18 21:24:36 +02:00
settings.gradle update project structure 2014-01-24 16:48:49 +01:00

ownCloud News Reader - Android App

The ownCloud News Reader Android App is under AGPLv3 License terms. Status: Beta Bugs and enhancements can be reported under: https://github.com/owncloud/News-Android-App/issues

Donate

Flattr this git repo

How to use the Beta App via Google Play ?

Join the following Google Group: https://groups.google.com/d/forum/owncloud-news-android-app there you can find a link (after I accepted you in the group) to Google Play for registering as beta tester of the app.

FAQ:

The app shows an empty Toast when trying to sync or sign-in (little dark box at the button of the screen)

  • Make sure you're using the latest version of the news app and the appframework from GitHub. Otherwise you can use the Android version <= 0.3.3 (via Google Play or GitHub Choose version).

How to compile the App

Requirements:

  1. Android Studio
  2. Git installed (you can do the following stuff without git but I'm not going to show how).

Download and install:

  1. Open cmd/terminal
  2. Navigate to your workspace
  3. Then type in:

git clone --recursive https://github.com/owncloud/News-Android-App.git

for the dev branch:

git clone --recursive https://github.com/owncloud/News-Android-App.git -b dev

Run the following script "remove_invalid_languages.sh"

Import the Project and start coding!

That's all. I hope it works for you! If something is not working, please send me an email to david-dev@live.de

Updates

0.6.3 (in development)

0.6.2 (Google Play)

0.6.1 (Google Play)

0.6.0 (Google Play - Beta)(in development)

0.5.9 (Google Play - Beta)

0.5.8 (Google Play)

0.5.7 (Google Play - Beta)

0.5.6

0.5.5

0.5.4

0.5.3

0.5.2

  • Improvement - Notification when background sync is enabled and new items are received
  • Improvement - Fix high CPU-Load in Detail-View
  • Improvement - Speed up image caching

0.5.0

0.4.11

0.4.10 (unpublished)

0.4.9

0.4.8

0.4.7

  • fixed app crash when sync on startup is enabled
  • faster favIcon pre-caching

0.4.6

  • Fixed app freeze when sync is finished
  • Small improvements

0.4.5 (unpublished)

0.4.4 (unpublished)

0.4.3

  • Fixed issue #104 (0.4.2 does not sync)
  • Fix issue that sometimes Exeptions are not shown
  • Update F-Droid (merge dev with master)
  • Update Language Support from master branch

0.4.2

0.4.1

  • Font settings are also applied to the item detail view now
  • Fix issue that the Button "Download more items" was not working

0.4.0

0.3.9

  • Support for APIv1 and APIv2. (That means the app on Google Play will be updated, too!)
  • Small fixes
  • Improved memory usage while synchronizing
  • Auto sync of item state every 5 minutes
  • Changed font style to Roboto Light

0.3.8

0.3.7

0.3.6

0.3.5

0.3.4

  • Offline reading (Only when you sync items the marked/starred/unread/unstarred items get synchronized. This save a lot of network traffic
  • Offline image caching
  • Login is getting verified when you click sign-in
  • Strict-Hostname-Verification (Important Security Fix)
  • Simple or extended list view
  • Light or dark app Theme
  • Implemented #29 Mark all Article in one Column as readed
  • A lot of other new stuff and fixes

0.3.3

  • Dark/Light App Theme
  • Feed List Design Simple/Extended
  • many new languages have been added

0.3.2

  • Fixed app crash when leaving item detail view.

0.3.1

  • Polish language support added (thank you for translating Cyryl)
  • App crash fixed when no item header text is available
  • Go back in the item view if you press the home button
  • Added Up Button in detail view as fix for GitHub Issue #13
  • Other small fixes

0.3.0

  • Android 2.2+ Support added
  • small bugfixes