Compare commits

..

19 commits

Author SHA1 Message Date
2a3c9941ce
Fix gradle actions v4 usage
All checks were successful
Build & Test / Run Unit Tests (push) Successful in 8m41s
Build & Test / Validate (pull_request) Successful in 17s
Build & Test / Run Unit Tests (pull_request) Successful in 7m22s
Build & Test / Validate (push) Successful in 16s
2024-11-15 07:43:00 -07:00
6560076fcb Update gradle/actions action to v4
Some checks failed
Build & Test / Validate (pull_request) Failing after 4s
Build & Test / Run Unit Tests (pull_request) Has been skipped
Build & Test / Validate (push) Failing after 3s
Build & Test / Run Unit Tests (push) Has been skipped
2024-11-11 23:03:34 +00:00
3dc8efcd12 Update dependency gradle to v8.11
Some checks failed
Build & Test / Validate (pull_request) Failing after 4s
Build & Test / Run Unit Tests (pull_request) Has been skipped
Build & Test / Validate (push) Failing after 3s
Build & Test / Run Unit Tests (push) Has been skipped
2024-11-11 22:06:09 +00:00
e41c3e1db1 Update dependency androidx.core:core-ktx to v1.15.0
All checks were successful
Build & Test / Validate (pull_request) Successful in 19s
Build & Test / Run Unit Tests (pull_request) Successful in 4m58s
Build & Test / Validate (push) Successful in 19s
Build & Test / Run Unit Tests (push) Successful in 6m6s
2024-11-09 05:03:10 +00:00
ce526ca1e6 Fix compilation issue
All checks were successful
Build & Test / Validate (push) Successful in 18s
Build & Test / Run Unit Tests (push) Successful in 8m4s
2024-11-09 04:25:14 +00:00
91fe96c5c8 Update dependency androidx.compose:compose-bom to v2024.10.01 2024-11-09 04:25:14 +00:00
9b96569a2b Set target compilation SDK to 35
Some checks failed
Build & Test / Run Unit Tests (push) Blocked by required conditions
Build & Test / Validate (push) Has been cancelled
2024-11-09 04:18:05 +00:00
d51054848a
Fix compilation error from Ktor upgrade
Some checks failed
Build & Test / Validate (pull_request) Successful in 25s
Build & Test / Run Unit Tests (pull_request) Successful in 6m46s
Build & Test / Validate (push) Successful in 18s
Build & Test / Run Unit Tests (push) Has been cancelled
2024-11-08 21:02:59 -07:00
dbf2b92921 Update ktorVersion to v3
Some checks failed
Build & Test / Validate (pull_request) Successful in 19s
Build & Test / Run Unit Tests (pull_request) Failing after 4m36s
2024-10-31 21:02:58 +00:00
fb1fd4d95f Update dependency com.android.application to v8.7.2
All checks were successful
Build & Test / Validate (pull_request) Successful in 22s
Build & Test / Run Unit Tests (pull_request) Successful in 6m34s
Build & Test / Validate (push) Successful in 19s
Build & Test / Run Unit Tests (push) Successful in 8m4s
2024-10-31 20:03:13 +00:00
bb2a5274c2 Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.7
All checks were successful
Build & Test / Validate (pull_request) Successful in 18s
Build & Test / Run Unit Tests (pull_request) Successful in 5m19s
Build & Test / Validate (push) Successful in 26s
Build & Test / Run Unit Tests (push) Successful in 6m19s
2024-10-30 18:03:29 +00:00
0665f80449 Update dependency androidx.activity:activity-compose to v1.9.3
All checks were successful
Build & Test / Validate (pull_request) Successful in 20s
Build & Test / Run Unit Tests (pull_request) Successful in 6m38s
Build & Test / Validate (push) Successful in 19s
Build & Test / Run Unit Tests (push) Successful in 8m4s
2024-10-16 18:03:43 +00:00
f37fe0416c Update dependency com.android.application to v8.7.1
Some checks failed
Build & Test / Validate (pull_request) Failing after 3s
Build & Test / Run Unit Tests (pull_request) Has been skipped
Build & Test / Validate (push) Successful in 21s
Build & Test / Run Unit Tests (push) Successful in 7m3s
2024-10-14 18:06:36 +00:00
f7de4fd7fa Update kotlin to v2.0.21
All checks were successful
Build & Test / Validate (pull_request) Successful in 22s
Build & Test / Run Unit Tests (pull_request) Successful in 6m28s
Build & Test / Validate (push) Successful in 20s
Build & Test / Run Unit Tests (push) Successful in 8m1s
2024-10-10 10:12:17 +00:00
4e610570ba Update dependency com.android.application to v8.7.0
All checks were successful
Build & Test / Validate (pull_request) Successful in 19s
Build & Test / Run Unit Tests (pull_request) Successful in 6m38s
Build & Test / Validate (push) Successful in 20s
Build & Test / Run Unit Tests (push) Successful in 8m28s
2024-10-02 08:04:10 +00:00
18512bc0ff Update dependency gradle to v8.10.2
All checks were successful
Build & Test / Validate (push) Successful in 28s
Build & Test / Run Unit Tests (push) Successful in 8m22s
2024-10-02 07:51:21 +00:00
e0ac0f4a81 Update kotlin to v2.0.20
Some checks are pending
Build & Test / Validate (push) Waiting to run
Build & Test / Run Unit Tests (push) Blocked by required conditions
2024-10-02 07:34:20 +00:00
6d2a3f256d Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.6
Some checks are pending
Build & Test / Validate (push) Waiting to run
Build & Test / Run Unit Tests (push) Blocked by required conditions
2024-10-02 07:28:18 +00:00
2501551ce2 Update dependency androidx.activity:activity-compose to v1.9.2
Some checks are pending
Build & Test / Validate (pull_request) Successful in 20s
Build & Test / Run Unit Tests (pull_request) Successful in 4m22s
Build & Test / Validate (push) Waiting to run
Build & Test / Run Unit Tests (push) Blocked by required conditions
2024-10-02 05:08:03 +00:00
6 changed files with 12 additions and 12 deletions

View file

@ -17,7 +17,7 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Validate Gradle Wrapper
uses: https://git.wbrawner.com/gradle/actions/wrapper-validation@v3
uses: https://git.wbrawner.com/gradle/actions/wrapper-validation@v4
unit_tests:
name: Run Unit Tests
runs-on: ubuntu-latest

View file

@ -198,7 +198,7 @@ fun ScanScreen(
showScannerUrlInput = false
},
keyboardOptions = KeyboardOptions.Default.copy(
autoCorrect = false,
autoCorrectEnabled = false,
capitalization = KeyboardCapitalization.None,
keyboardType = KeyboardType.Uri
)

View file

@ -81,7 +81,7 @@ class HpScannerService(
}
) {
onDownload { bytesSentTotal, contentLength ->
onProgress(bytesSentTotal, contentLength)
onProgress(bytesSentTotal, contentLength?: 0L)
}
}
val responseBody: ByteArray = httpResponse.body()

View file

@ -1,16 +1,16 @@
[versions]
activityCompose = "1.9.0"
androidGradlePlugin = "8.5.1"
activityCompose = "1.9.3"
androidGradlePlugin = "8.7.2"
appcompat = "1.7.0"
composeBom = "2024.06.00"
coreKtx = "1.13.1"
composeBom = "2024.10.01"
coreKtx = "1.15.0"
espressoCore = "3.6.1"
junit = "4.13.2"
junitVersion = "1.2.1"
kotlin = "2.0.0"
ktorVersion = "2.3.12"
lifecycleRuntimeKtx = "2.8.3"
maxSdk = "34"
kotlin = "2.0.21"
ktorVersion = "3.0.1"
lifecycleRuntimeKtx = "2.8.7"
maxSdk = "35"
minSdk = "29"
preferenceKtx = "1.2.1"

Binary file not shown.

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME