ReadYou: Add Chinese(Traditional) Translate[2/2] (#169)

* ReadYou: Add Chinese(Traditional) Translate

I'm Taiwanese, who works on Android and Translation projects.

Signed-off-by: Edward Wu <bluehome.wu@gmail.com>

* ReadYou: Translate F-Droid Fastline files

Signed-off-by: Edward Wu <bluehome.wu@gmail.com>
This commit is contained in:
EdwardWu 2022-08-04 09:31:15 +08:00 committed by GitHub
parent 8be8877174
commit 5eba7e4ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
40 changed files with 619 additions and 2 deletions

View File

@ -24,7 +24,8 @@
<p>这是一个在 Android 上的 <a href="https://reederapp.com/">Reeder</a> 仿制品,为了让 Android 拥有一个与 Reeder 相似的 RSS 阅读器。</p>
<p><a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README.md">English by DeepL</a>&nbsp;&nbsp;|&nbsp;&nbsp;
<a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README-de.md">Deutsch</a>&nbsp;&nbsp;|&nbsp;&nbsp;
简体中文</p>
简体中文</p>&nbsp;&nbsp;|&nbsp;&nbsp;
<a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README-zh-TW.md">繁體中文</a></p>
<br/>
<br/>
<img src="./fastlane/metadata/android/zh/images/startup.png" width="19.2%" alt="startup" />

100
README-zh-TW.md Normal file
View File

@ -0,0 +1,100 @@
<div align="center">
<img width="200" height="200" style="display: block; border: 1px solid #f5f5f5; border-radius: 9999px;" src="./fastlane/metadata/android/en-US/images/icon.png">
</div>
<br>
<br>
<br>
<div align="center">
<img alt="GitHub" src="https://img.shields.io/github/license/Ashinch/ReadYou?color=c3e7ff&style=flat-square">
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Ashinch/ReadYou?color=c3e7ff&style=flat-square">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/Ashinch/ReadYou?color=c3e7ff&style=flat-square">
<br>
<a target="_blank" href="https://t.me/ReadYouApp">
<img alt="Telegram" src="https://img.shields.io/badge/Telegram-ReadYouApp-c3e7ff?logo=telegram&style=flat-square">
</a>
<a target="_blank" href="https://www.figma.com/file/ViBW8GbUgkTMmK6a80h8X1/Read-You?node-id=7028%3A23673">
<img alt="Figma" src="https://img.shields.io/badge/Figma-ReadYou-c3e7ff?logo=figma&style=flat-square">
</a>
</div>
<div align="center">
<h1>Read You</h1>
<p>這是一個在 Android 上的 <a href="https://reederapp.com/">Reeder</a> 仿製品,為了讓 Android 擁有一個與 Reeder 相似的 RSS 閱讀器。</p>
<p><a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README.md">English by DeepL</a>&nbsp;&nbsp;|&nbsp;&nbsp;
<a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README-de.md">Deutsch</a>&nbsp;&nbsp;|&nbsp;&nbsp;
<a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README-zh-CN.md">简体中文</a>&nbsp;&nbsp;|&nbsp;&nbsp;
繁體中文</p>
<br/>
<br/>
<img src="./fastlane/metadata/android/zh/images/startup.png" width="19.2%" alt="startup" />
<img src="./fastlane/metadata/android/zh/images/feeds.png" width="19.2%" alt="startup" />
<img src="./fastlane/metadata/android/zh/images/flow.png" width="19.2%" alt="startup" />
<img src="./fastlane/metadata/android/zh/images/read.png" width="19.2%" alt="startup" />
<img src="./fastlane/metadata/android/zh/images/settings.png" width="19.2%" alt="startup" />
<br/>
<br/>
</div>
## 特性
**Read You** 結合了 Reeder 的交互邏輯與 [Material Design 3 (You)](https://m3.material.io/) 的設計風格。
以下是目前取得的進展和近期將要努力的目標:
- [x] 本地
- [x] 訂閱 RSS 連結
- [x] 匯入 OPML 文件
- [x] 文章同步
- [x] 文章更新通知
- [x] 全文分析
- [x] 過濾未讀、星標
- [x] 訂閱源分組
- [x] 本地化
- [x] 匯出 OPML 文件
- [x] 文章搜尋
- [ ] 偏好設定
- [ ] 發布 APK
- [ ] 小工具
- [ ] ...
- [ ] Fever API 支持
- [ ] Google Reader API 支持
- [ ] Inoreader API 支持
- [ ] ...
> 以上特性僅是初步實現,可能存在某些未知 BUG仍需進行測試和最佳化。
## 構建
> 如果你想要預覽 Read You 應用,可以在 [Telegram 頻道](https://t.me/ReadYouApp) 中獲取 **預覽版本** 的 APK 文件。
**Read You** 基於 Android 原生的 [Jetpack Compose](https://developer.android.com/jetpack/compose) 架構實現。
1. 首先需要獲取 **Read You** 的原始碼:
```shell
git clone https://github.com/Ashinch/ReadYou.git
```
2. 然後通過 [Android Studio (最新版本)](https://developer.android.com/studio) 打開。
3. 點擊 `▶ 運行Run` 按鈕後將會自動構建並運行。
> 如遇卡頓現象,請選擇 Release 版本構建。
## 感謝開源
- [MusicYou](https://github.com/Kyant0/MusicYou)
- [ParseRSS](https://github.com/muhrifqii/ParseRSS): [MIT](https://github.com/muhrifqii/ParseRSS/blob/master/LICENSE)
- [Readability4J](https://github.com/dankito/Readability4J): [Apache License 2.0](https://github.com/dankito/Readability4J/blob/master/LICENSE)
- [opml-parser](https://github.com/mdewilde/opml-parser): [Apache License 2.0](https://github.com/mdewilde/opml-parser/blob/master/LICENSE)
- [compose-html](https://github.com/ireward/compose-html): [Apache License 2.0](https://github.com/ireward/compose-html/blob/main/LICENSE.txt)
- [Rome](https://github.com/rometools/rome): [Apache License 2.0](https://github.com/rometools/rome/blob/master/LICENSE)
- [Feeder](https://gitlab.com/spacecowboy/Feeder): [GPL v3.0](https://gitlab.com/spacecowboy/Feeder/-/blob/master/LICENSE)
## 許可證
[GNU GPL v3.0](https://github.com/Ashinch/ReadYou/blob/main/LICENSE)

View File

@ -24,7 +24,8 @@
<p>This is a copy of <a href="https://reederapp.com/">Reeder</a>, in order to give Android an RSS reader similar to Reeder.</p>
<p>English by DeepL&nbsp;&nbsp;|&nbsp;&nbsp;
<a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README-de.md">Deutsch</a>&nbsp;&nbsp;|&nbsp;&nbsp;
<a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README-zh.md">简体中文</a></p>
<a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README-zh.md">简体中文</a>&nbsp;&nbsp;|&nbsp;&nbsp;
<a target="_blank" href="https://github.com/Ashinch/ReadYou/blob/main/README-zh-TW.md">繁體中文</a></p>
<br/>
<br/>
<img src="./fastlane/metadata/android/en-US/images/startup.png" width="19.2%" alt="startup" />

View File

@ -0,0 +1,28 @@
# 服務條款與隱私政策
### 隱私政策
我非常重視您的隱私。**Read You** 不收集任何用戶數據,所有敏感訊息(密碼和其他帳戶訊息)都安全地儲存在您設備上的本機應用程式資料庫中。
**Read You** 將使用以下權限為您提供服務:
- 存取網路權限(用於存取您所指定的線上內容)
- 取得網路狀態權限(用於取得目前設備是否擁有可供使用的網路條件)
- 背景服務權限(用於定時自動地為您同步已收藏的內容)
### 第三方服務
本政策不適用於您與 **Read You** 一起使用的第三方服務。您可以在所使用的第三方服務的網站上查閱相關的隱私政策。
### 免責聲明
**Read You** 僅是一款內容收藏工具。您在使用 **Read You** 的過程中,應遵守所在國家和地區的法律法規,因您的行為所產生的一切責任將由您個人承擔。
### 開源許可
**Read You** 是一個使用 GNU GPL 3.0 開源許可協議的開源項目 ①,允許您免費使用、引用、修改 **Read You** 的原始碼,但不允許修改後和其衍生的代碼作為閉源的商業軟體進行發布和銷售。具體細節請查看完整的 GNU GPL 3.0 開源許可協議 ②。
### 附錄
1. [https://github.com/Ashinch/ReadYou](https://github.com/Ashinch/ReadYou)
2. [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)

View File

@ -0,0 +1,305 @@
<resources>
<string name="all">全部</string>
<plurals name="all_desc">
<item quantity="other">%1$d 項已歸檔</item>
</plurals>
<string name="unread">未讀</string>
<plurals name="unread_desc">
<item quantity="other">%1$d 項未讀</item>
</plurals>
<string name="starred">已加星標</string>
<plurals name="starred_desc">
<item quantity="other">%1$d 項已加星標</item>
</plurals>
<string name="feeds">群組</string>
<string name="syncing">正在同步…</string>
<string name="loading">載入中…</string>
<string name="expand_less">收縮</string>
<string name="expand_more">展開</string>
<string name="confirm">確認</string>
<string name="cancel">取消</string>
<string name="allow">允許</string>
<string name="deny">拒絕</string>
<string name="defaults">預設</string>
<string name="unknown">未知</string>
<string name="back">返回</string>
<string name="go_to">轉到</string>
<string name="settings">設定</string>
<string name="refresh">重新整理</string>
<string name="search">搜尋</string>
<string name="searching">搜尋中…</string>
<string name="subscribe">訂閱</string>
<string name="already_subscribed">已有訂閱</string>
<string name="clear">清空</string>
<string name="paste">貼上</string>
<string name="feed_or_site_url">訂閱源或站點連結</string>
<string name="import_from_opml">匯入 OPML 文件</string>
<string name="preset">預設</string>
<string name="selected">已選擇</string>
<string name="allow_notification">允許通知</string>
<string name="all_allow_notification_tips">允許 \"%1$s\" 群組中的所有訂閱源發出通知。</string>
<string name="all_allow_notification_toast">已全部允許 \"%1$s\" 群組中的通知</string>
<string name="all_deny_notification_toast">已全部拒絕 \"%1$s\" 群組中的通知</string>
<string name="parse_full_content">全文分析</string>
<string name="all_parse_full_content_tips">對 \"%1$s\" 群組中的所有文章進行全文分析。</string>
<string name="all_parse_full_content_toast">全文分析 \"%1$s\" 群組中的文章</string>
<string name="all_deny_parse_full_content_toast">不再全文分析 \"%1$s\" 群組中的文章</string>
<string name="clear_articles">清空文章</string>
<string name="clear_articles_in_feed_toast">已清空 \"%1$s\" 訂閱源中所有已歸檔的文章。</string>
<string name="clear_articles_in_group_toast">已清空 \"%1$s\" 群組中所有已歸檔的文章。</string>
<string name="clear_articles_feed_tips">清空 \"%1$s\" 訂閱源中所有已歸檔的文章。</string>
<string name="clear_articles_group_tips">清空 \"%1$s\" 群組中所有已歸檔的文章。</string>
<string name="add_to_group">增加到群組</string>
<string name="move_to_group">移動到群組</string>
<string name="all_move_to_group_tips">將 \"%1$s\" 群組中的所有訂閱源移動至 \"%2$s\" 群組。</string>
<string name="all_move_to_group_toast">已全部移動至 \"%1$s\" 群組</string>
<string name="rename">重新命名</string>
<string name="change_url">更改連結</string>
<string name="rename_toast">已重新命名為 \"%1$s\"</string>
<string name="create_new_group">新增群組</string>
<string name="name">名稱</string>
<string name="open_with">打開 %1$s</string>
<string name="options">選項</string>
<string name="delete">刪除</string>
<string name="delete_toast">\"%1$s\" 已被刪除</string>
<string name="unsubscribe">取消訂閱</string>
<string name="unsubscribe_tips">不再訂閱 \"%1$s\",同時刪除其中所有已歸檔的文章。</string>
<string name="delete_group">刪除群組</string>
<string name="delete_group_tips">刪除 \"%1$s\" 群組,同時刪除其中所有訂閱源和已歸檔的文章。</string>
<string name="group_option_tips">以下選項將應用到該群組中的所有訂閱源。</string>
<string name="today">今天</string>
<string name="yesterday">昨天</string>
<string name="date_at_time">%1$s %2$s</string>
<string name="search_for_in">在%1$s的 \"%2$s\" 中搜尋</string>
<string name="search_for">在%1$s中搜尋</string>
<string name="mark_as_read">標記為已讀</string>
<string name="mark_all_as_read">全部標記為已讀</string>
<string name="mark_as_unread">標記為未讀</string>
<string name="mark_as_starred">標記為已加星標</string>
<string name="mark_as_unstar">標記為未加星標</string>
<string name="mark_as_read_one_day">超過 1 天標記為已讀</string>
<string name="mark_as_read_three_days">超過 3 天標記為已讀</string>
<string name="mark_as_read_seven_days">超過 7 天標記為已讀</string>
<string name="one_day">1天</string>
<string name="three_days">3天</string>
<string name="seven_days">7天</string>
<string name="close">關閉</string>
<string name="get_new_updates">獲取新的更新</string>
<string name="get_new_updates_desc">版本 %1$s 現已發布</string>
<string name="in_coding">施工中</string>
<string name="coming_soon">正在路上</string>
<string name="accounts">帳戶</string>
<string name="accounts_desc">本機、FreshRSS</string>
<string name="color_and_style">顏色和樣式</string>
<string name="color_and_style_desc">主題、色調樣式、字體大小</string>
<string name="interaction">互動</string>
<string name="interaction_desc">啟動時、觸感回饋</string>
<string name="languages">語言</string>
<string name="languages_desc">英語、中文、更多</string>
<string name="use_device_languages">跟隨系統設定</string>
<string name="help_translate">幫助我們翻譯</string>
<string name="tips_and_support">提示和支持</string>
<string name="tips_and_support_desc">關於、開源</string>
<string name="welcome">歡迎</string>
<string name="tos_tips">在此之前,您需要同意 Read You 的服務條款與隱私政策後才能繼續。</string>
<string name="browse_tos_tips">查看《&lt;u&gt;服務條款與隱私政策&lt;/u&gt;</string>
<string name="terms_of_service">服務條款</string>
<string name="tos_content">
&lt;h5&gt;
隱私政策
&lt;/h5&gt;
&lt;br/&gt;
&lt;p&gt;
我非常重視您的隱私。
&lt;/p&gt;
&lt;br/&gt;
&lt;p&gt;
&lt;b&gt;Read You&lt;/b&gt;
不收集任何用戶數據,所有敏感訊息(密碼和其他帳戶訊息)都安全地儲存在您設備上的本機應用程式資料庫中。
&lt;/p&gt;
&lt;br/&gt;
&lt;p&gt;
&lt;b&gt;Read You&lt;/b&gt;
將使用以下權限為您提供服務:
&lt;/p&gt;
&lt;br/&gt;
&lt;p&gt;
- 存取網路權限(用於存取您所指定的線上內容)
&lt;/p&gt;
&lt;p&gt;
- 取得網路狀態權限(用於取得目前設備是否擁有可供使用的網路條件)
&lt;/p&gt;
&lt;p&gt;
- 背景服務權限(用於定時自動地為您同步已收藏的內容)
&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;h5&gt;
第三方服務
&lt;/h5&gt;
&lt;br/&gt;
&lt;p&gt;
本政策不適用於您與 &lt;b&gt;Read You&lt;/b&gt; 一起使用的第三方服務。您可以在所使用的第三方服務的網站上查閱相關的隱私政策。
&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;h5&gt;
免責聲明
&lt;/h5&gt;
&lt;br/&gt;
&lt;p&gt;
&lt;b&gt;Read You&lt;/b&gt; 僅是一款內容收藏工具。您在使用 &lt;b&gt;Read You&lt;/b&gt;
的過程中,應遵守所在國家和地區的法律法規,因您的行為所產生的一切責任將由您個人承擔。
&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;h5&gt;
開源許可
&lt;/h5&gt;
&lt;br/&gt;
&lt;p&gt;
&lt;b&gt;Read You&lt;/b&gt;
是一個使用 GNU GPL 3.0 開源許可協議的開源項目[1],允許您免費使用、引用、修改 &lt;b&gt;Read You&lt;/b&gt;
的原始碼,但不允許修改後和其衍生的代碼作為閉源的商業軟體進行發布和銷售。具體細節請查看完整的 GNU GPL 3.0 開源許可協議
[2]。
&lt;/p&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;h5&gt;
附錄
&lt;/h5&gt;
&lt;br/&gt;
&lt;p&gt;
- [1] https://github.com/Ashinch/ReadYou
&lt;/p&gt;
&lt;p&gt;
- [2] https://www.gnu.org/licenses/gpl-3.0.html
&lt;/p&gt;
</string>
<string name="agree">同意並繼續</string>
<string name="wallpaper_colors">桌布顏色</string>
<string name="no_palettes">暫無色板</string>
<string name="only_android_8.1_plus">僅限 Android 8.1+</string>
<string name="basic_colors">基本顏色</string>
<string name="primary_color">強調色</string>
<string name="primary_color_hint">例如 #666666 或 666666</string>
<string name="appearance">外觀</string>
<string name="style">樣式</string>
<string name="dark_theme">深色主題</string>
<string name="use_device_theme">跟隨系統設定</string>
<string name="on">開啟</string>
<string name="off">關閉</string>
<string name="amoled_dark_theme">AMOLED 深色主題</string>
<string name="other">其他</string>
<string name="tonal_elevation">色調海拔</string>
<string name="reading_fonts">閱讀字體</string>
<string name="basic_fonts">基本字體</string>
<string name="feeds_page">訂閱源頁面</string>
<string name="flow_page">訊息流頁面</string>
<string name="reading_page">閱讀頁面</string>
<string name="sponsor">抖內</string>
<string name="open_source_licenses">開放原始碼許可</string>
<string name="update_link">https://api.github.com/repos/Ashinch/ReadYou/releases/latest</string>
<string name="change_log">更新日誌</string>
<string name="update">更新</string>
<string name="skip_this_version">跳過這個版本</string>
<string name="checking_updates">正在檢查更新…</string>
<string name="is_latest_version">已是最新版本</string>
<string name="check_failure">檢查失敗</string>
<string name="download_failure">下載失敗</string>
<string name="rate_limit">請求速率受限</string>
<string name="help">幫助</string>
<string name="on_start">啟動時</string>
<string name="initial_page">起始頁面</string>
<string name="initial_filter">起始過濾條件</string>
<string name="preview_article_title">嗚嗚嗚,黎明之劍完結了</string>
<string name="preview_article_desc">
是宴席,就有結束的時候,但這本書真的陪了我好久啊,好捨不得,而且主線結束了坑卻沒填完,不知道什麼時候才有番外啊
</string>
<string name="preview_feed_name">漩渦書院</string>
<string name="value"></string>
<string name="horizontal_padding">水平填充</string>
<string name="article_date">文章發布時間</string>
<string name="article_desc">文章描述</string>
<string name="article_images">文章插圖</string>
<string name="feed_names">訂閱源名稱</string>
<string name="feed_favicons">訂閱源圖示</string>
<string name="article_date_sticky_header">文章發布日期黏性標籤(實驗性)</string>
<string name="article_list">文章列表</string>
<string name="group_list">群組列表</string>
<string name="always_expand">始終展開</string>
<string name="top">頂部</string>
<string name="mark_as_read_button_position">“標記為已讀”按鈕的位置</string>
<string name="top_bar">標題欄</string>
<string name="fill_selected_icon">填充已選中的圖示</string>
<string name="filter_bar">過濾欄</string>
<string name="icons">圖示</string>
<string name="icons_and_labels">圖示和文字</string>
<string name="icons_and_label_only_selected">圖示和文字(僅選中時)</string>
<string name="tips_top_bar_tonal_elevation">標題欄的色調海拔僅在滾動時可用。</string>
<string name="tips_article_list_tonal_elevation">文章列表的色調海拔僅在淺色主題時可用。</string>
<string name="tips_group_list_tonal_elevation">群組列表的色調海拔僅在淺色主題時可用。</string>
<string name="share">分享</string>
<string name="touch_to_play_video">輕觸播放影片</string>
<string name="text">文字</string>
<string name="font_size">字體大小</string>
<string name="letter_spacing">字元間距</string>
<string name="line_spacing">行間距</string>
<string name="alignment">對齊</string>
<string name="general">一般</string>
<string name="auto_hide_toolbars">自動隱藏工具條</string>
<string name="rearrange_buttons">重新排列按鈕</string>
<string name="bionic_reading">仿生閱讀</string>
<string name="images">圖片</string>
<string name="rounded_corners">圓角</string>
<string name="videos">影片</string>
<string name="align_left">左對齊</string>
<string name="align_right">右對齊</string>
<string name="center_text">居中對齊</string>
<string name="justify">兩端對齊</string>
<string name="external_fonts">外部字體</string>
<string name="title">標題</string>
<string name="bold">加粗</string>
<string name="upper_case">大寫字母</string>
<string name="subhead">子標題</string>
<string name="use_app_theme">跟隨應用程式設定</string>
<string name="advanced">進階</string>
<string name="dark_reading_theme">深色閱讀主題</string>
<string name="title_desc">加粗、大寫字母、對齊</string>
<string name="text_desc">字體大小、字元間距、對齊</string>
<string name="images_desc">圓角、水平邊距</string>
<string name="videos_desc">圓角、水平邊距</string>
<string name="maximize">最大化</string>
</resources>

View File

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 136 KiB

View File

Before

Width:  |  Height:  |  Size: 417 KiB

After

Width:  |  Height:  |  Size: 417 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 627 KiB

After

Width:  |  Height:  |  Size: 627 KiB

View File

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 161 KiB

View File

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 172 KiB

View File

@ -0,0 +1,13 @@
## 0.7.8
1. 新增語言設定頁面(有些 bug
2. 新增深色主題設置。
3. 新增 AMOLED 深色主題。
4. 新增清空文章選項(針對分組或訂閱源)。
5. 對於 Android 12+ 的設備,現在使用系統提供的顏色方案替換壁紙顏色中的第一個調色板。
6. RSS 解析插件切換到 Rome應該能解析大部分 feed已知無法解析 Youtube、Reddit 等特殊格式)。

View File

@ -0,0 +1,19 @@
## 0.8.0
1. 新增德語翻譯(感謝 Dave
2. 重構閱讀頁面的渲染(感謝 Feeder 的開原始碼)。
3. 新增閱讀頁面滾動指示條(感謝 Matt Vaughn 和 Albert Chang。僅供參考因為官方沒有提供 API純手工實現當前勉強能看
4. 新增文章分享功能。
5. 新增文章縮圖預覽(僅對從此版本後新同步的文章生效)。
6. 其他細節改動。
### 說明
1. 這個版本有些卡頓,發現了很多問題,下個版本將會最佳化和整理代碼。
2. 翻譯貢獻需要三個月後才能開始Weblate 對開源項目的要求)

View File

@ -0,0 +1,17 @@
## 0.8.1
1. 新增法語翻譯(感謝 DodoLeDev
2. 新增捷克語翻譯(感謝 Fjuro
3. 變更部分翻譯文本 (感謝 comradekingu
4. 修復從 0.8.0 版本中出現的導入 OPML 文件後無法同步的問題。
5. 修復圖片過大50MB+)導致的崩潰問題(感謝 Feeder
6. 修復部分 feed 訂閱失敗的問題(感謝 kzaemrio
7. 最佳化 feed 數量過多100+)的情況。
8. 一些的性能最佳化和細節改動。

View File

@ -0,0 +1,29 @@
## 0.8.3
1. 允許添加訂閱時更改 Feed 標題
2. 添加閱讀頁面相關樣式設置
3. 添加義大利語翻譯(感謝 Giovanni
4. 添加印地語翻譯(感謝 augurer
5. 添加西班牙語翻譯(感謝 Jayler95
6. 添加波蘭語翻譯(感謝 maciej-klupp
7. 更新德語翻譯(感謝 Dave
8. 內建 ToS 並上架 F-Droid感謝 linsui
9. 其他細節變動
Read You 現在已經具備了基本的本地閱讀功能,接下來將優先做這三件事:
1. 一些帳戶設定(例如同步間隔)
2. 多帳戶支持(這是在支持第三方 API 之前的必要要做的)
3. 一些第三方 API 支持(例如 Fever、Google Reader
其他功能請求全部延後。

View File

@ -0,0 +1,21 @@
## 0.7.2
1. 新的動態顏色系統(需要 Android 8.1+,動態顏色數量取決於當前壁紙顏色的豐富度,一般為 1 ~ 3 個)。
2. 現在也可以自訂強調色的色值(入口在基本顏色中的最後一個色板,需要注意的是自訂的顏色僅作為參考,具體的顏色,取色算法會自動選擇適合的莫奈色系色值)
3. 未實現的功能現在以灰色標記,減少混淆。
4. 修復篩選條件為訂閱源時,訊息流時間排序混亂的問題。
5. 調整通知中的圖示大小。
6. 現在重複的文章不會同步(重複是指原網頁連結相同)。
### 說明:
1. 安裝後首次切換顏色時可能會跳轉回首頁,下版再修。
2. 下版主要是“關於”頁面和內建新版本檢查。
3. 閱讀頁面將從滑動組中分離,獨立成為一個頁面。

View File

@ -0,0 +1,35 @@
## 0.7.4
1. 添加“提示與支持”頁面。
2. 添加更新檢查與下載。
3. 首次安裝時預設選擇動態顏色主題(如果可用)。
4. 訊息流頁面添加下拉同步。
5. 臨時添加全文解析時的載入提示。
6. 更新一些上游依賴(可能存在未知的缺陷)。
7. 支持 RSS v1.0 協議(待測試)。
8. 修復小白條沉浸。
9. 修復選項菜單打開時未攔截返回事件的問題。
10. 最佳化閱讀頁面中的部分影片樣式。
11. 最佳化部分異常樣式。
### 說明:
1. 每次冷啟動時都會自動檢查一次更新(要到下版本發布後才能體驗到了)。
2. 檢查更新時,簡體中文語言使用 Gitee API其他語言使用 GitHub API。
3. 請勿頻繁手動檢查更新(做了間隔 2 秒冷卻),因為同一個 IP 每小時只能訪問 60 次 GitHub API而 Gitee API 的具體頻率限制還不清楚(目前 8 小時了還沒重設)。
4. 閱讀頁面的重構在 0.8 版本後,圖示和封面相關的在 0.9 版本後FreshRSS Fever API、Google Reader API的支持在 1.0 版本後。
5. 這個版本因為上游解析插件的 BUG導致只能單執行緒同步可能會有些慢。作者提到下版本修復同時也會支持 Atom 協議。

View File

@ -0,0 +1,11 @@
## 0.7.5
1. 支持 RSS Atom 協議。
### 說明:
1. Atom 協議中 `<content>` 元素的解析也將在近期支持。
2. 近期在重構分離滑動組,屆時流暢度會得到一定提升。
3. 這個版本直接發布的,所以你可以對更新檢查功能進行實際測試。

View File

@ -0,0 +1,7 @@
## 0.7.6
1. 分離滑動組。
2. 按訂閱源合併通知。
3. 不再下載更新文件,而是跳轉至發布頁面。

View File

@ -0,0 +1,13 @@
## 0.7.7
1. 新增訂閱源頁面樣式設置。
2. 新增訊息流頁面樣式設置。
3. 新增啟動時起始頁面設置。
4. 新增啟動時起始過濾條件設置。
5. 新增更改訂閱源連結功能。
6. 修復 Banner 過濾描述。

View File

@ -0,0 +1,16 @@
<i>Read You</i> 是一個以 <a href='https://m3.material.io/' target='_blank' rel='nofollow'>Material You</a> 風格呈現的 RSS 閱讀器
<b>特性:</b>
* 訂閱 RSS 連結
* 匯入 OPML 文件
* 文章同步
* 文章更新通知
* 全文分析
* 過濾未讀、星標
* 訂閱源分組
* 本地化
* 匯出 OPML 文件
* 文章搜尋
更多的在路上…

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

View File

@ -0,0 +1 @@
一個以 Material You 風格呈現的 RSS 閱讀器