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

## Summary

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

## 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
- Android

status: ready
  • Loading branch information
siddarthkay committed Apr 3, 2024
1 parent 68402ae commit 675b8fe
Show file tree
Hide file tree
Showing 8 changed files with 679 additions and 726 deletions.

This file was deleted.

Loading

0 comments on commit 675b8fe

Please sign in to comment.