This document logs notable, developer-facing updates to the NEAR Mobile Wallet.
- Outline recent library updates here.
- Detail any breaking changes impacting the wallet.
- List new features added to enhance wallet functionality.
- Document resolved bugs for improved performance and security.
- Update config to limit transak and update DApps fix/update-config
- Update explore link fix/exploreDAppsUrl
- Update posthog events refactor/update-posthog-events
- Update dAppsList in the config add-new-dapps-config
- Add new currencies icons add-near-coins
- Add final DApps explore link feat/update-explore-dapps-link
- Block buy based on the IP refactor/buy-ip-blocking
- Add a
RefetchHandler
to improve the sync of the balance between the online/offline and the active/background states feat/refetch-handler - Limit Transak to only in the countries that is supported feat/limit-transak
- Add
app version
in settings feat/add-versions - Add actions in main app menu in feat/main-button
- Refactor explore dApps tab refactor/explore-dapp
- Update link of the geocalization service fix/update-ip-geo-service
- Update swap links for ref finance refactor/ref-finance-links
- Fix padding in news screen fix/news-screen-padding
- Fix website not reactive if comming from swap url fix/web-view-not-reacting
- Fix IOs WebView not ocuppying full height refactor/base-page-padding
- Fix ref finance web infinite loop loading fix/loop-in-ref-finance-web-view
- Fix dApps
onShouldStartLoadWithRequest
not working correctly on Android feat/update-explore-dapps-link - Fix dapps webview loading fix/dapps-webview-loading
- Fix explore usabilty fix/explore/usability-improvements
- Fix account being duplicated when creating new account fix/create-account-duplicated
- Fix withdraw showing success when failing fix/android-opening-default-browser
- Fix Android opening default browser fix/android-opening-default-browser
- Improve UI of the explore section fix/explore-ui-fixes
- Get actions from the kitwallet api of NearBlocks fix/actions-rate-limited
- Fix SignerRequestModal not scrolling on Android fix/signer-request-not-scrolling-on-android
- Fix NFTs not being displayed in the APP fix/nft-not-being-displayed
- Add
@react-native-community/netinfo
in feat/refetch-handler