Skip to content

Commit 2c55093

Browse files
Merge pull request #53 from LeKiosqueFr/release/1.19.0
[V1.19.0] Update Reader Version
2 parents 7f902c3 + 702c670 commit 2c55093

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# MiLibrisReaderSDK Android changelog
22

3+
# 1.19.0
4+
5+
## Features
6+
- Add resource configurations for boxes color by type.
7+
38
# 1.18.0
49

510
## Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repositories {
4343
}
4444
4545
dependencies {
46-
def miLibrisReader = "1.18.0"
46+
def miLibrisReader = "1.19.0"
4747
api("com.milibris:one-reader:$miLibrisReader") { //If you ever have conflict with the version used in our library add this line
4848
exclude group: "androidx.lifecycle"
4949
}

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252
namespace 'com.milibris.reader.sdk.sample'
5353
}
54-
ext.readerVersion = "1.18.0"
54+
ext.readerVersion = "1.19.0"
5555

5656
dependencies {
5757

docs/config.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@ The config for an instance of the reader.
134134
| 2 | or_progress_color | Color | light : #86949B / dark : #B4B4B4 | The progress loading color when loading. |
135135
| 3 | or_background_color | Color | light: #E5E5E5 / dark: #1F1F1F | The background color. |
136136
| 4 | or_box_color | Color | #86949B 40% | The color used to highlight boxes on page turn. |
137+
| 4 | or_box_article_color | Color | @or_box_color | The color used to highlight article boxes on page turn. |
138+
| 4 | or_box_internal_link_color | Color | @or_box_color | The color used to highlight article boxes on page turn. |
139+
| 4 | or_box_video_color | Color | @or_box_color | The color used to highlight video boxes on page turn. |
140+
| 4 | or_box_audio_color | Color | @or_box_color | The color used to highlight audio boxes on page turn. |
141+
| 4 | or_box_mail_link_color | Color | @or_box_color | The color used to highlight mail link boxes on page turn. |
142+
| 4 | or_box_external_link_color | Color | @or_box_color | The color used to highlight external link boxes on page turn. |
143+
| 4 | or_box_html_color | Color | @or_box_color | The color used to highlight html boxes on page turn. |
144+
| 4 | or_box_slideshow_color | Color | @or_box_color | The color used to highlight slideshow boxes on page turn. |
137145
| 4 | debugBoxes | Boolean | true | Display boxes position with a transparent overlay. |
138146
| 4 | enabledDoublePage | Boolean | true | If false, always display single pages, even in landscape. |
139147
| 4 | shouldEnableLongPressOnArticles | Boolean | true | Enable the long press gesture to open articles. |
@@ -150,7 +158,7 @@ The config for an instance of the reader.
150158
| 8 | or_flat_plan_selected_color | Color | light: #536067 / dark: #B4B4B4 | The color of the border in the flatplan when selected. |
151159
| 8 | or_flat_plan_selected_color | Color | light: #536067 / dark: #B4B4B4 | The color of the text in the flatplan when selected. |
152160
| 8 | or_flat_plan_text_color | Color | light: #536067 / dark: #FFFFFF | The color of the text in the flatplan when not selected. |
153-
| 9 | isSummaryEnabled | Boolean | true | Enable or disable the summary |
161+
| 9 | isSummaryEnabled | Boolean | true | Enable or disable the summary |
154162

155163
## MiniSummaryConfig
156164

0 commit comments

Comments
 (0)