diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 1db54744..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,4 +0,0 @@ -# These are supported funding model platforms - -github: [marcauberer] -custom: ["https://www.paypal.me/marcauberer"] diff --git a/README.md b/README.md index e212b818..b7a308ab 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ More information on the projects website: [https://chillibits.com/colorconverter - Dark mode ## Screenshots (Android 11) - - + + ## Contribute to this project You can contribute to this project by doing following things: diff --git a/app/build.gradle b/app/build.gradle index a6f2e04e..78714520 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,14 +12,14 @@ plugins { } android { - compileSdkVersion 30 - buildToolsVersion "30.0.3" + compileSdkVersion 31 + buildToolsVersion "31.0.0" defaultConfig { applicationId "com.mrgames13.jimdo.colorconverter" minSdkVersion 21 - targetSdkVersion 30 - versionCode 2701 - versionName "2.7.1" + targetSdkVersion 31 + versionCode 2702 + versionName "2.7.2" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -47,9 +47,9 @@ dependencies { // base dependencies implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.core:core-ktx:1.6.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'com.google.android.instantapps:instantapps:1.1.0' - implementation 'com.google.android.play:core:1.10.0' + implementation 'com.google.android.play:core:1.10.2' implementation 'androidx.palette:palette-ktx:1.0.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.fragment:fragment-ktx:1.3.6' @@ -60,14 +60,14 @@ dependencies { implementation 'net.margaritov.preference.colorpicker.ColorPickerPreference:ColorPickerPreference:1.0.0' implementation 'com.fxn769:pix:1.5.6' implementation 'com.github.skydoves:colorpickerview:2.2.3' - implementation 'com.mikepenz:iconics-core:5.3.0' + implementation 'com.mikepenz:iconics-core:5.3.2' implementation 'com.mikepenz:material-design-iconic-typeface:2.2.0.8-kotlin@aar' implementation 'com.github.javiersantos:MaterialStyledDialogs:3.0.2' implementation 'com.github.numerative:Five-Star-Me:2.1.1' // ChilliBits dependencies - implementation 'com.chillibits:simplesettings:1.3.1' - implementation 'com.chillibits:adobecolortool:1.0.1' + implementation 'com.chillibits:simplesettings:1.3.2' + implementation 'com.chillibits:adobecolortool:1.0.3' // Room dependencies implementation "androidx.room:room-runtime:$room_version" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index aec23fcc..b6d351e8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -41,7 +41,8 @@ android:name="com.chillibits.colorconverter.ui.activity.MainActivity" android:screenOrientation="portrait" android:theme="@style/SplashTheme" - android:windowSoftInputMode="adjustPan"> + android:windowSoftInputMode="adjustPan" + android:exported="true"> @@ -86,14 +87,16 @@ android:name="com.chillibits.colorconverter.ui.activity.ColorSelectionActivity" android:screenOrientation="portrait" android:theme="@style/AppTheme.NoActionBar" - android:windowSoftInputMode="adjustPan" /> + android:windowSoftInputMode="adjustPan" + android:exported="true"/> + android:windowSoftInputMode="adjustPan" + android:exported="true"> diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index e874b3ce..612e3886 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -9,7 +9,7 @@ Release: Working copy Locale: de, German Exported by: ChilliBits - Exported at: Sat, 31 Jul 2021 13:44:20 +0100 + Exported at: Fri, 22 Oct 2021 23:31:44 +0100 --> OK diff --git a/app/src/main/res/values-de/strings_colors.xml b/app/src/main/res/values-de/strings_colors.xml index 405f504d..39be3ee9 100644 --- a/app/src/main/res/values-de/strings_colors.xml +++ b/app/src/main/res/values-de/strings_colors.xml @@ -9,7 +9,7 @@ Release: Working copy Locale: de, German Exported by: ChilliBits - Exported at: Fri, 30 Jul 2021 16:50:13 +0100 + Exported at: Fri, 22 Oct 2021 23:31:44 +0100 --> Aliceblau diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 719610b0..f925850b 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -9,7 +9,7 @@ Release: Working copy Locale: es, Spanish Exported by: ChilliBits - Exported at: Sat, 31 Jul 2021 13:44:20 +0100 + Exported at: Fri, 22 Oct 2021 23:31:44 +0100 --> Aceptar diff --git a/app/src/main/res/values-es/strings_colors.xml b/app/src/main/res/values-es/strings_colors.xml index 6ae486cc..f9b6ff69 100644 --- a/app/src/main/res/values-es/strings_colors.xml +++ b/app/src/main/res/values-es/strings_colors.xml @@ -9,7 +9,7 @@ Release: Working copy Locale: es, Spanish Exported by: ChilliBits - Exported at: Fri, 30 Jul 2021 16:50:13 +0100 + Exported at: Fri, 22 Oct 2021 23:31:44 +0100 --> Azul Alicia diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 86fa414d..06e8ee91 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -9,7 +9,7 @@ Release: Working copy Locale: fr, French Exported by: ChilliBits - Exported at: Sat, 31 Jul 2021 13:44:20 +0100 + Exported at: Fri, 22 Oct 2021 23:31:43 +0100 --> OK diff --git a/app/src/main/res/values-fr/strings_colors.xml b/app/src/main/res/values-fr/strings_colors.xml index f31f9e07..48bec11c 100644 --- a/app/src/main/res/values-fr/strings_colors.xml +++ b/app/src/main/res/values-fr/strings_colors.xml @@ -9,7 +9,7 @@ Release: Working copy Locale: fr, French Exported by: ChilliBits - Exported at: Fri, 30 Jul 2021 16:50:13 +0100 + Exported at: Fri, 22 Oct 2021 23:31:44 +0100 --> Bleu alice diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 14bd5e4f..3152c3ab 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -9,7 +9,7 @@ Release: Working copy Locale: ru, Russian Exported by: ChilliBits - Exported at: Sat, 31 Jul 2021 13:44:20 +0100 + Exported at: Fri, 22 Oct 2021 23:31:44 +0100 --> ОК diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 75f0cb20..f73c721e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -9,7 +9,7 @@ Release: Working copy Locale: en, English Exported by: ChilliBits - Exported at: Sat, 31 Jul 2021 13:44:19 +0100 + Exported at: Fri, 22 Oct 2021 23:31:43 +0100 --> OK diff --git a/app/src/main/res/values/strings_colors.xml b/app/src/main/res/values/strings_colors.xml index 90fbf715..9d1d655a 100644 --- a/app/src/main/res/values/strings_colors.xml +++ b/app/src/main/res/values/strings_colors.xml @@ -9,7 +9,7 @@ Release: Working copy Locale: en, English Exported by: ChilliBits - Exported at: Fri, 30 Jul 2021 16:50:13 +0100 + Exported at: Fri, 22 Oct 2021 23:31:43 +0100 --> Alice Blue diff --git a/build.gradle b/build.gradle index 7de8713b..d6e51c06 100644 --- a/build.gradle +++ b/build.gradle @@ -3,15 +3,15 @@ */ buildscript { - ext.kotlin_version = '1.5.30-M1' + ext.kotlin_version = '1.5.31' ext.room_version = '2.3.0' - ext.hilt_version = '2.38.1' + ext.hilt_version = '2.39.1' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.0' + classpath 'com.android.tools.build:gradle:7.0.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" classpath 'com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:8.3.1'