https://github.com/rozbb/commafeed-android-reader
DEPRECATED: This project is no longer maintained. Please see the Commafeed News+ plugin
https://github.com/rozbb/commafeed-android-reader
Last synced: 9 months ago
JSON representation
DEPRECATED: This project is no longer maintained. Please see the Commafeed News+ plugin
- Host: GitHub
- URL: https://github.com/rozbb/commafeed-android-reader
- Owner: rozbb
- Created: 2013-06-28T11:36:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T00:19:47.000Z (over 11 years ago)
- Last Synced: 2025-04-09T22:00:01.437Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 22.1 MB
- Stars: 18
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CommaFeed Reader for Android
============================
# NOTICE
This project has been discontinued. The current method of using Commafeed on Android is to download [News+](https://play.google.com/store/apps/details?id=com.noinnion.android.newsplus) with the [Commafeed plugin](https://play.google.com/store/apps/details?id=com.commafeed.newsplus) written by [Athou](https://github.com/Athou/).
## Version 0.2.2
This project has been discontinued!
Screenshots
-----------
   
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](https://github.com/excilys/androidannotations/wiki/Eclipse-Project-Configuration)
[Actionbar Sherlock](http://actionbarsherlock.com/usage.html)
License
-------
All source code is licensed under the GPL. See the [GPL](http://www.gnu.org/licenses/gpl.html) website for more information.
All code contribution is greatly appreciated!