diff --git a/feature/about/src/main/res/values/strings_about.xml b/feature/about/src/main/res/values/strings_about.xml index 727ba550..07879411 100644 --- a/feature/about/src/main/res/values/strings_about.xml +++ b/feature/about/src/main/res/values/strings_about.xml @@ -34,7 +34,7 @@ \n\nPalette \n • The displayed Swatches and their order can be changed with the dropdown below the slider. \n • Long tap a swatch in the list to copy colors. - \n • Don\'t set resizeBitmapSize too high, because it slows down. + \n • Don’t set resizeBitmapSize too high, because it slows down. FAQ (Frequently Asked Questions) @@ -48,7 +48,7 @@ \nFeel free to send any kind of comment, request, suggestion, error report; just about any thought regarding this application. - \n\nI don\'t like the built-in keyboards! + \n\nI don’t like the built-in keyboards! \nYou can turn them off in the Settings, and feel free to leave some feedback about it! diff --git a/feature/base/src/main/res/values/strings.xml b/feature/base/src/main/res/values/strings.xml index 703887ba..fb7b1e65 100644 --- a/feature/base/src/main/res/values/strings.xml +++ b/feature/base/src/main/res/values/strings.xml @@ -8,7 +8,7 @@ Thanks Copied to clipboard %s copied to clipboard - Here\'s the current code: + Here’s the current code: Share Share Color Filter diff --git a/feature/palette/src/main/res/values/strings.xml b/feature/palette/src/main/res/values/strings.xml index bc760307..083dd8a0 100644 --- a/feature/palette/src/main/res/values/strings.xml +++ b/feature/palette/src/main/res/values/strings.xml @@ -14,14 +14,14 @@ \n\nYou can specify the maximum number of color swatches extracted from which the above six named ones are selected. Good values for maximumColorCount depend on the source image type. For landscapes, a good values are in the range 12–16. - For images which are largely made up of people\'s faces then this value should be increased to 24–32. + For images which are largely made up of people’s faces then this value should be increased to 24–32. The default maximumColorCount is 16. The number of returned swatches may be less than maximumColorCount, but at least one is always returned. Not all of the above named ones are guaranteed to be found. \n\nA swatch consists of a main background color and two text colors. The text colors are guaranteed to have sufficient contrast when drawn over the background color. \n\nYou can also specify the size of the image from which the palette is generated. The default is 192px. - If the bitmap\'s largest dimension is greater than resizeBitmapSize, then the bitmap will be resized so that it\'s largest dimension matches the value. + If the bitmap’s largest dimension is greater than resizeBitmapSize, then the bitmap will be resized so that it’s largest dimension matches the value. If the bitmap is smaller or equal, the original is used as-is. \nresizeBitmapSize has a large effect on the processing time. The larger the resized image is, the greater time it will take to generate the palette. The smaller the image is, the more detail is lost in the resulting image and thus less precision for color selection. diff --git a/gradle.properties b/gradle.properties index e8568ccf..16da2c31 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,8 @@ org.gradle.warning.mode=fail # Android Gradle Plugin setup android.useAndroidX=true +#noinspection GradleDependency no need to keep up to date, it's a development tool. +#android.experimental.lint.version=8.2.0-alpha10 # Build setup kapt.incremental.apt=true