Releases: tari-project/wallet-ios
Releases · tari-project/wallet-ios
v0.10.0-b260-libwallet-0.26.2
- Added info about connected Yat on the profile screen.
- Added request Tari screen
- Replaced Send screen with transaction screen. Newly created screen contains both send and request screens as two separated pages
- Refactored restore wallet from seed words scene. Now all business logic will be encapsulated in the model
- Added additional value to the TokenViewModel. Now it will inform view that token is valid or not.
- TokenCollectionView is now able to present invalid TokenView. Invalid token view use red tint instead of regular grey one.
- Changed the way how the home screen is fetching the total balance value. Now, app will show the proper balance value after the start.
- Updated FFI Lib to v0.26.2
v0.9.2-b238-libwallet-0.21.1
- Removed circular reference call between ICloudBackup and BackupScheduler
- Updated YatLib to v0.3.0
- Fixed reported issue. Now, now when user will allow app to receive notifications from the iOS settings the device will be registered next time when user will use the app.
- Fixed reported issue. App will now wait till the previous modal dismiss itself and show the WebView on the UI thread.
- Rearranged BackupWalletSettingsItem cases to match buttons order.
- Fixed reported issue. Now video will be resumed after user open the running app.
- Fixed issue with gradient animation on "turn on notification" scene.
v0.9.0-b225-libwallet-0.21.1
- Fixed issue with crash when user want to create a wallet.
- Fixed issue with wrong text on create/open wallet button. Now, button will show the right action.
- Fixed reported issue. Now, app will select different base node when sync with current node hit timeout.
- Fixed broken autolayout constraints on SplashViewController
- Replaced custom implementation of video layout on SplashViewController with unified VideoView
- Improved sorting methods in wallet wrapper and in AddRecipientModel
- Moved faucet url to TariNetwork
- App will now check that faucet url exist for the current network before make an API call.
- Added error dialog which will be shown to the user if wallet object wasn't created yet.
- Separated test target from the app target
- Fixed broken tests
- Removed outdated tests
- Removed unused files
- Fixed reported issue. App will now connect with Tor and start the wallet after it will return from background.
- Updated faucet request. Now, it will send network name in the request.
- Updated strings related to network switching.
- Default network title will now have "(Recommended)" suffix.
- Fixed issue with crash when user want to create a wallet.
- Fixed issue with wrong text on create/open wallet button. Now, button will show the right action.
- Fixed reported issue. Now, app will select different base node when sync with current node hit timeout.
- Fixed broken autolayout constraints on SplashViewController
- Replaced custom implementation of video layout on SplashViewController with unified VideoView
- Updated functionalities to be aligned with new FFI Library.
- Added toolbar which will improve user experience by providing possible words for entered phrase.
- Updated YatTransaction scene to handle vertical visualisations
- Updated YatCacheManager to properly handle new video type
- Updated YatLib
- Added unit tests
- Added section header on select network screen
- Improved the way how app handing wallet errors on RestoreWalletFromSeeds screen.
- Replaced manual grabber's frame manipulation with autolayout.
- Updated FFI Library to v0.21.1
- Fixed reported issue. App will not crash at start
- Fixed cocoapods warnings
v0.8.2-b221-libwallet-0.19.0
- Fixed reported issue. App will now connect to FFI wallet on returning from background.
- Added error dialog which will be shown to the user if wallet object wasn't created yet.
- Moved faucet url to TariNetwork.
- App will now check that faucet url exist for the current network before make an API call.
- Improved sorting methods in wallet wrapper and in AddRecipientModel.
- Fixed broken autolayout constraints on SplashViewController.
- Replaced custom implementation of video layout on SplashViewController with unified VideoView.
- Fixed reported issue. Now, app will select different base node when sync with current node hit timeout.
- Fixed issue with crash when user want to create a wallet.
- Fixed issue with wrong text on create/open wallet button. Now, button will show the right action.
v0.8.0-b194-libwallet-0.18.8
- Added additional value presented on the home screen. New value represents the value which can be currently been used.
- Moved presentation layer components from view controller to view.
- Simplified the code.
- Added sections titles to the transactions list
- Minor Wallet refactor
- Updated text colors and texts on the restore wallet from seed words scene.
- Removed partial backup functionality
- Fixed issue with "token input field" on "restore wallet from the seed words" screen. Now, business logic will include last word in the input field to the seed words before it's start to restore the wallet.
- Fixed issue with empty network status bubble. Now it will show an initial status (before any change).
- Moved predefined base node sorting from SelectBaseNodeModel to TariNetwork
- Fixed UI and logic issues related to network switching
- Fixed issue with deeplink parser. Now user will be able to use deeplinks from notifications and QR codes.
- Removed process which blocks Wallet initialisation flow on Splash Screen
- Fixed issue with redundant "cancelled" transaction for each "completed" transaction.
- Synchronised UI related actions on the home screen with main/UI thread
- Moved "hasVerifiedSeedPhrase" used default setting to WalletSettings struct. Now this value will be correlated with selected network.
- Moved "isCloudBackupEnabled" from NetworkSettings to WalletSettings
- Created "WalletConfigurationState" to better handle onboarding flow. New variable is stored in WalletSettings.
- Disabled custom keyboards
v0.7.0-b175-libwallet-0.17.2
- You will now be able to restore your wallet using seed words. Don't forget to store your seed words in a safe place.
- Your wallet data will now be even more secured. We have enabled local data encryption.
- You can now manually change the base node on the fly.
- App now shows a small network connection indicator on the home screen.
- App now uses the Weatherwax network.
v0.6.1-b165-libwallet-0.16.23
- Update for the wallet library v0.16.23.
- Improved connectivity.
- UI/UX improvements.
v0.6.1-b162-libwallet-0.16.23-BETA
- Update for the wallet library
v0.16.23
. - Changes the base node sync logic.
- Introduces the mined-unconfirmed state.
- UX and code improvements.
v0.6.0-b161-libwallet-0.16.17-BETA
- Stibbons testnet update.
- Update for the wallet library
v0.16.17
. - UX improvement for testnet update notification.
v0.5.3-b158-libwallet-0.16.13-BETA
Update for the new wallet library v0.16.13
.