Julien Veyssier (fc5baeb3) at 15 Mar 23:46
Merge branch 'no-expire' into 'master'
... and 1 more commit
It is bad if release artifacts suddenly disappear.
Releases are also not very frequent, so this should not use a lot of storage.
I get this when syncing the project with gradle files:
Dependency verification failed for configuration ':app:devDebugAndroidTestCompileClasspath':
- On artifact commons-codec-1.21.0-javadoc.jar (commons-codec:commons-codec:1.21.0) multiple problems reported:
- in repository 'MavenRepo': artifact was signed but all keys were ignored
- in repository 'MavenRepo': checksum is missing from verification metadata.
This can indicate that a dependency has been compromised. Please carefully verify the checksums.
These files failed verification:
- GRADLE_USER_HOME/caches/modules-2/files-2.1/commons-codec/commons-codec/1.21.0/d39ca9b775b5b90c0a791413b605d8354b74e42b/commons-codec-1.21.0-javadoc.jar
Julien Veyssier (1ff1720a) at 26 Feb 09:08
Merge branch 'enh/noid/bump-agp-and-target-sdk-36' into 'master'
... and 4 more commits
I tried on a virtual device running Android 16, SDK 36 and on a personal device running LineageOS 23 (Android 16 as well). It seems ro work well.
cc
Thanks for the review
I had to update the verification data after switching to gradle 8.14.4...
The suggested changes were applied
I also get this when building this MR and running it on Android 16
I can install and use the build produced by the CI on a real Android 16 device.
One thing bugs me. I could not update from a previous CI build to the latest one (with the changes of this PR). I had to uninstall the old one before installing the new one. Any idea why? I get App not installed as package conflicts with an existing package.
Julien Veyssier (d036846d) at 24 Feb 23:05
use gradle wrapper 8.14.4
Julien Veyssier (a1c9d9c6) at 24 Feb 22:47
use java 21, use debian:13 in CI, remove useless kotlin-stdlib
I tried on a virtual device running Android 16, SDK 36 and on a personal device running LineageOS 23 (Android 16 as well). It seems ro work well.
cc
Julien Veyssier (adb44c8c) at 20 Feb 14:28
change the ci docker image
Julien Veyssier (2b2bff49) at 20 Feb 14:15
change the ci docker image
Julien Veyssier (88f3b390) at 20 Feb 13:57
bump gradle to 8.13 and targetSdkVersion to 36
... and 9 more commits
Julien Veyssier (8845e7c8) at 12 Feb 21:25
update gradle to 8.12.1, gradle plugin to 8.8.0, remove jcenter in ...
Julien Veyssier (8845e7c8) at 12 Feb 19:41
update gradle to 8.12.1, gradle plugin to 8.8.0, remove jcenter in ...
Julien Veyssier (96659fb0) at 12 Feb 19:35
update gradle wrapper to 8.10.2, gradle to 8.8.0, remove jcenter in...
Julien Veyssier (c97f3850) at 12 Feb 17:16
update to gradle wrapper 8.7, gradle build 8.5.2, remove jcenter in...
... and 1 more commit
Use the current OS locale to format numbers. The only place where numbers formatting is left untouched is for the "weight" as it makes sense in the current state.
In those changes, the text field containing the bill amount is now displayng the full raw number for correctness, and number format changes are not compatible anyway.