App supports English, Chinese, German content.
App supports push-notifications with buildIn topics(updated pro App-Update).
App supports customizing different push-topics.
App supports saving bookmarks in cloud.
App supports three view-modes and compatible with tablet.
App supports non-image-mode.
App based on Google GAE.
App based on bmob.
App based Faroo API.
Related project faroo-push which provides push-functions for client including WhatsUp.
Use Faroo API to fetch news feeds.
Also to demonstrate new Google's design-library. But I discard its own FAB instead by fab project .
New data-binding infrastruct will also be included.
New GCM features like group, topics will be built to subscribe different daily news update.
Cloud on bmob
The help of dependence of jsoup to filter out html-tags.
Enter lot keys in key.properties under resources directory(live, dev flavors). Don't publish keys to public when fork the project to avoid abuse indeed.
An example of key.properties under resources.
appkey=YciwC32TOr
bmobkey=25e18a1ae36
senderId=5345345345
- appkey: The api-key from faroo.com.
- bmobkey: The application-id from bmob.com.
- senderId: The push-backend on GAE.
Notices:
The backend-db is bmob.
The push-backend based on Google GAE, programmed by golang.
The MIT License (MIT)
Copyright (c) 2015 Chris Xinyue Zhao
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.