-
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.
- Created new home screen - Replaced old home screen with new one - Reimplemented Transaction History Screen - New Screen is now available when user tap on the "View all transactions" button on the home screen - Reimplemented QR code scanner. Now, the scanner is more versatile. The developer can now specify the expected data types that will be passed back to the presenter VC, all other data types will be handled by the scanner itself in a default way. - Updated Transaction Send Screen UI - Speed up RotaryMenuView animations - Updated FFI version to 0.50.0.hotfix.1 - Updated min. valid FFI version to 0.50.0.hotfix.1 - Fixed issue with misaligned fractional numbers on the home screen. Now they will be presented properly on devices with iOS older than 16.4.0 - Updated "send" tab bar icon - The app will no longer crash on slower devices when the user navigates to the transaction list screen - Added a help button next to the "Available to spend" label on the home screen. - Transactions presented on the screen are now clickable and move the user to the transaction details screen on tap. - Fixed issue with refreshing data on the home screen. Now, the list of recent transactions will update more frequently - Fixed soft-locks on the screens where the software keyboard is used. Now, the keyboard will dismiss when the user taps anywhere on the screen. - Fixed issue with misaligned balance label on the home screen - Hidden block explorer buttons.
- Loading branch information
1 parent
7baa942
commit 08e029d
Showing
137 changed files
with
5,611 additions
and
3,849 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ DerivedData/ | |
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata/ | ||
.vscode | ||
|
||
## Other | ||
*.moved-aside | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-3.34 KB
MobileWallet/Assets.xcassets/Assets-Icons/icon-wallet.imageset/icon-wallet.pdf
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
MobileWallet/Assets.xcassets/Assets/TabBar/navSend.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-11.9 KB
MobileWallet/Assets.xcassets/Assets/TabBar/navSend.imageset/navSend.png
Binary file not shown.
Binary file removed
BIN
-30.2 KB
MobileWallet/Assets.xcassets/Assets/TabBar/navSend.imageset/navSend@2x.png
Binary file not shown.
Binary file removed
BIN
-54.6 KB
MobileWallet/Assets.xcassets/Assets/TabBar/navSend.imageset/navSend@3x.png
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
MobileWallet/Assets.xcassets/Assets/store-icon.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-416 Bytes
MobileWallet/Assets.xcassets/Assets/store-icon.imageset/store-icon-btn.png
Binary file not shown.
Binary file removed
BIN
-656 Bytes
MobileWallet/Assets.xcassets/Assets/store-icon.imageset/store-icon-btn@2x.png
Binary file not shown.
Binary file removed
BIN
-956 Bytes
MobileWallet/Assets.xcassets/Assets/store-icon.imageset/store-icon-btn@3x.png
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
MobileWallet/Assets.xcassets/Assets/store-modal.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-12.1 KB
MobileWallet/Assets.xcassets/Assets/store-modal.imageset/store-modal.png
Binary file not shown.
Binary file removed
BIN
-30.1 KB
MobileWallet/Assets.xcassets/Assets/store-modal.imageset/store-modal@2x.png
Binary file not shown.
Binary file removed
BIN
-59.7 KB
MobileWallet/Assets.xcassets/Assets/store-modal.imageset/store-modal@3x.png
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
MobileWallet/Assets.xcassets/Icons/Checkmark.imageset/Contents.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Checkmark.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Binary file not shown.
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
16 changes: 16 additions & 0 deletions
16
MobileWallet/Assets.xcassets/Icons/Magnifying Glass.imageset/Contents.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "magnifying glass.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Binary file added
BIN
+2.22 KB
MobileWallet/Assets.xcassets/Icons/Magnifying Glass.imageset/magnifying glass.pdf
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"provides-namespace" : true | ||
} | ||
} |
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
16 changes: 16 additions & 0 deletions
16
MobileWallet/Assets.xcassets/Icons/Tari Gem.imageset/Contents.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "TariGem.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
MobileWallet/Assets.xcassets/Icons/Wallet.imageset/Contents.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "wallet.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"provides-namespace" : true | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
MobileWallet/Assets.xcassets/Images/TabBar/Send.imageset/Contents.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "TabBarSend.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "original" | ||
} | ||
} |
Binary file added
BIN
+175 KB
MobileWallet/Assets.xcassets/Images/TabBar/Send.imageset/TabBarSend.pdf
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
MobileWallet/Assets.xcassets/Static Colors/Red.colorset/Contents.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0x44", | ||
"green" : "0x2C", | ||
"red" : "0xD3" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
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.