Commit graph

15372 commits

Author SHA1 Message Date
Niels Andriesse
48ef3f85c0 Debug 2021-08-13 14:40:42 +10:00
Niels Andriesse
876814dd43 Basic proof of concept 2021-08-13 13:47:22 +10:00
Niels Andriesse
56bd59c4ee Debug 2021-08-12 16:09:54 +10:00
Niels Andriesse
691f931dde Hook up CallVC 2021-08-12 15:37:31 +10:00
Niels Andriesse
c2373747b1 Odds & ends 2021-08-12 15:35:40 +10:00
Niels Andriesse
f1f48ec865 Further implement CallVC 2021-08-12 15:12:48 +10:00
Niels Andriesse
eb2cba7410 Add MockCallServer 2021-08-12 14:04:46 +10:00
Niels Andriesse
74e9cacd58 Implement MockWebSocket 2021-08-12 13:54:44 +10:00
Niels Andriesse
32426f9005 Add CallVC 2021-08-12 13:49:10 +10:00
Niels Andriesse
4fd720cbc9 Implement MockCallConfig 2021-08-12 13:20:34 +10:00
Niels Andriesse
9664274a21 Rename TURNServer → MockTURNServer 2021-08-12 13:14:02 +10:00
Niels Andriesse
170da7a276 Implement VideoCallVC & CameraManager 2021-08-12 13:12:44 +10:00
Niels Andriesse
b513eeb898 Add mock TURN server implementation 2021-08-12 11:46:04 +10:00
Niels Andriesse
67792ad15f Add UI utilities 2021-08-12 10:52:41 +10:00
Niels Andriesse
1a12199d0b Implement CallManager 2021-08-12 10:35:06 +10:00
Niels Andriesse
030c869d06 Add WebRTC dependency & implement CallMessage 2021-08-10 14:09:45 +10:00
Niels Andriesse
45042a1acf Fix typos 2021-08-10 11:17:04 +10:00
Niels Andriesse
8d8daf3a6c
Merge pull request #484 from RyanRory/unsend-message
Unsend Requests
2021-08-10 11:16:00 +10:00
ryanzhao
0ed748074b remove deleted message for linked devices 2021-08-09 17:07:06 +10:00
ryanzhao
eee9ceff39 fix crash for older messages 2021-08-09 16:57:32 +10:00
ryanzhao
2e8e931551 minor refactor 2021-08-09 16:52:42 +10:00
ryanzhao
31cf0b7b20 don't send unsend requests for open groups 2021-08-09 16:13:36 +10:00
ryanzhao
03fde557fc Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 2021-08-09 15:08:11 +10:00
Niels Andriesse
530bb7983a Update version number 2021-08-09 14:54:47 +10:00
Niels Andriesse
4f9d77017a Fix message updating race condition 2021-08-09 14:54:16 +10:00
ryanzhao
951b8ac1e6 localisation for context menu 2021-08-09 14:00:10 +10:00
ryanzhao
76a96c31bf add flag to disable unsend request for now 2021-08-09 13:51:09 +10:00
ryanzhao
940e09c25b handle canceling push notification 2021-08-09 12:30:09 +10:00
ryanzhao
5f2890a1fc Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 2021-08-09 11:21:29 +10:00
ryanzhao
025ef2c301 clean 2021-08-09 11:20:57 +10:00
ryanzhao
ce8f4f984d fix the date header issue 2021-08-09 11:14:51 +10:00
Niels Andriesse
adc11e8d7e
Merge pull request #483 from malmazuke/disable-scroll
Disable table view scroll when swiping to reply in a conversation
2021-08-09 11:09:58 +10:00
Niels Andriesse
a697cfd7fc
Merge pull request #481 from malmazuke/dev
Made app default to system-defined dark/light mode on first launch
2021-08-09 10:50:07 +10:00
ryanzhao
7fe0e46445 clean 2021-08-09 09:11:19 +10:00
Mark Feaver
f0fb4529c8 Disabled tableview scroll when swiping to reply in a conversation 2021-08-08 17:57:48 +10:00
Mark Feaver
9a27e5d7bb Made app default to system-defined dark/light mode on first launch 2021-08-07 18:56:59 +10:00
ryanzhao
278f962488 clean & rollback to fix the issue that the date will not show after a message has been deleted 2021-08-06 17:30:18 +10:00
Ryan Zhao
b714565480 smooth the hide and show of the input accessory view 2021-08-05 16:55:49 +10:00
Ryan Zhao
4904d2cdcf localisation 2021-08-05 16:15:11 +10:00
Ryan Zhao
90bd775fd5 show delete options for only outgoing messages 2021-08-05 16:05:52 +10:00
Ryan Zhao
8c897dcc3d use action sheet to show options for deleting a message 2021-08-05 15:59:23 +10:00
Ryan Zhao
33bd74338d localisation 2021-08-05 15:37:54 +10:00
Ryan Zhao
9bf31f69ae disable swipe to reply for deleted messages 2021-08-05 15:27:38 +10:00
Ryan Zhao
da1fe9b287 clean 2021-08-05 14:55:33 +10:00
Ryan Zhao
7e640fb6ac Don't show deleted message in home screen 2021-08-05 14:08:13 +10:00
Ryan Zhao
e1b99be6f2 disable interactions with deleted message in conversation screen 2021-08-05 13:36:56 +10:00
Ryan Zhao
6e45aed71b Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 2021-08-05 13:34:17 +10:00
Ryan Zhao
eaab6ee22d deleted message UI in conversation screen 2021-08-05 13:34:07 +10:00
Niels Andriesse
67e8191c2c
Merge pull request #479 from oxen-io/conversation-ui
Conversation Screen UI/UX Fixes
2021-08-05 13:07:06 +10:00
Ryan Zhao
ab492d5304 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 2021-08-05 11:51:31 +10:00