David Langley
d8e1dbb865
add simple formatting and maximise support for replacement toolbar
2022-10-02 09:06:06 +01:00
Doug
2b1bd6f772
Revert "Replace DesignKit with package from ElementX."
...
This reverts the following commits:
4858d72afb
6827d2a854
92c5874359
0a9bd1fbe6
2022-08-19 11:06:09 +01:00
SBiOSoftWhare
6a0dfd40ca
Fix RiotSwiftUI targets.
2022-08-03 11:47:17 +02:00
Doug
4858d72afb
Replace DesignKit with package from ElementX.
2022-07-07 15:42:57 +01:00
SBiOSoftWhare
707101262c
RiotSwiftUI target: Add location always usage permission and add UIApplication extension.
2022-05-16 16:59:04 +02:00
SBiOSoftWhare
bc8eb51e0b
Expose UIView extension to SwiftUI target.
2022-04-06 09:19:22 +02:00
Doug
16e64033c3
Add BuildSettings to SwiftUI targets.
...
Remove RTL change on UIAlertController.
2022-03-28 17:53:34 +01:00
Gil Eluard
27571866b5
Instrument missing screen metrics ( #5764 )
...
* Instrument missing screen metrics
- Done
2022-03-08 10:13:46 +01:00
Doug
8605711839
Move congratulations strings to Untranslated.strings.
...
Update after PR Feedback
2022-02-28 14:28:09 +00:00
Stefan Ceriu
80a1fee3da
Fix ThemeService not available on the RiotSwiftUI target.
2022-02-03 18:30:39 +00:00
Stefan Ceriu
43a9371214
vector-im/element-ios/issues/5298 - Various tweaks following code review.
2022-01-04 17:33:32 +02:00
Stefan Ceriu
cef0c4f2d4
vector-im/element-ios/issues/5298 - Implemented location sharing from the input toolbar action menu.
2022-01-04 17:33:32 +02:00
Stefan Ceriu
5008d4f810
vector-im/element-ios/issues/1098 - Fixed indentation in templates. Added UnitTests to the main RiotSwiftUI target.
2021-10-13 11:23:56 +03:00
David Langley
39adf6027d
Improve scrolling behaviour and add name colors
2021-09-16 23:48:59 +01:00
David Langley
40cec6cd81
Add template unit tests and publisher utility.
2021-09-08 15:32:41 +01:00
David Langley
a70d424a73
Exclude MatrixSDK and Coordinator folders from SwiftUI target
2021-09-02 10:16:08 +01:00
David Langley
7bdbdde2b2
Clean up and make an application target so that debug works in live preview.
2021-09-01 14:28:47 +01:00
David Langley
f4cb404df0
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