Commit Graph

734 Commits

Author SHA1 Message Date
Lukas Korba 9efb5ecd6d
Merge pull request #1215 from LukasKorba/1214-Add-more-servers-to-the-list
[#1214] Add more servers to the list
2024-04-24 17:45:26 +02:00
Lukas Korba 6abf3bac93 [#1214] Add more servers to the list
- 8 more servers added to the list
- order of servers changed to show default as 1st, custom as 2nd
2024-04-24 17:42:57 +02:00
Lukas Korba 5f08313c4b
Merge pull request #1212 from Chlup/1166_fix_archive_in_xcode_15_3
Fix Archive in Xcode 15.3
2024-04-22 14:37:12 +02:00
Lukas Korba e776584575
Merge pull request #1206 from LukasKorba/1205-Release-1-0-5-3
[#1205] Release 1.0.5-3
2024-04-22 14:26:10 +02:00
Lukas Korba c662157034
Merge branch 'main' into 1205-Release-1-0-5-3 2024-04-22 14:25:40 +02:00
Lukas Korba 7fbee0082b
Merge pull request #1211 from Electric-Coin-Company/true-jared-patch-1
Update to README.md
2024-04-22 08:33:26 +02:00
Michal Fousek ca35256417 Fix Archive in Xcode 15.3
Problem was in swift-custom-dump package. And it was fixed in this PR:
https://github.com/pointfreeco/swift-custom-dump/pull/108.
2024-04-20 10:03:51 +02:00
Andrea Kobrlova f77d154c08
Update README.md
Proposed update to the Zashi iOS repo description.
2024-04-19 16:21:01 +02:00
Lukas Korba 1645d00aad
Merge pull request #1210 from LukasKorba/1208-Release-1.0.5-4
[#1208] Release 1.0.5-4
2024-04-19 08:31:27 +02:00
Lukas Korba e4ec0ad6f5 [#1208] Release 1.0.5-4
- Changelog updated
2024-04-19 08:21:56 +02:00
Lukas Korba fd589ea959
Merge pull request #1209 from LukasKorba/1207-Pending-changes-are-broken
[#1207] Pending changes are broken
2024-04-19 08:20:10 +02:00
Lukas Korba 3b41b52dc1 [#1207] Pending changes are broken
- Pending values were removed with new WalletBalances component, I needed to restore those in order to work again.
2024-04-19 07:29:17 +02:00
Lukas Korba 9a3f7a4756 [#1205] Release 1.0.5-3
- Changelog updated
- SDK version bumped up
- Project settings for build 3 updated
2024-04-18 15:46:10 +02:00
Lukas Korba 0892676253
Merge pull request #1204 from LukasKorba/1199--Release-1-0-5
[#1199] Release 1.0.5
2024-04-17 15:49:56 +02:00
Lukas Korba 34db837127 [#1199] Release 1.0.5
- Changelog updated
- SDK version bumped to the latest version
2024-04-17 14:50:10 +02:00
Lukas Korba 52017ab435
Merge pull request #1203 from LukasKorba/1202-View-for-covering-Zashi-prevents-from-seeing-the-seed
[#1202] View for covering Zashi prevents from seeing the seed
2024-04-17 14:32:33 +02:00
Lukas Korba 6a8b0d5b50 [#1202] View for covering Zashi prevents from seeing the seed
- The cover view is now an overlay instead of a switch to a different view
- The animation of the overlay needed to be removed so it's processed until the app is suspended
- The cover is now processed for background notification only, inactive has been removed to never show during system overlays like face ID, etc.
2024-04-17 14:16:29 +02:00
Lukas Korba e5ec490421
Merge pull request #1198 from LukasKorba/1195-Transaction-History-remove-No-message-included-in-transaction-copy-from-expanded-transparent-
[#1195] Transaction History: remove No message included in transaction copy from expanded transparent
2024-04-16 16:38:32 +02:00
Lukas Korba 7bbfde8133 [#1195] Transaction History: remove No message included in transaction copy from expanded transparent
- The "no message in the transaction" is no longer rendered for transparent Recipients
2024-04-16 16:38:11 +02:00
Lukas Korba e883749f50
Merge pull request #1197 from LukasKorba/1193-Restore-update-the-copy-inside-the-input-field
[#1193] Restore: update the copy inside the input field
2024-04-16 16:36:37 +02:00
Lukas Korba e7bd2fd458
Merge pull request #1196 from LukasKorba/1194-Security-Warning-make-the-text-clickable-as-well-to-improve-usability
[#1194] Security warning make the text clickable as well to improve usability
2024-04-16 16:36:27 +02:00
Lukas Korba 16d3499c30 [#1193] Restore: update the copy inside the input field
- The input field for the recovery phrase now shows the expected format in the placeholder.
2024-04-16 08:57:45 +02:00
Lukas Korba cd0fba7665 [#1194] Security Warning: make the text clickable as well to improve usability
- New ZashiToggle created to handle tap on the label as well
- All 3 system Toggles replaced with new one
2024-04-16 08:51:43 +02:00
Lukas Korba c64e1ef21b
Merge pull request #1192 from LukasKorba/1191-Refactor-AdvancedSettingsReducer-to-latest-TCA
[#1191] Refactor AdvancedSettingsReducer to latest TCA
2024-04-16 08:50:40 +02:00
Lukas Korba d46d0a4f94 [#1191] Refactor AdvancedSettingsReducer to latest TCA
- The reducer has been refactored
- The Bindings have been refactored to not use deprecated API
- View has been refactored to not rely on ViewStore
- Dependency version have been bumped up in order to use latest TCA
2024-04-15 16:09:39 +02:00
Lukas Korba ecad037103
Merge pull request #1190 from LukasKorba/1189-Cleanup-of-unused-translations
[#1189] Cleanup of unused translations
2024-04-15 16:07:32 +02:00
Lukas Korba 3d6ed24dd4 [#1189] Cleanup of unused translations
- All unused texts have been removed from the project
- Tests checked and fixed (missing dependencies)
2024-04-15 14:00:39 +02:00
Lukas Korba 375def846b
Merge pull request #1188 from LukasKorba/1185-Syncing-frame-in-progress-view
[#1185] Syncing frame in progress view
2024-04-12 15:40:55 +02:00
Lukas Korba d295e10bb9
Merge pull request #1187 from LukasKorba/1186-Resolve-AppStore-warnings
[#1186] Resolve AppStore warnings
2024-04-12 15:40:26 +02:00
Lukas Korba 7b3d214531 [#1185] Syncing frame in progress view
- The syncing label's height has been unified so whatever state we render, the progress bar stays on the same position.
2024-04-12 15:33:15 +02:00
Lukas Korba c8454ccd9c [#1186] Resolve AppStore warnings
- One of the keys (for user defaults) has been wrongly named - fixed.

[#1186] Resolve AppStore warnings

- Fixed AppStore profile build-ability, the dependency in modules was missing
2024-04-12 15:16:16 +02:00
Lukas Korba 2ebf9fb9d7
Merge pull request #1183 from LukasKorba/1173--Persist-info-about-restore-until-it-is-done
[#1173] Persist info about restore until it is done
2024-04-09 12:35:51 +02:00
Lukas Korba efb05a5913
Merge pull request #1182 from LukasKorba/1181-No-and-some-transactions-at-the-same-time
[#1181] No and some transactions at the same time
2024-04-09 12:23:15 +02:00
Lukas Korba 52a2f6b0a9 [#1173] Persist info about restore until it is done
- The restoration of the wallet is persisted until it's done (up-to date/synced) at some point in the future
2024-04-09 12:22:18 +02:00
Lukas Korba ad1ba0f98f [#1181] No and some transactions at the same time
- The no transaction Text as well as ForEach are connected to the same property and view should re-render accordingly. On a theoretical level it might be possible the view re-rendered only a portion of itself. Adding else should hopefully cover even the theoretical/swiftui potential bug.
2024-04-09 12:21:01 +02:00
Lukas Korba ff5b6ce0ef
Merge pull request #1180 from LukasKorba/1179-Bold-token-name-in-available-balance
[#1179] Bold token name in available balance
2024-04-09 09:46:45 +02:00
Lukas Korba 1bc5d70e36 [#1179] Bold token name in available balance
- The ZEC token name is now aligned with the value (both bold)
2024-04-08 12:24:53 +02:00
Lukas Korba d8f70a64ee
Merge pull request #1176 from LukasKorba/1087--Total-and-available-balances-component
[#1087] Total and available balances component
2024-04-05 12:18:20 +02:00
Lukas Korba 6e054f5b52 [#1087] Total and available balances component
- The total and available balances have been extracted into separate and fully autonomous component used in 3 independent places (Account, Send and Balances)
- Code massively cleaned up
- Available balance underline logic + redirect to Balances

[#1087] Total and available balances component

- Unit tests fixes

[#1087] Total and available balances component

- tests fixed

[#1087] Total and available balances component

- small fixes and tweaks
2024-04-05 11:52:44 +02:00
Lukas Korba 3e68ed8e33
Merge pull request #1175 from LukasKorba/1174-Final-not-enough-free-space-UI
[#1174] Final not enough free space UI
2024-04-04 13:33:08 +02:00
Lukas Korba f73b6dc9e1 [#1174] Final not enough free space UI
- The UI has been updated according to the latest design

[#1174] Final not enough free space UI (#1175)

- tweaks

[#1174] Final not enough free space UI (#1175)

- removed mocked state of disk
2024-04-04 13:13:22 +02:00
Lukas Korba 215e745522
Merge pull request #1170 from LukasKorba/1029--Not-enough-free-space-UI
[#1029] Not enough free space UI
2024-04-04 10:16:14 +02:00
Lukas Korba ccb5b2936c
Merge pull request #1172 from LukasKorba/1171-Hide-content-in-the-app-switcher
[#1171] Hide content in the app switcher
2024-04-04 10:15:53 +02:00
Lukas Korba 9e4b27e585
Merge pull request #1169 from LukasKorba/1108-Enhance-scan-UI
[#1108] Enhance scan UI
2024-04-04 10:15:42 +02:00
Lukas Korba e235a84528 [#1171] Hide content in the app switcher
- The Zashi hides its content when it's going to the background and reveals it when it's going to the foreground

[#1171] Hide content in the app switcher (#1172)

- changelog update
2024-04-04 10:13:09 +02:00
Lukas Korba 88f91380eb [#1029] Not enough free space UI
- The UI has been updated to the latest design
- The values of disc space are provided
- The business logic has changed to react to check every app start or app foreground
- Test has been fixed

[#1029] Not enough free space UI

- Final copy

[#1029] Not enough free space UI (#1170)

- changelog updated
2024-04-04 07:54:57 +02:00
Lukas Korba 23379c069c [#1108] Enhance scan UI
- The open settings button added and regular back button used in such case
2024-04-03 15:04:43 +02:00
Lukas Korba 9decc16ffa
Merge pull request #1168 from LukasKorba/1167-Autofocus-birthday-field-in-restore-flow
[#1167] Autofocus birthday field in restore flow
2024-04-03 13:09:21 +02:00
Lukas Korba 2755f3c2c0 [#1167] Autofocus birthday field in restore flow
- the BD field is automatically focused
2024-04-03 08:15:53 +02:00
Lukas Korba 93b44b0b7f
Merge pull request #1163 from LukasKorba/1162--Release-1-0-4-2
[#1162] Release 1.0.4-2
2024-03-29 12:54:35 +01:00