1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 15:03:22 +00:00
Commit Graph

206 Commits

Author SHA1 Message Date
685565e031 Can change group membership levels 2020-05-02 17:26:03 +02:00
eb66ea407b Can remove a member from a group 2020-05-02 17:05:18 +02:00
2edaedc5f3 Can respond to a group membership request 2020-05-02 15:57:49 +02:00
3c7795837c Can invite a user to join a group 2020-05-02 15:38:02 +02:00
804457c761 Create pick user dialog 2020-05-02 15:30:19 +02:00
1227ef283c Can cancel a group membership invitation 2020-05-02 13:59:40 +02:00
f179e7e1d5 Display members roles 2020-05-02 11:28:28 +02:00
e2bf5e73dd Display the list of members of a group 2020-05-02 11:18:03 +02:00
bff73dbb21 Ready to implement group members screen 2020-05-02 09:57:33 +02:00
df111e393a Can delete group 2020-05-02 09:45:03 +02:00
9646cb7a70 Can delete group logo 2020-05-02 09:15:02 +02:00
4cb672cb16 Can generate a random logo for the group 2020-05-02 09:05:38 +02:00
1a53a26f39 Can upload a new logo for the group 2020-05-02 08:51:34 +02:00
f450a46e99 Can change group posts creation level 2020-05-01 21:13:31 +02:00
d6f2df7002 Can change group registration level 2020-05-01 21:04:50 +02:00
2d86780f0b Can change group visibility 2020-05-01 20:52:24 +02:00
cc08ed0232 Can change group description 2020-05-01 20:30:26 +02:00
971210e7e8 Can change group URL 2020-05-01 20:19:22 +02:00
519c68b092 Can change group virtual directory 2020-05-01 20:10:25 +02:00
d889321b38 Can change group name 2020-05-01 15:39:54 +02:00
257523b526 Start to build group settings screen 2020-05-01 15:12:55 +02:00
24f5a3e482 Add new members at the top of the screen 2020-04-26 15:28:06 +02:00
c09670ad64 Update screen 2020-04-26 15:25:56 +02:00
9a4b61aff3 Update the "allowEveryoneToAddMembers" settings 2020-04-26 14:20:44 +02:00
1b5169eb56 Add new conversation property 2020-04-26 14:02:57 +02:00
c65d87dacc Can show user account image in full screen 2020-04-25 14:45:43 +02:00
2cf017ad2d Rename plugins interfaces module 2020-04-24 12:21:09 +02:00
ae391ab691 Create new plugins interface 2020-04-24 12:19:13 +02:00
de84fb6113 Fix a racing issue 2020-04-23 18:15:24 +02:00
7768e36c62 Lock device awake during calls 2020-04-23 17:37:12 +02:00
0ebccf1075 Improve buttons appearance 2020-04-23 13:39:33 +02:00
d94b535001 Improve buttons bar 2020-04-23 13:36:30 +02:00
707577f9ac Add audio only calls support 2020-04-23 13:12:40 +02:00
a74600ce4b Can toggle menubars 2020-04-22 18:55:29 +02:00
d083728251 Can switch camera 2020-04-22 18:45:01 +02:00
565f351d1e Notify when we stop streaming 2020-04-22 18:35:19 +02:00
b9a329c8f0 Start streaming 2020-04-22 18:29:00 +02:00
a16618bb51 Fix state consistency issue 2020-04-21 18:23:34 +02:00
8609e4e169 Can interrupt local streaming 2020-04-21 18:20:24 +02:00
e5ccedd180 Can toggle local stream visibility 2020-04-21 18:14:10 +02:00
6a9e0e36c1 Create Footer button widget 2020-04-21 18:08:01 +02:00
de1dceae9b Simplify code 2020-04-21 18:04:01 +02:00
2927f72674 Can toggle local streams 2020-04-21 13:46:26 +02:00
2858c50449 Prevent potential race 2020-04-21 13:29:09 +02:00
4988c8fea8 Get user media 2020-04-21 13:26:58 +02:00
167217a5a0 Can receive remote video 2020-04-20 18:13:28 +02:00
7364fc49a8 Can send ice candidates to server 2020-04-20 17:53:31 +02:00
ee6509bb9a Close remote peer connections on exit 2020-04-20 17:47:51 +02:00
e05323c3bb Fix potential issue 2020-04-20 17:34:31 +02:00
096251eaad Can send SDP back to server 2020-04-20 17:29:36 +02:00
45d903bcf7 Create peer connection for remote streams 2020-04-20 17:24:42 +02:00
473402149a Handles new signal events 2020-04-20 16:23:33 +02:00
80f05cb008 Can request call offer 2020-04-20 15:50:01 +02:00
73c7fa8807 Add hang up button 2020-04-20 15:20:01 +02:00
c0856c5126 id => userID (improve clarity) 2020-04-20 15:02:49 +02:00
99ecc399ee Handles peer ready & peer destroyed streams events 2020-04-20 14:58:23 +02:00
0f99e807f8 Add confirmation to leave call 2020-04-20 14:41:09 +02:00
456df166b1 Handle call closed event 2020-04-20 14:32:57 +02:00
08d357fc72 Handles join / leave events 2020-04-20 14:24:35 +02:00
9154fe47e1 Display the list of members of the call 2020-04-20 14:13:03 +02:00
08c2ac32aa Get the list of members of the call 2020-04-20 14:02:32 +02:00
04693cc163 Get calls configuration 2020-04-20 13:43:17 +02:00
391d3150dd Can join & leave the call 2020-04-20 13:24:40 +02:00
da641515fa Display the name of the call 2020-04-20 13:19:49 +02:00
0a03f581d1 Ready to implement calls screen 2020-04-20 10:53:25 +02:00
909e68e7bb Handles remove message events 2020-04-19 14:29:01 +02:00
88ba2d303e Handles messages update events 2020-04-19 14:16:35 +02:00
2746623b8d Handles new messages events 2020-04-19 13:58:24 +02:00
b0be889833 Register to conversation updates 2020-04-19 13:42:47 +02:00
526f698bf4 Automatically change the number of unread conversations 2020-04-18 14:33:07 +02:00
a8c358fd58 Fix issue 2020-04-18 14:20:07 +02:00
0700014b3a Automatically refresh the list of notifications when required 2020-04-18 14:17:14 +02:00
9021ca7168 Rename HomeRoute => MainRoute 2020-04-17 15:26:37 +02:00
78e75cffdb Improve widget 2020-04-17 14:06:01 +02:00
2c1ae783e3 Can delete all the notifications 2020-04-17 13:50:47 +02:00
d822e0edd8 Can always refresh group page 2020-04-17 10:42:37 +02:00
414f81b32f Fix issue 2020-04-17 10:37:02 +02:00
bffdab1423 Improve search appearance 2020-04-17 10:32:22 +02:00
0494a9058d Create search page 2020-04-17 10:30:29 +02:00
806c6fbc2b Add groups notifications support 2020-04-16 16:04:15 +02:00
0ec0f216e2 Use DisplayString for messages 2020-04-16 15:10:47 +02:00
32c491ae84 Remove Navigator references from conversations pages 2020-04-16 14:58:02 +02:00
3fa45f9744 Remove useless column 2020-04-16 14:27:55 +02:00
69f8710f31 Simplify user page 2020-04-16 14:20:24 +02:00
3bbb09e813 Fix user access denied page 2020-04-16 13:26:04 +02:00
cecf18f5a0 Turn user page route into a screen 2020-04-16 13:13:31 +02:00
2bb75da017 Add references support 2020-04-16 12:06:01 +02:00
c7502e6a04 Can load older posts on group page 2020-04-16 09:07:23 +02:00
8881ef3af4 Fix appearance issues 2020-04-16 08:58:56 +02:00
f5914a8d34 Add group create post form 2020-04-16 08:52:26 +02:00
d6f0147339 Improve scrolling of Group Page 2020-04-16 08:43:41 +02:00
f0a23bcb47 Display group posts 2020-04-16 08:24:34 +02:00
f8a70faf28 Add like button on group page 2020-04-15 19:23:08 +02:00
add1712b7d Can update following status of a group 2020-04-15 18:39:07 +02:00
566f205dc9 Start to build group page 2020-04-15 18:23:38 +02:00
b10163575f Start to build groups page 2020-04-15 18:06:20 +02:00
b52748a93b Automatically refresh groups list 2020-04-15 14:34:48 +02:00
eaeb07db69 Can cancel membership request 2020-04-15 13:56:59 +02:00
d0bafd5bd9 Can remove membership 2020-04-15 13:25:55 +02:00
4bedbc4b25 Start to display user groups 2020-04-15 12:04:19 +02:00