Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

drunlin/guokr-android

Repository files navigation

松果

API Build Status

这是一个果壳网第三方Android客户端。

截图

功能

  • 浏览主题站,小组,问答。
  • 查看和回复文章,帖子,问题。
  • 搜索文章,帖子,问题。
  • 查看通知和站内信。
  • 适配手机和平板。
  • 支持夜间模式。

新版变化

  • 修复在Android N上导航按钮错位。
  • 修复回复可能会出现HTML转义符。

计划

  • 发帖和提问。
  • 查看个人信息。
  • 优化超长图片的显示。
  • 修复部分弹窗转屏会消失。

编译

  • 设置环境变量JAVA_HOME为Oracle JDK 7的路径,JAVA8_HOME为Oracle JDK 8的路径。更多请看gradle-retrolambda
  • 设置环境变量ANDROID_HOME为Android SKD的路径,用Android Studio可以忽略。
  • 对UI的测试需要注意UiTestCase这个类。
  • $ ./gradlew assembleDebug

特别感谢

License

The MIT License (MIT)

Copyright (c) 2016 drunlin@outlook.com

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 PresICULAR 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.