Skip to content

Commit

Permalink
update version and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyShieh committed Aug 14, 2016
1 parent 8f23402 commit 6931d99
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/JohnnyShieh/Gank/blob/master/LICENSE)
![SDK](https://img.shields.io/badge/SDK-19%2B-orange.svg)
![Release](https://img.shields.io/badge/release-v1.0-blue.svg)
![Release](https://img.shields.io/badge/release-v1.1-blue.svg)

简洁美观的干货集中营(gank.io)的非官方安卓客户端, 数据来源于[干货集中营](http://gank.io/)

Expand Down Expand Up @@ -32,6 +32,8 @@ App基本包含下面几个页面:

* 福利页面显示妹纸图片, 点击可进入浏览大图

* 搜索页面可以搜索干货

* 最后再加上关于和反馈页面

基本上使用原生的控件实现, 首先使用support包中DrawLayout实现侧滑抽屉式导航, 使用Toolbar替换之前的Actionbar, 并在Android 5.0上实现沉浸式状态. 主页和Android分类页等都是用SwipeRefreshLayout + RecyclerView, 点击具体干货进入WebViewActivity使用WebView加载网页.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ allprojects {

ext {
androidApplicationId = 'com.johnny.gank'
androidVersionCode = 1
androidVersionName = "1.0"
androidVersionCode = 2
androidVersionName = "1.1"
testApplicationId = 'com.johnny.gank'
}
}
Expand Down
Binary file modified screenshots/android.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/navigation.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/picture.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/today.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/welfare.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6931d99

Please sign in to comment.