mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 06:35:17 +01:00
Move OverlayUI and other related functionality from Main (Application) class to MainController. Motivation: 1. This simplifies the Main class 2. The code more logically belongs in the controller 3. The code being in the controller increases reusability 4. Is a first step towards additional refactoring made possible because MainController can subclass an abstract class and Main can’t because it must subclass Application |
||
---|---|---|
.. | ||
src/main | ||
build.gradle |