Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop to master for release 4.4.0 #2379

Merged
merged 108 commits into from
Dec 10, 2021
Merged
Changes from 1 commit
Commits
Show all changes
108 commits
Select commit Hold shift + click to select a range
516c2cb
Add more info to error report
Sep 9, 2021
5a4e47e
Update demo apps
Sep 9, 2021
f98a04f
Add more info to error report
Sep 9, 2021
2f3725f
Update changelog
Sep 10, 2021
d3b0646
Merge branch 'feature/error-report-info' into feature/error-report-in…
Sep 10, 2021
d1655da
Fix formatting
Sep 13, 2021
b0e595f
Fix log in demo app
Sep 13, 2021
0aaeb04
Merge pull request #2352 from microsoft/feature/error-report-info-dem…
DmitriyKirakosyan Sep 13, 2021
ea982d7
Prepare develop for the next release (4.3.1)
DmitriyKirakosyan Sep 14, 2021
a284501
Fix log text in demo apps
Sep 14, 2021
45df825
Resolve feedback
Sep 14, 2021
5b13601
Merge pull request #2357 from microsoft/release/4.3.1
DmitriyKirakosyan Sep 14, 2021
f80d90b
Added tests for feature error report info (#2356)
AnatolyPristensky Sep 16, 2021
c8cc447
Merge branch 'develop' into feature/error-report-info
DmitriyKirakosyan Sep 16, 2021
1418ef3
Merge pull request #2351 from microsoft/feature/error-report-info
DmitriyKirakosyan Sep 19, 2021
3d52204
Add missing attributes for MSACErrorReport props
DmitriyKirakosyan Sep 19, 2021
11b81f0
Merge pull request #2360 from microsoft/v-dmkira/fix-attributes
DmitriyKirakosyan Sep 20, 2021
2d075b8
Exclude CoreTelephony from MacCatalyst build
DmitriyKirakosyan Sep 21, 2021
7c8dac4
Specified minimum cocoapods version in podspec to 1.10.0 (#2349)
aleksandr-dorofeev Sep 28, 2021
109e3ce
Add сondition for MacCatalyst
Sep 28, 2021
4d92c2e
Update CHANGELOG
Sep 28, 2021
6afee0f
Merge pull request #2361 from microsoft/v-dmkira/fix-coretelephony
DmitriyKirakosyan Sep 29, 2021
3f2c659
Removed Custom Properties cell and ref in Sasquatch Swift
Sep 29, 2021
9ce8f76
Remove CustomProperties for Sasquatch Mac
Sep 30, 2021
fbb9965
Remove customProperties from SDK and Tests
Sep 30, 2021
0b0fed4
RemoveMSACCustomPropertiesLogTests.m
Sep 30, 2021
492f745
Update CHANGELOG
Sep 30, 2021
80fa3c4
Merge pull request #2362 from microsoft/feature/remove-set-custom-pro…
DmitriyKirakosyan Oct 4, 2021
c683b43
Added pragma clang diagnostic ignored "-Wcompletion-handler" and fixe…
Oct 4, 2021
6fffa9c
Update CHANGELOG
Oct 4, 2021
925e1da
Added conditions for -Wcompletion-handler
Oct 5, 2021
4b12f98
Removed empty lines and global config
Oct 6, 2021
8860920
Add additional method
Oct 8, 2021
fa8c7d3
Merge pull request #2364 from microsoft/v-adorofeev/fix-xcode13-compl…
DmitriyKirakosyan Oct 11, 2021
74a6a9e
Add method for saving wrapper crash log to database
Oct 11, 2021
b33efce
Fix getting data about architecture
Oct 12, 2021
06315c4
Update saving crash report from wrappers
Oct 13, 2021
188d3d9
Update changelog and plcr version
Oct 13, 2021
4036a77
Add verify the number of logs
Oct 13, 2021
cb45016
Fix creating config
Oct 13, 2021
fb8033a
Merge branch 'develop' into feature/track-maxos-wrappers-exception
Oct 14, 2021
27ecaf2
Move the method to the correct place
Oct 14, 2021
a68afa7
Resolve comments
Oct 14, 2021
ec6ebfa
Add setter for crash reporter
Oct 14, 2021
ac86884
Fix import
Oct 18, 2021
3263c0a
Add unit test for save wrapper exception and crash report
Oct 18, 2021
f1018fe
Update CHANGELOG
Oct 18, 2021
2450b7e
Update tests
Oct 18, 2021
04de8f6
Add verify for count logs
Oct 19, 2021
88600e5
Update submodule
Oct 25, 2021
ba846e7
Update changelog
Oct 25, 2021
16f11c0
Change CHANGELOG
Oct 19, 2021
b2b24e9
Merge pull request #2365 from microsoft/v-adorofeev/fix-don't-send-tr…
Oct 25, 2021
eff0c7e
Update comments
Nov 8, 2021
3776f07
Remove mutableCopy call
Nov 9, 2021
fd40b82
Resolve feedback
Nov 9, 2021
f978579
Update test name
Nov 10, 2021
381c8d3
Update comment
Nov 10, 2021
942232b
Merge pull request #2366 from microsoft/feature/track-maxos-wrappers-…
DmitriyKirakosyan Nov 10, 2021
66c7326
Added initial logic and methods
AnatolyPristensky Nov 1, 2021
4634637
Fix syntax errors
Nov 1, 2021
1e37a36
Updated methods names
AnatolyPristensky Nov 2, 2021
810398f
Fix syntax errors
Nov 2, 2021
ea9fcd5
Add new methods and update names of existing methods
Nov 2, 2021
5b581e6
Configure logic and add ui for sasquatch
Nov 2, 2021
ca5b5dd
Draft implementation of API for macOS TestApp
AnatolyPristensky Nov 3, 2021
2435303
Updated UI for macOS TestApp
AnatolyPristensky Nov 3, 2021
ea266e9
Fixed behaviour of enableAutomaticSession checkbox for macOS TestApp
AnatolyPristensky Nov 3, 2021
cb6ecb8
Fixed constraints for macOS TestApp
AnatolyPristensky Nov 3, 2021
0311626
Update UI for TvOS and refactor switch method for dif platform
Nov 3, 2021
0c4100c
Add userDefaults implementation draft
Nov 8, 2021
15328db
Updated UserDefaults using for new API
AnatolyPristensky Nov 8, 2021
602a416
Updated UserDefaults logic
AnatolyPristensky Nov 8, 2021
23ae39c
Revert "Updated UserDefaults using for new API"
Nov 9, 2021
27c9f82
Add userDefaults for IOS platform
Nov 10, 2021
aefa8d2
Remove stopSession method
Nov 10, 2021
64e0f92
Add userDefault for macOS and tvOS platform
Nov 10, 2021
8f6af5d
Rename methods and config logic
Nov 11, 2021
1db1cd5
Refactor some methods
Nov 12, 2021
18a3932
Refactor format
Nov 12, 2021
815a54d
Add Unit tests and refactor some methods
Nov 16, 2021
6017460
Refactor methods and update comments
Nov 17, 2021
6406edb
Update comments
Nov 17, 2021
18b0a62
Fix crash reporter submodule reference
Nov 17, 2021
edf4259
Update changelog and fix throw exception.
Nov 18, 2021
442e3cb
Merge pull request #2370 from microsoft/v-ankubo/fix-missing-points
DmitriyKirakosyan Nov 18, 2021
2a4ce3f
Increase interval and update changelog
Nov 22, 2021
26cc562
Update tests
Nov 22, 2021
b57e833
Refactor comments and update UI for Mac
Nov 22, 2021
1fff6a5
Merge pull request #2369 from microsoft/feature/set-session-id-api
DmitriyKirakosyan Nov 23, 2021
406ae11
Merge branch 'develop' into feature/increase-transmission-interval
Nov 24, 2021
6d0116f
Merge pull request #2371 from microsoft/feature/increase-transmission…
DmitriyKirakosyan Nov 24, 2021
bad54a9
Add status about OneCollector to the startService log
Nov 30, 2021
f12606b
Update tests
Nov 30, 2021
0ef5a68
[Distribute] Cancel web session if application is not active
DmitriyKirakosyan Nov 30, 2021
5905204
[Refactoring] Use DEFAULT_RETRY_INTERVALS instead of hardcoding
DmitriyKirakosyan Nov 30, 2021
067db49
Update CHANGELOG
DmitriyKirakosyan Nov 30, 2021
783ee32
Merge pull request #2373 from microsoft/feature/add-one-collector-sta…
DmitriyKirakosyan Dec 2, 2021
9a7bdbc
Update Changelog, package and cgmanifest
Dec 9, 2021
6d59bf9
Update PLCrashReporter submodule to 1.10.1
Dec 9, 2021
a87f1e1
Update submodules
Dec 9, 2021
4d7b8fa
Merge pull request #2377 from microsoft/update-plcr-1.10.1
DmitriyKirakosyan Dec 9, 2021
5d69369
Add tests for web authorization
DmitriyKirakosyan Dec 7, 2021
81b914d
Merge pull request #2376 from microsoft/v-dmkira/fix-websession-tests
DmitriyKirakosyan Dec 9, 2021
265c7d1
Update CHANGELOG.md
DmitriyKirakosyan Dec 9, 2021
d92e2b3
Merge pull request #2374 from microsoft/v-dmkira/fix-websession
DmitriyKirakosyan Dec 10, 2021
7578e88
Bump version to 4.4.0
AnatolyPristensky Dec 10, 2021
7f175a2
Merge pull request #2378 from microsoft/release/4.4.0
AnatolyPristensky Dec 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG
  • Loading branch information
dorofeevs committed Oct 4, 2021
commit 6fffa9cd537217c3da9f9ade5a6c1c81dcb0ec80
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### App Center Crashes

* **[Feature]** Add `(NSString *)description` method to convert `MSACErrorReport` to a string and additional useful information about sending error.
* **[Fix]** Fix build failure on Xcode 13, because of warning `Сompletion handler is never used`. Only observable when SDK is integrated as source code. Continuation of the previous fix that fixed the issue on the beta version.

### App Center

Expand Down