Richard Ramos
d713c6fe9f
fix: display loading indicator depending on mailserver request status
2022-01-25 13:59:41 -04:00
Patryk Osmaczko
7ca3766def
fix(@desktop/settings): ensure new password is confirmed
...
The task status-im/StatusQ#393 should remove code duplication from here.
Fixes : #4375
Fixes : #4376
2022-01-17 13:09:15 +01:00
Alexandra Betouni
6eff051504
fix: The text entry box shouldn't highlight invalid @mentions
...
The text input in chat was highlighting whatever was starting
with @. Fixed to highlight only valid user mentions.
Closes #3542
2022-01-13 17:23:59 +02:00
Khushboo Mehta
35388b0f6d
fix(@desktop/wallet): Fix for - Recipient of the transaction message is not notified that transaction is completed
...
Also fixes broken UI when sending/receveing transactions from chat
fixes #2915
2022-01-11 20:59:17 +01:00
Anthony Laibe
a911e4f512
fix(@onboarding): Add more height to the textarea
...
fixes #4364
2022-01-11 10:02:48 +01:00
Khushboo Mehta
619d0e56ac
fix(@desktop/wallet): browser tab, can't click send button
...
fixes #4351
2022-01-05 16:30:17 +01:00
Alexandra Betouni
6d0d00a50a
fix: Cannot download uploaded or embed images in private chat
...
Download an image to a local folder was not working as
clickMessage function was called from root. and root has
no such function. Switched to use clickMessage via dynamic
scoping.
TODO: remove dynamic scoping
Closes #4143
2022-01-04 16:53:47 +02:00
Richard Ramos
a85ee8581a
feat: show real sync date in "Fetch more messages" button
2022-01-03 21:12:28 +00:00
Khushboo Mehta
a7753e27a7
fix(@desktop/chat): Messages do have wrong indentation (alignment) when being sent in a row
...
Providing temp fix as this compoentn will be redesigned and moved to StatusQ
fixes #4211
2021-12-14 17:11:09 +01:00
Pascal Precht
b57bb21e13
fix(StatusChatInput): ensure anchors of textfield are set correctly
...
This broke when we removed timeline support. Most likely because `profileImage`
is undefined, the entire expression fails, leaving `anchors.left` `undefined`,
causing the text area to be slammed to the right.
2021-12-07 10:45:16 +01:00
Pascal Precht
23cd46e831
fix: ensure app tab buuttons match correct app section
...
Since the timeline was removed, this introduced a little hiccup in
the application section selection.
This commit ensures navigation tab buttons match the correct section.
2021-12-06 13:21:31 +01:00
Alexandra Betouni
5e88a9a91b
refactor(desktop): Removed all timeline related code
...
Removed all timeline associated code from base_bc.
This feature is deprecated and shall be removed
Closes #4064
2021-12-03 19:55:45 +02:00
Alexandra Betouni
2039748072
fix(desktop/chat): stickers pack popup not opened
...
Fixed can't open a sticker pack when clicking a
sticker in a chat.
Closes #4203
2021-12-02 16:45:53 +02:00
Anthony Laibe
690c978ea2
fix(@desktop/chat): unfurl multiple link
...
fixes #4192
2021-12-02 15:39:22 +01:00
Alexandra Betouni
23cb5136f1
fix(desktop/chat): Fixed finish editing msg when pressing enter
...
When in message editing mode was not possible to cofirm edit and
close edit mode when pressing enter key as the clicked signal
of the StatusButton is called without an argument, aparently that
signal has a var mouse parameter. Passed null as parameter to
get the signal emitted.
Closes #4213
2021-12-02 16:32:57 +02:00
Alexandra Betouni
b4b28d2f98
feat(desktop/contacts) Improvements in contacts
...
Contacts updates currently in base_bc
Closes #4100
2021-12-01 20:51:06 +02:00
Jonathan Rainville
4cfc1de6a8
fix(chat): fix nickname not populated when clicking profile head in menu
2021-12-01 13:04:22 -05:00
Jonathan Rainville
4d7d2261aa
fix(reply): fix reply image displaying the current user
...
Fixes #4185
2021-11-29 09:32:08 -05:00
Khushboo Mehta
30d1866ee6
fix(@desktop/chat): Blocking a user with big messages leaves an empty space in the chat
...
fixes #4123
2021-11-29 10:14:47 +01:00
Alexandra Betouni
af887af4df
fix(desktop/chat) fetch more messages not working
...
Fetch more messages is spinning indefinitely when
fetch more messages button is clicked and messages
are never displayed
Closes #4168
2021-11-25 10:10:09 -05:00
Jonathan Rainville
66840da455
fix(LinkMessages): fix various problems with link messages not showing
...
Fixes #4131
2021-11-25 11:38:08 +01:00
Sale Djenic
484748314f
fix(general): online/offline selector updated
...
Fixes : #4049
2021-11-24 13:15:15 +01:00
Alexandra Betouni
c0450f0580
refactoring (desktop/chat) Message component
...
Moved Message component & dependencies to shared
for usage import shared.views.chat 1.0 and accordingly
import shared.controls/panels.chat 1.0
Closes #3927
2021-11-24 13:15:15 +01:00
Sale Djenic
cc5ccbc951
refactor(@desktop/general): qml updated according to the new `userProfile` instance
2021-11-24 13:15:15 +01:00
Pascal Precht
db45130a1e
uiux: inform user early when there's no stickers installed
...
This makes sure we don't wait until all sticker packs are loaded
to show the user that now packs were installed (we know this much earlier).
Fixes #4127
2021-11-24 11:18:10 +01:00
Anthony Laibe
ebaa150082
fix(@desktop/tx): Fix tx modal
2021-11-22 10:04:12 +01:00
B.Melnik
defefa1bfe
fix: Fix missing setup url for new opeed tab
...
Closes : #4107
2021-11-17 15:40:50 +01:00
Anthony Laibe
da4d895131
fix(desktop/browser): Fix add bookmark button
...
This button needs special case when it is not a real bookmark
2021-11-15 19:54:02 +01:00
Pascal Precht
9b9fc74140
refactor: replace `Select` with `StatusSelect`
2021-11-10 13:54:56 -05:00
Alexandra Betouni
b9fcbcf5d3
fix(desktop/chatInput) sticker was not shown in reply area
...
Closes #4023
2021-11-10 12:25:25 -05:00
Alexandra Betouni
d78211972e
fix(desktop/chat) online/offline selector not changing color/state
...
Closes #4049
2021-11-05 17:14:06 -04:00
Pascal Precht
9adbd37729
refactor: replace StatusNotification with StatusMacNotification
2021-11-05 15:15:14 -04:00
Pascal Precht
a465ab97fb
cleanup: remove non-existant components from shared qmldir
2021-11-05 15:09:45 -04:00
Pascal Precht
b6a79fd61b
refactor: move StatusChatCommandsPopup to ui/shared/popups
...
This was already done in 9ba07575bd
I assume this got accidentally reintroduced in 426c116bac
2021-11-05 15:09:34 -04:00
Pascal Precht
cfca6f42a5
cleanup: remove legacy StatusChatCommandButton
...
That component is now provided by StatusQ
2021-11-05 15:05:18 -04:00
Alexandra Betouni
36f1ea8832
fix: make user profile images work again
2021-11-05 15:00:50 -04:00
Jonathan Rainville
68a1bee51c
fix(Wallet): fix sending ETH
2021-11-05 14:10:29 -04:00
Jonathan Rainville
ffa9a93042
fix(wallet): fix gas estimation
2021-11-05 14:10:29 -04:00
Jonathan Rainville
9448cd7fd4
fix(wallet): fix account selector in the SendModal
2021-11-05 14:10:29 -04:00
Anthony Laibe
43e10aa4cf
fix: transaction request
2021-11-05 11:02:45 -04:00
Pascal Precht
d6366edb9e
fix: make user profile images in context menu and popup work again
2021-11-05 11:02:45 -04:00
Pascal Precht
d814484c72
fix: make emoijs work again
2021-11-05 11:02:45 -04:00
Sale Djenic
9011f1bdfe
fix(@refactoring/base_01): login screen image updated
2021-11-05 11:02:45 -04:00
Sale Djenic
f0b2ed6cca
refactor(@desktop/general): `appSettings` moved to Nim
2021-11-05 11:02:45 -04:00
Sale Djenic
80bf896265
refactor(@desktop/general): constants formatted in a better way
2021-11-05 11:02:45 -04:00
Sale Djenic
30f11c06d4
onboarding process updated, import account feature handled
2021-11-05 11:02:45 -04:00
Pascal Precht
b91a423801
refactor: replace StatusWalletColor components with StatusQ components
2021-10-28 11:31:21 +02:00
Alexandra Betouni
426c116bac
refactor(desktop) Made shared a QML module
...
Use it as import shared 1.0, import shared.controls 1.0
etc instead of import "../../../shared"
Closes #3934
2021-10-27 18:05:45 -04:00
Pascal Precht
59109e1318
fix: make `getLinkStyle` work again
...
Probably slipped through in the refactor: `getLinkStyle` was defined
in to places, was probably meant to live only in `Utils`.
In addition, it expected a `wrapper` expression which wasn't defined.
This commit fixes it by removing the second declaration of that function
and passing a third parameter to the one defined in `Utils`.
2021-10-25 11:25:38 +02:00
Alexandra Betouni
9cc361c40a
refactor(desktop/chat) Moving chat to new architecture
...
Closes #3710
2021-10-20 15:29:38 -04:00
¨Anthony
4c55ad26bb
fix(@desktop/settings): Fix precision of volume
...
Also move soundtrack in assets and reuse audio component
2021-10-13 14:26:04 -04:00
Michele Balistreri
3d46e62345
draft authentication dialogs
2021-10-06 08:32:32 -04:00
Alexandra Betouni
4ee21ada05
feat(desktop) Added image function in Style
...
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
source: Style.svg("check)
....
Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths
Closes #3678
2021-09-28 15:28:00 -04:00
Sale Djenic
8af104a16e
feat(@desktop/onboarding): support (optionally) OS keychain to login password
...
This feature works for MacOs only, for now.
On login, whether new or already created user may select between options:
"Store" - store password to the Keychain
"Not now" - don't store it now, but ask next time again
"Never" - don't store them ever and don't ask again
Selected preference may be changed later in:
`ProfileSettings > Privacy and security > Store pass to Keychain`
On the next app run, if `Store` was selected, a user will be asked to confirm
his identity using Touch Id in order to log in the app. If any error happens
he will be able to login using password.
Fixes : #2675
2021-09-17 12:45:34 -04:00
Andrei Smirnov
aed0be9054
feat(@desktop/chat): editing message in markdown mode
2021-09-07 14:56:48 -04:00
Sale Djenic
a591e91a2e
fix(@desktop/general): clicking push notification does expand the app but does not open correct channel/chat
...
Logic for adding os notifications for Windows and MacOs added.
Fixes : #2996
2021-09-06 16:39:37 -04:00
Pascal Precht
abb44cb1ec
refactor(Communities): use StatusQ's StatusInput in create channel popup
2021-08-24 13:51:20 +02:00
Sale Djenic
e2628338de
feature(@desktop/chat): implement search results for communities, channels
...
Added a part for fetching messages from multiple chats/channels/communities.
Fixes : #2934
2021-08-19 16:26:59 -04:00
Sale Djenic
04ca90a7d0
fix(@desktop/general): Changing System Appearance on the fly is not working
...
App is responsive to the OS theme change event.
Now we're following system set theme when the app is started.
Corresponding part on the side on nimqml is added.
Corresponding part on the side on dotherside is added.
On the side of dother side we had kind of a memory leak, cause objects added to
the filter were not deleted ever. When the app is closing, it just removes
filters, but doesn't delete them.
I faced a logical issue, that we were sending qmlengine pointer to the
installEventFilter method, instead object which may or may not rely on the
qqmlengine instance, that is fixed also.
Fixes : #1725
2021-08-16 16:27:14 -04:00
Richard Ramos
eee22f1cc8
fix: display ENS on contact search results
...
Fixes #3045
2021-08-16 12:58:42 -04:00
Richard Ramos
50b6b59abf
feat: add wallet v2 tab
2021-08-16 09:45:06 -04:00
Anthony Laibe
ee84818c06
feat(@desktop/chat): Save favorites and recents gif
2021-08-10 15:31:19 +02:00
Khushboo Mehta
531b2771a3
fix(@desktop/chat): mention color is too bright when replying
...
Updated the style of mention text when replying to one
fixes #3012
2021-08-06 13:03:23 -04:00
Andrei Smirnov
06fd450545
fix(@desktop/chat): uploading image limit is 0.5Mb
2021-08-03 16:12:33 -04:00
Jonathan Rainville
164efde2c4
chore(theme): add dropShadow theme color and use it where needed
2021-08-02 17:02:01 -04:00
Richard Ramos
9204e409f3
chore: update translation files
2021-08-02 13:31:53 -04:00
Richard Ramos
a03036e8e1
fix: missing translation labels
2021-08-02 13:31:53 -04:00
Richard Ramos
af6978a367
fix: various issues
2021-07-29 09:08:27 -04:00
Jonathan Rainville
a99eccee00
feat: limit to 3 pins and show how to unpin
2021-07-26 17:16:35 -04:00
Jonathan Rainville
552b6e8af9
fix(edit): fix edit input text color in dark theme
2021-07-26 17:14:07 -04:00
Anthony Laibe
54570bce6e
fix(@desktop/translation): update translation
...
fixes #2993
2021-07-23 16:35:23 -04:00
Alexandra Betouni
3576cbc229
[ #2762 ] Fixed onboarding bugs
...
- The arrow in select chat name was not
from StatusQ
- The text in case of password missmatch
was wrongly displayed
- The loading icon color was not from StatusQ
Closes #2762
2021-07-23 15:31:07 -04:00
Alexandra Betouni
03db6a4985
[ #2707 ] Added "My Profile" button in new chat popup
...
My profile link was not shown when starting 1x1 chat
having someone in contacts as it is currently the case in
mobile app
Closes #2707
2021-07-23 14:19:33 -04:00
Richard Ramos
6849091460
feat: community user status pt 2
2021-07-22 13:48:53 -04:00
Richard Ramos
561991da67
Add wakuv2 fleets
2021-07-21 15:09:23 -04:00
Pascal Precht
ee7fe04bd1
fix(CreateCategoryPopup): ensure validation message is position correctly
...
Fixes #2973
2021-07-21 12:18:02 -04:00
Jonathan Rainville
aa87a3f7fe
feat(activity): add 1-1 messages to activity center
...
Fixes #2830
2021-07-20 10:55:42 -04:00
Jonathan Rainville
1621818ecf
feat(link): handle group chat invite links
...
Fixes #2676
The group chat is still not usable. It is missing the feature to request access to the group chat.
2021-07-20 10:00:54 -04:00
Sale Djenic
1acbc76cc9
chore(@desktop/general): run translation script
...
All untranslated properties are translated now using translation scripts.
2021-07-19 12:27:45 -04:00
Sale Djenic
e9585e6209
feature(@desktop/communities): add loading state when import community
...
Toast message is added when user access an existing community using community's private key. Toast
message with message that importing community is in progress is displayed while community is being
imported and once it is imported toast is closed and new one, which will be closed in 4 seconds,
with message that community is imported is displayed.
Fixes : #2467
2021-07-19 12:27:45 -04:00
Andrei Smirnov
f66e64cc9c
fix(@desktop/timeline): auto-update messages age
2021-07-16 18:14:01 -04:00
Andrei Smirnov
1cc8d768b8
fix(@desktop/timeline): render message age instead of message time
2021-07-16 18:14:01 -04:00
Andrei Smirnov
fcc2a9e025
fix(@desktop/timeline): timeline and images area bugfixes
2021-07-13 17:05:58 -04:00
Jonathan Rainville
2716abf096
fix(wallet): make it possible to send a 0 tx with a warning
...
Fixes #2652
2021-07-12 17:11:41 -04:00
Richard Ramos
2fcbe4ac16
feat: user list
2021-07-07 06:19:41 -04:00
Jonathan Rainville
cd44b8a606
feat: add group requests to the activity center
...
Fixes #2679
2021-07-06 12:51:43 -04:00
Richard Ramos
c7750da267
feat: edit messages
2021-07-06 11:30:07 -04:00
Sale Djenic
b9ff88f41c
fix(communities): Naming validation for communities
...
Channel, channels category name and community name handled according to the new validation.
Fixes : #2297
2021-07-02 08:53:19 -04:00
Jonathan Rainville
dfebe88be7
fix(communities): fix duplicated communities and joining through link
...
Fixes #2665
2021-07-02 08:51:48 -04:00
Pascal Precht
57e835114b
refactor: integrate StatusQ Theming system
...
This integrates the StatusQ Theming system and updates the selected
theme based on existing APIs, allowing it to live side by side next
to the legacy theming system.
Closes #2687
2021-06-30 15:08:26 +02:00
Iuri Matias
599bf731fb
refactor: extract 'channels' to its own file
2021-06-18 12:12:01 -04:00
Jonathan Rainville
93b4c29060
fix typo
2021-06-15 13:14:19 -04:00
Jonathan Rainville
b1bcd539a2
feat: add replies to the activity center
2021-06-15 13:14:19 -04:00
Jonathan Rainville
c1f6afd799
fixes
2021-05-26 12:12:05 -04:00
Jonathan Rainville
b52dceb984
feat(Chat): add pinned messages feature
2021-05-26 12:12:05 -04:00
Richard Ramos
62d7fc9853
feat: mailserver gaps
2021-05-25 14:47:13 -04:00
Richard Ramos
22839f177b
feat: use new API for joining/leaving chats
...
Fixes #2526
Fixes #2487
2021-05-25 14:47:13 -04:00
Jonathan Rainville
070f9a2187
fix(community): fix community link
...
Fixes #2501
2021-05-18 15:28:28 -04:00
Richard Ramos
19d4279237
use new wallet api to receive wallet signals
2021-05-18 15:24:05 -04:00
Eric Mastro
65a0cfbcd3
fix: show emoji in reaction tooltip
...
Fixes : #2387 .
Shows the emoji in the emoji reaction tooltip instead of the shorthand (ie 👎 instead of `👎 `).
2021-05-14 12:17:48 -04:00