Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree authored Jun 19, 2017
1 parent 1cd24bb commit 4f7d4b0
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
# GCDFetchFeed

# Done:
* RSS解析成可用model
* dispatch_group监听多feeds的fetch
## Done

* RSS 解析成可用 model
* dispatch_group 监听多 feeds 的 fetch
* Html convert to Core Text
* feed详情页
* FMDB本地存储 feed
* Atom解析
* feed 详情页
* FMDB 本地存储 feed
* Atom 解析
* 阅读原文
* feed列表的样式调整
* 首页fetch中的效果
* feed 列表的样式调整
* 首页 fetch 中的效果
* 支持点击文章点击后记录已看,显示已看的效果
* 显示列表滚动条
* 读取feed列表时取未读文章。
* 读取 feed 列表时取未读文章
* 支持标记全部已读,右上角添加按钮。同时清除该源下文章
* 首页提供一个fetch中的进度条。
* 首页提供一个 fetch 中的进度条
* 支持系统分享,长按链接,和点击右上角分享按钮
* 内置web浏览器
* 内置 web 浏览器

## Todo List

#Todo List
* 详细页添加一个图片一张张下载的百分比进度条。
* 判断4g和wifi环境,wifi下可串行下载离线浏览图片
* 详细页添加一个图片一张张下载的百分比进度条
* 判断 4g 和 wifi 环境,wifi 下可串行下载离线浏览图片
* 支持手动添加源

# 截图
![截图](https://github.com/ming1016/GCDFetchFeed/blob/master/GCDFetchFeed/resource/ScreenShot1.png?raw=true)
![截图](https://github.com/ming1016/GCDFetchFeed/blob/master/GCDFetchFeed/resource/ScreenShot2.png?raw=true)
![截图](https://github.com/ming1016/GCDFetchFeed/blob/master/GCDFetchFeed/resource/ScreenShot3.png?raw=true)
## 截图

![](https://github.com/ming1016/GCDFetchFeed/blob/master/GCDFetchFeed/resource/ScreenShot1.png?raw=true)|![](https://github.com/ming1016/GCDFetchFeed/blob/master/GCDFetchFeed/resource/ScreenShot2.png?raw=true)|![](https://github.com/ming1016/GCDFetchFeed/blob/master/GCDFetchFeed/resource/ScreenShot3.png?raw=true)
:-------------------------:|:-------------------------:|:-------------------------:

0 comments on commit 4f7d4b0

Please sign in to comment.