Doug
6a3deb4c5c
FTUE tweaks
...
- Allow login using a phone number.
- Update the server when entering a full MXID during registration.
- Reset the authentication service back to matrix.org after onboarding completes.
- Disable zoom on ReCaptcha to fix responsiveness issue.
- Tidy up unused methods.
2022-07-19 09:22:15 +01:00
SBiOSoftWhare
b18efdf3d6
Merge pull request #6449 from vector-im/steve/6448_map_tile_credits
...
Location sharing: Show map credits on live location timeline tile only when map is shown (PSG-626)
2022-07-19 09:24:20 +02:00
SBiOSoftWhare
af19e1869d
Merge pull request #6447 from vector-im/steve/6423_lls_reply
...
Location sharing: Handle live location sharing start event reply in the timeline (PSG-4)
2022-07-18 18:16:50 +02:00
Anderas
7ec99ad497
Merge pull request #6444 from vector-im/andy/1_verification_protocols
...
Convert verification request and transaction to protocols
2022-07-18 16:41:39 +01:00
SBiOSoftWhare
d3be937d6a
RoomTimelineLocationView: Show map credits only when map is visible.
2022-07-18 17:20:26 +02:00
SBiOSoftWhare
f7e349307a
LocationPlainCell: Support long press for context menu display.
2022-07-18 15:48:58 +02:00
SBiOSoftWhare
8246edf604
RoomVC: Updated supported context menu actions for beacon info event.
2022-07-18 15:47:05 +02:00
Doug
db2891b4ca
Make deep links update AuthenticationViewController before it gets shown.
2022-07-18 14:05:48 +01:00
Andy Uhnak
f313a0927f
Convert verification request and transaction to protocols
2022-07-18 10:28:48 +01:00
Doug
5f346f5c75
Merge branch 'master' into develop
2022-07-15 14:26:12 +01:00
Doug
667725b800
Reword account deactivation button in Settings.
2022-07-15 10:36:09 +01:00
Doug
bdc2911698
Fix build error on MXKSendReplyEventStringLocalizer.
2022-07-14 16:56:35 +01:00
Doug
d5b5101420
Update remaining strings for FTUE.
...
Include homeserver in view models/state as needed.
Pre-fill the user's display name as set by the server.
2022-07-14 16:56:35 +01:00
Doug
5394ed0f4a
Update use case, registration and login screens.
...
Remove "Custom server" button from use case screen.
Remove matrix.org description.
Add username availability to registration screen.
2022-07-14 16:56:35 +01:00
Doug
f19149dab8
Move AuthenticationCoordinator into Authentication module.
...
Reorganise moving AuthenticationViewController into a Legacy folder.
2022-07-14 16:56:35 +01:00
Doug
85e1be842e
Fix a bug setting nil soft logout credentials.
2022-07-13 09:44:40 +01:00
aringenbach
b4c35024e0
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
aringenbach
d9554e3d8a
Rename isIRCStyleCommand to sendAsIRCStyleCommandIfPossible
2022-07-12 10:37:29 +02:00
aringenbach
e00a4631eb
Rework slash command condition to make it a bit clearer
2022-07-12 10:35:05 +02:00
Doug
ea68d8c181
Rename riot-keys.txt to element-keys.txt.
2022-07-12 09:15:44 +01:00
aringenbach
2ac0608c79
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
9163036763
Move fix to AppDelegate links handling
2022-07-11 18:36:56 +02:00
aringenbach
ca6e56d004
Fix slash commands from room composer
2022-07-11 18:17:12 +02:00
Anderas
2e5212fcb4
Merge pull request #6393 from vector-im/andy/sentry_error
...
Log sentry events as debug instead of error
2022-07-11 15:27:32 +01:00
Andy Uhnak
35e06308b6
Log sentry events as debug instead of error
2022-07-11 10:37:43 +01:00
Doug
86b8a18f4d
Revert some fonts that were changed in #6275
2022-07-08 16:13:20 +01:00
SBiOSoftWhare
fc9df90cca
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
7d29bca319
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
ad4674c0d4
Replace DesignKit with package from ElementX.
2022-07-07 15:42:57 +01:00
Doug
dcd5fad1b9
Add support for in-app notifications. ( #6341 )
2022-07-07 15:31:37 +01:00
SBiOSoftWhare
f2e137aacd
Merge branch 'develop' into steve/lls_design_review
2022-07-07 10:27:18 +02:00
SBiOSoftWhare
c35bb7a0d1
RoomTimelineLocationView: Update information banner opacity.
2022-07-06 16:29:47 +02:00
ismailgulek
a0d8d86a1e
Fix the safe area insets issue without method swizzling
2022-07-06 13:20:24 +03:00
Andy Uhnak
34fad3ddbc
Track non-fatal issues via analytics
2022-07-05 17:15:51 +01:00
Johannes Marbach
51db5cdaa5
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
f91e84af00
Server Offline Activity Indicator ( #6314 )
...
* Server Offline Activity Indicator
- implemented
2022-07-05 14:04:52 +02:00
Gil Eluard
4c84d1b15c
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
962fd326d8
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
6ba65a8fc1
Merge branch 'master' into develop
2022-07-05 10:26:51 +03:00
Johannes Marbach
ecc8532319
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
aringenbach
6cb0935eca
Display fallback when replied event content is partially missing
2022-07-04 16:59:26 +02:00
aringenbach
b64bb2c70c
Move MatrixKit defaults still in use to BuildSettings and replace register
2022-07-04 15:53:26 +02:00
Gil Eluard
437b2eafd6
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
55685f10b1
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
ac54c22ec4
LocationManager: Fix issue in stop method.
2022-06-29 18:10:58 +02:00
SBiOSoftWhare
2c9da80ffd
UserLocationServiceProvider: Handle live location sharing lab flag activation changes.
2022-06-29 18:10:28 +02:00
Gil Eluard
038c347fc9
Update Files component iOS ( #6345 )
...
* Update Files component iOS
- Done
2022-06-29 16:11:52 +02:00
Anderas
ddd7ff625a
Merge pull request #6360 from vector-im/andy/6358_cross_sign
...
Use ZXing library to generate QR codes
2022-06-29 14:54:22 +01:00
Andy Uhnak
42f7508538
Use ZXing library to generate QR codes
2022-06-29 11:58:10 +01:00
Johannes Marbach
50c8728674
Merge pull request #6326 from vector-im/johannes/lls-reporting
...
Enable reporting of live location shares (PSF-1066)
2022-06-28 10:59:54 +02:00