Skip to content

Commit

Permalink
Bump 2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Oct 10, 2020
1 parent 4bbf314 commit 5902f39
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 3 deletions.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Add settings option to select external comic cache when there is an SD card
- Add settings option to show comic title text on preview page
- Improve fullscreen comic page with navigation bar, and some other UI tweaks
- Improve cache usage and notification

Full release note on https://git.io/JTJMS
Binary file not shown.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
xkcd - easy and lite comics viewer
xkcd - comics viewer
6 changes: 6 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- 当有 SD 卡插入时,提供更改漫画缓存位置选项
- 加入在预览页显示漫画配文的选项
- 改善使用导航小横条时全屏漫画页的沉浸体验,以及其他一些 UI 改善
- 改善缓存和通知的使用

查看完整更新日志 https://git.io/JTJMS
6 changes: 6 additions & 0 deletions fastlane/metadata/android/zh-HK/changelogs/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- 當有 SD 卡插入時,提供更改漫畫緩存位置選項
- 加入在預覽頁顯示漫畫配文的選項
- 改善使用導航小橫條時全屏漫畫頁的沉浸體驗,以及其他一些 UI 改善
- 改善緩存和通知的使用

查看完整更新日誌 https://git.io/JTJMS
6 changes: 6 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- 當有 SD 卡插入時,提供更改漫畫緩存位置選項
- 加入在預覽頁顯示漫畫配文的選項
- 改善使用導航小橫條時全屏漫畫頁的沉浸體驗,以及其他一些 UI 改善
- 改善緩存和通知的使用

查看完整更新日誌 https://git.io/JTJMS
4 changes: 2 additions & 2 deletions xkcd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ android {
applicationId "xyz.jienan.xkcd"
minSdkVersion 16
targetSdkVersion 29
versionCode 70
versionName "2.7.7"
versionCode 71
versionName "2.7.8"
vectorDrawables.useSupportLibrary = true
resConfigs "de", "es", "fr", "ru", "b+zh", "b+zh+hant+TW"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 5902f39

Please sign in to comment.