Andy Uhnak
2a7036819c
Merge branch 'master' into develop
2022-03-14 16:26:07 +00:00
Andy Uhnak
0fed5c6a73
Name changes
2022-03-10 17:32:25 +00:00
Andy Uhnak
902a227e8d
Do not show user indicators when the view controller is not visible
2022-03-10 15:56:40 +00:00
Gil Eluard
4f43793313
Merge branch 'develop' into gil/SP1_space_creation
...
# Conflicts:
# Riot/Modules/Room/Members/RoomParticipantsViewController.m
# Riot/Modules/Room/RoomViewController.m
# Riot/Modules/Room/Settings/RoomSettingsViewController.h
# Riot/Modules/Spaces/SpaceMembers/MemberList/SpaceMemberListViewController.swift
2022-03-08 11:23:55 +01:00
Gil Eluard
24de57bb58
Instrument missing screen metrics ( #5764 )
...
* Instrument missing screen metrics
- Done
2022-03-08 10:13:46 +01:00
Gil Eluard
42b4144323
Merge branch 'develop' into gil/SP1_space_creation
...
# Conflicts:
# Config/BuildSettings.swift
# Riot/Generated/Strings.swift
# Riot/Modules/Home/HomeViewController.m
# Riot/Modules/Room/Members/RoomParticipantsViewController.m
2022-03-04 13:38:18 +01:00
Doug
c9cc59d006
Remove MatrixKitL10n from SwiftGen
...
Uses VectorL10n everywhere.
2022-03-03 09:34:54 +00:00
Doug
8bcab947b0
Fix emptyView never being shown in RecentsViewController.
2022-03-02 11:43:18 +00:00
Anderas
7c3a86c24d
Merge pull request #5690 from vector-im/andy/5603_room_indicators
...
Room activity indicators
2022-03-01 13:08:29 +00:00
Gil Eluard
0abef4312e
Merge branch 'develop' into gil/SP1_space_creation
2022-03-01 10:15:13 +01:00
aringenbach
60f2355e54
Move invites to dedicated sections and enable section collapse ( #5683 )
...
* Display invites in dedicated sections
* Activate shrinkable and fix home number of rows for section
* Rework section header
* Display badge in people and room tabs
* Add changelog & remove useless todo
* Improve isSectionShrinked condition, remove useless import and shrinkable sets
* Restore invitation count in tab bar badge
* Display badge for invites section
* Add comment on invites count
* Update right accessory view on data source update
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-28 13:48:07 +01:00
Andy Uhnak
559bb88ae4
Room user indicators
...
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com >
2022-02-25 10:47:53 +00:00
Andy Uhnak
6b6b6af9a3
Enable home activity indicator
...
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com >
2022-02-25 09:54:13 +00:00
Andy Uhnak
712d64204c
Rename Activity to UserIndicator
2022-02-22 16:14:03 +00:00
Gil Eluard
ceb74c2f6e
Merge branch 'develop' into gil/SP1_space_creation
...
# Conflicts:
# Riot/Modules/People/PeopleViewController.m
# Riot/Modules/Room/Members/RoomParticipantsViewController.m
# Riot/Modules/Spaces/SpaceList/SpaceListViewModel.swift
2022-02-21 17:20:58 +01:00
Andy Uhnak
9eae7c02bb
Update activity indicators on leaving room
...
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com >
2022-02-18 13:31:21 +00:00
Gil Eluard
68d9aed0ea
SP2: Adding Rooms to Spaces #523o
...
- update after review
2022-02-17 14:02:52 +01:00
Andy Uhnak
b0ee449c5d
Implement home screen activity indicators
2022-02-16 11:48:26 +00:00
Andy Uhnak
e07afc87de
Merge branch 'develop' into andy/4829_activity_indicators
2022-02-16 11:32:52 +00:00
Gil Eluard
408527e106
SP2: Adding Rooms to Spaces #523o
...
- update after review
2022-02-15 22:23:12 +01:00
Andy Uhnak
514bdb4705
Add new loading indicators
2022-02-14 16:51:02 +00:00
aringenbach
cdfa801bc7
Update filter placeholder and icon ( #5520 )
...
* Update filter placeholder and icon
* Use SwiftGen asset helper & add filter_on icon
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-14 10:25:21 +01:00
aringenbach
2f6546799e
Add objective C support to SwiftGen assets helpers ( #5533 )
...
* Add objective C support to SwiftGen assets helpers
* Use dot notation in ObjC & fix minor issues
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-10 17:13:23 +01:00
ismailgulek
30fda7b926
Merge pull request #5539 from vector-im/ismail/5537_home_badges
...
Home Screen: Fix Section & TabBar Badges
2022-02-10 11:49:50 +03:00
Stefan Ceriu
4b1eb75fd3
Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195.
2022-02-10 08:43:18 +02:00
ismailgulek
06551036c8
Update section header label and accessory view when needed
2022-02-10 03:20:34 +03:00
ismailgulek
357c8fa621
Register section header classes for table views
2022-02-10 03:14:50 +03:00
Gil Eluard
5025029843
Merge branch gil/SP1_space_creation into gil/5230_SP2-Adding_Rooms_to_Spaces
2022-02-04 16:43:43 +01:00
Gil Eluard
f4fa9e97e3
Merge branch 'develop' into gil/SP1_space_creation
...
# Conflicts:
# Riot/Modules/Room/RoomCoordinatorBridgePresenter.swift
# Riot/Modules/Room/RoomCoordinatorParameters.swift
# Riot/Modules/Room/RoomViewController.m
# Riot/Modules/TabBar/TabBarCoordinator.swift
2022-02-04 14:29:57 +01:00
Doug
21fa545e80
Add context menu to HomeViewController cells.
2022-02-03 18:30:39 +00:00
ismailgulek
9c79c49f3c
Reload section if total number of rooms changes, fixes #5448
2022-02-02 16:43:52 +03:00
ismailgulek
f7694e27cb
Fix review remarks
2022-01-25 23:59:19 +03:00
ismailgulek
4dc28af682
Merge branch 'develop' into ismail/5068_start_thread
2022-01-25 14:30:52 +03:00
ismailgulek
7f4848b06a
Fix tab bar badges on section-only updates
2022-01-25 03:22:56 +03:00
Gil Eluard
d23f24b9ce
Merge branch 'gil/SP1_space_creation' into gil/5225_invite_to_space_in_room_landing
...
# Conflicts:
# Riot/Generated/Strings.swift
# Riot/Modules/Room/Members/RoomParticipantsViewController.m
# Riot/Modules/Spaces/SpaceMembers/MemberList/SpaceMemberListViewController.swift
# Riot/Modules/Spaces/SpaceRoomList/ExploreRoom/SpaceExploreRoomViewController.swift
# Riot/SupportingFiles/Riot-Bridging-Header.h
2022-01-24 19:36:02 +01:00
Gil Eluard
a8bcd8faa2
Merge branch 'develop' into gil/5230_SP2-Adding_Rooms_to_Spaces
...
# Conflicts:
# Riot/Assets/en.lproj/Vector.strings
# Riot/Generated/Strings.swift
# Riot/Modules/Room/Members/RoomParticipantsViewController.m
# Riot/Modules/Spaces/SpaceMembers/MemberList/SpaceMemberListViewController.swift
# Riot/Modules/Spaces/SpaceRoomList/ExploreRoom/SpaceExploreRoomViewController.swift
# Riot/SupportingFiles/Riot-Bridging-Header.h
# RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift
2022-01-17 20:40:12 +01:00
ismailgulek
7e92b7cef5
Merge branch 'develop' into ismail/5068_start_thread
2022-01-17 11:35:10 +03:00
Stefan Ceriu
7e5620d1a5
Fix vector-im/element-ios/issues/4208 - Home screen doesn't update properly on theme changes.
2022-01-14 17:56:58 +02:00
ismailgulek
9cd27d293c
Merge branch 'develop' into ismail/5068_start_thread
2022-01-04 15:28:19 +03:00
ismailgulek
3dd25a279c
Just reload collection view when paginating
2022-01-04 04:31:52 +03:00
Gil Eluard
7e09ccbf6e
SP2: Adding Rooms to Spaces element-ios#5230
...
- Implemented designs with new & existing tabs in a bottom sheet
- Replaced rough edge warnings from space panel overflow with working journeys
2021-12-23 14:08:00 +01:00
Doug
47348b7f34
Add AnalyticsScreenTimer and track more screens.
...
Update Analytics with new methods in MXAnalyticsDelegate.
2021-12-16 16:59:45 +00:00
Doug
0c40ffd825
Update MXAnalyticsDelegate
2021-12-16 16:59:45 +00:00
Doug
d43bf82bca
Use matrix-analytics-events generated stubs (locally for now).
...
Track screens, removing any that aren't part of the schema.
2021-12-16 16:59:45 +00:00
Doug
efdbdcd117
Begin migration from Matomo to PostHog
...
Add CocoaPods-Keys.
2021-12-16 16:59:26 +00:00
Gil Eluard
30a4d1ce28
Invite to Space in room landing #5225
...
- UI tweaks for members and explore rooms screens
2021-12-15 19:18:45 +01:00
ismailgulek
ffd7efbe2a
Merge branch 'ismail/5092_thread_list' into ismail/5094_thread_links
2021-12-10 11:08:01 +03:00
Stefan Ceriu
f5410b2060
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
SBiOSoftWhare
56a51da9f9
Update all Objective-C MatrixKit imports to handle new location.
2021-11-30 16:09:53 +01:00
ismailgulek
441febbdab
Replace threadId with ThreadParameters
2021-11-29 18:11:04 +03:00