SBiOSoftWhare
004d738898
NavigationStore: Update public method signature.
2021-10-08 17:15:14 +02:00
SBiOSoftWhare
ccdeaf7ae0
Update Tools/Templates/buildable/FlowCoordinatorTemplate/FlowTemplateCoordinator.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 12:20:19 +02:00
SBiOSoftWhare
11eca2a84e
Templates: Upate FlowTemplateCoordinator.
2021-10-06 16:59:56 +02:00
SBiOSoftWhare
00d289259b
Use NavigationRouterStore where needed.
2021-10-05 10:48:52 +02:00
David Langley
309226a062
Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/4781_swiftui_template_example2
2021-09-23 12:31:33 +01:00
Stefan Ceriu
fc3e70891a
Merge branch 'develop' into stefan/4881-configurable-app-name-localization-strings
...
# Conflicts:
# Riot/Generated/Strings.swift
2021-09-22 17:17:05 +03:00
Stefan Ceriu
b41cd1e1a4
Fixes #4881 - Replaced InfoPlist.cfBundleDisplayName with AppInfo.current.displayName and removed the now unused InfoPlist generated class.
2021-09-22 16:59:47 +03:00
Stefan Ceriu
cc8b6a8d75
Fixes #4881 - Using the bundle display name as the app name in localizable .strings files. Exposing generated .strings and info.plist members to Objective-C.
2021-09-22 14:10:16 +03:00
David Langley
916c47bd1f
Fix template script for example 2
2021-09-21 09:55:44 +01:00
David Langley
da0e80be49
Merge branch 'langleyd/4781_swiftui_template_examples' of https://github.com/vector-im/element-ios into langleyd/4781_swiftui_template_example2
2021-09-15 17:32:19 +01:00
David Langley
e8ff4e9154
Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/4781_swiftui_template_examples
2021-09-15 14:33:05 +01:00
David Langley
725c324c19
Add chat example
2021-09-13 11:39:42 +01:00
David Langley
c6996cf62d
Correct preview name and create template script
2021-09-08 00:00:34 +01:00
SBiOSoftWhare
3184ee7922
Templates: Use struct instead of class for coordinator paramaters.
2021-09-07 09:59:57 +02:00
SBiOSoftWhare
06f356b99d
Update Tools/Templates/buildable/FlowCoordinatorTemplate/FlowTemplateCoordinatorParameters.swift
...
Co-authored-by: manuroe <manuroe@users.noreply.github.com >
2021-09-07 09:51:42 +02:00
SBiOSoftWhare
a8309100e0
Templates: Use Protocol suffix instead of Type for protocols.
2021-09-06 18:21:21 +02:00
SBiOSoftWhare
baa3831209
Templates: Support screen push and input parameters class in flow template.
2021-09-06 18:13:24 +02:00
SBiOSoftWhare
53bdb83aa1
Templates: Add input parameters class to TemplateScreenCoordinator.
2021-09-06 18:10:24 +02:00
David Langley
862f30102f
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
Stefan Ceriu
c684a5c6f7
#4746 - Updated ScreenTemplate to include viewState in the viewModel.
2021-08-26 17:48:24 +03:00
SBiOSoftWhare
a803dfd56d
postGenCommand.sh: Add comments.
2021-07-30 17:28:52 +02:00
Doug
2bd59ab326
Merge branch 'develop' into doug/fix_warnings
...
# Conflicts:
# Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift
2021-07-12 17:54:34 +01:00
Doug
29d7262e38
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
langleyd
9adce773c7
Update template copyright date
2021-07-09 09:08:42 +01:00
SBiOSoftWhare
c5be870712
buildRelease.sh: Remove duplicated code.
2021-05-18 16:03:32 +02:00
SBiOSoftWhare
40c0474eaf
buildRelease.sh: Make bundler operations in the cloned repository folder.
2021-05-18 15:51:25 +02:00
ismailgulek
55ee93becf
Update bridge presenter template to auto-implement dismiss gesture
2021-05-12 01:09:28 +03:00
manuroe
3e4b7e99df
XcodeGen: Explain what is the new .sh
2021-02-05 09:34:06 +01:00
manuroe
9bbd100509
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
SBiOSoftWhare
ba7a1ea744
FlowTemplateCoordinatorBridgePresenter: Update class comment.
2020-09-24 12:15:36 +02:00
manuroe
177f2280e0
buildRelease.sh: Pass a git_tag parameter to fastlane
...
because fastlane `git_branch` method can fail.
It fails when using ./buildRelease.sh with a tag.
2020-09-08 17:39:51 +02:00
SBiOSoftWhare
32a37d9041
Merge pull request #3603 from vector-im/reduce_warnings
...
Reduce Xcode warnings
2020-09-04 13:13:54 +02:00
manuroe
3e34b1a298
BuildRelease.sh: Fix checkout of tag
...
and use git shallow clone to speed up the script a bit
2020-09-03 15:39:50 +02:00
SBiOSoftWhare
48c9a6755e
Remove unused script.
2020-09-01 14:23:37 +02:00
SBiOSoftWhare
d640e6d49c
Update buildRelease script.
2020-08-28 12:11:46 +02:00
SBiOSoftWhare
0a619cdc98
Contributing: Update contributing guide and use Markdown.
2020-08-24 14:40:04 +02:00
ismailgulek
e242e92db2
Read repo url and name from current git repo
2020-08-05 15:10:26 +03:00
manuroe
d05054c1f0
InfoPlist: Generated class from Info.plist
2020-07-30 10:42:05 +02:00
SBiOSoftWhare
b05708cd5f
Remove old Riot image.
2020-07-09 00:00:27 +02:00
manuroe
05cb15d623
E2E by default: Disable it if the HS admin disabled it
...
#3305
2020-06-24 17:08:14 +02:00
SBiOSoftWhare
d5f319b477
Update screen template.
2020-05-07 10:50:31 +02:00
manuroe
de272fcd65
Templates: 2019 -> 2020
2020-04-08 14:05:54 +02:00
manuroe
63c876b6f6
Settings: Add a dedicated screen for Security
2020-01-28 21:09:51 +01:00
manuroe
1ed8fca9a3
Add Tools/Logs/filterStartupLogs.sh
2019-10-25 14:23:08 +02:00
manuroe
2034d37423
BF: Build: Fix build based on git tag
...
It was not more possible to build using tags. The reason was the fastlane git_branch method returned nil.
Internally this method executes `git symbolic-ref HEAD --short` which returned `fatal: ref HEAD is not a symbolic ref` in our case.
We now checks out the tag as a local branch.
2019-08-08 17:25:23 +02:00
manuroe
db278b0417
Tools: Create filterCryptoLogs.sh to filter logs related to e2ee from Riot logs
2019-07-15 10:11:27 +02:00
David Cordero
5c94126102
Remove redundant code
2019-05-19 17:19:23 +02:00
manuroe
b4b5824497
Device Verification: Fix buttons colors in dark theme
2019-05-06 08:21:30 +02:00
manuroe
3126edb8b0
Build: Add a sh build script
2019-04-26 11:30:21 +02:00
manuroe
ced702ba9b
Build: Add a sh build script
2019-04-26 11:14:11 +02:00