Skip to content

Commit

Permalink
kotlinify account, database, Log & Network Manager
Browse files Browse the repository at this point in the history
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
  • Loading branch information
siddarthkay committed Apr 9, 2024
1 parent c847cb5 commit c4a48b1
Show file tree
Hide file tree
Showing 8 changed files with 679 additions and 722 deletions.

This file was deleted.

Loading

0 comments on commit c4a48b1

Please sign in to comment.