-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Simplified the code related to the splash screen - Separated business logic from UI logic of splash screen - Fixed issue related to UInt64 underflow. Now, the value used to calculate transaction fees can't be negative. - Fixed issue with shortcut text formatting. Now it will be presenting ticker text after "send". - Fixed reported issue. Now, the tab bar will always have a background color. - Simplified and encapsulated routing/navigation code inside AppRouter - Fixed minor issues related to CustomTabBar - Removed access to the Dibbler network - Added access to Esmeralda network - Updated FFILib to v0.38.5 - Encapsulated Tor-related functionality into TorManager - Encapsulated FFI/Protocol-related functionality into FFIWalletManager - Created a dedicated manager to handle actions and states used by Internet Connection, Tor, and Protocol managers - Fixed several UI issues - Fixed broken reported broken functionalities (invalid balance value, missing transactions on TX list, unresponsive button on in the transaction flow and on the home screen, deadlock on switching Tor bridges) - Simplified code related to communication with FFI/Protocol - Removed dead code - Removed unused files - Fixed reported issue. Now, the app will deallocate FFI Wallet when the app goes to the background. - Created a new, modular logger adapter - Removed old loggers - Reatach all log events to the new logger - Removed unused frameworks - Updated link to block explorer
- Loading branch information
1 parent
a1a1faf
commit 06e145d
Showing
183 changed files
with
7,337 additions
and
8,348 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
20 changes: 0 additions & 20 deletions
20
MobileWallet/Assets.xcassets/Colors/HomeScreenBackground.colorset/Contents.json
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
MobileWallet/Assets.xcassets/Colors/SplashSubtitle.colorset/Contents.json
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
MobileWallet/Assets.xcassets/Colors/SplashTitle.colorset/Contents.json
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
MobileWallet/Assets.xcassets/Colors/SplashVersionLabel.colorset/Contents.json
This file was deleted.
Oops, something went wrong.
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.