Граф коммитов

6097 Коммитов

Автор SHA1 Сообщение Дата
Anastasia Senyushina 69baf0feb3 Remove imports 2022-01-31 09:56:30 +03:00
Anastasia Senyushina ce51fdc970 Add missing tags 2022-01-28 10:09:21 +03:00
Anastasia Kubova 0be797c26f Update UWP apps 2022-01-18 15:48:26 +03:00
Anastasia Senyushina c9a31a4ae0 Add script for replacing app-secrets 2022-01-18 12:52:43 +03:00
Anastasia Senyushina 43b214c696 Update xamarin apps 2022-01-18 12:52:43 +03:00
Anastasia Senyushina e1c990e204 Add app-secrets to xamarin applications 2022-01-18 12:52:43 +03:00
Anastasia Kubova be7aa1b498 Update app-secrets for windows applications 2022-01-18 12:52:43 +03:00
Anastasia Senyushina 4f462dc08b Update app secrets in demo apps 2022-01-18 12:52:42 +03:00
Anastasia Senyushina 426c46f59e Fix xamarin forms demo app 2022-01-18 12:52:42 +03:00
Anastasia Senyushina 19fdb3fb34 Fix dependencies 2022-01-18 12:52:41 +03:00
Anastasia Senyushina 4a521ebc06 Update changelog 2022-01-17 12:59:17 +03:00
Anastasia Senyushina dd9b97c1a1 Merge branch 'develop' into v-ankubo/support-non-winui-apps 2022-01-17 12:53:44 +03:00
Dima f7be212edf
Merge pull request #1618 from microsoft/release/start-next-version
Start next version
2022-01-17 12:52:43 +03:00
App Center 8d23358c15 Update SDK version 2022-01-14 10:05:30 +00:00
Anastasia Senyushina 955188b490 Add support non-WinUI applications 2022-01-06 11:04:23 +03:00
Anastasia Senyushina 85e0cff606
Merge pull request #1614 from microsoft/fix/demo-xamarin-forms-app
Fix Xamarin.Forms demo apps
2021-12-29 14:41:05 +03:00
Anastasia Senyushina 2a5fc23a6a Fix xamarin forms demo app 2021-12-27 13:31:39 +03:00
Anastasia Senyushina 889c45648d
Merge pull request #1613 from microsoft/v-ankubo/fix-demo
Fix dependencies in the demo app for Xamarin Mac
2021-12-24 11:18:22 +03:00
Anastasia Senyushina deaac06623 Fix dependencies 2021-12-23 10:24:14 +03:00
Anastasia Senyushina 7b0c8b1d98
Merge pull request #1611 from microsoft/release/4.5.0
Start new 4.5.0 version
2021-12-22 16:29:16 +03:00
Anastasia Kubova 52f80e9dc4 Fix nuget target framework 2021-12-22 15:48:54 +03:00
Anastasia Kubova fb8f865524 Add updates to demo apps and nuspec 2021-12-22 13:22:26 +03:00
Anastasia Senyushina 95e05bb01a Update changelog 2021-12-21 16:03:34 +03:00
Anastasia Senyushina 8d22857df7 Update demo apps 2021-12-21 15:53:34 +03:00
App Center 0455511e66 Update Demo apps 2021-12-21 12:49:49 +00:00
App Center 5377991ec2 Start new 4.5.0 release 2021-12-21 12:49:25 +00:00
Anastasia Senyushina 6a4c7c9356
Merge pull request #1608 from microsoft/release/4.5.0-changelog
Update 4.5.0 changelog
2021-12-16 15:18:47 +03:00
Anastasia Senyushina 8e364a3c88 Update changelog 2021-12-16 13:57:51 +03:00
Dima ccf7d4d581
Merge pull request #1605 from microsoft/v-dmkira/fix-channel-check-pending-logs
Fix deadlock while checking pending logs on SDK start
2021-12-16 10:13:24 +03:00
Dima 8b8136797b
Merge pull request #1607 from microsoft/fix/add-net471-target-framework
Add net471 target framework version to NuGets
2021-12-15 16:26:32 +03:00
Anastasia Senyushina 49f34dc9ca
Update changelog 2021-12-15 15:15:48 +03:00
Anastasia Senyushina 24801d0ee7 Merge branch 'develop' into fix/add-net471-target-framework 2021-12-13 15:59:27 +03:00
Anastasia Senyushina 6df337a77a Update changelog 2021-12-13 15:59:08 +03:00
Dmitriy Kirakosyan 10e14e7109 Address comments 2021-12-13 13:45:30 +03:00
Dmitriy Kirakosyan 673860da6f Fix comments for tests 2021-12-13 13:45:10 +03:00
Dmitriy Kirakosyan a3f039d86c Fix tests 2021-12-13 13:45:10 +03:00
Dmitriy Kirakosyan d9bb40390a Move CheckPendingLogs from IChannel to IChannelUnit 2021-12-13 13:45:09 +03:00
Dmitriy Kirakosyan 24eea8d685 Fix naming 2021-12-13 13:45:09 +03:00
Dmitriy Kirakosyan d56ca9f137 Address comments 2021-12-13 13:45:09 +03:00
Dmitriy Kirakosyan 5b0e9690bb Refactoring. Rename CheckPendingLogs(state) to CheckPendingLogsInternal(state) 2021-12-13 13:45:09 +03:00
Dmitriy Kirakosyan 39c2554a56 Update CHANGELOG.md 2021-12-13 13:45:02 +03:00
Dmitriy Kirakosyan 6ecba7ea37 Fix tests 2021-12-13 13:44:38 +03:00
Dmitriy Kirakosyan be7705c9d4 Fix checking pending logs on SDK start
This issue was found when running on Windows Server machine.
Channel was stuck in dead lock while trying to check Pending logs
on start and at the same time trying to perform other async operations.

Removing checkPendingLogs from Channel's ctor and moving it
to ChannelGroup on adding a channel solves the problem. This solution
is also consistent with Android SDK implementation.
2021-12-13 13:44:38 +03:00
Dima c06d8f0089
Merge pull request #1604 from microsoft/fix/get-device-info
Fix get device information when WMI service is disabled
2021-12-10 16:51:06 +03:00
Anastasia Senyushina a18e12ea20 Add net471 target framework 2021-12-10 15:19:20 +03:00
Anastasia Kubova 3d2ffbed2d Add additional check 2021-12-09 09:43:00 +03:00
Anastasia Kubova 09d42b34df Update changelog 2021-12-08 14:57:04 +03:00
Anastasia Kubova f4251ac012 Add COMException check 2021-12-08 14:48:16 +03:00
Dima 942d1f9cdf
Merge pull request #1602 from microsoft/v-ankubo/fix-comment
Fix comment for trackEvent API
2021-12-06 17:14:09 +03:00
Anastasia Senyushina 427ee2a621 Fix comments for trackEvent API 2021-12-06 16:25:21 +03:00