ismailgulek
0fe44bb480
Merge pull request #5561 from vector-im/ismail/5540_thread_list
...
Thread List API Implementation
2022-02-15 16:13:36 +03:00
ismailgulek
5dd278f7ea
Display thread list api errors
2022-02-15 15:46:22 +03:00
aringenbach
cdfa801bc7
Update filter placeholder and icon ( #5520 )
...
* Update filter placeholder and icon
* Use SwiftGen asset helper & add filter_on icon
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-14 10:25:21 +01:00
MaximeEvrard42
207194ba7a
Merge pull request #5563 from vector-im/maximee/5346_replace_kick_wording
...
Replace "kick" by "remove" in all strings
2022-02-14 09:40:10 +01:00
Doug
e1db1620ee
Revert "Fix for images sometimes being sent unencrypted inside an encrypted room."
...
This reverts commit 3491e0d7aa2782c3e8379c1b40644af5492e8f83.
2022-02-11 18:17:39 +00:00
Doug
21e21cccc3
Fix for images sometimes being sent unencrypted inside an encrypted room.
2022-02-11 18:16:13 +00:00
Doug
af615ea665
Fix spinner when clearing cache.
2022-02-11 15:42:12 +00:00
MaximeE
88a284e978
Merge branch 'develop' into maximee/5346_replace_kick_wording
2022-02-11 14:32:52 +01:00
MaximeE
590e5cf4f1
Replace kick by remove in all strings
2022-02-11 14:25:20 +01:00
ismailgulek
e223bc6533
Merge branch 'develop' into ismail/5540_thread_list
2022-02-11 16:13:26 +03:00
Doug
936fa8638a
Merge pull request #5560 from vector-im/doug/5559_fix_stuck_loading
...
Fix for the green spinner not being dismissed with a local synapse.
2022-02-11 13:11:53 +00:00
Doug
f05fb9f3e5
Fix for the green spinner not being dismissed with a local synapse.
2022-02-11 12:29:06 +00:00
Andy Uhnak
a90d8e287d
Exclude all items from iCloud backup
...
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com >
2022-02-11 11:45:17 +00:00
aringenbach
2f6546799e
Add objective C support to SwiftGen assets helpers ( #5533 )
...
* Add objective C support to SwiftGen assets helpers
* Use dot notation in ObjC & fix minor issues
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-10 17:13:23 +01:00
ismailgulek
952d69477b
Use new api to fetch thread list
2022-02-10 17:35:18 +03:00
Doug
1f933a271a
Merge pull request #5467 from vector-im/doug/5160_ftue_use_case
...
Add the FTUE use case screen for new users.
2022-02-10 14:28:28 +00:00
SBiOSoftWhare
c5e926d4e6
SettingsViewController: Fix indent issue.
2022-02-10 15:08:24 +01:00
SBiOSoftWhare
1e26681e34
Message bubbles: Move bubbles settings to labs section atm.
2022-02-10 14:59:45 +01:00
ismailgulek
ff28bd7657
Use thread protocol when possible
2022-02-10 16:48:27 +03:00
Doug
56b70d254b
Updates following PR feedback.
2022-02-10 12:59:13 +00:00
Doug
200a1623ce
Merge pull request #5510 from aaronraimist/register-spec
...
Make registration spec compliant (fixes registration on Conduit)
2022-02-10 10:09:52 +00:00
ismailgulek
30fda7b926
Merge pull request #5539 from vector-im/ismail/5537_home_badges
...
Home Screen: Fix Section & TabBar Badges
2022-02-10 11:49:50 +03:00
aringenbach
75c4b26851
Fix phone number validation through custom URL ( #5527 )
...
* Fix phone number validation through custom URL
* Rename msisdnSubmissionHttpClient
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-10 09:25:20 +01:00
Stefan Ceriu
4b1eb75fd3
Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195.
2022-02-10 08:43:18 +02:00
ismailgulek
06551036c8
Update section header label and accessory view when needed
2022-02-10 03:20:34 +03:00
ismailgulek
22a2bb0f90
Refresh tab bar badges when off-screen fetcher updated
2022-02-10 03:19:51 +03:00
Aaron Raimist
82bee33aeb
Switch to using m.login.dummy
...
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2022-02-10 00:19:02 +00:00
ismailgulek
16135e6e8a
Reuse section headers
2022-02-10 03:19:00 +03:00
ismailgulek
357c8fa621
Register section header classes for table views
2022-02-10 03:14:50 +03:00
ismailgulek
7737cee9fa
Make SectionHeaderView subclass from UITableViewHeaderFooterView
2022-02-10 03:14:00 +03:00
SBiOSoftWhare
4e7c71b97e
Merge pull request #5518 from vector-im/steve/bubbles_text_msg
...
Message bubbles: Create new text message cells for bubbles
2022-02-09 17:29:11 +01:00
SBiOSoftWhare
58b249ccd4
BubbleRoomCellLayoutUpdater: Fix outgoing layout.
2022-02-09 16:34:41 +01:00
SBiOSoftWhare
a9fc0fc4ae
RoomTimelineStyle: Remove useless property.
2022-02-09 16:34:05 +01:00
SBiOSoftWhare
3ae07474d7
FileWithoutThumbnailBaseBubbleCell: Update attributed text usage.
2022-02-09 16:32:58 +01:00
SBiOSoftWhare
aacf38820a
BaseBubbleCell: Update isTextViewNeedsPositioningVerticalSpace value.
2022-02-09 16:32:36 +01:00
SBiOSoftWhare
6aa005d145
MXKRoomBubbleTableViewCell: Add properties regarding attributed text blank space positioning.
2022-02-09 16:32:07 +01:00
SBiOSoftWhare
7255cefdc4
RoomBubbleCellData: Handle atttributed text message without vert space.
2022-02-09 16:27:30 +01:00
SBiOSoftWhare
3d6fb8da37
MXKRoomBubbleCellData: Add new attributed text message property.
2022-02-09 16:19:49 +01:00
SBiOSoftWhare
19323d0508
MXKRoomBubbleCellData: Add new attributed text message property.
2022-02-09 16:19:36 +01:00
SBiOSoftWhare
be259d4392
BubbleRoomTimelineCellProvider: Handle text message cells without sender name and use bubbles for emotes.
2022-02-09 16:14:34 +01:00
SBiOSoftWhare
290c2b4a83
Add text message bubble cells without sender name variants.
2022-02-09 16:13:35 +01:00
SBiOSoftWhare
fcced28069
BubbleCellContentView: Separate avatar and user name in different containers.
2022-02-09 16:12:42 +01:00
Doug
ca471a0593
Add some missing SwiftGen updates to strings.
2022-02-09 15:01:57 +00:00
Doug
a8cb42bde5
Fix header title in room settings.
2022-02-09 14:49:39 +00:00
Doug
0d9cf2dd58
Revert change to localization strings link
...
The change moved the entire string into event_formatter_rerequest_keys_part1_link and left an empty part_2
2022-02-09 11:34:25 +00:00
SBiOSoftWhare
130acc4387
BubbleRoomCellLayoutUpdater: Update legacy text message cells layout.
2022-02-09 12:34:05 +01:00
SBiOSoftWhare
2c5a930b08
RoomCellLayoutUpdating: Add maximum text width calculation.
2022-02-09 12:33:24 +01:00
Doug
0b9824f36d
Merge pull request #5102 from radiom0de/patch-1
...
typo
2022-02-09 11:30:40 +00:00
Doug
9293ed8d57
Merge pull request #5530 from RiotTranslateBot/weblate-riot-ios-riot-ios
...
Translations update from Weblate
2022-02-09 11:30:13 +00:00
Doug
6b93bd5e07
Merge pull request #5531 from RiotTranslateBot/weblate-riot-ios-element-ios-matrixkit
...
Translations update from Weblate
2022-02-09 11:25:39 +00:00