Frank Rotermund
275f8accc6
Release 2.0.0
2022-11-27 13:18:53 +00:00
Frank Rotermund
5559766ee3
build fix
2022-10-19 20:18:31 +02:00
Arnfried Griesert
2f6fa7bb87
Messenger-3620 launchscreen animation
2022-10-18 10:36:49 +00:00
Frank Rotermund
9e4631ac06
Merge branch 'feature/3652_text_change_closed_polls' into 'develop'
...
MESSENGER-3652 changed text closed poll into hidden poll
See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!25
2022-10-06 05:57:49 +00:00
Arnfried Griesert
4868f7fe2a
MESSENGER-3652 changed text closed poll into hidden poll
2022-10-06 05:57:49 +00:00
Frank Rotermund
4d1ead2479
MESSENGER-3671 Merge FOSS 1.9.8
...
Conflicts:
- CommonConfiguration.swift
- BuildSettings.swift
- Generated/images.Swift
- RoomMemberDetailsViewController.m
- LiveLocationSharingViewModell
- PinCodeEnterViewController.m
2022-10-05 15:47:27 +02:00
Doug
ce3810ecad
Fix navigation bars inside of VectorHostingController.
2022-10-04 16:05:09 +01:00
Doug
5cb7a1ea20
Fix failure building tests.
2022-10-04 11:16:20 +01:00
ismailgulek
8903fde833
Include browser version in parsed user agent (PSG-761) ( #6788 )
...
* Update UserSessionInfo structure to include client version
* Add string for browser
* Update user agent parser to parse browser version too
* Add browser row into the session details
* Add changelog
* Fix tests
* Run Swift format
2022-10-04 10:49:26 +03:00
Gil Eluard
d5b8f43f59
Added support for MSC3881
...
- Update after review
2022-10-03 15:33:35 +02:00
Gil Eluard
a01c0f77ea
Added support for MSC3881
2022-10-03 13:42:30 +02:00
Stefan Ceriu
5396e7351b
Improve user session overview tests
...
* Add sessions overview UI tests
* Expose static methods from the UserSession name and lastActivity formatters; cleaned up the UserSessionsOverview a bit
* Add UserSessionsOverviewViewModel unit tests
* Add UserSessionsOverviewService unit tests
2022-09-30 13:49:16 +03:00
ismailgulek
f8dccee9d6
Extended device info (PSG-772) ( #6766 )
2022-09-29 15:07:10 +03:00
Stefan Ceriu
cb65feaea0
Fix member modifier warning
2022-09-28 15:36:11 +03:00
Stefan Ceriu
5494542314
Fix tests
2022-09-28 15:36:11 +03:00
Stefan Ceriu
daa1f5b671
Cleaned up session overview services
2022-09-28 15:36:11 +03:00
Stefan Ceriu
89d4bb2452
Implemented PSG-680 - Sessions overview security recommendations
...
- remove uppercased strings from localizables
- moved inactivity computation to the service
2022-09-28 15:36:11 +03:00
Aleksandrs Proskurins
4e27b5f0d7
Removed conditional view modifier
2022-09-28 14:39:01 +03:00
Aleksandrs Proskurins
f51b87557c
Link current session to session overview
2022-09-27 17:31:40 +03:00
Frank Rotermund
2c86d91dbb
MESSENGER-3675 Personal Avatar removeable and changelogs
2022-09-27 16:29:49 +02:00
Aleksandrs Proskurins
1a27a94da8
Moved isCurrentSession into UserSessionInfo
2022-09-27 15:36:44 +03:00
Aleksandrs Proskurins
d714b95633
Made UserSessionInfo Equatable
2022-09-27 14:51:15 +03:00
Aleksandrs Proskurins
f6e057eeed
Cleanup
2022-09-27 14:12:40 +03:00
Aleksandrs Proskurins
3a826ee830
Removed alignment
2022-09-27 14:06:58 +03:00
Aleksandrs Proskurins
e0caf5980e
Renamed userSession and userSessionInfo to session
2022-09-27 13:57:54 +03:00
Stefan Ceriu
adf0aaf9b5
Removed deprecated StateStoreViewModel dispatching and reducing
2022-09-27 12:55:44 +03:00
Stefan Ceriu
732dc3cba9
Removed unnecessary comments from RiotSwiftUI templates, fixed StateStoreViewModel typealias formatting
2022-09-27 12:55:44 +03:00
Stefan Ceriu
89bcd92cca
Configured and applied SwiftFormat
2022-09-27 12:55:44 +03:00
Stefan Ceriu
205e1645d4
Cleaned up various things around the UserSessionsOverviewService
2022-09-27 09:27:07 +03:00
Stefan Ceriu
aca98de74c
Move files around, improve structure
2022-09-27 09:27:07 +03:00
Stefan Ceriu
f83fce2064
Cleaned up various things, mostly removed unnecessary selfs, comments and bad formatting
2022-09-27 09:27:07 +03:00
Aleksandrs Proskurins
7bd388887b
Cleanup
2022-09-26 17:37:22 +03:00
Aleksandrs Proskurins
bbe15aa557
Moved SeparatorLine
2022-09-26 17:26:47 +03:00
Aleksandrs Proskurins
c906e255f3
Unit and ui tests
2022-09-26 16:58:03 +03:00
Aleksandrs Proskurins
e2e563e44d
Preview added
2022-09-26 16:58:03 +03:00
Aleksandrs Proskurins
b04a4e71b4
Added translation strings
2022-09-26 16:58:02 +03:00
Aleksandrs Proskurins
b86c2ca150
Session overview screen
2022-09-26 16:58:02 +03:00
Aleksandrs Proskurins
e10a1f697e
Merge pull request #6750 from vector-im/alex/6693_dm_session_details
...
Device manager: User session details screen (PSG-685) #6693
2022-09-22 16:54:44 +03:00
Aleksandrs Proskurins
8b4855206f
Code review fixes
2022-09-22 11:52:42 +03:00
Frank Rotermund
c7c4b69b5e
Feature/3557 test element 1 9 5
2022-09-21 09:32:35 +00:00
Aleksandrs Proskurins
a6dc967a23
Refactored UserSessionDetailsViewModel
2022-09-20 16:10:57 +03:00
Aleksandrs Proskurins
98363c1af1
Cleanup
2022-09-20 16:00:35 +03:00
ismailgulek
08f4a76ad9
Timeline composer layout loop fix ( #6743 )
...
* Publish suitable view height for user suggestions
* Update container view height
* Add changelog
* Fix user suggestions layout for pre iOS 16
2022-09-20 11:40:32 +03:00
Aleksandrs Proskurins
cb1587af33
Moved, renamed unit tests
2022-09-20 11:39:53 +03:00
Aleksandrs Proskurins
bc698c14b2
UI tests
2022-09-20 09:43:14 +03:00
Aleksandrs Proskurins
cb5ca3f043
Added unit tests
2022-09-19 16:05:28 +03:00
Frank Rotermund
09a0f6334c
Merge commit '80bda1906235b6007b98f18fb13681fff587f4a3' into feature/basis_update_192
...
# Conflicts:
# Config/AppVersion.xcconfig
# Config/BuildSettings.swift
# DesignKit/Source/ColorsSwiftUI.swift
# DesignKit/Source/FontsSwiftUI.swift
# DesignKit/Source/ThemeV2.swift
# DesignKit/Variants/Colors/Dark/DarkColors.swift
# DesignKit/Variants/Colors/Light/LightColors.swift
# Podfile.lock
# Riot/Assets/de.lproj/InfoPlist.strings
# Riot/Assets/de.lproj/Vector.strings
# Riot/Assets/en.lproj/Vector.strings
# Riot/Generated/Images.swift
# Riot/Generated/Strings.swift
# Riot/Managers/PushNotification/PushNotificationService.m
# Riot/Managers/Settings/RiotSettings.swift
# Riot/Modules/Common/Recents/DataSources/RecentsDataSource.h
# Riot/Modules/Common/Recents/RecentsViewController.m
# Riot/Modules/Communities/Home/GroupHomeViewController.m
# Riot/Modules/Room/RoomViewController.m
# Riot/Modules/SetPinCode/PinCodePreferences.swift
# Riot/Modules/Settings/SettingsViewController.m
# Riot/Modules/TabBar/MasterTabBarController.h
# Riot/Modules/TabBar/MasterTabBarController.m
# Riot/Modules/TabBar/TabBarCoordinator.swift
# fastlane/Fastfile
# project.yml
2022-09-19 14:42:25 +02:00
Frank Rotermund
dbec880c89
MESSENGER-3611 accent color
2022-09-19 12:47:39 +02:00
Frank Rotermund
b56f25fb22
MESSENGER-3062 BuM Login flow
2022-09-19 12:23:07 +02:00
Frank Rotermund
0a2fd53134
MESSENGER-3304 string in separate files
2022-09-19 11:53:45 +02:00