OmarHatem
02b2eacd93
Remove default value for c++ function
2023-12-19 02:21:36 +02:00
OmarHatem
f747773f3a
Merge branch 'v4.12.0_v1.9.0' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
assets/text/Monerocom_Release_Notes.txt
assets/text/Release_Notes.txt
cw_bitcoin/pubspec.lock
cw_core/lib/node.dart
cw_core/pubspec.lock
cw_core/pubspec.yaml
cw_ethereum/lib/ethereum_wallet.dart
cw_monero/example/pubspec.lock
cw_monero/ios/Classes/monero_api.cpp
cw_monero/pubspec.lock
cw_polygon/lib/polygon_wallet.dart
lib/di.dart
lib/router.dart
lib/src/screens/restore/wallet_restore_from_seed_form.dart
lib/src/screens/wallet_list/wallet_list_page.dart
lib/store/settings_store.dart
scripts/android/app_env.sh
scripts/android/pubspec_gen.sh
scripts/ios/app_env.sh
scripts/macos/app_env.sh
2023-12-19 00:25:15 +02:00
Serhii
2138c35e38
CW-532-DFX-buy-provider ( #1209 )
...
* dfx buy provider ui
* fix signing flow
* fixed provider determination based on wallet type and app settings
* update localization files
* minor fix
* Fix BTC, LTC und BCH signMessages
* Add signMessage to monero
* open dfx in webview
* Update dfx_buy_provider.dart
* Revert merge conflict
* Update bitcoin_flutter ref
---------
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2023-12-08 16:05:52 +02:00
OmarHatem
6eb0706b77
Merge branch 'v4.11.0_v1.8.0' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
cw_bitcoin/lib/electrum_transaction_history.dart
cw_bitcoin/lib/electrum_wallet_snapshot.dart
cw_bitcoin/lib/file.dart
cw_core/lib/file.dart
cw_core/lib/utils/file.dart
lib/di.dart
lib/src/screens/restore/wallet_restore_from_seed_form.dart
lib/view_model/wallet_new_vm.dart
model_generator.sh
tool/configure.dart
2023-12-04 22:55:08 +02:00
Konstantin Ullrich
3b7f9a297c
Bug missing polyseed ( #1214 )
...
* Move file.dart
* Add seedFallback for missing polyseeds
* Remove unused dependency of cw_bitcoin
* Minor fix MacOS
* Add more blockheight-date matching
* Scan only last 2 days for new Polyseed wallets
2023-12-02 03:02:55 +02:00
OmarHatem
7b20ff0223
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
cw_monero/ios/Classes/monero_api.cpp
ios/Podfile.lock
lib/router.dart
lib/src/screens/restore/wallet_restore_from_seed_form.dart
lib/src/screens/restore/wallet_restore_page.dart
lib/store/settings_store.dart
lib/view_model/wallet_new_vm.dart
scripts/android/app_env.sh
tool/configure.dart
2023-11-27 17:36:58 +02:00
Konstantin Ullrich
00c97c74b8
Cw 462 monero polyseed restore support ( #1109 )
...
* CW-462 Mark Places to integrate Polyseed
* CW-462 Add Restore from Polyseed
* CW-462 Add Restore from Polyseed
* CW-462 Add new Monero date-height pairs
* CW-462 Little Cleanup
* CW-462 Ups I missed that Debug line :/
* CW-462 Fix Polyseed not showing in Wallet-Seed/Keys Page
* CW-462 Prepare for Wallet creation
* CW-462 Fix merge conflict
* CW-462 Fix generating monero.dart
* CW-462 Add Polyseed generation
* CW-462 Add Polyseed Languages to SeedLanguagePicker
* CW-462 Apply requested changes
* CW-462 Minor bug fixes in restore screen
* Update wallet_restore_from_seed_form.dart
* CW-462 Minor Bugfix
* CW-462 Fix Restore from QR for Polyseeds
* CW-462 Fix null-check-operator exception for Polyseeds and minor inconveniences
* CW-462 Fix minor inconveniences
* Fix conflicts and review comments and wrap unspent issue with try and catch with reporting failure
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-11-25 02:37:12 +02:00
OmarHatem
06fd8b640c
Merge branch 'v4.10.5_v1.7.5' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
.github/workflows/pr_test_build.yml
cw_bitcoin/lib/electrum_wallet.dart
cw_monero/ios/Classes/monero_api.cpp
cw_monero/lib/monero_wallet.dart
lib/core/auth_service.dart
lib/core/backup_service.dart
lib/core/wallet_creation_service.dart
lib/di.dart
lib/ionia/ionia_service.dart
lib/store/settings_store.dart
macos/Flutter/GeneratedPluginRegistrant.swift
pubspec_base.yaml
2023-11-18 03:48:28 +02:00
Konstantin Ullrich
8084f490b5
Cw 467 mark change outputs in unspent outputs list ( #1137 )
...
* CW-490 Use native Coin Freeze
* CW-467 Code cleanup
* CW-467 Fix native Code
* CW-467 Extend Unspend
* CW-467 Add isChange
* CW-467 Minor Fixes
* CW-467 Add isChange to Electrum Unspents
* CW-467 Localize Change Tag
* CW-467 Fix frozen balance showing on other monero wallets
* CW-467 Fix frozen balance showing on other monero wallets
2023-11-16 01:12:23 +02:00
OmarHatem
aa7a84afbb
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
.github/workflows/pr_test_build.yml
lib/core/wallet_creation_service.dart
lib/di.dart
lib/router.dart
lib/src/screens/restore/wallet_restore_from_keys_form.dart
lib/view_model/wallet_new_vm.dart
model_generator.sh
tool/configure.dart
2023-10-06 03:10:32 +03:00
Matthew Fosse
4c60b178be
CW-438 add nano ( #1015 )
...
* Fix web3dart versioning issue
* Add primary receive address extracted from private key
* Implement open wallet functionality
* Implement restore wallet from seed functionality
* Fixate web3dart version as higher versions cause some issues
* Add Initial Transaction priorities for eth
Add estimated gas price
* Rename priority value to tip
* Re-order wallet types
* Change ethereum node
Fix connection issues
* Fix estimating gas for priority
* Add case for ethereum to fetch it's seeds
* Add case for ethereum to request node
* Fix Exchange screen initial pairs
* Add initial send transaction flow
* Add missing configure for ethereum class
* Add Eth address initial setup
* Fix Private key for Ethereum wallets
* Change sign/send transaction flow
* - Fix Conflicts with main
- Remove unused function from Haven configure.dart
* Add build command for ethereum package
* Add missing Node list file to pubspec
* - Fix balance display
- Fix parsing of Ethereum amount
- Add more Ethereum Nodes [skip ci]
* - Fix extracting Ethereum Private key from seeds
- Integrate signing/sending transaction with the send view model
* - Update and Fix Conflicts with main
* Add Balances for ERC20 tokens
* Fix conflicts with main
* Add erc20 abi json
* Add send erc20 tokens initial function
* add missing getHeightByDate in Haven [skip ci]
* Allow contacts and wallets from the same tag
* Add Shiba Inu icon
* Add send ERC-20 tokens initial flow
* Add missing import in generated file
* Add initial approach for transaction sending for ERC-20 tokens
* Refactor signing/sending transactions
* Add initial flow for transactions subscription
* Refactor signing/sending transactions
* Add home settings icon
* Fix conflicts with main
* Initial flow for home settings
* Add logic flow for adding erc20 tokens
* Fix initial UI
* Finalize UI for Tokens
* Integrate UI with Ethereum flow
* Add "Enable/Disable" feature for ERC20 tokens
* Add initial Erc20 tokens
* Add Sorting and Pin Native Token features
* Fix price sorting
* Sort tokens list as well when Sort criteria changes
* - Improve sorting balances flow
- Add initial add token from search bar flow
* Fix Accounts Popup UI
* Fix Pin native token
* Fix Enabling/Disabling tokens
Fix sorting by fiat once app is opened
Improve token availability mechanism
* Fix deleting token
Fix renaming tokens
* Fix issue with search
* Add more tokens
* - Fix scroll issue
- Add ERC20 tokens placeholder image in picker
* - Separate and organize default erc20 tokens
- Fix scrolling
- Add token placeholder images in picker
- Sort disabled tokens alphabetically
* Change BNB token initial availability [skip ci]
* Fix Conflicts with main
* Fix Conflicts with main
* Add Verse ERC20 token to the initial tokens list
* Add rename wallet to Ethereum
* Integrate EtherScan API for fetching address transactions
Generate Ethereum specific secrets in Ethereum package
* Adjust transactions fiat price for ERC20 tokens
* Free Up GitHub Actions Ubuntu Runner Disk Space
* Free Up GitHub Actions Ubuntu Runner Disk space (trial 2)
* Fix Transaction Fee display
* Save transaction history
* Enhance loading time for erc20 tokens transactions
* Minor Fixes and Enhancements
* Fix sending erc20
fix block explorer issue
* Fix int overflow
* Fix transaction amount conversions
* Minor: `slow` -> `Slow` [skip-ci]
* initial changes
* more base config stuff
* config changes
* successfully builds!
* save
* successfully add nano wallet
* save
* seed generation
* receive screen + node screen working
* tx history working and fiat fixes
* balance working
* derivation updates
* nano-unfinished
* sends working
* remove fees from send screen, send and receive transactions working
* fixes + auto receive incoming txs
* fix for scanning QR codes
* save
* update translations
* fixes
* more fixes
* more strings
* small fix
* fix github actions workflow
* potential fix
* potential fix
* ci/cd fix
* change rep working
* seed generation fixes
* fixes
* save
* change rep screen functional
* save
* banano changes
* fixes, start adding ui for PoW
* pow node changes
* update translations
* fix
* account changing barely working
* save
* disable account generation
* small fix
* save
* UI work
* save
* fixes after merge main
* fixes
* remove monero stuff, work on derivation ui
* lots of fixes + finish up seed derivation
* last minute fixes
* node related fixes
* more fixes
* small fix
* more fixes
* fixes
* pretty big refactor for pow, still some bugs
* finally works!
* get transactions after send
* fix
* merge conflict fixes
* save
* fix pow node showing up twice
* done
* initial changes
* small fix
* more merge fixes
* fixes
* more fixes
* fix
* save
* fix manage pow nodes setting appearing on other wallets
* fix contact bug
* fixes
* fiat fixes
* save
* save
* save
* save
* updates
* cleanup
* restore fix
* fixes
* remove deprecated alert
* fix
* small fix
* remove outdated warning
* electrum restore fixes
* fixes
* fixes
* fix
* derivation fixes
* nano fixes pt.1
* nano fixes pt.2
* bip39 fixes
* pownode refactor
* nodes pages fixes
* observer fix
* ssl fix
* remove old references
* remove unused imports
* code cleanup
* small fix
* small potential fix
* save
* undo all bitcoin related changes
* remove dead code
* review fixes
* more fixes
* fix
* fix
* review fix
* small fix
* nano derivation and nanoutil fixes
* exchange nano fix
* nano review fixes pt.1
* nano fixes pt.2
* nano fixes pt.3
* remove old imports + stop using dynamic in di
* nanoutil fixes
* add nano.dart to gitignore, configure fixes
* review fixes, getnanowalletservice removed
* fix settings screen, add changeRep to configure.dart, other minor fixes
* remove manage_pow_nodes_page, key derivation edge case handled
* remove old refs
* more small fixes
* Generic Enhancements/Minor fixes
* review fixes
* hopefully final fixes
* review fixes
* node connection fixes
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
Co-authored-by: fossephate <fosse@book.local>
2023-10-05 04:09:07 +03:00
Rafael Saes
6180dac659
fix: reverse include for android to be first
2023-09-26 18:50:07 -03:00
Rafael Saes
a447249ccb
fix: another linux include attempt
2023-09-26 17:24:27 -03:00
Rafael Saes
678e402633
fix: include statement for different linux cases
2023-09-26 15:45:11 -03:00
OmarHatem
e3d1e26934
fix include statement for linux
2023-09-22 20:43:39 +03:00
Rafael Saes
5827a8977c
Cw linux direct input password build changes ( #1091 )
...
* chore: build changes
* refactor: better solution to `nice()` problem
* fix: errors trying to open documents file
* fix: haven wallet class
* chore: use forked device_display_brightness
2023-09-22 17:50:51 +03:00
Rafael Saes
325d20a66a
fix: missing coin control fixes
2023-09-08 13:20:37 -03:00
Rafael Saes
6917668029
fix: Fixes specific to Linux ( #1079 )
2023-09-08 15:04:28 +03:00
OmarHatem
9fbb206a7c
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
.gitignore
assets/text/Monerocom_Release_Notes.txt
assets/text/Release_Notes.txt
cw_bitcoin/lib/bitcoin_wallet_service.dart
cw_bitcoin/lib/electrum_transaction_history.dart
cw_bitcoin/lib/litecoin_wallet_service.dart
cw_bitcoin/pubspec.yaml
cw_core/pubspec.lock
cw_monero/ios/Classes/monero_api.cpp
cw_monero/lib/monero_wallet.dart
cw_monero/lib/monero_wallet_service.dart
lib/core/backup_service.dart
lib/core/wallet_loading_service.dart
lib/di.dart
lib/entities/default_settings_migration.dart
lib/entities/get_encryption_key.dart
lib/entities/main_actions.dart
lib/main.dart
lib/router.dart
lib/src/screens/dashboard/desktop_widgets/desktop_action_button.dart
lib/src/screens/dashboard/desktop_widgets/desktop_wallet_selection_dropdown.dart
lib/src/screens/dashboard/widgets/market_place_page.dart
lib/src/screens/dashboard/widgets/transactions_page.dart
lib/src/screens/receive/anonpay_invoice_page.dart
lib/src/screens/restore/wallet_restore_from_keys_form.dart
lib/src/screens/restore/wallet_restore_page.dart
lib/src/screens/settings/security_backup_page.dart
lib/src/screens/wallet/wallet_edit_page.dart
lib/src/screens/wallet_list/wallet_list_page.dart
lib/store/settings_store.dart
lib/utils/distribution_info.dart
lib/view_model/wallet_creation_vm.dart
lib/view_model/wallet_list/wallet_edit_view_model.dart
lib/view_model/wallet_list/wallet_list_view_model.dart
lib/view_model/wallet_new_vm.dart
res/values/strings_ar.arb
res/values/strings_bg.arb
res/values/strings_cs.arb
res/values/strings_de.arb
res/values/strings_en.arb
res/values/strings_es.arb
res/values/strings_fr.arb
res/values/strings_ha.arb
res/values/strings_hi.arb
res/values/strings_hr.arb
res/values/strings_id.arb
res/values/strings_it.arb
res/values/strings_ja.arb
res/values/strings_ko.arb
res/values/strings_my.arb
res/values/strings_nl.arb
res/values/strings_pl.arb
res/values/strings_pt.arb
res/values/strings_ru.arb
res/values/strings_th.arb
res/values/strings_tr.arb
res/values/strings_uk.arb
res/values/strings_ur.arb
res/values/strings_yo.arb
res/values/strings_zh.arb
scripts/android/app_env.sh
scripts/ios/app_env.sh
scripts/macos/app_env.sh
tool/configure.dart
2023-09-07 21:28:40 +03:00
Omar Hatem
68a821cc0e
Fiat api fix ( #1070 )
...
* Cw 474 linux swapping wallets btc then xmr still shows btc receive qr code (#1068 )
* feat: improve address page txt field
* fix: switching wallets from the desktop dropdown updates dashboard pages
* Revert "feat: improve address page txt field"
This reverts commit 0a30e6d9e1
.
* refactor: rename to WalletChangeListener
* fix: _init also behaves on wallet change
* Fix Fiat conversion API parsing
Cherry pick fix for Desktop switching wallets not updating dashboard screens
* Minor indentations fix [skip ci]
---------
Co-authored-by: Rafael Saes <76502841+saltrafael@users.noreply.github.com>
2023-09-01 18:06:18 +03:00
Godwin Asuquo
f6670c0236
CW-415 add coin control for xmr ( #985 )
...
* Added CoinsInfo to monero_api_cpp
* Add struct on dart
* Add struct on dart
* Set coins value
* CW-415 Use add-coin-to-monero branch
* CW-415 Add get Coin and build Monero Deps using Docker
* CW-415 Fix Typo
* CW-415 add debug log info
* CW-415 Add preferred key Images for coin control to Monero
* CW-415 Fix generation
* CW-415 Skip GA Cache Externals
* CW-415 Skip GA Cache Externals
* CW-415 Coin Control: remove Block Explorer for Monero, Add Tx hash, save note on field exit
* CW-415 Coin Control: Throw Exception when all outputs are deselected
* CW-415 Coin Control: Show Frozen Balance on Dashboard
* CW-415 Coin Control: Show Frozen Balance on Dashboard
* CW-415 Ignore cached Monero deps in Workflow
* CW-415 Fix displaying frozen Balance
* Use own Translator with http 1.1.0
* CW-415 Resolve requested Changes
* CW-415 Resolve requested Changes
* CW-415 Resolve requested Changes
* CW-415 Apply requested Changes
* CW-415 Apply requested Changes
* CW-415 Ensure opening of UnspentCoinsInfo Box, even for Monero.com
---------
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2023-08-24 16:54:05 +03:00
Serhii
d5c0012964
CW-224-Allow-Monero-proxy-in-node-settings ( #966 )
...
* update setupNodeSync func
* minor fixes
* localization
* add request node with proxy
* formatting
2023-08-02 14:48:52 +03:00
M
a90966b640
Remove unused constant MONERO_BLOCK_SIZE in ios/Classes/monero_api.cpp
2023-04-19 17:20:04 -04:00
M
2e19e9d2b6
Fixes for Linux build scripts. Fixes for load cw_monero on Linux. Catch exception for get PackageInfo in SettingsStore. Add excludeFlutterSecureStorage
to app_config.sh for Linux. Add FUNCTION_VISABILITY_ATTRIBUTE for monero_api.cpp.
2023-04-18 16:45:32 -04:00
M
786ba3b042
Add linux application to the project.
2023-01-19 18:14:46 -05:00
OmarHatem
cb9f690745
Add Native setTrustedDaemon and trustedDaemon functions and integrate them with their wallets
2022-10-07 15:25:20 +02:00
mkyq
418c9563fe
Ionia ( #437 )
...
* Initial ionia service
* Ionia manage card UI (#374 )
* design ui for cakepay
* Add manage cards page ui
* create auth ui for ionia
* add authentication logic
* implement user create card
* Add ionia merchant sevic
* Add anypay. Add purschase gift card.
* display virtual card (#385 )
* display virtual card
* fix formatting
* Remove IoniaMerchantService from IoniaViewModel
* Add hex and txKey for monero pending transaction.
* Changed monero version and monero repo to cake tech.
* Add anypay payment. Add filter by search for ionia, add get purchased items for ionia.
* Fix for get transactions for hidden addresses for electrum wallet
* Add ionia categories.
* Add anypay commited info for payments.
* Update UI with new fixes (#400 )
* Change ionia base url. Add exception throwing for error messaging for some of ionia calls.
* CW-102 fix logic for ionia issues (#403 )
* refactor tips (#406 )
* refactor tips
* refactor ionia tips implementation
* Cw 115 implement gift cards list for ionia (#405 )
* Implement show purchased cards
* fix padding
* Fixes for getting of purchased gift cards.
* Implement gift card details screen (#408 )
* Implement gift card details screen
* Add redeem for ionia gift cards
* Fix navigation after ionia opt redirection.
* Fix update gift cards list.
* Add payment status update for ionia.
* Add usage instruction to gift card.
* Add copy for ionia gift card info.
* Change version for Cake Wallet ios.
* Add localisation (#414 )
* Fixes for fiat amounts for ionia.
* CW-128 marketplace screen text changes (#416 )
* Change text on marketplace
* fix build issues
* fix build
* UI fixes for ionia.
* UI fixes for ionia. (#421 )
* CW-129 ionia welcome screen text changes (#418 )
* update welcome text
* Update localization
* Cw 133 (#422 )
* UI fixes for ionia.
* Fixes for display card item on gift cards screen.
* Fix signup page (#419 )
* Changed tips for ionia.
* Cw 132 (#425 )
* UI fixes for ionia.
* Changed tips for ionia.
* Cw 131 (#426 )
* UI fixes for ionia.
* Changed tips for ionia.
* Fixes for IoniaBuyGiftCardDetailPage screen. Renamed 'Manage Cards' to 'Gift Cards'. Hide discount badge label for 0 discount.
* Change ionia heading font style (#427 )
* Fix for AddressResolver in di
* Changed build number for Cake Wallet ios.
* fix currency format for card details and routing for mark as redeemed (#431 )
* fix terms and condition overflow in ionia (#430 )
* fix terms and condition scroll
* fix color issues
* reuse
* refactor widget
* Remove IoniaTokenService
* Change api for ionia to staging
* Update versions for Cake Wallet for android and ios.
* Fixes for instructions. Remove diplay error on payment status screen.
* Change build versions for Cake Wallet
* Add ionia sign in.
* Update for discounts and statuses for ionia merch.
* Fixes for qr/barcode on ionia gift card screen.
* Fixed formatting for display ionia discounts.
* Fix merchant.discount.toStringAsFixed issue
* Add savingsPercentage to ionia merch discount.
* Change build number for Cake Wallet ios and android.
* Disable ionia for haven (#440 )
Co-authored-by: Godwin Asuquo <41484542+godilite@users.noreply.github.com>
2022-07-28 18:03:16 +01:00
mkyq
b72443a8c4
Release 4.4.3 ( #415 )
...
* Add ability for change password for wallets classes.
* Update generateWalletPassword
* Add WalletLoadingService
* Add update monero password after wallet loading.
* Update version for Cake Wallet to 4.4.2 (103)
* Changed version for Cake Wallet to 4.4.3 (104).
* Changed version for Cake Wallet android
* Changed version for Monero.com ios and android.
2022-07-19 15:29:28 +01:00
clear
135ede6a78
Cw-58: Show subaddress label on the transaction details page ( #333 )
...
* CW-58: Show subaddress label on the transaction details page
* add translations
* Fix interface
2022-04-12 16:38:47 +01:00
M
b3cf61d762
Fix for path for wallet api files.
2022-04-01 13:54:04 +01:00
M
61e87d3f61
Fir for android build
2022-04-01 13:50:33 +01:00
M
b81f467986
Added scripts for build iOS monero dependencies
2021-09-13 19:33:32 +03:00
M
ad95ae3232
Changed way for saving of monero wallet.
2021-08-16 13:01:34 +03:00
OleksandrSobol
d4c0fb6fec
CAKE-345 | applied batch sending to monero wallet
2021-08-04 17:38:03 +03:00
OleksandrSobol
b474936aee
Merge branch 'main' into CAKE-297-subaddress-for-incoming-transaction
...
# Conflicts:
# lib/monero/monero_wallet.dart
# lib/view_model/transaction_details_view_model.dart
2021-05-18 19:25:49 +03:00
OleksandrSobol
9da3d837c3
CAKE-297 | fixed subaddrIndex in the monero_api.cpp and transaction_info_row.dart
2021-05-12 19:38:16 +03:00
M
1330966794
Reworked electrum wallet. Added Litecoin wallet.
2021-05-07 10:36:38 +03:00
M
586542cd75
Changed ios build version to 31.
2021-03-24 14:48:08 +02:00
M
db75167302
Changed monero dependencies path for android. Changed scripts for generation of secrets.
2021-03-16 15:20:46 +02:00
M
5631961e47
Some another fixes for Android. Never ask us about that.
2021-01-28 19:58:17 +02:00
M
fd4efd46ea
Fixes for 'std::bad_alloc' issue.
2020-12-23 14:48:04 +02:00
M
03f47e393c
Fixes.
2020-11-10 01:14:47 +02:00
M
5c4e1b4d01
Fixes.
2020-11-08 22:44:09 +02:00
M
76581505a0
CAKE-149
2020-11-03 18:57:36 +02:00
M
b8e435ea8e
Fixes.
2020-10-29 12:49:07 +02:00
M
f9cc21478a
TMP
2020-10-09 21:34:21 +03:00
M
2eb229b91e
Fixes for gray screen bug.
2020-10-01 19:46:23 +03:00
M
9eb74f7155
Added displaying of transaction key.
2020-09-24 18:11:29 +03:00
M
95917b2cdb
Merge redesign part 7.
2020-09-15 23:35:49 +03:00
M
957ca8cd58
TMP 1
2020-06-01 21:13:56 +03:00