Commit Graph

85 Commits

Author SHA1 Message Date
Bullish Bear
3a26a687b6
show relay records in event details (#286) 2023-11-16 21:22:18 +08:00
Bullish Bear
44cca60e23
record relay origin of events (#285) 2023-11-16 17:18:30 +08:00
BlowaterNostr
212c958cb7
simplify relay config (#281) 2023-11-15 21:21:45 +08:00
Bullish Bear
fd2285b08c
fix iOS auto zoom in (#282) 2023-11-15 19:35:02 +08:00
Bullish Bear
823684f213
able to copy on iOS (#280) 2023-11-15 10:45:34 +08:00
BlowaterNostr
5eb8258990
better Relay init (#277) 2023-11-14 14:22:50 +08:00
Bullish Bear
c729a2cc4e
minor changes to UI (#278) 2023-11-13 14:20:13 +08:00
Bullish Bear
cdfe0eacb2
refactor signin page (#276) 2023-11-09 23:43:10 +09:00
BlowaterNostr
24324af7bc
update nostr.ts (#274) 2023-11-05 22:10:08 +09:00
BlowaterNostr
790b9638a2
fix import (#272) 2023-11-03 22:09:13 +09:00
Bullish Bear
21bcc1198b
refactor navigation bar (#271) 2023-11-02 22:10:16 +09:00
BlowaterNostr
e65a078c5a
refactor Setting (#265) 2023-10-26 12:42:24 +08:00
Bullish Bear
82c9457ed2
refactor EditProfile (#255) 2023-10-23 21:57:58 +08:00
BlowaterNostr
114cf7a2c7
correct loading order of GM events (#254) 2023-10-23 14:52:25 +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
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
f97a8c9dbf
move DirectMessageGetter out from Database_Contextual_View (#229)
to DirectedMessageController
2023-10-09 18:39:52 +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
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
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
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
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
fcdeced83a
remove unnecessary dependencies in ContactList (#170) 2023-09-13 14:52:01 +00:00
BlowaterNostr
e6cdbe5849 Store Encrypted kind 4 (#162) 2023-09-12 15:09:53 +00:00
Bullish Bear
8fb6e5ab00 add EventDetail & refactor Popover and Search (#150) 2023-09-10 19:16:05 +00:00
Bullish Bear
cd90528f3e
Popover component (#144)
Co-authored-by: BlowaterNostr <127284497+BlowaterNostr@users.noreply.github.com>
2023-09-08 16:22:15 +00:00