Skip to content

Commit

Permalink
changelogs/2.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshnsears committed Sep 21, 2024
1 parent ea6be6d commit a6543c4
Show file tree
Hide file tree
Showing 30 changed files with 71,403 additions and 130 deletions.
8 changes: 4 additions & 4 deletions .idea/appInsightsSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 52 additions & 0 deletions .idea/runConfigurations/Generate_Baseline_Profile_for_app.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75" alt="Get it on F-Droid">](https://f-droid.org/en/packages/com.github.jameshnsears.chance/)

## main

| test-codecov | androidTest-codecov | static-analysis | sonar | codecov |
Expand All @@ -7,4 +9,4 @@
---


![Class Diagram](https://raw.githubusercontent.com/jameshnsears/Chance/main/docs/uml/class-diagram.png)
![Class Diagram](https://raw.githubusercontent.com/jameshnsears/Chance/main/docs/uml/class-diagram.png)
17 changes: 15 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
alias(libs.plugins.com.android.application)
alias(libs.plugins.org.jetbrains.kotlin.android)
alias(libs.plugins.org.jetbrains.kotlin.plugin.compose)
alias(libs.plugins.baselineprofile)
}

android {
Expand All @@ -12,9 +13,9 @@ android {
applicationId = "com.github.jameshnsears.chance"
minSdk = 24
targetSdk = 35
versionCode = 12435
versionCode = 22435
// version | min sdk | max sdk
versionName = "1.0.0"
versionName = "1.1.0"
extra["versionName"] = versionName

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -26,12 +27,22 @@ android {

buildTypes {
release {
// The generated .map file, for google play store manual upload, in:
// app/build/outputs/mapping/release/
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}

debug {
enableAndroidTestCoverage = true
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
}

Expand Down Expand Up @@ -82,6 +93,7 @@ android {
}

dependencies {
implementation(libs.androidx.profileinstaller)
androidTestImplementation(libs.androidx.compose.ui.test.junit4)
androidTestImplementation(libs.androidx.compose.ui.test.manifest)
androidTestImplementation(libs.androidx.datastore.core)
Expand All @@ -93,6 +105,7 @@ dependencies {
androidTestImplementation(libs.org.jetbrains.kotlinx.coroutines.test)
androidTestImplementation(libs.protobuf.kotlin)
androidTestImplementation(platform(libs.androidx.compose.bom))
"baselineProfile"(project(":module:baselineprofile"))
debugImplementation(libs.androidx.compose.ui.test.manifest)
debugImplementation(libs.leakcanary.android)
"googleplayImplementation"(platform(libs.com.google.firebase.bom))
Expand Down
74 changes: 48 additions & 26 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,67 +3,100 @@

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.application than 8.5.2 is available: 8.6.0"
message="A newer version of com.android.application than 8.5.2 is available: 8.6.1"
errorLine1="com-android-application = &quot;8.5.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="6"
line="8"
column="27"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.application than 8.5.2 is available: 8.6.0"
message="A newer version of com.android.application than 8.5.2 is available: 8.6.1"
errorLine1="com-android-application = &quot;8.5.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="6"
line="8"
column="27"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.application than 8.5.2 is available: 8.6.0"
message="A newer version of com.android.application than 8.5.2 is available: 8.6.1"
errorLine1="com-android-application = &quot;8.5.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="6"
line="8"
column="27"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.2 is available: 8.6.0"
message="A newer version of com.android.test than 8.5.2 is available: 8.6.1"
errorLine1="com-android-application = &quot;8.5.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="8"
column="27"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.test than 8.5.2 is available: 8.6.1"
errorLine1="com-android-application = &quot;8.5.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="8"
column="27"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.test than 8.5.2 is available: 8.6.1"
errorLine1="com-android-application = &quot;8.5.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="8"
column="27"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.2 is available: 8.6.1"
errorLine1="com-android-library = &quot;8.5.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="7"
line="9"
column="23"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.2 is available: 8.6.0"
message="A newer version of com.android.library than 8.5.2 is available: 8.6.1"
errorLine1="com-android-library = &quot;8.5.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="7"
line="9"
column="23"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.2 is available: 8.6.0"
message="A newer version of com.android.library than 8.5.2 is available: 8.6.1"
errorLine1="com-android-library = &quot;8.5.2&quot;"
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="7"
line="9"
column="23"/>
</issue>

Expand All @@ -74,7 +107,7 @@
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="14"
line="16"
column="17"/>
</issue>

Expand All @@ -85,7 +118,7 @@
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="14"
line="16"
column="17"/>
</issue>

Expand All @@ -96,21 +129,10 @@
errorLine2=" ~~~~~~~">
<location
file="$HOME/GIT_REPOS/chance/gradle/libs.versions.toml"
line="14"
line="16"
column="17"/>
</issue>

<issue
id="LockedOrientationActivity"
message="Expecting `android:screenOrientation=&quot;unspecified&quot;` or `&quot;fullSensor&quot;` for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices"
errorLine1=" android:screenOrientation=&quot;portrait&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="17"
column="13"/>
</issue>

<issue
id="UnusedResources"
message="The resource `R.color.purple_200` appears to be unused"
Expand Down
Loading

0 comments on commit a6543c4

Please sign in to comment.