-
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.
- Improved TorManager. Now app will not kill the Tor instance during bootstrap - Improved the way how the Tor state requests are handled - Set NextNet as a default network - Removed access to the StageNet network - Deep links will now survive the startup process - Fixed reported crash. The App will now replace the window with SplashView instead of the SwiftEntryKit window with the window containing HomeView. - Removed obsolete functionality. The App will no longer try to start the wallet without the passphrase. Reason: FFI library no longer is able to create a wallet without valid passphrase. - Set min iOS version to iOS 15 - Removed the majority of the iOS 15 obsolete warnings. - Updated code to be ready for Swift 6.0 - Added additional logging - Updated FFI Lib to v1.0.0-rc.3 - Updated Tor framework to 408.10.1 - Updated IPtProxy framework to 3.3.0 - Removed unused OpenSSL framework. This framework is used only internally by the Tor framework. - Updated SwiftLint config - Fixed SwiftLint warnings - Removed dead code - Updated README.md file - Updated fastlane config
- Loading branch information
1 parent
185e437
commit d320675
Showing
49 changed files
with
341 additions
and
482 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
47 changes: 0 additions & 47 deletions
47
MobileWallet/Common/Extensions/UIApplication+Keyboard.swift
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.