Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
befora committed Sep 21, 2018
1 parent 7d296a7 commit 5874f54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.sethchhim.kuboo"
minSdkVersion 21
targetSdkVersion 28
versionCode 16
versionName "1.1.1"
versionCode 17
versionName "1.1.2"
buildConfigField 'long', 'TIMESTAMP', System.currentTimeMillis() + 'L'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
12 changes: 12 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

<changelogversion
changeDate="Sep 21, 2018"
versionName="1.1.2">
<changelogtext>add korean translation</changelogtext>
<changelogtext>fix crash after entering split screen mode</changelogtext>
<changelogtext>fix download list pulls cover image from local file instead of network
</changelogtext>
<changelogtext>fix reader preview image did not hit cache</changelogtext>
<changelogtext>update fetch to 2.2.0-RC12 from 2.2.0-RC11</changelogtext>
<changelogtext>update kotlin to 1.2.70 from 1.2.61</changelogtext>
</changelogversion>

<changelogversion
changeDate="Sep 12, 2018"
versionName="1.1.1">
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,11 @@ Epub 파일형식의 경우 원격(서버) 책갈피 기능을 지원하지 않
<string name="settings_manga_mode">"만화 모드"</string>
<string name="settings_margin">"여백"</string>
<string name="settings_mark_finished">"읽기 완료 표기"</string>
<string name="settings_minutes">"분"</string>
<string name="settings_none">"없음"</string>
<string name="settings_orientation">"화면 방향"</string>
<string name="settings_portrait">"세로보기"</string>
<string name="settings_preview">"미리보기"</string>
<string name="settings_protect_your_mobile_data_limit">"모바일 데이터 사용량을 제한합니다"</string>
<string name="settings_protect_your_mobile_data_limit_with_wifi_only">"Wifi 연결만 사용하도록 제한해 모바일 데이터를 절약합니다"</string>
<string name="settings_read_two_pages_simultaneously_in_landscape_mode">"가로보기 모드에서 두장을 연속적으로 봅니다"</string>
<string name="settings_reader">"리더"</string>
<string name="settings_reader_screen_will_keep_the_device_awake">"책을 읽을 때 화면이 꺼지지 않도록 합니다"</string>
Expand Down

0 comments on commit 5874f54

Please sign in to comment.