-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dashpay): integrate dash-sdk and restore basic functions (#1291)
* feat: support for making DAPI calls via dash sdk * fix: keep sdk classes * fix: update KeyType fields and functions * fix: remove test queries for getIdentity * fix: add ContextProvider to PlatformService * fix: call DAPI functions after masternode list sync * fix: updates for DAPI call changes * fix: account for failures in registration * fix: create username fixes * fix: fix passing of arguments via view model if others are missing * fix: updates based on rust sdk contact request items * fix: remove private settings step on invites * fix: simplify the end of sending contact request * fix: simplify send invite operation * fix: isPlatformAvailable * style: improve InviteFriendFragment * style: improve MainViewModel * style: remove unused imports * refactor: improve CreateIdentityService * refactor: improve PlatformRepo * fix: update dependencies for dash-sdk * fix: minor changes * refactor: simplify callbacks for contact view holders * refactor: make some fields private * refactor: remove ? * refactor: remove StatusRuntimeException uses * fix: fix UI on Contacts Screen * refactor: use DomainDocument instead of ["*"] * fix: use label instead of normalizedLabel for the display of usernames * fix: ignore alias usernames * chore: bump version code and name
- Loading branch information
1 parent
a84fd67
commit 9c5ef18
Showing
29 changed files
with
395 additions
and
395 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
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.