Richard Ramos
d613014606
feat: resize images
2023-02-09 12:48:11 +01:00
Jonathan Rainville
2dfb92a160
feat: add translation function on the engine
2023-02-09 12:48:11 +01:00
Richard Ramos
3cb8c466a4
Enable OpenGL
2023-02-09 12:48:11 +01:00
Richard Ramos
1d009fa376
print connection types
2023-02-09 12:48:11 +01:00
Richard Ramos
2d556fbc42
feat: create networkconfigurationamanager
2023-02-09 12:48:11 +01:00
Pascal Precht
f2ce61142b
feat: add clipboard support
2023-02-09 12:48:11 +01:00
Richard Ramos
0229edc410
feat: appname
2023-02-09 12:48:11 +01:00
Richard Ramos
cac8fe48b2
feat: allow setting app icon
2023-02-09 12:48:11 +01:00
Richard Ramos
18cc92e028
feat: Enable HDPI
2023-02-09 12:48:11 +01:00
Ștefan Talpalaru
e4d3e5f2bf
.gitignore: add *.dylib
2023-02-09 12:48:11 +01:00
Ștefan Talpalaru
202f5cb7d6
more CMake options
...
- generic .gitignore entries for CMake projects
- generate a pkg-config file
2023-02-09 12:48:11 +01:00
Richard Ramos
18c55c5dcf
feat: add signal handler for status-go
2023-02-09 12:48:11 +01:00
Michał Cieślak
561c60a0d0
Original dotherside repository up to 4d0d6a353c33ff2227b83562a127b3514a7e2169
2023-02-09 12:48:11 +01:00
Michał Cieślak
121c62bd9a
Remove submodule vendor/DOtherSide
2023-02-09 12:48:11 +01:00
Stefan
a57eb06240
test(wallet): fix user can manage and observe a watch only account
...
Bumps status-go to include the fix for not fetching balance for
overridden tokens
Add documentation on how to run wallet tests locally using ganache
Closes #9091
2023-02-08 19:52:37 +01:00
Sale Djenic
1818347da3
fix(@desktop/wallet): migrate non profile keypair and delete account fix
...
Due to changes done in https://github.com/status-im/status-go/pull/3133
we had to update procedure for adding migration keypair (which includes
local keystor files deletion for the accounts being migrated) and procedure
for account deletion, cause in order to delete local keystore file for the
acount which is being deleted, we have to provide a password now (states
only for non keycard accounts, keycard accounts use empty password).
2023-02-02 17:00:54 +01:00
Jonathan Rainville
18f9c29ef0
chore: up status-go (fix to contact migration)
2023-02-01 14:01:32 -05:00
Richard Ramos
d6b595c062
chore: update status-go
2023-02-01 09:10:24 -05:00
Richard Ramos
a8315dab42
fix: app freeze on logout
2023-02-01 09:34:53 -04:00
Anthony Laibe
45adf0f411
fix: update status-go
2023-01-30 14:11:42 +01:00
Sale Djenic
841a37e930
feat(@desktop/onboarding): Lost Keycard
- start using account without keycard
...
This commit introduces:
- `Start using account without keycard` flow
Closes : #7642
2023-01-30 13:43:10 +01:00
Pascal Precht
b00f0a80b5
Adjust import tool front-end to latest refactor
...
This adjust the front-end for the import tool by handling new
properties that have been added to the discord import progress signals.
Namely, the import is now done in chunks, so the progress signal
contains information about how many chunks have been processed.
This needs: https://github.com/status-im/status-go/pull/3134
Closes #9262 #9261
2023-01-30 13:28:06 +01:00
MishkaRogachev
128ac8dbd8
feat(ActivityCenter): Move AC notifications counting to status-go
...
Close #8074
2023-01-30 11:24:50 +04:00
Lukáš Tinkl
7ed5b0d0d6
fix(chat): Download image is saving to wrong folder
...
- fetch latest dotherside for the fix
- minor cleanup
Fixes #9307
2023-01-28 17:44:23 +01:00
Richard Ramos
8d75e7dced
fix: cancel mailserver requests on shutdown
2023-01-25 09:08:32 -05:00
Richard Ramos
05c86e25aa
chore: bump status-go to fix mailserver timeout
2023-01-23 15:48:13 -05:00
Pascal Precht
6293c8f21f
chore: update status-go
2023-01-23 12:48:11 +01:00
Dario Gabriel Lipicar
be26dc049b
feat(@desktop/wallet) implement price cache
2023-01-20 08:55:10 -03:00
Dario Gabriel Lipicar
53ee992c25
feat(@desktop/wallet): implement unified currency formatting for transaction details
...
Fixes #9019
2023-01-20 08:55:10 -03:00
Richard Ramos
7adcbebb53
chore: bump status-go to restart discv5 on connection status change
2023-01-19 10:29:12 -05:00
Alex Jbanca
50b5442818
chore: bump vendor/DOtherside
2023-01-18 10:17:45 +02:00
Pascal Precht
bf7148efd6
fix: make avatar info in replies of imported messages work again
...
Because we've switched to `QuotedMessage` as an attached payload to
messages to make message replies data more reliable, we lost some of
the author information in imported messages, that was available prior
to that move.
This commit introduces `quotedMessageAuthorDisplayName` and
`quotedMessageAuthorAvatar` to our model so it can be set in case
we can't retrieve contact details for a given message (which is always
the case for imported messages)
2023-01-17 12:48:56 +01:00
Michał Cieślak
22da265d78
feat(Monitoring): Backend's properties and models visualization
...
Closes : #8787
Closes : #8790
2023-01-16 14:46:58 +01:00
Sale Djenic
cae2a5bea3
feature(@desktop/keycard): sync a Keycard state on every usage
...
Closes : #8759
2023-01-13 21:02:36 +01:00
Michał Cieślak
e3e99c6a48
feat(general): Initial setup for app monitoring tool
...
Closes : #8786
2023-01-13 13:47:08 +01:00
Michal Iskierko
766496575e
chore(@desktop): Upgrade status-go
...
Issue #6567
2023-01-13 12:33:08 +01:00
Dario Gabriel Lipicar
7c4022e4ac
feat(@desktop/wallet): implement unified currency formatting
...
Fixes #8640
2023-01-12 15:21:27 -03:00
Anthony Laibe
e7b746795f
feat(@wallet): multi tx approval/nonce
2023-01-12 13:33:29 +01:00
Patryk Osmaczko
110838814d
chore: bump status-go
2023-01-12 08:52:41 +01:00
Jonathan Rainville
6d2ea528ac
fix: up status-go to have community request fix
2023-01-11 14:26:04 -05:00
Lukáš Tinkl
6f1ecb9c8c
fix(StatusChatInput): improve code highlighting in code snippet/blocks
...
- make the bg/fg color follow our current Style/Theme colors
Fixes : #8649
2023-01-10 15:21:45 +01:00
Jonathan Rainville
b10d0a063e
chore(status-go): up status-go (logs, group fix, others)
2023-01-05 16:32:29 -05:00
Dario Gabriel Lipicar
2999a7f932
revert: 3d22f4a86d3b0853e6a47c7d085b9311cc45f116
...
This reverts status-go commit 3d22f4a86d3b0853e6a47c7d085b9311cc45f116
2023-01-05 09:32:11 -03:00
Dario Gabriel Lipicar
63104bb81f
fix: cannot expose a float qtproperty
2023-01-04 15:33:40 -03:00
Sale Djenic
8600ef35b3
feature(@desktop/keycard): generating addresses on a Keycard
...
Generating addresses was done on the status-go side, but now since `ExportPublic`
flow from the keycard library supports deriving addresses for list of derivation paths
we're using it in the desktop app for `SetupNewKeycardNewSeedPhrase` flow.
2023-01-04 14:24:55 +01:00
Sale Djenic
9d382b1c81
fix(storybook): profile fetching updated
...
Profile fetching page, which is part of onboarding flow, is updated so it matches
the latest figma changes now.
2023-01-04 11:15:58 +01:00
Anthony Laibe
2e65796a06
feat(@wallet): cbridge integration
2023-01-04 08:59:19 +01:00
mprakhov
a7a69e1320
fix(@desktop/chats): restore last opened chat during app launch
2023-01-03 18:02:42 +02:00
MishkaRogachev
f70ccfc17d
fix(ActivityCenter): Add identity verification AC notifications
2022-12-30 12:13:42 +04:00
Khushboo Mehta
f84404c956
feat(@desktop/wallet): Custom routing
...
fixes #8237
2022-12-21 19:25:11 +01:00