Nicolas Mauri
e035c1663f
Merge pull request #7432 from vector-im/nimau/PSB-59-pills
...
Turning permalinks into pills
2023-03-21 14:36:54 +01:00
Andy Uhnak
c658fece75
Increase local rust crypto rollout
2023-03-20 14:13:44 +00:00
Anderas
12ee84f607
Merge pull request #7430 from vector-im/andy/user_trust
...
Refactor user / room encryption trust level
2023-03-20 12:52:46 +00:00
Nicolas Mauri
265516166c
Turning permalinks into pills
...
#7409 : Permalinks to a room/space are pillified
#7411 : Permalinks to a matrix user are pillified
#7412 : Permalinks to messages are pillified
2023-03-17 16:58:59 +01:00
manuroe
3644b647f6
Merge pull request #7429 from vector-im/manu/7406_m_file_format
...
Manage bad m.file attachment format
2023-03-16 17:27:50 +01:00
Andy Uhnak
ddb181ffa0
Refactor encryption trust level
2023-03-16 14:56:50 +00:00
manuroe
120d69edf3
Manage bad m.file attachment format
...
https://github.com/vector-im/element-ios/issues/7406
By using value type checker methods.
With this fix, attachments with a wrong size format are still displayed in the timeline. Only the size is omitted
2023-03-15 15:18:38 +01:00
Alfonso Grillo
6857c49828
Add changelog.d file
2023-03-14 16:31:14 +01:00
Andy Uhnak
87d43ee3c7
Update startup progress UX
2023-03-10 09:40:48 +00:00
ismailgulek
75e7ff0326
finish version++
2022-10-13 13:36:46 +03:00
ismailgulek
33eb15a7e3
Merge branch 'hotfix/1.9.8' into master
2022-10-13 13:28:25 +03:00
Doug
2a907e6888
version++
2022-07-12 16:03:39 +01:00
Doug
61c053bb97
changelog.d: Upgrade MatrixSDK version ([v0.23.11]( https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.11 )).
2022-07-12 16:03:39 +01:00
SBiOSoftWhare
87b4e6e022
Merge pull request #6394 from vector-im/steve/6108_map_credits
...
Location sharing: Update map credits display and behavior (PSG-234)
2022-07-12 16:47:49 +02:00
aringenbach
5c093c988d
Merge pull request #6399 from vector-im/aringenbach/6398_fix_slash_commands
...
Fix slash commands from room composer
2022-07-12 11:31:24 +02:00
Doug
72890ddb7f
Rename riot-keys.txt to element-keys.txt.
2022-07-12 09:15:44 +01:00
aringenbach
057f99957c
Merge pull request #6396 from vector-im/aringenbach/6395_fix_room_links
...
Fix inoperant room links with alias/identifiers
2022-07-12 09:28:02 +02:00
aringenbach
64d4b2c0eb
Fix slash commands from room composer
2022-07-11 18:17:12 +02:00
wtimme
bd9952c350
Run bundle exec pod install --repo-update ( #6387 )
...
This change was introduced automatically by CocoaPods, likely because
someone ran `pod install` using their locally installed version of
CocoaPods.
2022-07-11 16:49:06 +01:00
aringenbach
ddbfd39bd6
Fix inoperant room links with alias/identifiers
2022-07-11 16:40:43 +02:00
SBiOSoftWhare
ba384d85f8
Update changes
2022-07-11 14:48:56 +02:00
Doug
59e0d4a0a9
Revert some fonts that were changed in #6275
2022-07-08 16:13:20 +01:00
SBiOSoftWhare
1f8a913031
Merge pull request #6383 from vector-im/steve/lls_design_review
...
Location sharing: Live location sharing UI polishing
2022-07-07 16:53:57 +02:00
Doug
92c5874359
Pin DesignKit version and use contantAndAvatars array.
2022-07-07 15:42:57 +01:00
Doug
6827d2a854
Fixup missing colours and use resolved colours in UIKit.
...
Fix the confetti colour when using DesignKit.
Pin swift packages.
Fix UI tests target.
2022-07-07 15:42:57 +01:00
Doug
768a9e1cfd
Add support for in-app notifications. ( #6341 )
2022-07-07 15:31:37 +01:00
SBiOSoftWhare
d2e7ba4368
Merge branch 'develop' into steve/lls_design_review
2022-07-07 14:29:57 +02:00
Doug
cce5421bc1
Fix a few failing UI tests.
2022-07-07 12:30:02 +01:00
SBiOSoftWhare
2d98ea8e57
Merge branch 'develop' into steve/lls_design_review
2022-07-07 10:27:18 +02:00
ismailgulek
efd66190c7
Merge pull request #6381 from vector-im/ismail/fix_vectorhostingcontroller_loop
2022-07-07 10:50:24 +03:00
SBiOSoftWhare
a10f0729b2
Update changes
2022-07-06 17:22:47 +02:00
SBiOSoftWhare
742394d565
Merge pull request #6375 from vector-im/steve/6238_promote_lab_flag
...
Location sharing: Promote labs flag
2022-07-06 16:14:51 +02:00
aringenbach
877e53c2b8
Add formatter build reply HTML unit tests
2022-07-06 15:15:29 +02:00
ismailgulek
5360a2f537
Add changelog
2022-07-06 13:35:59 +03:00
wtimme
d87a213cae
Target SiriIntents: Split IntentHandler into smaller files ( #6203 )
...
* Add protocol `ContactResolving`
* Let the `IntentHandler` implement `ContactResolving` (#6203 )
Nothing has changed about the implementation itself; this prepares
the separation of this logic into a dedicated unit.
* Prepare the separation of the contact resolver from the intents handler (#6203 )
* Move the implementation of `ContactResolving` to a dedicated class (#6203 )
* Move `ContactResolver` to a dedicated file (#6203 )
* Prepare the separation of the `StartAudioCallIntentHandler` from `IntentsHandler` (#6203 )
* Move the implementation of `INStartAudioCallIntentHandling` to a dedicated class (#6203 )
* Prepare the separation of the `StartVideoCallIntentHandler` from `IntentsHandler` (#6203 )
* Move the implementation of `INStartVideoCallIntentHandling` to a dedicated class (#6203 )
* Prepare the separation of the `SendMessageIntentHandler` from `IntentsHandler` (#6203 )
* Move the implementation of `INSendMessageIntentHandling` to a dedicated class (#6203 )
* Remove unused property (#6203 )
* Return `nil` if the requested intent cannot be handled (#6203 )
* Initialize the intent handlers _after_ everything else is configured (#6203 )
In `init()`, there might be some configuration being done that is
required for the handlers.
* Add changelog entry
* Move curly braces in Objective-C to dedicated lines
This ensures that the code follows the style that is present in other Objective-C files.
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
* Inject the `ContactResolver` into the intent handlers during initialization
In #6365 , @pixlwave pointed out that
> If the resolver ever gained a cache or stored properties it would
> help keep the memory usage down in the extension
* Prefer forward-declaration over import in Objective-C header files
Per @pixlwave, this helps prevent build failures:
> We had random cycle errors while building a while back and it was
> eventually solved by removing all imports of `GeneratedInterface-Swift.h`
> in every [Objective-C header] file.
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2022-07-06 09:39:38 +01:00
Andy Uhnak
c26174cf2f
Add changelog
2022-07-05 17:15:52 +01:00
SBiOSoftWhare
8c7e9feabf
Merge branch 'develop' into steve/6238_promote_lab_flag
2022-07-05 15:18:38 +02:00
Johannes Marbach
abaa3499a6
Merge branch 'develop' into johannes/swiftui-safearea-fix
...
# Conflicts:
# Riot/Modules/Common/SwiftUI/VectorHostingController.swift
2022-07-05 14:10:41 +02:00
Gil Eluard
67d8bb9a6d
Server Offline Activity Indicator ( #6314 )
...
* Server Offline Activity Indicator
- implemented
2022-07-05 14:04:52 +02:00
Gil Eluard
f927643469
Enhance the VectorHostingController to be presented as a bottom sheet ( #6377 )
...
* Enhance the VectorHostingController to be presented as a bottom sheet
- Done
2022-07-05 12:18:10 +02:00
aringenbach
fc91a3a995
Merge pull request #6373 from vector-im/aringenbach/6273_delete_riot_defaults
...
Remove legacy Riot-Defaults property list
2022-07-05 10:50:35 +02:00
ismailgulek
ec0f204f08
Merge branch 'master' into develop
2022-07-05 10:26:51 +03:00
Johannes Marbach
57189a6a30
Fix layout issues in timeline poll cells (PSB-125)
...
Fixes : #5326
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-07-05 08:21:00 +02:00
SBiOSoftWhare
66b9c70ad8
Update changes
2022-07-04 17:44:40 +02:00
aringenbach
48fefde091
Display fallback when replied event content is partially missing
2022-07-04 16:59:26 +02:00
aringenbach
38ba91fe68
Add changelog
2022-07-04 15:56:37 +02:00
Gil Eluard
fdb6593052
Invite user UI is always hidden by the keyboard ( #6348 )
...
* Invite user UI is always hidden by the keyboard
- fixed
2022-07-01 10:32:57 +02:00
SBiOSoftWhare
24553c7a58
Merge pull request #6363 from vector-im/steve/6361_lls_fix_lab_flag
...
Location sharing: Fix live location sharing lab flag activation
2022-06-30 11:22:01 +02:00
SBiOSoftWhare
2c5e6481b1
Update changes
2022-06-29 18:14:26 +02:00
Gil Eluard
260cc22d51
Update Files component iOS ( #6345 )
...
* Update Files component iOS
- Done
2022-06-29 16:11:52 +02:00