-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin migration - part 2 #1728
Conversation
Pull reviewers statsStats of the last 30 days for popstellar:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a lot of changes. I did what I could but couldn't finish it.
I just peeked one comment that is probably a forgotten one.
fe2-android/app/src/main/java/com/github/dedis/popstellar/di/DataRegistryModule.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Self-review
fe2-android/app/src/main/java/com/github/dedis/popstellar/di/DataRegistryModule.kt
Show resolved
Hide resolved
fe2-android/app/src/main/java/com/github/dedis/popstellar/model/Role.kt
Outdated
Show resolved
Hide resolved
...id/app/src/main/java/com/github/dedis/popstellar/model/network/method/message/data/Action.kt
Outdated
Show resolved
Hide resolved
.../src/main/java/com/github/dedis/popstellar/model/network/method/message/data/DataRegistry.kt
Outdated
Show resolved
Hide resolved
...a/com/github/dedis/popstellar/model/network/method/message/data/consensus/ConsensusAccept.kt
Outdated
Show resolved
Hide resolved
...ain/java/com/github/dedis/popstellar/model/network/method/message/data/digitalcash/Output.kt
Outdated
Show resolved
Hide resolved
fe2-android/app/src/main/java/com/github/dedis/popstellar/model/qrcode/PoPCHAQRCode.kt
Outdated
Show resolved
Hide resolved
c09d197
to
93bc297
Compare
Quality Gate passed for 'PoP - PoPCHA-Web-Client'Kudos, no new issues were introduced! 0 New issues |
Quality Gate passed for 'PoP - Be1-Go'Kudos, no new issues were introduced! 0 New issues |
Quality Gate passed for 'PoP - Be2-Scala'Kudos, no new issues were introduced! 0 New issues |
Quality Gate passed for 'PoP - Fe2-Android'The SonarCloud Quality Gate passed, but some issues were introduced. 23 New issues |
Quality Gate passed for 'PoP - Fe1-Web'Kudos, no new issues were introduced! 0 New issues |
Happy to approve as is, but can you please add a separate PR to reduce the "23 new issues on FE2" ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to merge if this code has been tested. Do you confirm that the FE2 app still runs in Android Studio?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't review everything (for obvious reasons), but randomly sampled files look good 👍
Second part of the Kotlin migration. This PR migrates the rest of the files except for the \tests and \src\ui folders