Commit graph

51 commits

Author SHA1 Message Date
Mauro Romito
928a9dc5d1 latest swiftpm version 2022-12-16 18:28:54 +01:00
Mauro Romito
fd10308048 updated package and added background color 2022-12-15 18:45:33 +01:00
Mauro Romito
76693dbfa1 fixed link color issue 2022-12-13 10:30:47 +01:00
Mauro Romito
b12244338f implementation done, only tests, localisation and design feedback are left 2022-12-12 18:29:13 +01:00
Mauro Romito
c0b1f1d260 updated the rich text editor package to the latest revision that supports links 2022-12-07 16:29:44 +01:00
Mauro Romito
198f00291f fix 2022-11-29 17:32:49 +01:00
aringenbach
daa48a87cb Update Rich text editor library version 2022-11-21 18:43:53 +01:00
Mauro Romito
94c9075985 voice dictation now works 2022-11-14 16:25:09 +01:00
aringenbach
b76edecb65 Rich-text editor: enable translations between Markdown and HTML when toggling text formatting 2022-11-09 16:43:58 +01:00
Mauro Romito
f59172dfff updated package + tests 2022-10-28 14:15:18 +02:00
Mauro Romito
dd390a0521 updated the package 2022-10-19 14:34:10 +02:00
Mauro Romito
453456d89a updated the swiftpm 2022-10-17 18:11:19 +02:00
Mauro Romito
1b3f044828 project yml with the latest working version of the package 2022-10-14 13:21:10 +02:00
David Langley
80254ad01b Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/wysiwyg_integration 2022-10-08 10:58:10 +01:00
David Langley
ee01b36ff5 use main wysiwyg branch 2022-10-04 16:01:57 +01:00
David Langley
ef3e76b94b add simple formatting and maximise support for replacement toolbar 2022-10-02 09:06:06 +01:00
Johannes Marbach
572c2d3db2 Switch to majorVersion for pinning dependency 2022-09-26 12:04:14 +02:00
Johannes Marbach
ee1a2c8b90 Include concrete device model in user agent (PSG-754)
Fixes: #6742
2022-09-26 10:24:35 +02:00
Doug
2c3d38262c Revert "Replace DesignKit with package from ElementX."
This reverts the following commits:
ef5365ab24
545b641e53
702b7a696d
2398c1534d
2022-08-19 11:06:09 +01:00
David Langley
486751c4fd Update to swift-ogg main branch 2022-07-14 16:03:19 +01:00
David Langley
a9f56a1eb5 Remove ffmpeg again with opus libraries fixed to add arm64 sim support. 2022-07-13 14:01:02 +01:00
Doug
702b7a696d Pin DesignKit version and use contantAndAvatars array. 2022-07-07 15:42:57 +01:00
Doug
545b641e53 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
ef5365ab24 Replace DesignKit with package from ElementX. 2022-07-07 15:42:57 +01:00
David Langley
664895107d Revert "Replace ffmpeg with switf-ogg" 2022-06-20 10:53:56 +02:00
David Langley
579a3dbf65 update swift-ogg to main 2022-06-14 23:26:47 +01:00
David Langley
6a36b81327 Replace ffmpeg with switf-ogg 2022-06-09 23:39:45 +01:00
Doug
badd44f426 Add tests for FlowResult. 2022-05-19 11:43:38 +01:00
aringenbach
da324961c8 Display changelog folder into workspace 2022-04-08 17:28:22 +02:00
Andy Uhnak
8b08aacae6 Add CommonKit and Activity
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-15 13:41:36 +00:00
Stefan Ceriu
6a46c42cfd vector-im/element-ios/issues/5298 - Implemented location sharing from the input toolbar action menu. 2022-01-04 17:33:32 +02:00
David Langley
158ef08eec UITests and Mock Screens
Adds the test targets for Unit and UI tests
Adds mock screen data and utilities to render each mock screen for previews/ui tests.
Changes Published property in the service to CurrentValueSubject. we don't need the synthesized aspect of Published and property wrappers cannot be included in protocols.
2021-09-09 16:23:00 +01:00
David Langley
790301ccb6 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
8062d46eda Remove 'OrderedSet' 2021-08-25 16:53:15 +01:00
David Langley
b87d879c22 Add Chips, InputStyles, Service Implementation, swift-collections and UI cleanup. 2021-08-25 13:03:36 +01:00
manuroe
3dd53addde Xcodegen: Use CHANGES.md 2021-08-09 17:22:54 +02:00
ismailgulek
e24b5ed054
Create DesignKit framework target 2021-04-30 15:48:56 +03:00
manuroe
f8b045d05a XcodeGen: More polishing 2021-02-16 11:29:45 +01:00
manuroe
db913321b7 XcodeGen: Use same names for yml and xcconfig files in every target 2021-02-11 09:21:00 +01:00
manuroe
f04cac4e09 XcodeGen: Rename Common-*.xconfig files to Project-*.xcconfig
to better reflect their purpose
2021-02-11 08:56:05 +01:00
manuroe
a47563ae2e XcodeGen: Move yml files into their sub folder 2021-02-09 19:29:17 +01:00
manuroe
cb56854972 XCodegen: Make project.yml use Common.xcconfig
which will probably become the xcconfig for the project
2021-02-09 16:03:56 +01:00
manuroe
b152aebbe2 XcodeGen: Centralise MTL_ENABLE_DEBUG_INFO setting 2021-02-09 15:23:49 +01:00
manuroe
48df636ab3 XcodeGen: Come back to default C and C++ 2021-02-09 15:23:16 +01:00
manuroe
d21619fb28 XCodeGen: Remove code sign identity from project settings
This is a target thing
2021-02-09 14:36:15 +01:00
manuroe
d9b83b48cf XcodeGen: Remove settingsGroup
Use the existing Common.xcconfig instead
2021-02-09 11:41:39 +01:00
manuroe
c22d30c4f6 XcodeGen: Create AppIdentifiers.xcconfig
To centralise app id, profiles, etc in one place
2021-02-09 09:51:39 +01:00
manuroe
af99d6e711 XcodeGen: Move createWorkspace.sh into Tools/XcodeGen
To keep the root folder clean. Rename it because it does not do same things anymore.
2021-02-05 09:31:18 +01:00
Gil Eluard
7b713a157e Updated Xcodegen files 2021-01-05 23:45:18 +01:00
Gil Eluard
5702a75383 Modifications after review 2020-12-20 23:03:20 +01:00