Khushboo Mehta
7e82b36509
feat(@desktop/wallet): Create API to retrieve historical price for a token
...
fixes #7260
2022-10-14 10:29:29 +02:00
Sale Djenic
b1f8a476e8
feat(@desktop/keycard): rename keycard flow
...
Fixes : #7033
2022-10-13 19:58:45 +02:00
Sale Djenic
c1f4874e18
feat(@desktop/keycard): UI for the keycard settings in case user has set up a keycard
...
Keycard settings view - UI - developed in a way that list of keycards is displayed
if there is at least one keycard set up. If the a keycard is locked or gets locked it
will be correctly marked in red. Selecting keycard from the list, its details may be
seen and additional flows may be run for it (so far only unlock flow is developed).
Fixes : #7025
2022-10-13 19:24:04 +02:00
Michał Cieślak
f0e238dce6
chore(general): Remove profile pictures visibility options
...
From now on, if the image is available it should be displayed
uncoditionally.
Closes : #7609
2022-10-13 07:51:55 -04:00
Sale Djenic
0cb23e0f16
fix(@desktop/keycard): login flow
...
Onboarding flow updated according to the latest related
figma changes.
2022-10-13 08:28:21 +02:00
Sale Djenic
095578b517
fix(@desktop/keycard): onboarding flow `I already use Status` -> `Login with Keycard` updated
...
Onboarding flow updated according to the latest related
figma changes.
2022-10-13 08:28:21 +02:00
Sale Djenic
eb5ad8c911
fix(@desktop/keycard): onboarding flow `I'm new to Status` -> `Import a seed phrase` -> `Import a seed phrase into a new Keycard` updated
...
Onboarding flow updated according to the latest related
figma changes.
2022-10-13 08:28:21 +02:00
Anthony Laibe
cd5eb42c0b
feat(@wallet): testnet use goerli only
...
In future PR optimism/kovan will be updated to goerli to
2022-10-12 10:34:29 +02:00
Stefan
b348527edc
feat(Wallet): sync saved addresses
...
Main changes:
- Bump status-go to include the sync saved addresses implementation
- Use saved addresses modifier API from messaging instead of wallet
in order to have incremental sync
- Update saved addresses model on sync changes for saved addresses
Closes #7229
2022-10-12 09:38:19 +02:00
Noelia
11fcd82b82
fix(Language): App crashes when language is changed
...
Enabled restart info popup after language is changed --> Workaround to temporary resolve the crash we have when language is changed (`startupModule` is null and some qml bindings are still calling this dead pointer) so, change language will not retranslate and instead, also on mac and win, the app will need a restart to apply the new language.
Disabled retranslations for all os on the corresponding service.
Will temporary fix #7709
2022-10-07 18:45:41 +02:00
MishkaRogachev
c4496483d3
feat(ActivityCenter): handle notification's updates via response
2022-10-07 15:09:56 +04:00
MishkaRogachev
9b227cbfd9
feat(ActivityCenter): Add CTA for contact request notifications
...
Close #7277
2022-10-07 15:09:56 +04:00
Patryk Osmaczko
acbf6fce51
feat(@desktop/communities): add new join community workflow
...
- user is able to see community without being a member
- invitation bubble always display "Go to Community"
- join community buttons are displayed in community view
main part of: #7072
2022-10-07 09:10:21 +02:00
Pascal Precht
bf14b06d55
feat(CreateCommunityPopup): add discord import progress panel and discord message handling
...
This adds the UI plus all necessary models and signal handling to render
discord import progress in the desktop application.
It also introduces message handling for discord chat message types.
Requires status-im/status-go#2826 to function
Co-authored with @caybro
2022-10-06 09:13:57 +02:00
Igor Sirotin
670a8e280c
fix(chat): Fixed invitations sending to multiple users
2022-10-05 14:37:36 +03:00
Michał Cieślak
79215f1ccc
chore(settings): see/show pictures from/to everyone set as new default
...
Closes : #7310
2022-10-05 13:19:45 +02:00
Boris Melnik
aa1667bf69
fix(Fleet): Change default fleet to status.prod
...
Closes : #7736
2022-10-04 14:30:21 -04:00
Boris Melnik
c7aa3c7999
Fix(AppSearch): Exclude not joined community from updates handling
...
Closes : #7701
2022-10-04 13:20:43 -04:00
Richard Ramos
1a2524cbda
chore: setup a mailserver as part of UI tests run in CI
2022-10-03 16:31:23 -04:00
Richard Ramos
71454e0e3d
feat: use a higher kdf number for DB encryption
2022-10-03 11:45:56 -04:00
Richard Ramos
b43dfaa59e
chore: add KDF_ITERATIONS var to the makefile
2022-10-03 11:45:56 -04:00
Stefan
898b928ce2
chore(debug): use WAKUV2_PORT environment variable to change Waku V2 port
...
The environment variable overrides libp2p protocol TCP port and
discovery v5 UDP with the same value
2022-09-29 16:17:42 +02:00
Igor Sirotin
010bdc9956
feat(CreateChatView): Support pasting chat key
2022-09-28 09:55:25 -04:00
PavelS
06b6b9258b
fix(@desktop/chat): add message sent and delivered handlers
...
Fixes #7367
2022-09-28 15:44:05 +03:00
Sale Djenic
861c585d2b
feat(@desktop/keycard): adding wallet account using `Authenticate` flow
...
Fixes : #7509
2022-09-27 20:15:34 +02:00
Sale Djenic
d985e347ce
fix(@desktop/keycard): convert to keycard account process fixed
...
- converting to keycard account 3 words alias was used instead of
display name
2022-09-27 19:03:18 +02:00
Sale Djenic
a3b71c7d91
feat(@desktop/keycard): unlock keycard flow added
...
Fixes : #7031
2022-09-27 19:03:18 +02:00
Sale Djenic
cf7bc0325b
chore(@desktop/keycard): `updateKeycardUid` proc added to the wa service
2022-09-27 19:03:18 +02:00
Stefan
b0a0b1d4e4
chore(dev): add STATUS_PORT env var forwarding to status-go
2022-09-23 08:41:14 -04:00
Anthony Laibe
a9d2ecf839
fix(@wallet): Send tx popup
...
fixes #7429
2022-09-23 10:08:26 +02:00
PavelS
a51a980635
fix(@desktop/community): update new category handling
...
Fixes #7380
2022-09-22 14:16:19 +03:00
Michal Iskierko
6181583f95
fix(@desktop/chat): Do not show chat identicons
...
Fix #7371
2022-09-22 10:09:49 +02:00
Richard Ramos
38ae128f55
chore: use enrtrees for status.* fleets instead of connecting directly to the nodes
2022-09-21 11:42:06 -04:00
Patryk Osmaczko
e3363e269a
fix(@desktop/chat): make `join` invite transition to `pending`
...
User should see `pending` state after he `join`s the community, even if
that community does not require explicit admin approval. That's because
currently, each member has to be accepted by admin, either automatically
or manually. That means, if admin is gone, no one will be ever joined to
community, even if this community states it does not require request to
join.
2022-09-21 08:57:18 +02:00
Patryk Osmaczko
d1b3e7af9e
fix(@desktop/chat): rework invitation bubbles
...
InvitationBubbleView.qml:
- rework view to use layouts properly
- add missing community identicon
Backend:
- remove local community requests on community join
- propagate SIGNAL_COMMUNITY_MY_REQUEST_ADDED to UI
fixes : #7139
2022-09-21 08:57:18 +02:00
MishkaRogachev
91d80541be
fix(ActivityCenter): fix calculating AC notification types
...
Close #7361
2022-09-20 16:43:21 +03:00
MishkaRogachev
2d02a3cb2e
fix(ActivityCenter): Refactor components for viewing notifications
2022-09-20 16:43:21 +03:00
Khushboo Mehta
8c4ce7bc29
fix(@desktop/wallet): Send Modal doesn't fill available height and Drop Shadow missing in Send Modal Footer
...
Also fixed a crash found while fixing the above bugs
fixed #7133 , #7134
2022-09-19 13:22:00 +02:00
Michal Iskierko
62c2b56fc8
fix(@desktop/chat): Improving displaying user names in chat
...
1. Rename contactDetails.displayName -> defaultDisplayName
2. Add contactDetails.optionalName (filled in contact service)
3. Set in message_model defaultDisplayName and optionalName values
4. Adjust UI
Issue #7241
2022-09-19 11:24:35 +02:00
Richard Ramos
c3aa69b8ab
feat: set default sync period to 30 days for new accounts
2022-09-15 15:59:23 -04:00
Anthony Laibe
215f9e0fa6
fix(@wallet): asset formatting
...
Fix asset formating and display of network only enabled
2022-09-15 16:54:43 +02:00
Sale Djenic
6e9cb37766
feat(@desktop/keycard): wallet account service extended
...
new procs added to the wallet account service:
- `addMigratedKeyPair`
- `getAllMigratedKeyPairs`
- `getMigratedKeyPairByKeyUID`
- `setKeycardName`
- `keycardLocked`
- `keycardUnlocked`
- `deleteKeycard`
2022-09-14 16:05:52 +02:00
Sale Djenic
fb5065da16
feat(@desktop/keycard): `startSignFlow` added to the keycard service
2022-09-14 16:05:52 +02:00
Jonathan Rainville
aba2a42c6f
test(@wallet): allow to use ganache with goerli
2022-09-13 11:56:42 +02:00
Stefan
7af95eaada
feat(wallet): add favorites for saved addresses
...
Depends on statug-go favourite flag extension and merging of `favourites`
with `saved_address` tables and API
Additional changes:
- Remove duplicate name instead of ESN
Closes : #6546
2022-09-12 15:58:52 +02:00
Anthony Laibe
81300b655f
fix(@wallet): display currency price rather than 24h change
...
fixes #7268
2022-09-12 11:00:41 +02:00
Patryk Osmaczko
ad996d4884
feat(@Desktop/chat): extend chat section model with onlineStatus
...
closes : #7279
2022-09-12 10:32:25 +02:00
Khushboo Mehta
928e1999d9
feat(@desktop/wallet): Implement Transaction details as per new design
...
fixes #7214
2022-09-09 21:36:58 +02:00
Patryk Osmaczko
1218de67b9
feat(@desktop/chat): display fetch messages when needed
...
- it only applies to community chats
closes : #6731
2022-09-09 10:39:58 +02:00
Khushboo Mehta
e9d3d7a0b0
bash: q: command not found
...
feat(@desktop/wallet): New design for Transaction History
fixes #7213
2022-09-09 00:04:25 +02:00