Removed old settings fragment; added licences button; added ColorPickerView dependency, to be used to pick colours for text and highlight; removed transparency settings in favour of ColorPickerView

This commit is contained in:
denizk0461
2023-05-16 11:38:04 +02:00
parent eca9594a7e
commit 4dfc2a2df6
16 changed files with 239 additions and 1112 deletions
+3 -1
View File
@@ -11,7 +11,7 @@ android {
minSdk 23
targetSdk 33
versionCode 6
versionName "1.3.0"
versionName "2.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -52,4 +52,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation "com.github.skydoves:colorpickerview:2.2.4"
}