XMRig-for-Android / xmrig-for-android

⛏Mine Monero from your android device
MIT License
141 stars 34 forks source link

Communication Refactor, TaskManager #109

Closed garrylachman closed 2 years ago

garrylachman commented 2 years ago

Big refactor of communication between UI & Native Modules, Moving kotlin services to WorkManager tasks, Thread separation, communication from native modules to UI (most of the services was called from UI to Native)

close #108