Mauro Romito
2bb571e088
removing useless ios 13 checks
2023-01-12 17:07:02 +01:00
Gil Eluard
049c8996d1
Removed labs flag and enabled New App Layout
2022-09-05 12:03:52 +02:00
Gil Eluard
bbb0dc1b5a
Added Labs flag for the new App Layout
...
- Make CI happy
2022-08-29 16:01:34 +02:00
Gil Eluard
8b9c2ad5f1
Added Labs flag for the new App Layout
...
- Make CI happy
2022-08-29 15:24:10 +02:00
Gil Eluard
5187cf9107
Added Labs flag for the new App Layout
2022-08-29 14:59:09 +02:00
Doug
5fecaea453
Revert "Replace DesignKit with package from ElementX."
...
This reverts the following commits:
ef5365ab240a1449e0490d2eb011dd69f594e27b
545b641e53a845b722f571b48ab408000048714b
702b7a696dd1a8319d6af907d4766a035cf30234
2398c1534dd1ca5b6329c888c50f55fb1b0ec23f
2022-08-19 11:06:09 +01:00
Gil Eluard
7d45c9a452
The theme defined in the application is not applied to all UI components ( #6532 )
...
* The theme defined in the application is not applied to all UI components
2022-08-05 15:00:22 +02:00
Gil Eluard
1a2e6fdb89
Implement new space selector bottom sheet ( #6518 )
...
* Delight: Edit layout experiment #6079
2022-08-05 13:39:45 +02:00
Gil Eluard
0aa5b4f4a1
Delight edit layout experiment ( #6384 )
...
* Delight: Edit layout experiment #6079
* Feature flag new App Layout #6406
* Update All chats screen with latest design #6407
2022-08-02 17:27:33 +02:00
Doug
2d4e553cbd
Pin DesignKit version and use contantAndAvatars array.
2022-07-07 15:42:57 +01:00
Doug
7d29bca319
Fixup missing colours and use resolved colours in UIKit.
...
Fix the confetti colour when using DesignKit.
Pin swift packages.
Fix UI tests target.
2022-07-07 15:42:57 +01:00
Doug
ad4674c0d4
Replace DesignKit with package from ElementX.
2022-07-07 15:42:57 +01:00
MaximeE
903b7cc3f1
6029: Fix issue with rendering colors
2022-04-25 18:05:26 +02:00
MaximeE
af91264406
Merge branch 'develop' into maximee/6029_lls_timeline_cell and apply comments
2022-04-25 15:53:58 +02:00
MaximeE
0633d01abe
6029: Refacto how to handle all state of the live location cell
2022-04-22 18:04:19 +02:00
Doug
351cce0128
Make scrollEdgesAppearance singular to match UIKit
2022-03-16 08:58:21 +00:00
Stefan Ceriu
6880a81160
Started applying navigation bar theme styles to iOS 13 and 14 too.
2022-03-01 19:26:50 +02:00
Doug
f024d1919d
Update the tintColor in ThemeV1 to sRGB to match Compound and ThemeV2.
2022-02-10 15:40:46 +00:00
Doug
f50a92d0a8
Tweaks to the Use Case screen ready for review.
...
Update strings.
Show the custom server field as needed.
Enable scroll edges appearance for white navigation bar.
2022-02-04 16:10:38 +00:00
aringenbach
e274fc76f2
Merge pull request #5497 from vector-im/aringenbach/5252_search_results_highlight_color
...
Display search matching pattern with a highlight color
2022-02-04 10:30:12 +01:00
Doug
70845c7d10
Fix visual issues when building with Xcode 13.
2022-02-03 18:30:39 +00:00
Arnaud Ringenbach
ad32158ee6
Display search matching pattern with a highlight color
...
Signed-off-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-03 18:49:40 +01:00
SBiOSoftWhare
223d1802c1
Message bubbles: Use new background colors.
2022-01-31 17:42:54 +01:00
SBiOSoftWhare
c7f1d610a8
RoomTimelineStyle: Conforms to Themable.
2022-01-20 16:56:32 +01:00
SBiOSoftWhare
9f3017b77c
Remove unnecessary MatrixKit imports.
2021-11-29 17:45:35 +01:00
Philippe Loriaux
216924165d
Improve the Obj-C Generated Interface Header Name definition
2021-10-26 17:42:33 +02:00
Doug
1c4b09b813
Merge branch 'develop' into doug/4484_contacts_access
...
# Conflicts:
# Riot/Assets/en.lproj/Vector.strings
# Riot/Generated/Strings.swift
# Riot/Modules/Application/LegacyAppDelegate.m
# Riot/Modules/Settings/SettingsViewController.m
2021-09-30 11:14:02 +01:00
Stefan Ceriu
62cdb29331
Revert "Revert " #4693 - Drop iOS 11 support.""
2021-09-14 11:41:36 +03:00
Doug
546c1e10ca
Merge branch 'develop' into doug/4484_contacts_access
2021-09-09 12:24:08 +01:00
Stefan Ceriu
8f46e037f2
Revert " #4693 - Drop iOS 11 support."
...
This reverts commit a2b359f21960e1b9f75139d94adc7aeb35fa479f.
2021-09-06 18:24:26 +03:00
David Langley
c5881e11ae
Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/4776_extract_swiftui
2021-09-02 10:14:11 +01:00
Stefan Ceriu
0b2616ddb3
#4693 - Drop iOS 11 support.
2021-09-01 15:55:41 +03:00
David Langley
ada377dcf2
Finish extraction
...
- Moves SwiftUI code out of Riot and into RiotSwiftUI which has no dependency on Matrix SDK.
- Git wasn't smart enough to see the file moves. Most feature function has remain unchanged. 1 change I did make was remove NotificationSettingsViewModel's dependence on MxPushRule, so that the view model could be moved into RiotSwiftUI.
- Add LocaleProvider to abstract VectorL10n's use of Matrix SDK language so it can be used in RiotSwiftUI.
- Split Theme into UKit/SwiftUI version to remove RiotSwiftUI's dependence on ThemeService and ThemeV1.
- Migrated from ThemeObserver to ThemePublisher. We push updates to ThemePublisher so that we can remove ThemeService as dependency.
- Add .DS_Store to .gitignore
2021-09-01 12:34:38 +01:00
David Langley
cb0403ed8d
Extract and start to split theme.
2021-08-27 16:26:56 +01:00
David Langley
e09138b572
Add dependency management, AvatarViewModel and placeholder rendering now in AvatarImage.
2021-08-17 10:19:41 +01:00
David Langley
3eb62b1d27
Update Riot/Managers/Theme/SwiftUI/ThemeKey.swift
...
Co-authored-by: manuroe <manuroe@users.noreply.github.com >
2021-08-13 08:24:16 +01:00
David Langley
82b0361647
Cleanup from comments
2021-08-12 16:57:19 +01:00
David Langley
9ff69eaaf0
Add theming support, and support for other top level configuration to swiftui views with VectorHostingViewController, VectorContentModifier. Add VisibilityModifier. Move from List to VStack.
2021-08-12 11:52:06 +01:00
David Langley
877b36143f
fix warning
2021-08-06 09:52:53 +01:00
David Langley
b40333fbfd
merge, finish swiftui and add theming
2021-08-06 00:27:13 +01:00
Doug
a980d727d0
Add quinary colour to themes.
2021-07-23 16:34:43 +01:00
Doug
a4075c89cb
Fix class keyword deprecation warnings everywhere!
...
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
2021-07-09 17:05:43 +01:00
SBiOSoftWhare
2891b423f1
Theme: Update DarkTheme and DefaultTheme with fonts property.
2021-06-21 21:12:27 +02:00
ismailgulek
5805cfc897
Use new tile theme color
2021-05-04 19:25:24 +03:00
ismailgulek
88b087b979
Merge branch 'voip_design_updates' into voip_jitsi_remover
2021-05-04 19:11:17 +03:00
ismailgulek
7101a7be33
Convert colors to lazy vars
2021-05-04 18:35:03 +03:00
ismailgulek
4d5098894a
Update class name to LightColors
2021-05-04 18:30:15 +03:00
ismailgulek
71f6083406
Inject theme v2 into theme
2021-04-30 15:59:50 +03:00
ismailgulek
c3f52f9b97
Adjust navigation items spacing
2021-04-29 02:19:40 +03:00
ismailgulek
034988474d
Add call tile bg color
2021-04-28 13:46:44 +03:00