Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takwolf-deprecated/cnode-material-design
CNode 社区第三方 Android 客户端,原生 App,Material Design 风格,支持夜间模式。
https://github.com/takwolf-deprecated/cnode-material-design
android cnode material
Last synced: about 2 months ago
JSON representation
CNode 社区第三方 Android 客户端,原生 App,Material Design 风格,支持夜间模式。
- Host: GitHub
- URL: https://github.com/takwolf-deprecated/cnode-material-design
- Owner: TakWolf-Deprecated
- License: apache-2.0
- Archived: true
- Created: 2015-08-02T20:09:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T06:35:42.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T15:18:09.420Z (4 months ago)
- Topics: android, cnode, material
- Language: Java
- Homepage: https://cnodejs.org
- Size: 18.6 MB
- Stars: 1,342
- Watchers: 70
- Forks: 347
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Banner](art/banner-1024-500.png)
# CNode Material Design
[![Build Status](https://travis-ci.org/TakWolf/CNode-Material-Design.svg?branch=master)](https://travis-ci.org/TakWolf/CNode-Material-Design)
[![Release](https://img.shields.io/github/release/TakWolf/CNode-Material-Design.svg)](https://github.com/TakWolf/CNode-Material-Design/releases/latest)
[![Platform](https://img.shields.io/badge/platform-Android-green.svg)](https://www.android.com)
[![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg)](https://android-arsenal.com/api?level=14)
[![License](https://img.shields.io/github/license/TakWolf/CNode-Material-Design.svg)](http://www.apache.org/licenses/LICENSE-2.0)![Logo](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png)
[CNode 社区](https://cnodejs.org)第三方 Android 客户端,原生 App,Material Design 风格,支持夜间模式。
## Downloads
[![Google Play](art/get_it_on_google_play.png)](https://play.google.com/store/apps/details?id=org.cnodejs.android.md)
- [Google Play](https://play.google.com/store/apps/details?id=org.cnodejs.android.md)
- [FIR.im](http://fir.im/CNodeMD)
- [360手机助手](http://zhushou.360.cn/detail/index/soft_id/3060683)
- [应用宝](http://android.myapp.com/myapp/detail.htm?apkName=org.cnodejs.android.md)
- [魅族应用商店](http://app.flyme.cn/apps/public/detail?package_name=org.cnodejs.android.md)
- [小米应用商店](http://app.mi.com/detail/118728)
- [豌豆荚](http://www.wandoujia.com/apps/org.cnodejs.android.md)
- [酷安](http://www.coolapk.com/apk/org.cnodejs.android.md)
## Screenshots
![Image](art/screenshot_s01.png) ![Image](art/screenshot_s02.png)
![Image](art/screenshot_s03.png) ![Image](art/screenshot_s04.png)
## Dependencies
- [Butter Knife](https://github.com/JakeWharton/butterknife)
- [Glide](https://github.com/bumptech/glide)
- [Gson](https://github.com/google/gson)
- [Joda-Time](http://www.joda.org/joda-time)
- [Joda-Time-Android](https://github.com/dlew/joda-time-android)
- [OkHttp](https://github.com/square/okhttp)
- [Retrofit](https://github.com/square/retrofit)
- [Android-HeaderAndFooterRecyclerView](https://github.com/TakWolf/Android-HeaderAndFooterRecyclerView)
- [CircleImageView](https://github.com/hdodenhof/CircleImageView)
- [MaterialEditText](https://github.com/rengwuxian/MaterialEditText)
- [materialish-progress](https://github.com/pnikosis/materialish-progress)
- [QRCodeReaderView](https://github.com/dlazaro66/QRCodeReaderView)
- [PhotoView](https://github.com/chrisbanes/PhotoView)
- [MarkdownPapers](http://markdown.tautua.org)
- [jsoup](https://jsoup.org)
- [CNode-OAuth-Login-Android](https://github.com/TakWolf/CNode-OAuth-Login-Android)
- [CNodeMD Page Render Compat](https://github.com/TakWolf/CNodeMD-Page-Render-Compat)
- [Material design icons](https://github.com/google/material-design-icons)
- [Vue.js](http://cn.vuejs.org)
- [github-markdown-css](https://github.com/sindresorhus/github-markdown-css)
## License
```
Copyright 2015 TakWolfLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```