CommaFeed-Android-Reader icon indicating copy to clipboard operation
CommaFeed-Android-Reader copied to clipboard

DEPRECATED: This project is no longer maintained. Please see the Commafeed News+ plugin

CommaFeed Reader for Android

NOTICE

This project has been discontinued. The current method of using Commafeed on Android is to download News+ with the Commafeed plugin written by Athou.

Version 0.2.2

This project has been discontinued!

Screenshots

Login Screen Main View Entries View Entry View

Current Features

  • View unread count
  • Browse folders and subscriptions
  • View entries in a basic web view
  • Get pretty HTTP exceptions
  • Use any server running CommaFeed

Limitations

  • Does not retain view state very well
  • Does literally nothing more than view and refresh
  • Depends on the current state (up or down) and latency of CommaFeed itself; it's been shaky on both counts

TODO

  • Faster screen rotation (don't save to file on rotation)
  • Load respective icons from iconURL
  • Make web view much much prettier
  • Locally mark read entries as, well...read
  • Establish an API queue for updating things like read items with the server
  • Use back button to kill running AsyncTasks (once AndroidAnnotations 3.0 is released)
  • Have a "Log Out" option
  • Lots and lots more

Dependencies

  • Android Annotations
  • Actionbar Sherlock
  • Jackson JSON Parser
  • Spring for Android core and REST template

JAR names

Libraries:

  • android-support-v4.jar
  • androidannotations-api-2.7.1.jar
  • jackson-all-1.9.11.jar
  • jackson-annotations-2.2.0.jar
  • spring-android-auth-1.0.1.RELEASE.jar
  • spring-android-core-1.0.1.RELEASE.jar
  • spring-android-rest-template-1.0.1.RELEASE.jar

Annotation Processing:

  • androidannotations-2.7.1.jar

Installation Help

Android Annotations

Actionbar Sherlock

License

All source code is licensed under the GPL. See the GPL website for more information.

All code contribution is greatly appreciated!