mirror of https://github.com/seazon/FeedMe.git
3.8.4
This commit is contained in:
parent
e7949acb1d
commit
45edd029ab
|
@ -10,7 +10,7 @@ FeedMe is an reader client application for RSS service:
|
||||||
This is the documentation of FeedMe.
|
This is the documentation of FeedMe.
|
||||||
|
|
||||||
## Version:
|
## Version:
|
||||||
3.8.3
|
3.8.4
|
||||||
|
|
||||||
## Download:
|
## Download:
|
||||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
### 3.8.4
|
||||||
|
###### 2018-7-8
|
||||||
|
- [new] Add `Data Collection` option in `Settings` - `About `, default is disabled.
|
||||||
|
- [fix] Fix image duplication issue of Mercury mobilizer.
|
||||||
|
|
||||||
### 3.8.3
|
### 3.8.3
|
||||||
###### 2018-7-7
|
###### 2018-7-7
|
||||||
- [optimize] Mobilizer displays the reason when fetching article fails, and providing `report issue` at bottom.
|
- [optimize] Mobilizer displays the reason when fetching article fails, and providing `report issue` at bottom.
|
||||||
|
|
|
@ -10,7 +10,7 @@ FeedMe是一个RSS阅读器,支持以下RSS服务:
|
||||||
这是FeedMe的使用文档。
|
这是FeedMe的使用文档。
|
||||||
|
|
||||||
## 版本:
|
## 版本:
|
||||||
3.8.3
|
3.8.4
|
||||||
|
|
||||||
## 下载:
|
## 下载:
|
||||||
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
- https://play.google.com/store/apps/details?id=com.seazon.feedme
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
### 3.8.4
|
||||||
|
###### 2018-7-8
|
||||||
|
- [新增] 在`设置`-`关于`增加`数据收集`的选项,默认为关闭。
|
||||||
|
- [修复] 修复 Mercury mobilizer 图片重复的问题。
|
||||||
|
|
||||||
### 3.8.3
|
### 3.8.3
|
||||||
###### 2018-7-7
|
###### 2018-7-7
|
||||||
- [优化] Mobilizer 获取文章失败时显示原因,并在底部提供`report issue`按钮。
|
- [优化] Mobilizer 获取文章失败时显示原因,并在底部提供`report issue`按钮。
|
||||||
|
|
|
@ -7,7 +7,7 @@ So FeedMe need this permission to achieve this suspending function.
|
||||||
|
|
||||||
## External server
|
## External server
|
||||||
- FeedMe has no server to save your data.
|
- FeedMe has no server to save your data.
|
||||||
- FeedMe uses umeng ( http://mobile.umeng.com/analytics ) to collect user data, mainly for collecting crash data.
|
- FeedMe uses umeng ( http://mobile.umeng.com/analytics ) to collect user data, mainly for collecting crash data. **Since FeedMe v3.8.4, umeng is disabled by default. You can find the option in Settings - About - Data Collection**
|
||||||
- FeedMe uses RSS server APIs to get feeds data for you.
|
- FeedMe uses RSS server APIs to get feeds data for you.
|
||||||
|
|
||||||
## Q&A
|
## Q&A
|
||||||
|
@ -21,4 +21,4 @@ A: Yes, besides connect to umeng.
|
||||||
- FeedMe won't use your other information in your storage.
|
- FeedMe won't use your other information in your storage.
|
||||||
|
|
||||||
##### Q:Is any third party library used that tracks?
|
##### Q:Is any third party library used that tracks?
|
||||||
A: I have listed the third party libraries ( https://github.com/seazon/FeedMe/blob/master/doc/en/licenses.md ). You can check their documents or source codes.
|
A: I have listed the third party libraries ( https://github.com/seazon/FeedMe/blob/master/doc/en/licenses.md ). You can check their documents and source codes.
|
Loading…
Reference in New Issue