Commit Graph

14282 Commits

Author SHA1 Message Date
SBiOSoftWhare c64488c30f Merge pull request #5613 from vector-im/steve/5550_bubbles_text_width
Message bubbles: Increase text message width
2022-02-18 15:02:32 +01:00
Doug 74bc4b34c2 Merge pull request #5623 from vector-im/doug/5621_ftue_spinner
Use a different green spinner during onboarding
2022-02-18 13:46:48 +00:00
Doug 9416720369 Merge pull request #5626 from vector-im/doug/update_analytics_pod
Update analytics event pod.
2022-02-18 12:11:44 +00:00
Doug 01ae028c93 Update analytics event pod. 2022-02-18 11:21:46 +00:00
Doug 644feb503b Merge pull request #5591 from vector-im/doug/5590_ftue_analytics
Add support for UserProperties to analytics and capture FTUE use case selection.
2022-02-18 10:49:06 +00:00
aringenbach 29526b29ea Fix HTML render for links containing Markdown formatting (#5587)
* Fix HTML render for links containing Markdown formatting

* Log renderToHTML fail as an error

* Fix AST nodes memory handling

Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr>
2022-02-18 09:00:45 +01:00
Doug 5f12151ea3 Merge pull request #5546 from vector-im/doug/5545_srgb_tint
Update the tintColor in ThemeV1 to sRGB to match Compound and ThemeV2.
2022-02-17 17:56:10 +00:00
Doug 2256b522ab Move presentation of the loading spinner into AuthenticationCoordinator for new users.
Also moves key verification out of a bridge presenter in AuthenticationVC and into the AuthenticationCoordinator.
2022-02-17 17:31:43 +00:00
Stefan Ceriu 993269447a vector-im/element-ios/issues/5609 - Add open in OSM location sharing option. 2022-02-17 19:11:08 +02:00
Stefan Ceriu 6c680a73ff vector-im/element-ios/issues/5609 - Add attribution to location sharing maps. 2022-02-17 19:11:08 +02:00
Doug 4d2c96433d Include user properties with the next sent event. 2022-02-17 12:39:11 +00:00
Doug 8522a4283d Rename OnboardingUseCase to OnboardingUseCaseSelectionScreen
Same for OnboardingUseCaseCoordinator.
2022-02-17 11:19:32 +00:00
SBiOSoftWhare 13f736a602 Update changes 2022-02-17 09:31:08 +01:00
SBiOSoftWhare 0e53d1a262 Message bubbles: Increase text message width. 2022-02-16 21:28:16 +01:00
SBiOSoftWhare 1904bd494c Merge pull request #5599 from vector-im/steve/bubbles_rename_files
Timeline cells: Rename some files to avoid confusion between plain and bubble cell styles
2022-02-16 20:30:50 +01:00
SBiOSoftWhare 89e7f349a7 Fix MXKRoomBubbleTableViewCell categorie. 2022-02-16 17:42:37 +01:00
SBiOSoftWhare ecc9e16f2d Fix ThreadSummaryView. 2022-02-16 17:37:26 +01:00
SBiOSoftWhare 50beaa49fb Fix BubbleRoomCellLayoutUpdater. 2022-02-16 17:36:49 +01:00
SBiOSoftWhare fb1d530b63 Fix conflicts. 2022-02-16 17:31:55 +01:00
SBiOSoftWhare 5a0cc32009 Merge pull request #5598 from vector-im/steve/bubbles_move_files
Room timeline: Move files in relevant folders
2022-02-16 17:24:29 +01:00
Anderas 4df8f70dab Merge pull request #5580 from vector-im/andy/4829_activity_indicators
Add new loading indicator on Home screen
2022-02-16 15:11:15 +00:00
SBiOSoftWhare 1a8f6fb138 Merge branch 'develop' into steve/bubbles_move_files 2022-02-16 16:07:32 +01:00
aringenbach 4e27be3b98 Remove bubbles background from search screens (#5601)
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr>
2022-02-16 15:37:56 +01:00
Doug 4d89f64d38 Fix reCaptcha failing to indicate success. 2022-02-16 12:09:40 +00:00
Andy Uhnak a6b5564c65 Move import 2022-02-16 11:56:33 +00:00
Andy Uhnak b0ee449c5d Implement home screen activity indicators 2022-02-16 11:48:26 +00:00
SBiOSoftWhare a2f0985e8f Merge pull request #5588 from vector-im/steve/5409_bubbles_constants
Message bubbles: Use layout constants instead magic numbers
2022-02-16 12:36:12 +01:00
Andy Uhnak e07afc87de Merge branch 'develop' into andy/4829_activity_indicators 2022-02-16 11:32:52 +00:00
David Langley 7ad04838ed Merge pull request #5428 from simonwiedmer/wiedmer_proximity_sensor
Fix proximity sensor and sleep timer
2022-02-16 11:10:17 +00:00
SBiOSoftWhare 5ae2ae20ad Fix several MARK comments. 2022-02-16 12:09:55 +01:00
SBiOSoftWhare 762f105542 Add changes 2022-02-16 12:03:14 +01:00
SBiOSoftWhare 5e432d32b4 BubbleRoomCellLayoutUpdater: Fix outgoing message issue. 2022-02-16 11:59:35 +01:00
Stefan Ceriu 329e655071 Prepare for new sprint 2022-02-16 12:45:10 +02:00
Stefan Ceriu 02ab8eec9e Merge branch 'master' into develop 2022-02-16 12:45:06 +02:00
Stefan Ceriu ecae8d618f Merge branch 'release/1.8.1/master' 2022-02-16 12:45:01 +02:00
Stefan Ceriu ddf15a625d finish version++ 2022-02-16 12:45:01 +02:00
Stefan Ceriu 2fad7dfd51 version++ 2022-02-16 12:42:00 +02:00
Stefan Ceriu 35eb1b1889 changelog.d: Upgrade MatrixSDK version ([v0.22.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.22.1)). 2022-02-16 12:42:00 +02:00
Doug b723c9a026 Only no-op the actual sending of a typing notification.
The logic around when to send a typing notification also includes logic around when to exchange encryption keys.
handleTypingNotification renamed to handleTypingState for clarity.
2022-02-16 12:42:00 +02:00
Doug 79aaf9f2c0 Use UIControlEventTouchUpInside for all toggles. 2022-02-16 12:42:00 +02:00
SBiOSoftWhare 23df7ed75e SettingsViewController: Fix indent issue. 2022-02-16 12:42:00 +02:00
SBiOSoftWhare 65d68c58dc Message bubbles: Move bubbles settings to labs section atm. 2022-02-16 12:42:00 +02:00
Doug 37a0c72169 Fix for images sometimes being sent unencrypted in an encrypted room. 2022-02-16 12:42:00 +02:00
SBiOSoftWhare 0b3ba64c26 Rename SizableBaseRoomCell to SizableBaseBubbleCell. 2022-02-16 11:00:23 +01:00
SBiOSoftWhare 6276e6de88 Rename RoomBubbleCellLayout to PlainRoomCellLayoutConstants. 2022-02-16 10:56:52 +01:00
SBiOSoftWhare 53a088383b Rename RoomBubbleCellLayout to PlainRoomCellLayoutConstants. 2022-02-16 10:51:06 +01:00
SBiOSoftWhare 756b6d4960 BaseRoomCell make some rename. 2022-02-16 10:48:08 +01:00
SBiOSoftWhare d078e10a7d Rename BubbleCellThreadSummaryDisplayable to RoomCellThreadSummaryDisplayable. 2022-02-16 10:44:11 +01:00
SBiOSoftWhare 2837acfc0a Rename BubbleCellReadReceiptsDisplayable to RoomCellReadReceiptsDisplayable. 2022-02-16 10:43:21 +01:00
SBiOSoftWhare 09520f2de3 Rename BubbleCellReactionsDisplayable to RoomCellReactionsDisplayable. 2022-02-16 10:42:19 +01:00