Skip to content

Commit

Permalink
v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
raozhiming committed Aug 3, 2023
1 parent 5ac1e8e commit 73d40fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App
Submodule App updated 70 files
+1 −1 config.xml
+10 −8 package.json
+7 −0 plugin_src/dappbrowser/src/android/DappChromeClient.java
+40 −14 src/app/app.module.ts
+2 −1 src/app/dappbrowser/components/url-input-assistant/url-input-assistant.component.html
+67 −7 src/app/dappbrowser/components/url-input-assistant/url-input-assistant.component.ts
+2 −1 src/app/dappbrowser/pages/home/home.html
+3 −1 src/app/developertools/model/didsession.model.ts
+4 −1 src/app/didsessions/model/did.model.ts
+1 −0 src/app/didsessions/services/identity.service.ts
+5 −4 src/app/identity/components/credential/credential.component.ts
+10 −3 src/app/identity/components/wallet-chooser/wallet-chooser.component.ts
+1 −14 src/app/identity/components/wallet-credential/wallet-credential.component.ts
+4 −1 src/app/identity/model/did.model.ts
+15 −0 src/app/identity/model/walletCredential.ts
+1 −0 src/app/identity/pages/credentialdetails/credentialdetails.page.scss
+1 −1 src/app/identity/pages/credentialdetails/credentialdetails.page.ts
+9 −2 src/app/identity/pages/credentials/credentials.html
+13 −0 src/app/identity/pages/credentials/credentials.scss
+14 −1 src/app/identity/pages/credentials/credentials.ts
+9 −4 src/app/identity/pages/intents/credentialaccessrequest/credentialaccessrequest.ts
+1 −0 src/app/identity/pages/intents/credentialcontextimportrequest/credentialcontextimportrequest.scss
+1 −0 src/app/identity/pages/intents/credentialimportrequest/credentialimportrequest.scss
+2 −1 src/app/identity/pages/intents/credentialimportrequest/credentialimportrequest.ts
+4 −0 src/app/identity/pages/intents/requestcredentials/requestcredentials.scss
+8 −3 src/app/identity/pages/intents/requestcredentials/requestcredentials.ts
+5 −4 src/app/identity/pages/profile/profile.ts
+1 −0 src/app/identity/services/intentreceiver.service.ts
+6 −5 src/app/launcher/widgets/base/widget-container/widget-container.component.ts
+1 −0 src/app/launcher/widgets/builtin/active-network-coin-price/active-network-coin-price.widget.scss
+5 −1 src/app/launcher/widgets/builtin/active-network-coin-price/active-network-coin-price.widget.ts
+14 −1 src/app/launcher/widgets/builtin/active-wallet/active-wallet.widget.html
+30 −0 src/app/launcher/widgets/builtin/active-wallet/active-wallet.widget.scss
+20 −8 src/app/launcher/widgets/builtin/active-wallet/active-wallet.widget.ts
+4 −1 src/app/launcher/widgets/builtin/hive-sync/hive-sync.widget.ts
+4 −0 src/app/services/global.elastosapi.service.ts
+2 −0 src/app/services/walletconnect/walletconnect.v2.service.ts
+5 −5 src/app/settings/pages/walletconnect/connect/connect.page.scss
+5 −5 src/app/settings/pages/walletconnect/connectv2/connectv2.page.scss
+1 −1 src/app/voting/crproposalvoting/pages/proposal-detail/proposal-detail.ts
+1 −1 src/app/voting/crproposalvoting/pages/suggestion-detail/suggestion-detail.ts
+1 −1 src/app/voting/crproposalvoting/pages/suggestion-list/suggestion-list.ts
+3 −0 src/app/voting/crproposalvoting/services/proposal.service.ts
+3 −0 src/app/voting/crproposalvoting/services/suggestion.service.ts
+14 −0 src/app/voting/dpos2/pages/my-votes/node-slider/node-slider.component.ts
+1 −0 src/app/voting/dpos2/root.scss
+9 −5 src/app/voting/dpos2/services/dpos2.service.ts
+6 −5 src/app/wallet/components/tx-confirm/tx-confirm.component.ts
+1 −1 src/app/wallet/components/tx-details-multisig/tx-details-multisig.component.scss
+33 −0 src/app/wallet/model/networks/bttc/network/bttc.api.ts
+47 −0 src/app/wallet/model/networks/bttc/network/bttc.base.network.ts
+35 −0 src/app/wallet/model/networks/bttc/network/bttc.mainnet.network.ts
+19 −0 src/app/wallet/model/networks/bttc/network/bttc.testnet.network.ts
+9 −0 src/app/wallet/model/networks/bttc/networkwallets/ledger/bttc.ledger.network.wallet.ts
+9 −0 src/app/wallet/model/networks/bttc/networkwallets/standard/bttc.network.wallet.ts
+20 −0 src/app/wallet/model/networks/bttc/tx-providers/bttc.transaction.provider.ts
+3 −2 src/app/wallet/pages/wallet/wallet-asset/wallet-asset.page.html
+6 −2 src/app/wallet/pages/wallet/wallet-asset/wallet-asset.page.ts
+5 −1 src/app/wallet/services/init.service.ts
+13 −3 src/app/wallet/services/wallet.service.ts
+1 −0 src/assets/wallet/networks/bittorrent.svg
+3 −0 translations/strings/dposvoting/en.ts
+3 −0 translations/strings/dposvoting/fr.ts
+3 −0 translations/strings/dposvoting/it.ts
+3 −0 translations/strings/dposvoting/zh.ts
+1 −0 translations/strings/identity/en.ts
+1 −0 translations/strings/identity/fr.ts
+1 −0 translations/strings/identity/it.ts
+3 −2 translations/strings/identity/zh.ts
+3 −0 tsconfig.json

0 comments on commit 73d40fc

Please sign in to comment.