Skip to content

Conversation

@luhmirin-s
Copy link
Contributor

  • Added regression test cases to ensure that API does not change during refactoring
  • Update build tooling to latest versions
  • Translated all files to Kotlin with small changes to make the implementation more "kotlin-like"

@luhmirin-s luhmirin-s requested review from a team, BurningAXE, TristramN, alex-vt, alexandr-simprints, bastien-micheau-simprints, meladRaouf and ybourgery and removed request for a team August 15, 2024 08:01
@luhmirin-s luhmirin-s force-pushed the feature/MS-621-upgrades branch from 6daa3f6 to 081e40a Compare August 15, 2024 08:42
build.gradle Outdated
dependencies {
classpath "com.android.tools.build:gradle:7.4.0"
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
classpath "com.android.tools.build:gradle:8.3.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use the latest gradle version ?

distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, here the wrapper version 8.7

private val templates: MutableMap<FingerIdentifier, ByteArray> = mutableMapOf()
) : Parcelable {

fun setTemplate(fingerId: FingerIdentifier, fingerTemplate: ByteArray) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about face temeplates?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I just translated the code explicitly not changing the API.

I will add a subtask to add the face templates well for the "improvements" part

@luhmirin-s luhmirin-s force-pushed the feature/MS-621-upgrades branch from 081e40a to 06b0b66 Compare August 15, 2024 08:55
@luhmirin-s luhmirin-s merged commit 124436a into main Aug 19, 2024
@luhmirin-s luhmirin-s deleted the feature/MS-621-upgrades branch August 19, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants