Commit Graph

47 Commits

Author SHA1 Message Date
Bullish Bear
851fd70c04
send images in group chat (#263) 2023-10-26 10:51:23 +08:00
Bullish Bear
732d8ca303
view group chat profile (#260) 2023-10-24 17:03:12 +08:00
Bullish Bear
b3cee30602
reuse EditProfile to edit group profile (#257) 2023-10-24 11:53:26 +08:00
Bullish Bear
82c9457ed2
refactor EditProfile (#255) 2023-10-23 21:57:58 +08:00
BlowaterNostr
0f3890d1c5
test GroupMessageController.handleMessage (#253) 2023-10-23 13:49:45 +08:00
BlowaterNostr
f011aa8aa4
relay auto reconnection (#252) 2023-10-23 11:59:41 +08:00
BlowaterNostr
cf0ef0b865
send images (#246) 2023-10-21 19:29:47 +08:00
Bullish Bear
8428025c7a
A/B Testing Feature Toggle (#238) 2023-10-20 12:16:55 +08:00
Bullish Bear
f59ec2bc0b
invite user to group (#237) 2023-10-19 11:44:43 +08:00
BlowaterNostr
62df6c8fe8
Optimization (#233) 2023-10-16 06:39:21 +08:00
BlowaterNostr
eab9d7fed6
add invitation event to DirectedMessageController (#231) 2023-10-09 21:02:13 +00:00
BlowaterNostr
9b8d9aa47d
refactor DirectMessageGetter (#230) 2023-10-09 18:52:30 +00:00
BlowaterNostr
f97a8c9dbf
move DirectMessageGetter out from Database_Contextual_View (#229)
to DirectedMessageController
2023-10-09 18:39:52 +00:00
Bullish Bear
65186eee5f
fix EditGroup (#225) 2023-10-09 13:55:44 +00:00
BlowaterNostr
ea4199d05b
Group Chat is working! (#224)
GroupSyncer
2023-10-08 22:08:18 +00:00
BlowaterNostr
0bfa86e55d
able to send Group Invitation event to invitees (#223) 2023-10-08 21:03:15 +00:00
BlowaterNostr
738811d613
refine group chat (#222)
use async construction for App class
2023-10-08 18:51:53 +00:00
BlowaterNostr
531c911ab9
refactor database initialization (#216) 2023-10-08 00:53:54 +00:00
BlowaterNostr
99e2085b17
Send messages to group chat (#215)
remove legacy Thread code
2023-10-07 23:23:53 +00:00
BlowaterNostr
a094a85319
remove legacy code (#214) 2023-10-07 20:40:18 +00:00
Bullish Bear
bc7340840c
remove reply button (#213) 2023-10-07 17:15:27 +00:00
BlowaterNostr
68c559a93d
remove Thread & reorg dependencies (#212) 2023-10-07 10:59:06 +00:00
BlowaterNostr
cc66283769
refactor Search & remove unused code (#211) 2023-10-06 00:05:35 +00:00
BlowaterNostr
2b91bb3b8c
Distinguish between DM and GM (#209) 2023-10-04 21:34:43 +00:00
Bullish Bear
8d15e2b174
edit group profile (#210) 2023-10-04 15:07:40 +00:00
BlowaterNostr
2a85a167e1
refactor ConversationList to class component (#208) 2023-10-03 18:25:36 +00:00
Bullish Bear
7328926ef6
group chat creation (#200) 2023-10-03 15:15:45 +00:00
BlowaterNostr
eacf8d9864
Add CRDT to Pin List (#206) 2023-10-01 23:16:08 +00:00
BlowaterNostr
1cf773d27c
Bring Back Pin Conversation List(#205)
without CRDT yet
2023-10-01 22:21:55 +00:00
BlowaterNostr
b8616ed8bf
Fix profile syncer (#204) 2023-10-01 20:59:07 +00:00
BlowaterNostr
de889d8317
remove kind-1 related code (#203) 2023-09-28 19:37:24 +00:00
BlowaterNostr
7d251ed93c disable social features 2023-09-27 20:28:55 +00:00
Bullish Bear
919e4f672e
Group Chat Preparation(#194)
Co-authored-by: BlowaterNostr <127284497+BlowaterNostr@users.noreply.github.com>
2023-09-24 21:56:29 +00:00
BlowaterNostr
50f818f157
Improve ConversationList (#199) 2023-09-23 21:54:13 +00:00
BlowaterNostr
49e4995621
ConversationList test (#198) 2023-09-23 21:33:30 +00:00
BlowaterNostr
581bd3f2c4
Optimize App Loading Performance (#197) 2023-09-23 20:53:40 +00:00
Bullish Bear
cbaf4a79f0
group chat creation UI (#189) 2023-09-22 16:27:36 +00:00
BlowaterNostr
c064b95c96
remove kind 1078 (#191) 2023-09-19 19:38:38 +00:00
BlowaterNostr
227f393ccd
create OtherConfig & minor refactors (#184) 2023-09-18 23:23:03 +00:00
BlowaterNostr
01609b9916
Clickable NoteCard (#182)
Co-authored-by: foodstr <foodstr@proton.me>
2023-09-16 20:04:48 +00:00
BlowaterNostr
a1494336e8
Faster App Initialization & Fix Notification (#175) 2023-09-15 08:58:40 +00:00
BlowaterNostr
896ced331a
Simplify Application Initialization (#173) 2023-09-14 21:45:26 +00:00
BlowaterNostr
88f17d3784
declare ContactRetriever interface & optimize profile syncing (#171) 2023-09-13 18:27:08 +00:00
BlowaterNostr
24d72f23e8
Immediately Render Sent Messages (#164) 2023-09-12 17:21:37 +00:00
BlowaterNostr
e6cdbe5849 Store Encrypted kind 4 (#162) 2023-09-12 15:09:53 +00:00
BlowaterNostr
30cf046e03
Immediately render sent messages for kind 1 (#157) 2023-09-11 18:09:38 +00:00
Bullish Bear
8fb6e5ab00 add EventDetail & refactor Popover and Search (#150) 2023-09-10 19:16:05 +00:00