Weblate
|
84eb228aa7
|
Merge branch 'origin/develop' into Weblate.
|
2021-12-16 18:23:06 +00:00 |
|
Denys Nykula
|
0b1e9890bb
|
Translated using Weblate (Ukrainian)
Currently translated at 75.5% (1028 of 1361 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
|
2021-12-16 18:23:03 +00:00 |
|
lvre
|
dabd8d6614
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1361 of 1361 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pt_BR/
|
2021-12-16 18:22:57 +00:00 |
|
random
|
5ea6751f0d
|
Translated using Weblate (Italian)
Currently translated at 100.0% (1361 of 1361 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
|
2021-12-16 18:22:55 +00:00 |
|
sr093906
|
3746ea2afc
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1361 of 1361 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
|
2021-12-16 18:22:52 +00:00 |
|
artevaeckt
|
26fb26a6ce
|
Translated using Weblate (German)
Currently translated at 98.0% (1334 of 1361 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
|
2021-12-16 18:22:50 +00:00 |
|
Denys Nykula
|
8a53141eb1
|
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (441 of 441 strings)
Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/uk/
|
2021-12-16 18:22:49 +00:00 |
|
Linerly
|
cc5d5231fb
|
Translated using Weblate (Indonesian)
Currently translated at 100.0% (441 of 441 strings)
Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/id/
|
2021-12-16 18:22:48 +00:00 |
|
Doug
|
f2dea3f2ec
|
Merge pull request #5270 from vector-im/doug/5035_posthog
Replace Matomo with PostHog
|
2021-12-16 18:18:01 +00:00 |
|
Doug
|
5658bf97b5
|
Retain AnalyticsService. Fix coordinator retain cycle.
|
2021-12-16 17:02:58 +00:00 |
|
Doug
|
d7ba5dd3e5
|
Move Analytics from Managers to Modules.
|
2021-12-16 17:01:23 +00:00 |
|
Doug
|
d75fed56e4
|
Add an AnalyticsService to handle account data.
|
2021-12-16 17:01:23 +00:00 |
|
Doug
|
b6438c1893
|
Fix mutability on AnalyticsSettings.
|
2021-12-16 17:01:23 +00:00 |
|
Doug
|
0ef348e2ca
|
Address most PR comments.
Update Podfile.lock
|
2021-12-16 17:01:23 +00:00 |
|
Doug
|
5c19dca3ec
|
Leave analytics client running on sign out.
Only identify with a running session.
|
2021-12-16 17:01:22 +00:00 |
|
Doug
|
b44642a31d
|
Improve iPad layout. Add separate debug configuration.
|
2021-12-16 17:01:22 +00:00 |
|
Doug
|
28464b8a99
|
Add tap/click event. Improve Swift/ObjC bridging.
|
2021-12-16 17:01:22 +00:00 |
|
Doug
|
ecfaed87b7
|
Add accessibility labels/hints. Fix tests. Show analytics prompt to everyone.
|
2021-12-16 17:01:22 +00:00 |
|
Doug
|
70e0eed440
|
Move string formatting to Tools.
Revert contacts tracking from MatrixKit.
Final tweaks before PR.
|
2021-12-16 17:01:22 +00:00 |
|
Doug
|
d2785df5ba
|
Migrate doug/5035_posthog from MatrixKit.
|
2021-12-16 17:01:22 +00:00 |
|
Doug
|
61f5764cca
|
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
|
ee74bc16fb
|
Add AnalyticsPrompt to SwiftUI target and replace old UIAlertController.
|
2021-12-16 17:01:22 +00:00 |
|
Doug
|
d4f5dbbd11
|
Abstract PostHog out of the Analytics client.
|
2021-12-16 16:59:45 +00:00 |
|
Doug
|
315f5a9cc4
|
Add AnalyticsScreenTimer and track more screens.
Update Analytics with new methods in MXAnalyticsDelegate.
|
2021-12-16 16:59:45 +00:00 |
|
Doug
|
418865a388
|
Use custom generated Swift events.
Add analytics PerformanceTimer event.
|
2021-12-16 16:59:45 +00:00 |
|
Doug
|
6bbcc74eea
|
Update MXAnalyticsDelegate
|
2021-12-16 16:59:45 +00:00 |
|
Doug
|
33ef957053
|
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
|
5f29c17bb7
|
Remove cocoapods-keys. Use UUID for analytics.
Make configuration optional.
|
2021-12-16 16:59:45 +00:00 |
|
Doug
|
f718514516
|
Add specific methods to track analytics and test generated event types.
|
2021-12-16 16:59:45 +00:00 |
|
Doug
|
2573c2ed3b
|
Update to PostHog 1.4.4
|
2021-12-16 16:59:45 +00:00 |
|
Doug
|
0e1c0bfaac
|
Add missed MXLogger calls in Analytics.
|
2021-12-16 16:59:45 +00:00 |
|
Doug
|
e8d02c5458
|
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
|
a984028479
|
Begin migration from Matomo to PostHog
Add CocoaPods-Keys.
|
2021-12-16 16:59:26 +00:00 |
|
Stefan Ceriu
|
0f20fc54de
|
Fixed SwiftUI UI tests not finding the right state to tap if not already displayed on screen.
|
2021-12-16 16:47:35 +02:00 |
|
Gil Eluard
|
1490ddc097
|
Merge branch 'gil/143_create_public_space' into gil/5224_space_creation
|
2021-12-16 14:57:40 +01:00 |
|
ismailgulek
|
440b27d387
|
Merge branch 'ismail/5068_start_thread' into ismail/5096_thread_notifications
|
2021-12-16 14:46:43 +03:00 |
|
ismailgulek
|
c47672a07e
|
Merge branch 'develop' into ismail/5068_start_thread
|
2021-12-16 14:00:03 +03:00 |
|
ismailgulek
|
a88f655f8e
|
Merge pull request #5149 from vector-im/ismail/5117_thread_message_actions
Threaded message actions
|
2021-12-16 13:58:44 +03:00 |
|
ismailgulek
|
e7b8a4d986
|
Merge pull request #5169 from vector-im/ismail/5092_thread_list
Thread List
|
2021-12-16 13:58:22 +03:00 |
|
ismailgulek
|
b4600db8f1
|
Merge pull request #5206 from vector-im/ismail/5094_thread_links
Thread Event Links
|
2021-12-16 13:58:00 +03:00 |
|
ismailgulek
|
c469c0ede0
|
Merge pull request #5221 from vector-im/ismail/5095_thread_search_results
Thread search results
|
2021-12-16 13:57:45 +03:00 |
|
Gil Eluard
|
f3949995e6
|
[iOS] Create public space #143
- UI tweaks in space settings screen
|
2021-12-16 10:59:48 +01:00 |
|
Gil Eluard
|
c61624d92b
|
Merge branch 'gil/5225_invite_to_space_in_room_landing' into gil/5224_space_creation
|
2021-12-16 10:29:07 +01:00 |
|
Gil Eluard
|
36ff0cbc79
|
Merge branch 'gil/143_create_public_space' into gil/5224_space_creation
|
2021-12-16 09:56:28 +01:00 |
|
Gil Eluard
|
4160b30bae
|
Merge branch 'develop' into gil/5224_space_creation
|
2021-12-16 09:56:21 +01:00 |
|
Gil Eluard
|
2b3c02754c
|
[iOS] Create public space #143
- UI tweaks in space settings screen
|
2021-12-16 09:54:54 +01:00 |
|
Jozef Gaal
|
e7e4a1ba57
|
Translated using Weblate (Slovak)
Currently translated at 100.0% (48 of 48 strings)
Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/sk/
|
2021-12-16 00:25:58 +00:00 |
|
Ihor Hordiichuk
|
6e29752e55
|
Translated using Weblate (Ukrainian)
Currently translated at 97.7% (431 of 441 strings)
Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/uk/
|
2021-12-15 22:25:58 +00:00 |
|
Besnik Bleta
|
6276fda958
|
Translated using Weblate (Albanian)
Currently translated at 99.7% (440 of 441 strings)
Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/sq/
|
2021-12-15 22:25:58 +00:00 |
|
artevaeckt
|
cefe3ec025
|
Translated using Weblate (German)
Currently translated at 98.1% (433 of 441 strings)
Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/de/
|
2021-12-15 22:25:58 +00:00 |
|