Commit graph

261 commits

Author SHA1 Message Date
ismailgulek
2ef4e94f8a
Merge branch 'ismail/5094_thread_links' into ismail/5095_thread_search_results 2021-12-10 11:08:50 +03:00
ismailgulek
d5dc6928ea
Merge branch 'ismail/5092_thread_list' into ismail/5094_thread_links 2021-12-10 11:08:01 +03:00
ismailgulek
1f918c921d
Merge branch 'ismail/5068_start_thread' into ismail/5117_thread_message_actions 2021-12-10 11:03:00 +03:00
Ekaterina Gerasimova
3e20953309 Remove issue workflow for the old Delight board 2021-12-09 10:48:44 +00:00
Stefan Ceriu
e6946eb6ea vector-im/element-ios/issues/5190 - Fix crash when trying to scroll the people's tab to the top. 2021-12-09 09:39:40 +02:00
Stefan Ceriu
d5982e813b vector-im/element-ios/issues/5114 - Polls in the timeline. 2021-12-09 09:37:02 +02:00
Doug
547be31d42 Use a single strings step with 2 actions. 2021-12-08 16:20:54 +00:00
ismailgulek
4b8adeee0c
Add changelog 2021-12-01 01:22:54 +03:00
ismailgulek
11ba0958b1
Merge branch 'ismail/5092_thread_list' into ismail/5094_thread_links 2021-11-30 01:54:56 +03:00
ismailgulek
88ab52c3f3
Merge branch 'ismail/5068_start_thread' into ismail/5117_thread_message_actions 2021-11-30 01:34:21 +03:00
Doug
67c5bff9ed
Merge pull request #5166 from vector-im/doug/5165_use_dtcoretext_callback
Use DTCoreText callback for sanitizing HTML in GroupHomeViewController.
2021-11-29 15:59:15 +00:00
ismailgulek
8bec8a20eb
Add changelog 2021-11-29 18:27:57 +03:00
David Langley
034e253fb1
Merge pull request #5200 from vector-im/langleyd/5199_fix_failed_first_call_in_closed_app
Fix voip calls after singout/signin
2021-11-26 16:27:27 +00:00
David Langley
f1c96d11e2 Create 5199.bugfix 2021-11-26 14:38:28 +00:00
SBiOSoftWhare
ce5f802d1e Update changes 2021-11-25 23:13:00 +01:00
David Langley
a7ff60eb49 Fix hidden rooms from showing. 2021-11-24 11:38:32 +00:00
ismailgulek
a0d7e1fa33
Merge branch 'ismail/5068_start_thread' into ismail/5117_thread_message_actions 2021-11-19 00:24:02 +03:00
Doug
ae2b6a58be Use DTCoreText callback for sanitizing HTML in GroupHomeViewController. 2021-11-18 14:47:18 +00:00
Doug
e324767d7d Merge branch 'master' into develop
# Conflicts:
#	Podfile.lock
#	Riot/Modules/Room/RoomViewController.m
2021-11-17 17:36:44 +00:00
manuroe
2ce2522b7b
Merge pull request #5153 from kittykat/issue-board
Update issue triage automation for P1 and need info
2021-11-17 09:03:39 +01:00
David Langley
b394ceccd5
Merge pull request #5156 from vector-im/langleyd/5155_ignore_badge_updates_from_virtual_rooms
Ignore badge updates for virtual rooms.
2021-11-17 05:28:46 +00:00
Kat Gerasimova
9da5ee5ac8
Merge pull request #4984 from opusforlife2/issue_template
Remove redundancy in heading in bug report issue form
2021-11-16 22:45:56 +00:00
David Langley
5de508191d Fix changelog description 2021-11-16 14:55:07 +00:00
David Langley
91b575537c changelog 2021-11-16 12:19:35 +00:00
Ekaterina Gerasimova
60be73071f Update issue triage automation for P1 and need info
Move P1 issues to app and crypto team boards. Move unlabelled issues
without X-Needs-Info out of column on Triage board.
2021-11-16 10:16:07 +00:00
ismailgulek
f953a31c28
Add changelog 2021-11-15 14:00:36 +03:00
Stefan Ceriu
c961a71f7f vector-im/element-ios/pull/5014 - Forward original message content and remove the need to re-upload media. 2021-11-09 10:41:21 +02:00
Gil Eluard
6411ab31a8
Merge pull request #4994 from vector-im/gil/4893_support_pagination_in_the_space_summary_api
Support pagination in the Space Summary API
2021-11-09 09:35:24 +01:00
Doug
08785b59f3 Remove concurrency restriction on develop. 2021-11-05 16:05:35 +00:00
Doug
8f4eea8939 Add concurrency to GitHub workflows to auto-cancel older runs. 2021-11-05 15:07:08 +00:00
Phl-Pro
8246dc93e0
Merge branch 'develop' into phlpro/4722_objc_headers 2021-11-05 14:41:36 +01:00
Doug
4017817727
Merge pull request #5067 from Kloenk/keyboard_context
Remeber keyboard language for room
2021-11-05 12:28:35 +00:00
David Langley
6f11fb7b05
Merge pull request #5099 from vector-im/langleyd/5098_incorrect_clientPermalinkBaseUrl_default
Set correct default for clientPermalinkBaseUrl
2021-11-05 11:38:08 +00:00
David Langley
3695b1a3f6 Set correct default for clientPermalinkBaseUrl 2021-11-05 11:08:51 +00:00
David Langley
e2369343db
Merge pull request #5060 from vector-im/langleyd/4981_custom_baseurl_permalinks
Add clientPermalinkBaseUrl and set in matrix-sdk options.
2021-11-04 16:54:31 +00:00
David Langley
d41cf3c907 Expand on BuildingSetting description and add changelog 2021-11-04 12:29:49 +00:00
ismailgulek
ead8cddd5c
Add changelog 2021-11-02 16:53:09 +03:00
Doug
0543feae58 Remove duplicate sources for some strings files in Riot/target.yml. 2021-11-01 19:06:51 +00:00
Finn Behrens
f284f2f983 Remember keyboard language for room
This adds a `textInputContextIdentifier` to the RoomViewController to save the current language per room.

Signed-off-by: Finn Behrens <me@kloenk.dev>
2021-10-31 19:58:21 +01:00
Stefan Ceriu
37adc8ae4d Fixes vector-im/element-ios/issues/5063 - Fixed retain cycles between the user suggestion coordinator and the suggestion service, and in the suggestion service currentTextTrigger subject sink. 2021-10-29 17:05:17 +03:00
SBiOSoftWhare
88d46cd808
Merge pull request #5061 from vector-im/steve/5058_fix_retain_cycles
Fix retain cycles
2021-10-29 15:42:35 +02:00
Doug
baef854c37 Fix avatars and hide spaces in Share Extension. 2021-10-29 15:07:57 +03:00
Doug
d0555b58f2
Merge pull request #5059 from vector-im/doug/4815_share_extension_prompt
Handle showMediaSizeSelection in the share extension.
2021-10-29 13:03:47 +01:00
SBiOSoftWhare
db4172e2a2 Add changes 2021-10-29 12:14:20 +02:00
SBiOSoftWhare
9e145b95c1 Add changes 2021-10-28 18:18:34 +02:00
Doug
0ac42bb9c6 Send original data when when the compression prompt is disabled.
Rebase changes on develop.
2021-10-28 11:27:30 +01:00
Gil Eluard
cf73ac2534 Merge branch 'develop' into gil/4893_support_pagination_in_the_space_summary_api 2021-10-27 10:28:42 +02:00
Philippe Loriaux
389071a3ca Update changelog 2021-10-27 09:20:47 +02:00
Stefan Ceriu
efa726b515 vector-im/element-ios/issues/4976 - Replaced GrowingTextView with simpler, custom implementation. Cleaned up the RoomInputToolbar header. 2021-10-26 17:41:29 +03:00
Doug
8768eb2e76
Merge pull request #4988 from kittykat/issue-template
Update defect issue template to improve wording
2021-10-26 14:16:09 +01:00
Stefan Ceriu
75eddf38ed vector-im/element-ios/issues/4384 - Using mutable room list fetch sort options after chaning them to be a structure. 2021-10-25 17:54:27 +03:00
Stefan Ceriu
35802071dd Fixes vector-im/element-ios/issues/5042 - Message composer doesn't follow keyboard when swiping to dismiss. 2021-10-25 16:23:58 +03:00
Stefan Ceriu
fe98559d4a vector-im/element-ios/issues/5041 - Fixed share extension and message forwarding room list accessory view icon. 2021-10-25 13:54:06 +03:00
Gil Eluard
77371c75de Support pagination in the Space Summary API 2021-10-12 20:48:30 +02:00
Stefan Ceriu
fa05233998 Fixes #4976 - Replaced HPGrowingTextView with GrowingTextView. Reduced inheritance chain. 2021-10-12 14:17:06 +03:00
Doug
17110e2a91 Move call to validateSyncLocalContactsState into MatrixKit. 2021-10-12 11:17:20 +01:00
Ekaterina Gerasimova
bdba1a855c Update defect issue template to improve wording
Improve wording around rageshakes based on feedback.

Fixes #4987

Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
2021-10-12 10:31:47 +01:00
opusforlife2
d9962bb19c
Add changelog file for PR #4984 2021-10-11 19:19:46 +00:00
Doug
93e70896ba
Merge pull request #4980 from vector-im/doug/4978_room_avatar_colours
Fix generated avatar colours not matching Element Web.
2021-10-11 16:54:17 +01:00
SBiOSoftWhare
f891cce4bb
Merge pull request #4960 from vector-im/steve/4734_master_tab_bar_refacto
Split view: Improve detail view management and add possibility to stack views on it
2021-10-11 17:23:20 +02:00
Doug
bd56dbe731 Fix generated avatar colours not matching Element Web. 2021-10-11 16:06:15 +01:00
Doug
bd1982adee Add FramePreferenceKey for use in ViewFrameReader. 2021-10-11 12:18:10 +01:00
Doug
60bc34d26d
Merge pull request #4709 from vector-im/doug/4484_contacts_access
Add FindYourContactsFooterView to ContactsTableViewController
2021-10-11 10:09:39 +01:00
Doug
bf52311bda Merge remote-tracking branch 'origin/develop' into doug/4484_contacts_access
# Conflicts:
#	Riot/Modules/ServiceTerms/Modal/ServiceTermsModalCoordinatorBridgePresenter.swift
2021-10-08 11:45:43 +01:00
Doug
374ab8ab61
Merge pull request #4957 from vector-im/doug/4955_contacts_permissions_analytics
Add an analytics value of accept/decline of identity server terms.
2021-10-08 10:59:08 +01:00
Gil Eluard
5486d8ed7f
Merge pull request #4961 from vector-im/gil/4898_fix_performance_issues_with_spaces
Fix performance issues with Spaces on very large accounts #4898
2021-10-07 13:15:05 +02:00
Gil Eluard
52e06a88d7 Fix performance issues with Spaces on very large accounts #4898
- Listen to `MXSpaceNotificationCounter` to update the notification badge
2021-10-06 22:06:00 +02:00
SBiOSoftWhare
6fef3b24da Update changes 2021-10-06 17:47:27 +02:00
Doug
53fe72cb19 Track an analytics value on accept/decline of an identity server. 2021-10-05 17:19:19 +01:00
Doug
53d6b8a676 Bundler: Update CocoaPods, fastlane and xcode-install. 2021-10-04 15:39:38 +01:00
Doug
50d9952c08 Small tweaks plus changelog entry.
Use the new generated localisation strings. Add comments.

Address feedback from PR review.
2021-10-01 16:16:26 +01:00
Doug
bf48056999 Pods: Update ffmpeg-kit-ios-audio, FLEX, FlowCommoniOS, Reusable and SwiftLint. 2021-10-01 14:32:59 +01:00
manuroe
e60f92eaf8 i18n: Standardise casing of identity server and integration manager. 2021-10-01 11:51:30 +01:00
manuroe
100644c59f Merge remote-tracking branch 'origin/develop' into develop 2021-10-01 11:36:50 +01:00
manuroe
5592fd46b8 RecentsDataSource: Memory leak in [RecentsDataSource dataSource:didStateChange:] 2021-10-01 11:34:39 +01:00
Doug
c9f9a81039
Add changelog entry. 2021-10-01 10:12:38 +01:00
manuroe
e5652357d1
Merge pull request #4921 from vector-im/manu/4920_pr_template_accessibility
Update PR template with a checkbox for accessibility and self review.
2021-10-01 09:31:37 +01:00
manuroe
2735166155 Merge branch 'master' into develop 2021-09-30 23:51:17 +01:00
Stefan Ceriu
2c0bf1e80f vector-im/element-ios/issues/4899 - Fixed various localization issues. 2021-09-30 09:40:12 +03:00
Doug
03f813c3d0
Merge pull request #4924 from vector-im/doug/4896_url_previews_string_whitespace
Use attributed string whitespace for URL previews.
2021-09-29 16:18:31 +01:00
manuroe
a32cc2243f Upgrade MatrixKit version (v0.16.3) 2021-09-29 12:47:31 +02:00
Gil Eluard
d9f2220091 App may not start in 1.6.0 #4919
- Fixed
2021-09-28 13:07:10 +02:00
Doug
590b11a278 Add changelog entry. 2021-09-28 10:03:41 +01:00
manuroe
8a21d3ce8a Update PR template with a checkbox for accessibility and self review. 2021-09-27 17:06:36 +02:00
Gil Eluard
037acbf8de Spaces still visible after logging in with another account #4916
- added changelog
2021-09-27 13:28:54 +02:00
Doug
4b238d3a54 Use AppVersion.xcconfig in Fastfile. 2021-08-18 15:26:38 +01:00
Doug
7c0b9e581d
Merge pull request #4662 from vector-im/doug/4132_improve_notification_content
Improve notification content
2021-08-18 13:05:45 +01:00
Stefan Ceriu
f33dd76930 Fixes #4714 - Flickering voice message cells while being sent. 2021-08-18 14:58:32 +03:00
Doug
0014b947a6 Merge branch 'develop' into doug/4132_improve_notification_content 2021-08-17 14:36:40 +01:00
SBiOSoftWhare
af8e522e2f Add changes 2021-08-16 11:38:18 +02:00
SBiOSoftWhare
522aeac690
Merge pull request #4635 from vector-im/steve/4634_alpha_release
Build tools: Support building Ad Hoc alpha release
2021-08-13 18:24:31 +02:00
Stefan Ceriu
fc11b3476a Fixes #1482 - Popping the user back to the home screen after leaving a room. 2021-08-13 17:57:50 +03:00
SBiOSoftWhare
b4ca24e5ed Merge branch 'develop' into steve/4634_alpha_release 2021-08-13 15:25:59 +02:00
SBiOSoftWhare
e6e4953655 Add changelog 2021-08-13 12:27:59 +02:00
manuroe
c5f818bd92 Remove changelog files by hand 2021-08-12 15:11:41 +02:00
ismailgulek
cbe5b22990
Add changelog 2021-08-12 11:08:40 +03:00
Doug
5e8da21cff Merge branch 'develop' into doug/4132_improve_notification_content 2021-08-11 17:18:09 +01:00
manuroe
23f99bbe69 Remove changelog files by hand
There was a bug in the release script
2021-08-11 15:32:13 +02:00
Doug
c0f0a115e1
Merge pull request #4643 from vector-im/doug/4609_support_functional_members
Add support for functional members
2021-08-11 11:21:57 +01:00
manuroe
2276fc8fc9
Merge pull request #4684 from HonkXL/develop
fixed typo "adress" - fixes issue #4480
2021-08-11 12:21:32 +02:00
manuroe
3414460414 changelog 2021-08-11 11:47:39 +02:00
manuroe
db3a6b490a Make Towncrier compatible with the release script 2021-08-11 11:45:01 +02:00
Thomas Weiland
01bd464191
Create 4480.bugfix 2021-08-10 11:52:16 +02:00
Doug
4a26465ee3 Add changelog entries. 2021-08-10 10:31:34 +01:00
Doug
8ba8750ae7
Rename pr_4681.misc to 4677.misc 2021-08-10 10:27:12 +01:00
Doug
d22b422f62 Add changelog entry. 2021-08-10 10:19:36 +01:00
Doug
f3adec06cf Add changelog entry. 2021-08-10 09:44:42 +01:00
manuroe
3a771dd700 Merge remote-tracking branch 'origin/develop' into manu/4393_towncrier 2021-08-09 18:06:09 +02:00
manuroe
637bb7d279 Towncrier: Create changelog files for current changes 2021-08-09 17:21:18 +02:00
manuroe
d8b1b1b900 Convert CHANGES to MarkDown 2021-08-09 16:24:14 +02:00
manuroe
68fa523fc1 CHANGES.md: Use towncrier to manage the change log
vector-im/element-ios#4393

More info in [CONTRIBUTING](CONTRIBUTING.md#changelog)
2021-08-09 16:06:24 +02:00