-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: convert BlockchainService to Kotlin to address ANR's (#1336)
* feat: show platform version on AboutActivity * chore: update to dashj 21.1.3-SNAPSHOT * Rename .java to .kt * refactor: convert BlockchainServiceImpl to Java * refactor: use serviceScope for onStartCommand, onDestroy, onReceive * fix: various fixes * fix: propogate context * refactor: update based on changes to dash-sdk-kotlin * fix: update copyright year to 2024 * fix: use DashSystem instead of Context * fix: wait for shutdown when starting again after blockchain rescan * refactor: simplify Injected fields * fix: update to v11.0.5 sync fix * Rename .java to .kt * fix: delete old files * fix: more proguard rules * fix: log date format attempted fix * fix: attempting to fix log date format * fix: add logback to proguard * chore: cleanup * fix: proper isComplete check for CrowdNode tx set * fix: change the way topup tx observed for CrowdNode * fix: build error - missing file * fix: update some function calls to include chainLockHeight * fix: make sure that onDestroy doesn't start before onCreate is finished. * chore: update dpp to v1.7.1-SNAPSHOT * fix: use the refactored context dashj --------- Co-authored-by: Andrei Ashikhmin <[email protected]>
- Loading branch information
1 parent
2bbfb45
commit 165a194
Showing
32 changed files
with
1,742 additions
and
1,645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.