secant-ios-wallet/secant
Lukas Korba 2bb5451047
[#294] amount + address fields done (#308)
cleanup

validation

[#294] [Scaffold] Send Screen - transaction + address inputs (#308)

- zec amount refactored to be always Int64 - number formatter to zec string for the UI added
- cleaned up the invalid input conditions by providing computed properties
- isValidZcashAddress() added

[#294] [Scaffold] Send Screen - transaction + address inputs (#308)

- prefix input view support implemented
- zcash or $ symbol used as a prefix for the amount input
- $ computations and max out implemented

[#294] [Scaffold] Send Screen - transaction + address inputs (#308)

- insufficient funds logic (UI error + inability to send) added
- $ balance value visible at send screen
- cleanup

[#294] [Scaffold] Send Screen - transaction + address inputs (#308)

- send routing simplified and cleaned up

[#294] [Scaffold] Send Screen - transaction + address inputs (#308)

- unit tests

[#294] [Scaffold] Send Screen - transaction + address inputs (#308)

- cleanup

[#294] [Scaffold] Send Screen - transaction + address inputs (#308)

- review comments solved
2022-05-11 12:26:39 -03:00
..
AppErrors First Stab at The Composable Architecture 2021-12-13 15:58:13 -03:00
Assets.xcassets Static welcome screen (#274) 2022-04-20 18:46:04 +02:00
Colors.xcassets Static welcome screen (#274) 2022-04-20 18:46:04 +02:00
Features [#294] amount + address fields done (#308) 2022-05-11 12:26:39 -03:00
Fonts Numbered Text View + tests 2021-10-20 21:01:28 -03:00
Generated Static welcome screen (#274) 2022-04-20 18:46:04 +02:00
MockedDependencies Initial functional code 2022-04-19 09:05:07 +02:00
Models Fix typos 2022-02-18 23:39:04 +02:00
Preview Content/Preview Assets.xcassets Initial Project 2021-07-29 19:38:35 -03:00
Screens/Onboarding [#306 #215] Swiftlint and other warnings + build errors (#307) 2022-05-05 10:30:01 -03:00
Stubs Initial functional code 2022-04-19 09:05:07 +02:00
UIComponents [#294] amount + address fields done (#308) 2022-05-11 12:26:39 -03:00
Util [#294] amount + address fields done (#308) 2022-05-11 12:26:39 -03:00
Wrappers [#294] amount + address fields done (#308) 2022-05-11 12:26:39 -03:00
Info.plist Static welcome screen (#274) 2022-04-20 18:46:04 +02:00
LaunchScreen.storyboard Static welcome screen (#274) 2022-04-20 18:46:04 +02:00
Localizable.strings [#294] amount + address fields done (#308) 2022-05-11 12:26:39 -03:00
SecantApp.swift App initialization and checks (#223) 2022-04-04 14:04:01 +02:00