Commit Graph

13086 Commits

Author SHA1 Message Date
Doug ccfe3afb7d Prepare for new sprint 2021-11-17 18:00:36 +00:00
Doug f1b341d8e7 Merge branch 'master' into develop
# Conflicts:
#	Podfile.lock
#	Riot/Modules/Room/RoomViewController.m
2021-11-17 17:36:44 +00:00
Doug 4640ed87d7 Merge branch 'release/1.6.8/master' 2021-11-17 16:49:01 +00:00
Doug d681737eae finish version++ 2021-11-17 16:49:01 +00:00
Doug 06c3f09bde Merge pull request #5162 from vector-im/release/1.6.8/release
Release 1.6.8
2021-11-17 16:43:44 +00:00
Doug 7a114affba version++ 2021-11-17 16:01:11 +00:00
Doug d99d798faf changelog.d: Upgrade MatrixKit version ([v0.16.10](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.16.10)). 2021-11-17 16:01:10 +00:00
Ekaterina Gerasimova d49ef45aad Add automation to move labelled issues
Move X-Needs-Info on the triage board to needs info column
Design issues to Design team
Spaces to Delight
Voice messages to Voice message board
Threads to threads board

Fixes #5143

Covered by changelog entry 5153.misc
2021-11-17 08:53:20 +00:00
manuroe 396cdb3f46 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 dc7ec84594 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 7bba095ef5 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 bdf8ef2389 Don't wait for accountData to start voip call. 2021-11-16 16:16:04 +00:00
David Langley 0c965c4afc Remove buildsetting 2021-11-16 15:02:52 +00:00
David Langley e5a1e2583a Fix changelog description 2021-11-16 14:55:07 +00:00
David Langley 67e2d32d87 Remove build setting and get check virtual info 2021-11-16 14:40:22 +00:00
David Langley 6bee5612e6 Fix logging function name 2021-11-16 12:24:21 +00:00
David Langley a8a871fa99 changelog 2021-11-16 12:19:35 +00:00
David Langley 818621f484 Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/5155_ignore_badge_updates_from_virtual_rooms 2021-11-16 12:00:45 +00:00
David Langley 4fca1e7f9b Ignore badge updates for virtual rooms. 2021-11-16 12:00:20 +00:00
Stefan Ceriu ef5f92c28d Fix build after changing aggregation method limits from UInt to Int in the SDK. 2021-11-16 13:41:41 +02:00
Ekaterina Gerasimova 67950e3c8d 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
opusforlife2 9abf392356 Address PR review 2021-11-12 15:48:35 +00:00
Doug d6b97c6edd Merge pull request #5131 from vector-im/doug/5105_unread_sort_group
Refresh RecentsListService when switching modes.
2021-11-11 18:10:40 +00:00
ismailgulek 143368ad46 Implement new summary properties 2021-11-11 19:52:21 +03:00
Doug 6a612f2aab Refresh RecentsListService when switching modes. 2021-11-11 15:43:43 +00:00
Doug 065fe980eb Merge pull request #5122 from vector-im/steve/log_E2EE_by_default
MXSession: Add logs to track if E2EE is enabled by default on the current HS
2021-11-11 10:21:18 +00:00
Doug 5a7d3c1f8a Add changelog.
Remove whitespace.
2021-11-11 09:52:47 +00:00
Stefan Ceriu 3f1700d516 vector-im/element-ios/issues/5114 - Poll creation screen
- added input toolbar poll creation action.
- reordered input toolbar actions as per designs.
- added multiline text field and extracted common components.
2021-11-11 11:24:28 +02:00
SBiOSoftWhare e39dfc5c4d MXSession: Add logs to track if E2EE is enabled by default on the current HS. 2021-11-10 18:58:34 +01:00
SBiOSoftWhare afdad9dfe6 MXSession: Add logs to track if E2EE is enabled by default on the current HS. 2021-11-10 18:54:39 +01:00
SBiOSoftWhare e5fafb079f MXSession: Add logs to track if E2EE is enabled by default on the current HS. 2021-11-10 18:42:29 +01:00
Stefan Ceriu a9837d7795 Fix build: use correct swift generated header in share extension item sender. 2021-11-10 19:19:17 +02:00
Stefan Ceriu c384a96fe0 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 1339e6c19f 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 4b90e613f5 Merge pull request #5101 from vector-im/doug/5039_workflow_concurrency
Add concurrency to GitHub workflows to auto-cancel older runs.
2021-11-05 16:35:34 +00:00
Doug 1f83931f38 Remove concurrency restriction on develop. 2021-11-05 16:05:35 +00:00
Doug 567146d526 Add concurrency to GitHub workflows to auto-cancel older runs. 2021-11-05 15:07:08 +00:00
Phl-Pro 369c65d69b Merge pull request #5053 from vector-im/phlpro/4722_objc_headers
Improve the Obj-C Generated Interface Header Name definition
2021-11-05 15:28:38 +01:00
Phl-Pro df8ff2b587 Merge branch 'develop' into phlpro/4722_objc_headers 2021-11-05 14:41:36 +01:00
Doug b3689169bb Merge pull request #5067 from Kloenk/keyboard_context
Remeber keyboard language for room
2021-11-05 12:28:35 +00:00
David Langley 3b6064fc7b 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 81780b006e Set correct default for clientPermalinkBaseUrl 2021-11-05 11:08:51 +00:00
David Langley bb064d722a 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 7ba7decab5 Update matrixPermalinkPaths -> permalinkSupportedHosts for consistency with android naming 2021-11-04 16:22:58 +00:00
David Langley cac64ed0f4 Expand on BuildingSetting description and add changelog 2021-11-04 12:29:49 +00:00
SBiOSoftWhare 5eb8eb306f Merge pull request #5091 from vector-im/steve/5090_update_settings_about_section
Settings: Update about section footer text
2021-11-04 12:02:10 +01:00
SBiOSoftWhare 9e0ed74f79 Add changes 2021-11-04 11:50:06 +01:00
SBiOSoftWhare 3107b1af3f SettingsVC: Update about section footer text. 2021-11-04 11:48:06 +01:00
SBiOSoftWhare 226486e131 Merge pull request #5088 from vector-im/steve/5082_fix_clear_cache
Fix a crash when selected space is not home and a clear cache or logout is performed
2021-11-04 09:22:23 +01:00
SBiOSoftWhare 85c0ac5c18 Fix typo 2021-11-03 19:03:37 +01:00