-
Notifications
You must be signed in to change notification settings - Fork 984
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
kotlinify account, database, Log & Network Manager #19426
Conversation
Jenkins BuildsClick to see older builds (52)
|
81% of end-end tests have passed
Failed tests (8)Click to expandClass TestActivityMultipleDevicePRTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (39)Click to expandClass TestCommunityOneDeviceMerged:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityMultipleDevicePRTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
|
404dc26
to
43de426
Compare
ff28188
to
a453690
Compare
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.
🚀
a33f4fc
to
c4a48b1
Compare
re-launched the tests, prioritizing the PR, thank you for patience! |
87% of end-end tests have passed
Failed tests (6)Click to expandClass TestActivityMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestDeepLinksOneDevice:
Class TestCommunityMultipleDeviceMerged:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (45)Click to expandClass TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMerged:
Class TestWalletMultipleDevice:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestWalletOneDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityMultipleDevicePRTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
|
c4a48b1
to
775e345
Compare
67% of end-end tests have passed
Failed tests (2)Click to expandClass TestDeepLinksOneDevice:
Passed tests (4)Click to expandClass TestActivityMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
|
@siddarthkay thank you for the PR. No issues from my side. Ready for merge. |
775e345
to
a9fc3b8
Compare
parent issue: #18310 This PR converts the following `Java` files to `Kotlin` : - modules/react-native-status/android/src/main/java/im/status/ethereum/module/AccountManager.java - modules/react-native-status/android/src/main/java/im/status/ethereum/module/DatabaseManager.java - modules/react-native-status/android/src/main/java/im/status/ethereum/module/LogManager.java - modules/react-native-status/android/src/main/java/im/status/ethereum/module/NetworkManager.java This PR converts Java code to `Kotlin` which involves methods like creating account, onboarding and local network stuff that impacts syncing code. In theory the logic should be same but please test those areas. - Android status: ready
a9fc3b8
to
bb6b4e2
Compare
parent issue: #18310
Summary
This PR converts the following
Java
files toKotlin
:Testing notes
This PR converts Java code to
Kotlin
which involves methods like creating account, onboarding and local network stuff that impacts syncing code.In theory the logic should be same but please test those areas.
Platforms
status: ready