Gil Eluard
a4fccf4a63
Merge branch 'develop' into element_4218
...
# Conflicts:
# CHANGES.rst
# Riot/Managers/Settings/RiotSettings.swift
2021-04-20 15:27:27 +02:00
Gil Eluard
3de2531180
Merge branch 'develop' into element_4242
...
# Conflicts:
# CHANGES.rst
# Riot/Managers/Settings/RiotSettings.swift
2021-04-20 11:52:47 +02:00
Gil Eluard
16ff9fb44a
Merge branch 'develop' into element_4236
...
# Conflicts:
# CHANGES.rst
# Riot/Managers/Settings/RiotSettings.swift
2021-04-20 10:38:30 +02:00
Gil Eluard
05b5c5f992
Enable / Disable VoIP feature in Rooms
...
- Update after review
2021-04-20 10:36:05 +02:00
Gil Eluard
257f3a8f42
Show/Hide public directory in Unified Search
2021-04-20 10:31:04 +02:00
Gil Eluard
78fa1d0219
Enable / Disable VoIP feature in Rooms
2021-04-19 20:39:07 +02:00
Gil Eluard
61abfd0e70
Show/Hide Home Screen tabs
2021-04-19 18:53:32 +02:00
Gil Eluard
7377226c6b
Make room settings screen configurable dynamically
...
- reset RiotSettings
2021-04-14 18:23:17 +02:00
Gil Eluard
09e0c95c8a
Make room settings screen configurable dynamically
2021-04-14 15:52:25 +02:00
Gil Eluard
cbb4ae7233
Merge branch 'develop' into element_4181
...
# Conflicts:
# CHANGES.rst
# Riot/Managers/Settings/RiotSettings.swift
2021-04-06 15:59:40 +02:00
Gil Eluard
da038f34d4
Possibility to lock some room creation parameters from settings
...
- Update after review
2021-04-06 10:51:07 +02:00
Gil Eluard
324aa97fea
Possibility to lock some room creation parameters from settings
...
- Update after review
2021-04-06 10:47:54 +02:00
Gil Eluard
82a772d642
Possibility to lock some room creation parameters from settings
2021-04-02 15:54:21 +02:00
Gil Eluard
1957835a6f
Merge branch 'develop' into element_4173
2021-04-02 11:44:15 +02:00
Gil Eluard
21682e9b3e
Merge pull request #4122 from vector-im/element_4085
...
Composer Update - Typing and sending a message
2021-04-02 11:34:05 +02:00
Gil Eluard
bea7950c7d
Enable / disable external friends invite
2021-04-01 15:02:43 +02:00
Gil Eluard
37984e76fb
Make the application settings more configurable
...
- Update after review
2021-04-01 14:16:06 +02:00
Gil Eluard
9153ebbff2
Make the application settings more configurable
2021-03-31 19:04:00 +02:00
Gil Eluard
f79eccdbb9
Composer update - UI enhancements
...
- Composer height =58px - Frame = 42px
- Replace current scroll to bottom implementation with a scroll to Bottom FAB on both themes
- The text inside the composer frame should be centered
- The padding between the "reveal plus" button, composer frame and Left + Right sides should be at equal distance on default mode
- Verify that the "Send a message..." String matches with the colour indicated on Figma.
- The padding between each component (buttons and composer frame) should be at equal distance on default mode. E.g : It should be at 12px for each gap.
- The input text jumps down when users start typing. It should be centered at all times.
- Remove the Scroll bar in the text frame.
- DARK THEME
2021-03-20 21:31:17 +01:00
Gil Eluard
de5da473fa
SR sizing is inconsistent with RR & Message states cosmetic changes
2021-03-17 20:09:44 +01:00
Gil Eluard
066b82e9d3
Merge branch 'develop' into element_4014
2021-03-04 11:19:40 +01:00
SBiOSoftWhare
436bbfd0fc
Settings: Add show NSFW public rooms toggle.
2021-03-03 16:32:05 +01:00
Gil Eluard
100c16b032
Merge branch 'develop' into element_4014
...
# Conflicts:
# Riot.xcodeproj/project.pbxproj
# Riot/Modules/Room/DataSources/RoomDataSource.m
2021-02-25 15:49:53 +01:00
SBiOSoftWhare
0a9ef1f04c
Merge branch 'develop' into element_3776
2021-02-23 18:51:19 +01:00
Gil Eluard
cd76369f9d
Improve the status of send messages (sending, sent, received, failed)
...
- First implementation
2021-02-22 13:51:25 +01:00
SBiOSoftWhare
29a5b8068e
Room creation intro: New theme color.
2021-02-22 00:11:59 +01:00
manuroe
ecef8cab98
EncryptionKeyManager: Enable key for e2e DB
2021-02-18 16:37:58 +01:00
manuroe
4ed96c7b13
Merge branch 'develop' into element_3867
2021-02-18 15:35:21 +01:00
ismailgulek
d56a128d3c
Merge branch 'voip_2746' into voip_tiles
2021-02-10 00:38:49 +03:00
ismailgulek
61b0e6cd89
Remove k prefix from const string name
2021-02-10 00:17:43 +03:00
ismailgulek
a921bf9513
Merge branch 'voip_2746' of https://github.com/vector-im/element-ios into voip_2746
2021-02-07 20:26:51 +03:00
ismailgulek
a7813d2af3
Move some values to Constants
2021-02-07 20:26:19 +03:00
ismailgulek
8817996873
Introduce callScreenButtonTintColor on Theme and use it
2021-02-07 20:12:30 +03:00
ismailgulek
d1286723c6
Keep a reference to block based notification observer and unregister it manually
2021-02-07 20:02:22 +03:00
ismailgulek
f659799943
Update Riot/Managers/Call/PiPView.swift
...
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com >
2021-02-07 19:59:31 +03:00
ismailgulek
7c87dd38f8
Make callTimer optional
2021-02-07 19:57:35 +03:00
ismailgulek
fc10d8a7ae
Rename CallService to CallPresenter
2021-02-07 19:55:36 +03:00
ismailgulek
7589b9745f
Merge branch 'voip_2746' into voip_tiles
2021-02-02 12:36:11 +03:00
ismailgulek
d546afd728
Merge branch 'develop' into voip_2746
2021-02-02 12:33:05 +03:00
ismailgulek
bb5e05236c
Merge pull request #3989 from vector-im/element_3986
...
Fix PushKit Crashes due to Undecryptable Call Invites
2021-02-02 11:51:47 +03:00
ismailgulek
e42dc26a8d
Add comments
2021-02-02 10:54:06 +03:00
ismailgulek
49951baf22
Process sync response before decrypting call invite
2021-02-01 18:00:45 +03:00
manuroe
3f1473d3ec
Widgets: roomId is optional
2021-02-01 15:28:59 +01:00
manuroe
2928e0af06
Widgets: Support $matrix_room_id and $matrix_widget_id parameters
...
#3987
2021-02-01 12:59:45 +01:00
ismailgulek
b6fee7d965
Add some logs
2021-01-21 15:00:22 +03:00
ismailgulek
b4d2069bdd
Present call screen for active calls on tile taps
2021-01-21 14:29:38 +03:00
ismailgulek
8101e60341
Pass mx sessions to the call service
2021-01-21 14:28:56 +03:00
ismailgulek
fd2f8deb5a
Merge branch 'develop' into voip_2746
...
# Conflicts:
# Riot/Modules/Application/LegacyAppDelegate.m
2021-01-15 16:07:36 +03:00
Gil Eluard
81c8828a98
Merge branch 'develop' into element_3867
...
# Conflicts:
# CHANGES.rst
# Riot.xcodeproj/project.pbxproj
2021-01-11 11:58:53 +01:00
ismailgulek
91032b6373
Implement pip for video calls
2021-01-08 03:57:39 +03:00