Commit graph

2278 commits

Author SHA1 Message Date
Audric Ackermann
afad9f823a
Merge pull request #2237 from Bilb/fix-add-attachments-ourself
make sure the conversation with ourself is marked approvedMe
2022-03-29 16:16:42 +11:00
Audric Ackermann
bfaeda5cdb
make sure the conversation with ourself is marked approvedMe 2022-03-28 16:22:20 +11:00
Audric Ackermann
ba53330afd
add tests for getInitials 2022-03-28 13:32:23 +11:00
Audric Ackermann
ce0848c8bf
Merge branch 'clearnet' into updater-reword 2022-03-22 11:07:06 +11:00
Audric Ackermann
9d4989b66d
cleanup constants.tsx file
and fixup commit id showing at the bottom in settings
2022-03-22 10:59:45 +11:00
Audric Ackermann
89757a95a6
use readyForUpdates to trigger update from renderer
this is used to only start the updater once the fileserver returned use
the latest release
2022-03-21 16:48:25 +11:00
Audric Ackermann
d2fc384d16
fix text selection on text 2022-03-16 17:01:51 +11:00
Audric Ackermann
67e2fea70c
Merge pull request #2207 from ianmacd/pr8
Allow user names up to 26 characters long, in line with Android.
2022-03-16 14:11:37 +11:00
Ian Macdonald
a11b078d5b
Allow user names up to 26 characters long, in line with Android.
See https://github.com/oxen-io/session-android/blob/master/libsession/src/main/java/org/session/libsession/utilities/SSKEnvironment.kt#L29
2022-03-15 08:56:34 +01:00
Audric Ackermann
234e9b160e
Make sure updater do not hit github before checking fileserver 2022-03-15 17:19:38 +11:00
Audric Ackermann
49bae1925d
open message request reset opened convo and is a settings itself 2022-03-15 11:04:19 +11:00
Audric Ackermann
878c870a8b
initials are always uppercased 2022-03-11 10:45:08 +11:00
Audric Ackermann
2cf2d9eff7
make sure datebreak keep text color 2022-03-10 15:12:20 +11:00
Audric Ackermann
461ce4a7fb
Merge branch 'clearnet' into fix-unread-indicator-light 2022-03-10 14:54:41 +11:00
Audric Ackermann
551fc4e2d7
make the unread message banner on a single line 2022-03-10 14:52:47 +11:00
Audric Ackermann
602a287263
join closed groups from config only on the first config message 2022-03-09 15:04:28 +11:00
Audric Ackermann
e853f57e6b
fix unread indicator color for light theme 2022-03-09 13:25:00 +11:00
Audric Ackermann
71aa6c813c
Merge remote-tracking branch 'upstream/clearnet' into fix-i18n-with-dollars-sign 2022-03-09 12:00:47 +11:00
Audric Ackermann
359dcaa43a
Merge pull request #2174 from warrickct/msg-request-ui-2
Message request
2022-03-09 11:47:58 +11:00
Audric Ackermann
8a13a9e6e0
Merge pull request #2183 from ianmacd/pr5
Use up to two scaled placeholder characters for users with no avatar.
2022-03-07 13:30:51 +11:00
Audric Ackermann
e1f2393c3a
cleanup translated strings 2022-03-07 13:26:57 +11:00
Ian Macdonald
fa0c1fff88
Use up to two scaled initials as a placeholder for users with no avatar.
If the user's name consists of just a single word, then use up to two
letters from that word as the placeholder.

This provides better differentiation of users than the current practice
of using just a single letter for everyone.
2022-03-04 10:56:43 +01:00
warrickct
821f4d73ff Merge branch 'clearnet' into msg-request-ui-2 2022-03-03 14:02:10 +11:00
Audric Ackermann
f1900f9f36
remove some unused strings
and fix tos links #2176
2022-03-03 14:00:47 +11:00
warrickct
913947a517 Minor padding fixes 2022-03-03 11:25:45 +11:00
warrickct
3c2cc9be8a Only check for incoming messages on initial render of request UI. 2022-03-02 16:48:10 +11:00
warrickct
68eceae153 fixed flex behaviour for call and avatar convo header buttons. 2022-03-02 15:53:02 +11:00
warrickct
cf6a5b3446 Request banner appearing and tallying based on only unread requests 2022-03-02 15:47:32 +11:00
warrickct
451fb351a3 removing comments 2022-03-02 14:49:55 +11:00
warrickct
f7a4e7ee81 Move disappearing message indicator to right of conversation header. 2022-03-02 13:09:42 +11:00
warrickct
e4f4328232 rename request evaluating function for clarity. Prevent disappearing messsages from being activated by request recipient before the request has been accepted. 2022-03-02 13:04:33 +11:00
warrickct
7315651c63 Adding unstaged changed from last commit. (adding accept/decline to convo header menu and removal of disappearing messages menu item) 2022-03-02 12:46:41 +11:00
warrickct
61cdae7622 Remove disappearing messages from convo header menu, added accept and decline menu options. 2022-03-02 12:45:51 +11:00
warrickct
dd0aa4ea92 Fixed hook for evaluating menu item rendering. 2022-03-02 12:39:10 +11:00
warrickct
f5bc347898 Fix conversation header overlapping at small widths. 2022-03-02 12:29:44 +11:00
warrickct
ebf3198818 Remove dash typo for zoom settings. 2022-03-02 12:11:06 +11:00
warrickct
88f719ed6e Fix case where error occurs after leaving a group. 2022-02-28 16:19:48 +11:00
warrickct
e3e6e5b655 Removing mark all as read menu option from request items. 2022-02-28 11:12:05 +11:00
warrickct
6552f032be Fixing right click menu interactions with the request banner 2022-02-28 11:02:31 +11:00
warrickct
049f86a6e9 Fix conversation header centering alignment. 2022-02-28 10:39:23 +11:00
warrickct
eed72a6b1b Removing some menu items from message request context menu. 2022-02-25 16:15:47 +11:00
warrickct
56c1a06a28 Adding rightclick accept/decline menu options for message requests. Adding hide menu item for message request banner. 2022-02-25 14:17:34 +11:00
warrickct
600ef86ea7 linting fixes 2022-02-25 10:59:54 +11:00
warrickct
065b8ab533 Added closing declined conversation requests if theyre open. Return to regular inbox on clear all. 2022-02-25 09:58:35 +11:00
warrickct
af4457f68f Clicking message icon in action panel closes request overlay. 2022-02-24 15:42:49 +11:00
warrickct
07533232fb Move clear all button for request to bottom of overlay panel. 2022-02-24 15:36:12 +11:00
warrickct
5888fecda4 Add confirmation dialog for clear all message requests. 2022-02-24 15:11:10 +11:00
Ian Macdonald
0c0543cc45
Use accent colour to distinguish last read indicator. 2022-02-24 03:04:41 +01:00
warrickct
08ba24c3c9 refactoring 2022-02-24 10:17:17 +11:00
warrickct
93f37ba66f Refactoring to evaluate conversation request status in a single place. 2022-02-23 20:45:18 +11:00