Commit Graph

274 Commits

Author SHA1 Message Date
wtimme 45079a85cc Merge remote-tracking branch 'origin/develop' into feature/No-Ticket-Inhibit-all-warnings-from-pods 2022-05-31 19:51:54 +02:00
Doug 7090ca500e finish version++ 2022-05-31 14:04:01 +01:00
wtimme ee5203aea3 Let warnings from MatrixSDK and AnalyticsEvents show up in Xcode
As requested by @pixlwave during their review of #6196, these
`inhibit_warnings` directive configure CocoaPods in a way that the
warnings for both MatrixSDK and AnalyticsEvents show up when building
the workspace in Xcode.
2022-05-31 10:50:28 +02:00
wtimme 4aa7f27511 Remove redundant "inhibit warnings" direction
Since all warnings are inhibited by default, there is no need to
manually set this parameter here to `true`.
2022-05-23 21:44:44 +02:00
wtimme 30b1c735ce Prevent warnings from 3rd-party code to show up in Xcode
The warnings from 3rd-party code can mostly be ignored, because it is not
under the control of our team. In Xcode, this allows us to focus on
the issues that we are able to fix.
2022-05-23 21:43:35 +02:00
Andy Uhnak 4f720c22af finish version++ 2022-05-19 18:21:18 +01:00
Doug 5101d8de99 finish version++ 2022-05-18 16:04:36 +01:00
Doug f2277cbd3d Send the Signup analytics event (#6118)
* Implement the Signup event from AuthenticationViewController.

Use AuthenticationFlow instead of MXKAuthenticationType.
Create new AuthenticationType that aligns with AnalyticsEvent naming.
Add additional cases from AnalyticsEvents.
2022-05-06 13:08:54 +01:00
Stefan Ceriu a0d01eaedc finish version++ 2022-05-05 16:11:18 +03:00
SBiOSoftWhare d3a1385a99 Podfile: Move to iOS 14. Install DSBottomSheet. 2022-04-22 12:36:40 +02:00
gulekismail d7377fc562 finish version++ 2022-04-20 16:50:46 +03:00
Doug da32dc8af8 Stop excluding ARM64 simulator builds.
Follows on from an update to JitsiMeetSDK in matrix-ios-sdk.
2022-04-11 13:05:42 +01:00
Doug c24fe8f566 finish version++ 2022-04-05 16:00:23 +01:00
Doug 583c7a8c17 finish version++ 2022-03-31 10:39:21 +01:00
Stefan Ceriu d70f5d8ffb finish version++ 2022-03-28 13:45:29 +03:00
Stefan Ceriu 68878335a8 finish version++ 2022-03-22 16:59:27 +02:00
Gil Eluard 8d170a30ba Add trigger to join and view room metrics events #5769
- update `Podfile.lock` after updating `release/swift` branch for analytics
2022-03-17 15:00:19 +01:00
Andy Uhnak f44107cfbb Merge branch 'master' into develop 2022-03-14 16:26:07 +00:00
Andy Uhnak c240a74e70 finish version++ 2022-03-14 16:26:01 +00:00
Gil Eluard 34e0ee4967 Merge pull request #5748 from vector-im/gil/SP1_space_creation
Creating & managing Spaces
2022-03-10 10:18:48 +01:00
Andy Uhnak ad39bca6b8 finish version++ 2022-03-08 18:20:16 +00:00
Gil Eluard da9c921efb Merge branch 'develop' into gil/SP1_space_creation
# Conflicts:
#	Config/BuildSettings.swift
#	Riot/Generated/Strings.swift
#	Riot/Modules/Home/HomeViewController.m
#	Riot/Modules/Room/Members/RoomParticipantsViewController.m
2022-03-04 13:38:18 +01:00
ismailgulek b1b5b7d38d Update AnalyticsEvents repo 2022-03-01 14:50:09 +03:00
Gil Eluard cfb9021b92 Merge branch 'develop' into gil/SP1_space_creation 2022-03-01 10:15:13 +01:00
Doug b6f19a8556 finish version++ 2022-02-25 11:40:06 +00:00
Doug 1885676fbf finish version++ 2022-02-22 14:16:29 +00:00
Gil Eluard 3ef9069e9f Merge branch 'gil/SP1_space_creation' into gil/5231_SP3-1_Update_room_settings_for_Spaces
# Conflicts:
#	Podfile.lock
2022-02-21 17:57:58 +01:00
Doug 57940f2a60 Update analytics event pod. 2022-02-18 11:21:46 +00:00
Stefan Ceriu 152b2eb94f finish version++ 2022-02-16 12:45:01 +02:00
Doug aa64dc0992 finish version++ 2022-02-09 18:41:39 +00:00
Gil Eluard 0797dbbd1e Merge branch gil/5230_SP2-Adding_Rooms_to_Spaces into gil/5231_SP3-1_Update_room_settings_for_Spaces 2022-02-05 21:43:29 +01:00
Doug 84686d0eb9 finish version++ 2022-01-25 14:26:28 +00:00
Stefan Ceriu 9f72ba5138 vector-im/element-ios/issues/5298 - Removed cocoapods-keys and moved the MapTiler key to the buildSettings. 2022-01-19 16:11:35 +02:00
Doug fa65e37b5c finish version++ 2022-01-11 14:27:20 +00:00
Doug acaee63a83 Retain AnalyticsService. Fix coordinator retain cycle. 2021-12-16 17:02:58 +00:00
Doug 8acde2fda4 Address most PR comments.
Update Podfile.lock
2021-12-16 17:01:23 +00:00
Doug 1f6b19eed3 Move string formatting to Tools.
Revert contacts tracking from MatrixKit.
Final tweaks before PR.
2021-12-16 17:01:22 +00:00
Doug b3194a0fe9 Support link/html in analytics prompt strings.
Show the new prompt to everyone, even if they previously opted out.
Add docs to Analytics.
2021-12-16 17:01:22 +00:00
Doug cea6cd145b Use matrix-analytics-events generated stubs (locally for now).
Track screens, removing any that aren't part of the schema.
2021-12-16 16:59:45 +00:00
Doug b5f3a56666 Remove cocoapods-keys. Use UUID for analytics.
Make configuration optional.
2021-12-16 16:59:45 +00:00
Doug 72f75cc36d Update to PostHog 1.4.4 2021-12-16 16:59:45 +00:00
Doug f45b4644c3 Don't read analytics opt in status from account data.
Update PostHog to 1.4.3.

Add tests for prompt type.
2021-12-16 16:59:45 +00:00
Doug d025f8942e finish version++ 2021-12-14 15:02:12 +00:00
manuroe 74264b3f21 Podfile: Use the right SDK version after the security release
https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.20.14
2021-12-14 08:58:42 +01:00
manuroe 815a5c065d version++ (Made manually) 2021-12-09 11:21:19 +01:00
SBiOSoftWhare 76d85479ca finish version++ 2021-12-07 22:45:24 +01:00
Doug c946f2962a Merge branch 'master' into develop
# Conflicts:
#	Podfile.lock
#	Riot/Modules/Room/RoomViewController.m
2021-11-17 17:36:44 +00:00
Doug 1f9f8a89c0 finish version++ 2021-11-17 16:49:01 +00:00
Stefan Ceriu 1ea0308895 vector-im/element-ios/issues/5114 - Poll creation screen
- added input toolbar poll creation action.
- reordered input toolbar actions as per designs.
- added multiline text field and extracted common components.
2021-11-11 11:24:28 +02:00
SBiOSoftWhare 82a31e6591 finish version++ 2021-10-21 20:33:26 +02:00