GitXplorerGitXplorer
X

cusnews

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
ae7bc8decd3fa22d579358370c667304dda7b001

Update gradle

committed 9 years ago
Unverified
6e44f84530c7573cc166594a9a203253705e28ed

Build bookmark button on list

committed 9 years ago
Unverified
454c08b22a55fa195ab267d0b88b62536d15103d

Add toolbar on item(vertical, grid)

committed 9 years ago
Unverified
7ca1ef7e0f31a4a581b9ec0c9528f647343d5110

Format code

committed 9 years ago
Unverified
7cbad2f16083064baf164994f15b59023c0e14ed

Update liscense

committed 9 years ago
Unverified
bb3972edd5bd1c6d08aa1accc57eace3b583af0e

Add permssion check

committed 9 years ago

README

The README file for this repository.

WhatsUp(Cus!News)

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.

######Released. https://play.google.com/store/apps/details?id=com.cusnews

Tech

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.

API

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
  1. appkey: The api-key from faroo.com.
  2. bmobkey: The application-id from bmob.com.
  3. 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.