Element CI
b4111d57d7
Prepare next release
2023-08-18 07:11:56 -07:00
Doug
c64fb44c96
Use Compound ListRow instead of Compound form styles. ( #1484 )
...
* Adopt ListRow Component.
* Update snapshots.
To check in future PR:
- Pseudo Bug Report Attach Screenshot label
- Bug Report screenshot padding (Use ListRow .custom?)
- De-bold Analytics & Notification Settings footer links
- Inline picker alignment perhaps?
* Changelog
* Update Compound.
* Use the label on the login screen.
2023-08-16 16:08:30 +01:00
Doug
b2928a0dc6
Enable fuzzy search behind a feature flag. ( #1490 )
2023-08-14 16:41:41 +00:00
Stefan Ceriu
c9d12122bf
Revert "Adopt fuzzy searching through the RoomListService's dynamic filter" because of performance issues
...
This reverts commit e13e97400b2aee456ef5492faf78b8847bf97060.
2023-08-13 19:38:57 +03:00
Stefan Ceriu
e13e97400b
Adopt fuzzy searching through the RoomListService's dynamic filter
2023-08-12 09:47:09 +03:00
Element CI
975db4deb3
Prepare next release
2023-08-10 07:10:31 -07:00
Stefan Ceriu
a73502a146
Fixes #1140 - Dismiss all modals when presenting a room
2023-08-10 15:19:43 +03:00
Stefan Ceriu
8a69ca1ce0
Fix reply to media crash caused by missing room context (and implicitly image provider) on the new composer toolbar
2023-08-10 14:50:08 +03:00
Stefan Ceriu
1e1cbd72bb
Add missing changelogs
2023-08-10 12:40:28 +03:00
Element CI
9a7a9c8d98
Prepare next release
2023-08-08 03:59:20 -07:00
Doug
22c0e38c5d
Upload to sentry before releasing/tagging. ( #1457 )
...
This is to prevent tags being created for CI runs that have failed.
2023-08-07 14:52:54 +01:00
Stefan Ceriu
3515494a10
Display avatars full screen when tapping on them from the room or member detail screens
2023-08-04 17:45:24 +03:00
Doug
1609ae2036
Send read receipts as messages are displayed. ( #1426 )
2023-08-01 11:53:02 +01:00
Doug
f06e063f03
Fix a bug when dismissing a media preview. ( #1428 )
2023-08-01 10:45:42 +01:00
Element CI
e39b7eb6c6
Prepare next release
2023-08-01 01:17:18 -07:00
Doug
07651bd3f5
Specify ElementX target for coverage in integrations plan. ( #1398 )
2023-07-27 16:03:26 +01:00
Mauro
4b14617a8e
FF to enable filtering notifications by push rules ( #1412 )
...
* filtering notification by push rules
* changelog
* Apply suggestions from code review
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
---------
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2023-07-27 14:12:52 +00:00
Doug
7a9edc5efa
Make the app version and the device ID copyable in the Settings screen. ( #1389 )
2023-07-25 17:31:42 +00:00
Doug
43dafda3ef
Tweaks for macOS ( #1383 )
...
* Fix constant Create Room button animation on macOS.
* Allow right-clicking on timeline items to work again on macOS.
* Use inline media upload previews on macOS
This comes with the caveat that the previews are no longer interactive.
2023-07-24 12:08:50 +00:00
Doug
fbe05a8679
Compound Room Details ( #1369 )
2023-07-21 14:22:09 +01:00
Doug
3a3ff695fb
Tweak homebrew env vars. ( #1374 )
2023-07-20 16:15:33 +00:00
Mauro
b1df9efd46
fix ( #1375 )
2023-07-20 15:55:34 +00:00
Mauro
5a24d0817c
Fix for offset 1 not making new messages auto scroll ( #1371 )
...
* bett docs + fix
* better doc
* small code improvement
* code improvement
* code improvement
2023-07-20 13:52:02 +00:00
Stefan Ceriu
5f8efefe19
Fixes #1262 - Compute correct sizes for portrait videos ( #1367 )
...
* Fixes #1262 - Compute correct sizes for portrait videos
* Add unit test
* Tweaks following code review
2023-07-20 10:30:43 +00:00
Alfonso Grillo
df58d8378e
Delete Location Sharing feature flags ( #1358 )
...
* Delete location sharing feature flags
* Add changelog.d file
* Update localizations
* Amend changelog file
2023-07-19 12:15:26 +02:00
Mauro
19ecf906e3
Redacting is now displayed for moderators in groups ( #1324 )
...
* basic implementation
* sdk update
* format
* changelog
2023-07-18 13:51:27 +00:00
Mauro
2baeb13ebc
Updating members after an ignore/unignore action has been performed. ( #1327 )
...
* fix
* format
* update members
2023-07-17 10:57:47 +00:00
Mauro
c573892954
Contact me added in Bug Report Screen ( #1307 )
...
* contact me added
* fixing tests
2023-07-12 08:20:51 +00:00
Flescio
153149d93f
Send current user location ( #1272 )
...
* add new asset for location, add logic for sharing user current location
* work on default zoom and auth for location
* add attribution button
* fix attribution button position, fix isSharingUserLocation
* Add NSLocationWhenInUseUsageDescription back
* Fix initial animation
* change map logo and attribution position
* Add annotation just in the setup
* add errors and alert for map vies
* location unit test
* add unit test for location sharing
* add changelog
* Update ElementX/Sources/Other/MapLibre/MapLibreMapView.swift
Co-authored-by: Alfonso Grillo <alfogrillo@gmail.com>
* add comments and minor parameters refactor
* Update ElementX/Sources/Screens/LocationSharing/StaticLocationScreenCoordinator.swift
Co-authored-by: Mauro <34335419+Velin92@users.noreply.github.com>
* Update ElementX/Sources/Screens/LocationSharing/StaticLocationScreenViewModel.swift
Co-authored-by: Mauro <34335419+Velin92@users.noreply.github.com>
* Sort assets
* Cleanup
* Cleanup
* Fix error localizations
* Fix tests
---------
Co-authored-by: Alfonso Grillo <alfogrillo@gmail.com>
Co-authored-by: Mauro <34335419+Velin92@users.noreply.github.com>
2023-07-11 10:42:59 +00:00
Mauro
28fa1140b7
Removing Delivered Notifications ( #1305 )
...
* completed
* changelog
* tests
* more tests
* better naming
* fix
* a bit more waiting time
* generated mocks
* xcodegen
2023-07-11 10:44:06 +02:00
Element CI
f625dabe19
Prepare next release
2023-07-05 11:12:50 -07:00
Mauro
00636d98da
Welcome Screen ( #1259 )
...
* the screen renders and changed the analytics checkmark to be more generic
* welcome screen
* transition
* tests... TODO
* changelog
* changed assets and added multilineTextAlignment
* better naming
* fix for missing after migration but has a weird presentaiton bug
* fix
* icon color
2023-07-05 17:55:24 +00:00
Doug
9ebc57e1cf
isDM in Notifications ( #1254 )
...
* isDm
* isDm added and some code improvements
* Bump SDK and fix one name.
* changelog
---------
Co-authored-by: Mauro Romito <mauro.romito@element.io>
2023-07-05 19:40:05 +02:00
Doug
6b8b5a75b3
Add encryption history banner and update session verification banner strings. ( #1250 )
...
* Add a hard wall on back-pagination in encrypted rooms.
Until the app supports key backup, the history will never be decryptable.
* Fix initial display of the timeline table view.
* Update session verification banner strings.
2023-07-05 14:08:31 +01:00
Doug
eba3e5d5e6
Update the timeline padding. ( #1233 )
...
* Reduce padding on the avatar side of a bubble when the avatar isn't shown.
* Analytics Prompt Screenshots.
* Home screen screenshots.
* User Session screenshots and fix.
* Room screen screenshots.
* Bug Report screenshots.
2023-07-04 12:20:41 +01:00
Element CI
369ccc5fff
Prepare next release
2023-06-30 07:30:15 -07:00
Doug
2025dd9517
Migration Screen ( #1224 )
...
- Hide bottom bar when in skeletons.
- Use the new design for the Waitlist screen too.
2023-06-30 13:27:49 +01:00
Mauro
b2ab6103c3
Editing a failed echo, just cancels and resends it ( #1207 )
...
* editing a failed message means cancelling and resending it
* changelog
2023-06-29 14:37:52 +00:00
Mauro
10e167732b
Show Only Retry Decryption and View Source for Unencrypted messages ( #1202 )
...
* show only retryDecryption for unencrypted message
* fix
2023-06-28 15:57:19 +00:00
Doug
fbb17e9288
Update long press gesture animation. ( #1195 )
2023-06-28 16:06:43 +01:00
Mauro
e4959ff156
Fix for flipped image notification placeholder on iPhone ( #1200 )
...
* fix
* better handling
* reverted wrong commit
* typo in changlog
2023-06-28 14:52:23 +00:00
Doug
afbb0a8260
Replace FilePreviewScreen with InteractiveQuickLook. ( #1187 )
...
* Replace FilePreviewScreen with InteractiveQuickLook.
- Allows full screen presentation.
- Allows dismiss gesture to work.
- Presentation looks much better on macOS.
2023-06-28 15:32:16 +01:00
Mauro
908b368680
Delivery status is displayed only for last message ( #1193 )
...
* checkmark only displays for the last message
* delivery status is now displayed only for last message
* changelog
2023-06-28 14:28:56 +00:00
Flescio
102e6a64fa
Send pin-drop location ( #1179 )
...
* add location sharing action in room, and open location sharing screen
* add pin location sharing
* fix asset, add tests for location viewModel, add send location request
* fix map zoom level, fix assets for location
* add feature flag for location sharing
* hide attribution button
2023-06-28 09:39:38 +00:00
Mauro
f54eb78503
Filter out some actions for failed local echoes ( #1184 )
...
* done
* pr suggestion
2023-06-27 16:41:18 +00:00
Mauro
544d928287
Placeholders added in push notifications ( #1176 )
...
* placeholders added in push notifications
* this code is a bit easier to read
* code improvement
2023-06-27 11:44:19 +00:00
Element CI
7289f0966e
Prepare next release
2023-06-26 11:05:00 -07:00
Doug
2fce96d540
Handle waiting list error. ( #1165 )
2023-06-26 18:26:20 +01:00
Johannes Marbach
7d3dcee5a3
Render emote notifications like in the timeline ( #1152 )
...
Fixes : #1117
2023-06-26 16:33:46 +00:00
Mauro
48c83088a4
SDK bump to 1.0.85-alpha and disable push rules filtering ( #1162 )
...
* sdk bump and disable push rules filtering
* changelog
2023-06-26 16:22:55 +03:00