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
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
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
Phl-Pro
df8ff2b587
Merge branch 'develop' into phlpro/4722_objc_headers
2021-11-05 14:41:36 +01:00
Finn Behrens
4e2e273470
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
SBiOSoftWhare
087887d5f5
Update Riot/Modules/Room/RoomInfo/RoomInfoCoordinator.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-29 15:42:19 +02:00
SBiOSoftWhare
09923d6d05
TabBarCoordinator: Improve tab bar controllers management. Avoid to have twice HomeVC in memory.
2021-10-29 14:48:42 +02:00
SBiOSoftWhare
d1c7c16980
RoomViewController: Fix a crash on before iOS 14.
2021-10-29 13:47:42 +02:00
SBiOSoftWhare
a46a18480c
RoomSearchViewController: Fix setup.
2021-10-29 13:47:16 +02:00
SBiOSoftWhare
584fc1ee8f
RoomInfoListViewController: Weakify self in a closure.
2021-10-29 13:46:34 +02:00
SBiOSoftWhare
1d3cacc5bb
Weakify strong reference delegates.
2021-10-29 12:23:06 +02:00
SBiOSoftWhare
03932238fc
Update GroupDetailsCoordinator.
2021-10-29 12:03:20 +02:00
SBiOSoftWhare
ab1f6a91cc
EnterNewRoomDetailsViewController: Prevent retain cycles.
2021-10-29 12:02:19 +02:00
SBiOSoftWhare
db5a7f5bb2
ContactsTableViewController: Prevent retain cycles.
2021-10-29 11:59:52 +02:00
SBiOSoftWhare
4363e82039
Update weak views usage.
2021-10-29 10:50:24 +02:00
SBiOSoftWhare
f48fb23071
SettingsViewController: Prevent retain cycles.
2021-10-29 10:49:29 +02:00
SBiOSoftWhare
0c9fea5f6c
ContactDetailsViewController: Prevent retain cycles.
2021-10-29 10:48:45 +02:00
SBiOSoftWhare
4341441d77
SegmentedViewController: Prevent retain cycles.
2021-10-29 10:47:00 +02:00
SBiOSoftWhare
a941df3079
GroupsViewController: Prevent retain cycles.
2021-10-29 10:46:26 +02:00
SBiOSoftWhare
428b0f25a5
RoomVC: Fix typo.
2021-10-28 18:51:25 +02:00
SBiOSoftWhare
ed919d340f
TabBarCoordinator: Fix space switching.
2021-10-28 18:50:35 +02:00
SBiOSoftWhare
372e2d8b23
Update Riot/Modules/TabBar/TabBarCoordinator.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-28 18:48:19 +02:00
SBiOSoftWhare
b6ab35f013
Update Riot/Modules/Common/Recents/RecentsViewController.m
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-28 18:47:59 +02:00
SBiOSoftWhare
9e6d15fc53
TabBarCoordinator: Prevent to update master tab bar controllers when not needed.
2021-10-28 18:15:46 +02:00
SBiOSoftWhare
c22d2a7aa6
RoomCoordinator: Fix RoomVC reatin issue.
2021-10-28 18:01:30 +02:00
SBiOSoftWhare
9f6c716165
RoomVC: Prevent retain cycles.
2021-10-28 17:41:16 +02:00
SBiOSoftWhare
0b746046da
RecentsViewController: Prevent retain cycles.
2021-10-28 17:28:56 +02:00
Gil Eluard
86a2fc49d9
Merge branch 'develop' into gil/4893_support_pagination_in_the_space_summary_api
2021-10-27 10:28:42 +02:00
Gil Eluard
5ecfc32ace
Support pagination in the Space Summary API
...
- Update after review
2021-10-27 10:27:13 +02:00
Stefan Ceriu
95e9ace5d4
vector-im/element-ios/issues/4976 - Fixed placeholder not displaying after being hidden for resize animations.
2021-10-27 10:15:57 +03:00
Philippe Loriaux
eaa2450be7
Improve the Obj-C Generated Interface Header Name definition
2021-10-26 17:42:33 +02:00
Stefan Ceriu
6df70a3ec3
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
Gil Eluard
d413c4310f
Support pagination in the Space Summary API
...
- Revert test tweaks
2021-10-26 14:44:51 +02:00
Gil Eluard
49b48b3e05
Support pagination in the Space Summary API
...
- Move back to default iOS activity indicator
2021-10-26 14:40:51 +02:00
Stefan Ceriu
ae5bbf9cbe
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
2cd1097786
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
SBiOSoftWhare
369756a14b
Merge pull request #4993 from vector-im/steve/4734_room_stack
...
Navigation: Enable room stacking
2021-10-21 17:33:47 +02:00
SBiOSoftWhare
4953e60ba5
Update Riot/Modules/GlobalSearch/Messages/HomeMessagesSearchViewController.m
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-21 16:45:13 +02:00
SBiOSoftWhare
e286b11816
Update comments.
2021-10-21 16:16:32 +02:00
SBiOSoftWhare
ad930dfd7e
Make some refacto.
2021-10-21 15:32:43 +02:00
SBiOSoftWhare
57d0bb9ced
Update folder name.
2021-10-21 15:23:01 +02:00
SBiOSoftWhare
58a3d06e1b
Refactor SpacePresentationParameters to SpaceNavigationParameters.
2021-10-21 15:22:38 +02:00
SBiOSoftWhare
a3a1678b1c
Refactor RoomPreviewScreenParameters to RoomPreviewNavigationParameters.
2021-10-21 14:47:17 +02:00
SBiOSoftWhare
ae91646a21
Refactor RoomPreviewScreenParameters to RoomPreviewNavigationParameters.
2021-10-21 11:57:13 +02:00
SBiOSoftWhare
7e9dc833ef
Refactor RoomScreenParameters to RoomNavigationParameters.
2021-10-21 11:40:18 +02:00
SBiOSoftWhare
26512d560d
Refactor RoomPreviewPresentationParameters to RoomPreviewScreenParameters.
2021-10-21 11:00:45 +02:00
SBiOSoftWhare
13cbf85bf3
Refactor RoomPresentationParameters to RoomScreenParameters.
2021-10-21 10:55:13 +02:00
SBiOSoftWhare
4b773b51ef
Rename UniversalLinkPresentationParameters to ScreenPresentationParameters.
2021-10-21 10:00:37 +02:00
Doug
a2eea97690
Address Steve's comments.
2021-10-20 19:29:23 +01:00