Skip to content

Commit

Permalink
fix: String and color changes, files auto-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloNetrebchuk committed Mar 27, 2024
1 parent 92d5b6c commit f514c8b
Show file tree
Hide file tree
Showing 20 changed files with 97 additions and 123 deletions.
8 changes: 4 additions & 4 deletions auth/src/main/res/drawable/auth_ic_email.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:height="66dp"
android:viewportWidth="85"
android:viewportHeight="66">
<path
android:pathData="M6.827,3.795L32.372,29.433C37.944,35.011 47.051,35.016 52.628,29.433L78.173,3.795C78.43,3.537 78.393,3.112 78.094,2.903C75.489,1.081 72.319,0 68.904,0H16.096C12.681,0 9.511,1.081 6.905,2.903C6.607,3.112 6.569,3.537 6.827,3.795ZM0,16.146C0,13.453 0.666,10.908 1.839,8.67C2.022,8.32 2.487,8.25 2.765,8.529L27.988,33.831C35.975,41.855 49.021,41.859 57.012,33.831L82.234,8.529C82.513,8.25 82.978,8.32 83.161,8.67C84.334,10.908 85,13.453 85,16.146V49.853C85,58.763 77.775,66 68.904,66H16.096C7.225,66 0,58.763 0,49.853V16.146Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
<path
android:fillColor="#ffffff"
android:fillType="evenOdd"
android:pathData="M6.827,3.795L32.372,29.433C37.944,35.011 47.051,35.016 52.628,29.433L78.173,3.795C78.43,3.537 78.393,3.112 78.094,2.903C75.489,1.081 72.319,0 68.904,0H16.096C12.681,0 9.511,1.081 6.905,2.903C6.607,3.112 6.569,3.537 6.827,3.795ZM0,16.146C0,13.453 0.666,10.908 1.839,8.67C2.022,8.32 2.487,8.25 2.765,8.529L27.988,33.831C35.975,41.855 49.021,41.859 57.012,33.831L82.234,8.529C82.513,8.25 82.978,8.32 83.161,8.67C84.334,10.908 85,13.453 85,16.146V49.853C85,58.763 77.775,66 68.904,66H16.096C7.225,66 0,58.763 0,49.853V16.146Z" />
</vector>
6 changes: 3 additions & 3 deletions core/src/main/java/org/openedx/core/ui/ComposeCommon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ fun OfflineModeDialog(
}) {
Icon(
modifier = Modifier.size(20.dp),
painter = painterResource(R.drawable.core_ic_close),
imageVector = Icons.Filled.Close,
contentDescription = null,
tint = Color.Black
)
Expand Down Expand Up @@ -1185,15 +1185,15 @@ fun ConnectionErrorView(
Spacer(Modifier.height(28.dp))
Text(
modifier = Modifier.fillMaxWidth(0.8f),
text = stringResource(id = R.string.core_not_internet_connection),
text = stringResource(id = R.string.core_no_internet_connection),
color = MaterialTheme.appColors.textPrimary,
style = MaterialTheme.appTypography.titleLarge,
textAlign = TextAlign.Center
)
Spacer(Modifier.height(16.dp))
Text(
modifier = Modifier.fillMaxWidth(0.8f),
text = stringResource(id = R.string.core_not_internet_connection_description),
text = stringResource(id = R.string.core_no_internet_connection_description),
color = MaterialTheme.appColors.textPrimary,
style = MaterialTheme.appTypography.bodyLarge,
textAlign = TextAlign.Center
Expand Down
1 change: 1 addition & 0 deletions core/src/main/java/org/openedx/core/ui/theme/AppColors.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ data class AppColors(
val textSecondary: Color,
val textDark: Color,
val textAccent: Color,
val textWarning: Color,

val textFieldBackground: Color,
val textFieldBackgroundVariant: Color,
Expand Down
2 changes: 2 additions & 0 deletions core/src/main/java/org/openedx/core/ui/theme/Theme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ private val DarkColorPalette = AppColors(
textSecondary = dark_text_secondary,
textDark = dark_text_dark,
textAccent = dark_text_accent,
textWarning = dark_text_warning,

textFieldBackground = dark_text_field_background,
textFieldBackgroundVariant = dark_text_field_background_variant,
Expand Down Expand Up @@ -92,6 +93,7 @@ private val LightColorPalette = AppColors(
textSecondary = light_text_secondary,
textDark = light_text_dark,
textAccent = light_text_accent,
textWarning = light_text_warning,

textFieldBackground = light_text_field_background,
textFieldBackgroundVariant = light_text_field_background_variant,
Expand Down
24 changes: 0 additions & 24 deletions core/src/main/res/drawable/core_ic_close.xml

This file was deleted.

77 changes: 38 additions & 39 deletions core/src/main/res/drawable/core_ic_offline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,42 @@
android:height="20dp"
android:viewportWidth="20"
android:viewportHeight="20">
<group>
<clip-path
android:pathData="M0,0h20v20h-20z"/>
<path
android:pathData="M10,15H10.008"
android:strokeLineJoin="round"
android:strokeWidth="1.45833"
android:fillColor="#00000000"
android:strokeColor="#313131"
android:strokeLineCap="round"/>
<path
android:pathData="M7.643,12.643C8.268,12.018 9.116,11.667 10,11.667C10.884,11.667 11.732,12.018 12.357,12.643"
android:strokeLineJoin="round"
android:strokeWidth="1.45833"
android:fillColor="#00000000"
android:strokeColor="#313131"
android:strokeLineCap="round"/>
<path
android:pathData="M5.286,10.286C6.17,9.4 7.286,8.781 8.506,8.502M11.975,8.632C13.011,8.955 13.951,9.527 14.714,10.298"
android:strokeLineJoin="round"
android:strokeWidth="1.45833"
android:fillColor="#00000000"
android:strokeColor="#313131"
android:strokeLineCap="round"/>
<path
android:pathData="M2.929,7.929C3.782,7.075 4.783,6.381 5.883,5.883M8.467,5.117C10.021,4.876 11.61,5.005 13.105,5.493C14.6,5.982 15.959,6.816 17.071,7.928"
android:strokeLineJoin="round"
android:strokeWidth="1.45833"
android:fillColor="#00000000"
android:strokeColor="#313131"
android:strokeLineCap="round"/>
<path
android:pathData="M2.5,2.5L17.5,17.5"
android:strokeLineJoin="round"
android:strokeWidth="1.45833"
android:fillColor="#00000000"
android:strokeColor="#313131"
android:strokeLineCap="round"/>
</group>
<group>
<clip-path android:pathData="M0,0h20v20h-20z" />
<path
android:fillColor="#00000000"
android:pathData="M10,15H10.008"
android:strokeWidth="1.45833"
android:strokeColor="#FFFFFF"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M7.643,12.643C8.268,12.018 9.116,11.667 10,11.667C10.884,11.667 11.732,12.018 12.357,12.643"
android:strokeWidth="1.45833"
android:strokeColor="#FFFFFF"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M5.286,10.286C6.17,9.4 7.286,8.781 8.506,8.502M11.975,8.632C13.011,8.955 13.951,9.527 14.714,10.298"
android:strokeWidth="1.45833"
android:strokeColor="#FFFFFF"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M2.929,7.929C3.782,7.075 4.783,6.381 5.883,5.883M8.467,5.117C10.021,4.876 11.61,5.005 13.105,5.493C14.6,5.982 15.959,6.816 17.071,7.928"
android:strokeWidth="1.45833"
android:strokeColor="#FFFFFF"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M2.5,2.5L17.5,17.5"
android:strokeWidth="1.45833"
android:strokeColor="#FFFFFF"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</group>
</vector>
35 changes: 17 additions & 18 deletions core/src/main/res/drawable/core_ic_reload.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@
android:height="20dp"
android:viewportWidth="20"
android:viewportHeight="20">
<group>
<clip-path
android:pathData="M0,0h20v20h-20z"/>
<path
android:pathData="M16.611,10.868C16.454,12.067 15.972,13.202 15.219,14.149C14.466,15.097 13.469,15.821 12.336,16.245C11.202,16.669 9.975,16.776 8.785,16.556C7.595,16.335 6.487,15.794 5.581,14.992C4.675,14.19 4.005,13.156 3.641,12.001C3.278,10.847 3.236,9.615 3.52,8.439C3.803,7.262 4.402,6.185 5.251,5.323C6.1,4.46 7.168,3.846 8.34,3.544C11.589,2.711 14.953,4.383 16.194,7.5"
android:strokeLineJoin="round"
android:strokeWidth="1.45833"
android:fillColor="#00000000"
android:strokeColor="#506EFF"
android:strokeLineCap="round"/>
<path
android:pathData="M16.667,3.333V7.5H12.5"
android:strokeLineJoin="round"
android:strokeWidth="1.45833"
android:fillColor="#00000000"
android:strokeColor="#506EFF"
android:strokeLineCap="round"/>
</group>
<group>
<clip-path android:pathData="M0,0h20v20h-20z" />
<path
android:fillColor="#00000000"
android:pathData="M16.611,10.868C16.454,12.067 15.972,13.202 15.219,14.149C14.466,15.097 13.469,15.821 12.336,16.245C11.202,16.669 9.975,16.776 8.785,16.556C7.595,16.335 6.487,15.794 5.581,14.992C4.675,14.19 4.005,13.156 3.641,12.001C3.278,10.847 3.236,9.615 3.52,8.439C3.803,7.262 4.402,6.185 5.251,5.323C6.1,4.46 7.168,3.846 8.34,3.544C11.589,2.711 14.953,4.383 16.194,7.5"
android:strokeWidth="1.45833"
android:strokeColor="#FFFFFF"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M16.667,3.333V7.5H12.5"
android:strokeWidth="1.45833"
android:strokeColor="#FFFFFF"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</group>
</vector>
6 changes: 3 additions & 3 deletions core/src/main/res/drawable/core_no_internet_connection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:height="86dp"
android:viewportWidth="86"
android:viewportHeight="86">
<path
android:pathData="M43,78C36.928,78 32.285,73.357 32.285,67.286C32.285,64.428 33.357,61.571 35.5,59.786C39.785,55.857 46.571,55.857 50.5,59.786C54.785,64.071 54.785,70.857 50.5,74.786C48.714,76.928 45.857,78 43,78ZM65.143,50.143L84.785,30.5C86.214,29.071 86.214,26.928 84.785,25.5C69.428,10.143 46.571,4.429 25.857,10.5L65.143,50.143ZM84.785,79.786L6.214,1.214C4.785,-0.214 2.643,-0.214 1.214,1.214C-0.215,2.643 -0.215,4.786 1.214,6.214L11.928,16.928C8,19.428 4.428,22.286 1.214,25.5C-0.215,26.928 -0.215,29.071 1.214,30.5L24.071,53.357C25.5,54.786 27.643,54.786 29.071,53.357C32.643,49.786 37.643,47.643 42.643,47.643L79.785,84.786C81.214,86.214 83.357,86.214 84.785,84.786C86.214,83.357 86.214,81.214 84.785,79.786Z"
android:fillColor="#ffffff"/>
<path
android:fillColor="#ffffff"
android:pathData="M43,78C36.928,78 32.285,73.357 32.285,67.286C32.285,64.428 33.357,61.571 35.5,59.786C39.785,55.857 46.571,55.857 50.5,59.786C54.785,64.071 54.785,70.857 50.5,74.786C48.714,76.928 45.857,78 43,78ZM65.143,50.143L84.785,30.5C86.214,29.071 86.214,26.928 84.785,25.5C69.428,10.143 46.571,4.429 25.857,10.5L65.143,50.143ZM84.785,79.786L6.214,1.214C4.785,-0.214 2.643,-0.214 1.214,1.214C-0.215,2.643 -0.215,4.786 1.214,6.214L11.928,16.928C8,19.428 4.428,22.286 1.214,25.5C-0.215,26.928 -0.215,29.071 1.214,30.5L24.071,53.357C25.5,54.786 27.643,54.786 29.071,53.357C32.643,49.786 37.643,47.643 42.643,47.643L79.785,84.786C81.214,86.214 83.357,86.214 84.785,84.786C86.214,83.357 86.214,81.214 84.785,79.786Z" />
</vector>
4 changes: 2 additions & 2 deletions core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<string name="core_rate_us">Rate Us</string>
<string name="core_thank_you_dialog_positive_description">Thank you for sharing your feedback with us. Would you like to share your review of this app with other users on the app store?</string>
<string name="core_thank_you_dialog_negative_description">We received your feedback and will use it to help improve your learning experience going forward. Thank you for sharing!</string>
<string name="core_not_internet_connection">No internet connection</string>
<string name="core_not_internet_connection_description">Please connect to the internet to view this content.</string>
<string name="core_no_internet_connection">No internet connection</string>
<string name="core_no_internet_connection_description">Please connect to the internet to view this content.</string>
<string name="core_ok" tools:ignore="MissingTranslation">OK</string>
<string name="core_continue" tools:ignore="MissingTranslation">Continue</string>
<string name="core_leaving_the_app" tools:ignore="MissingTranslation">Leaving the app</string>
Expand Down
2 changes: 2 additions & 0 deletions core/src/openedx/org/openedx/core/ui/theme/Colors.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ val light_text_primary_variant = Color(0xFF3D4964)
val light_text_secondary = Color(0xFFB3B3B3)
val light_text_dark = Color(0xFF19212F)
val light_text_accent = Color(0xFF3C68FF)
val light_text_warning= Color(0xFF19212F)
val light_text_field_background = Color(0xFFF7F7F8)
val light_text_field_background_variant = Color.White
val light_text_field_border = Color(0xFF97A5BB)
Expand Down Expand Up @@ -68,6 +69,7 @@ val dark_text_primary_variant = Color(0xFF79889F)
val dark_text_secondary = Color(0xFFB3B3B3)
val dark_text_dark = Color.White
val dark_text_accent = Color(0xFF879FF5)
val dark_text_warning= Color(0xFF19212F)
val dark_text_field_background = Color(0xFF273346)
val dark_text_field_background_variant = Color(0xFF273346)
val dark_text_field_border = Color(0xFF4E5A70)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class HandoutsFragment : Fragment() {
router.navigateToHandoutsWebView(
requireActivity().supportFragmentManager,
requireArguments().getString(ARG_COURSE_ID, ""),
getString(courseR.string.course_more),
getString(courseR.string.course_handouts),
HandoutsType.Handouts
)
},
Expand Down Expand Up @@ -122,7 +122,7 @@ private fun HandoutsScreen(
) {
item {
HandoutsItem(
title = stringResource(id = courseR.string.course_more),
title = stringResource(id = courseR.string.course_handouts),
description = stringResource(id = courseR.string.course_find_important_info),
painter = painterResource(id = courseR.drawable.course_ic_handouts),
onClick = onHandoutsClick
Expand Down
24 changes: 12 additions & 12 deletions course/src/main/res/drawable/course_ic_not_supported_block.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
android:height="100dp"
android:viewportWidth="100"
android:viewportHeight="100">
<path
android:pathData="M85,61.35V20.67C85,18.09 82.91,16 80.33,16H19.67C17.09,16 15,18.09 15,20.67V61.35C15,62 15.52,62.52 16.17,62.52H83.83C84.48,62.52 85,62 85,61.35ZM55.74,34.47C55.28,34.01 55.29,33.25 55.77,32.8C56.23,32.36 56.97,32.4 57.43,32.86L58.44,33.87C58.67,34.1 59.04,34.1 59.26,33.87L60.28,32.86C60.73,32.4 61.47,32.36 61.93,32.8C62.42,33.25 62.42,34.01 61.96,34.47L60.91,35.52C60.69,35.75 60.69,36.11 60.91,36.34L61.93,37.36C62.68,38.11 62.19,39.38 61.14,39.38C60.84,39.38 60.54,39.27 60.31,39.04L59.26,37.99C59.04,37.76 58.67,37.76 58.44,37.99L57.39,39.04C56.92,39.52 56.13,39.49 55.68,38.98C55.28,38.51 55.33,37.8 55.77,37.36L56.79,36.34C57.02,36.11 57.02,35.75 56.79,35.52L55.74,34.47ZM59.67,50.9C60.41,51.63 59.89,52.9 58.85,52.9C58.56,52.9 58.26,52.78 58.03,52.56C54.93,49.52 51.1,49.28 50,49.28C45.65,49.28 42.75,51.79 41.97,52.56C41.51,53.01 40.77,53.01 40.32,52.55C39.86,52.09 39.87,51.35 40.33,50.9C45.81,45.52 54.43,45.75 59.67,50.9ZM38.04,34.47C37.58,34.01 37.58,33.25 38.07,32.8C38.53,32.36 39.27,32.4 39.72,32.86L40.74,33.87C40.96,34.1 41.33,34.1 41.56,33.87L42.57,32.86C43.02,32.4 43.77,32.36 44.23,32.8C44.71,33.25 44.72,34.01 44.26,34.47L43.21,35.52C42.98,35.75 42.98,36.11 43.21,36.34L44.23,37.36C44.98,38.11 44.49,39.38 43.43,39.38C43.13,39.38 42.84,39.27 42.61,39.04L41.56,37.99C41.33,37.76 40.96,37.76 40.74,37.99L39.69,39.04C39.21,39.52 38.43,39.49 37.98,38.98C37.58,38.51 37.63,37.8 38.07,37.36L39.09,36.34C39.31,36.11 39.31,35.75 39.09,35.52L38.04,34.47Z"
android:fillColor="#19212F"/>
<path
android:pathData="M15,66.02V67.48C15,70.06 17.09,72.15 19.67,72.15H80.33C82.88,72.15 84.96,70.09 85,67.55V66.02C85,65.38 84.48,64.85 83.83,64.85H16.17C15.52,64.85 15,65.38 15,66.02Z"
android:fillColor="#19212F"/>
<path
android:pathData="M32.55,83.28C32.36,82.67 32.7,82.01 33.32,81.82C43.55,78.64 56.47,78.65 66.68,81.82C67.3,82.01 67.64,82.67 67.45,83.28C67.26,83.9 66.6,84.24 65.99,84.05C56.28,81.03 43.72,81.03 34.01,84.05C33.4,84.24 32.74,83.9 32.55,83.28Z"
android:fillColor="#19212F"/>
<path
android:pathData="M56.92,77.47C52.43,76.98 47.67,76.97 43.08,77.47C42.26,77.56 41.61,76.79 41.83,75.99L42.02,75.33C42.16,74.83 42.62,74.48 43.14,74.48H56.86C57.38,74.48 57.84,74.83 57.98,75.33L58.17,75.99C58.39,76.79 57.74,77.56 56.92,77.47Z"
android:fillColor="#19212F"/>
<path
android:fillColor="#FFFFFF"
android:pathData="M85,61.35V20.67C85,18.09 82.91,16 80.33,16H19.67C17.09,16 15,18.09 15,20.67V61.35C15,62 15.52,62.52 16.17,62.52H83.83C84.48,62.52 85,62 85,61.35ZM55.74,34.47C55.28,34.01 55.29,33.25 55.77,32.8C56.23,32.36 56.97,32.4 57.43,32.86L58.44,33.87C58.67,34.1 59.04,34.1 59.26,33.87L60.28,32.86C60.73,32.4 61.47,32.36 61.93,32.8C62.42,33.25 62.42,34.01 61.96,34.47L60.91,35.52C60.69,35.75 60.69,36.11 60.91,36.34L61.93,37.36C62.68,38.11 62.19,39.38 61.14,39.38C60.84,39.38 60.54,39.27 60.31,39.04L59.26,37.99C59.04,37.76 58.67,37.76 58.44,37.99L57.39,39.04C56.92,39.52 56.13,39.49 55.68,38.98C55.28,38.51 55.33,37.8 55.77,37.36L56.79,36.34C57.02,36.11 57.02,35.75 56.79,35.52L55.74,34.47ZM59.67,50.9C60.41,51.63 59.89,52.9 58.85,52.9C58.56,52.9 58.26,52.78 58.03,52.56C54.93,49.52 51.1,49.28 50,49.28C45.65,49.28 42.75,51.79 41.97,52.56C41.51,53.01 40.77,53.01 40.32,52.55C39.86,52.09 39.87,51.35 40.33,50.9C45.81,45.52 54.43,45.75 59.67,50.9ZM38.04,34.47C37.58,34.01 37.58,33.25 38.07,32.8C38.53,32.36 39.27,32.4 39.72,32.86L40.74,33.87C40.96,34.1 41.33,34.1 41.56,33.87L42.57,32.86C43.02,32.4 43.77,32.36 44.23,32.8C44.71,33.25 44.72,34.01 44.26,34.47L43.21,35.52C42.98,35.75 42.98,36.11 43.21,36.34L44.23,37.36C44.98,38.11 44.49,39.38 43.43,39.38C43.13,39.38 42.84,39.27 42.61,39.04L41.56,37.99C41.33,37.76 40.96,37.76 40.74,37.99L39.69,39.04C39.21,39.52 38.43,39.49 37.98,38.98C37.58,38.51 37.63,37.8 38.07,37.36L39.09,36.34C39.31,36.11 39.31,35.75 39.09,35.52L38.04,34.47Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M15,66.02V67.48C15,70.06 17.09,72.15 19.67,72.15H80.33C82.88,72.15 84.96,70.09 85,67.55V66.02C85,65.38 84.48,64.85 83.83,64.85H16.17C15.52,64.85 15,65.38 15,66.02Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M32.55,83.28C32.36,82.67 32.7,82.01 33.32,81.82C43.55,78.64 56.47,78.65 66.68,81.82C67.3,82.01 67.64,82.67 67.45,83.28C67.26,83.9 66.6,84.24 65.99,84.05C56.28,81.03 43.72,81.03 34.01,84.05C33.4,84.24 32.74,83.9 32.55,83.28Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M56.92,77.47C52.43,76.98 47.67,76.97 43.08,77.47C42.26,77.56 41.61,76.79 41.83,75.99L42.02,75.33C42.16,74.83 42.62,74.48 43.14,74.48H56.86C57.38,74.48 57.84,74.83 57.98,75.33L58.17,75.99C58.39,76.79 57.74,77.56 56.92,77.47Z" />
</vector>
2 changes: 1 addition & 1 deletion course/src/main/res/values-uk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<string name="course_resume_unit_title">Остання одиниця:</string>
<string name="course_resume_unit_btn">Продовжити</string>
<string name="course_discussion">Обговорення</string>
<string name="course_more">Роздаткові матеріали</string>
<string name="course_handouts">Роздаткові матеріали</string>
<string name="course_announcements">Оголошення</string>
<string name="course_find_important_info">Знайдіть важливу інформацію про курс</string>
<string name="course_latest_news">Будьте в курсі останніх новин</string>
Expand Down
Loading

0 comments on commit f514c8b

Please sign in to comment.