Max Golovanov
fe75d76335
Fix path issue
2020-06-05 21:51:43 -07:00
Max Golovanov
bd238e4cce
Moving clang and vs2017 full build from Azure Pipelines to GitHub Actions
2020-06-05 21:45:33 -07:00
Max Golovanov
c9a89abc29
Merge branch 'master' into sagrawal/AndroidJava
2020-06-05 19:51:05 -07:00
Max Golovanov
76262b900c
Create build-windows-vs2017.yaml
...
Move build-all.bat from VSO to GitHub Actions
2020-06-05 19:35:12 -07:00
Saurabh Agrawal
fa12761aed
Java API LogManager completion along with DDV changes
2020-06-06 03:34:07 +05:30
Matthew Koscumb
5a0e6d44f4
Merge branch 'master' into mkoscumb-refactor-default-profiles-without-json
2020-06-04 16:45:15 -07:00
eduardo-camacho
7cdc1854b4
Merge pull request #416 from microsoft/eduardo-camacho/feature/wrapCPPExceptions
...
Wrap C++ exceptions into NSException
2020-06-04 16:34:53 -07:00
Saurabh Agrawal
c099307cf6
Null pointer exception fix
2020-06-05 02:14:22 +05:30
Saurabh Agrawal
a7d8fb6476
Updated to the Logger Class and other changes
2020-06-05 02:02:43 +05:30
Eduardo Camacho Camacho
c11c6e2947
Wrap C++ exceptions into NSException
2020-06-02 19:27:46 -07:00
larvacea
c81d46aae2
Offline storage using Android Room
...
Use the androidx Room package for offline storage. This is a drop-in replacement
for the OfflineStorage_SQLite implementation. This includes unit tests (used as
pinning tests) for the three implementations of IOfflineStorage. Using androidx
Room reduces file size for AAR and APK files.
2020-06-02 17:41:12 -07:00
eduardo-camacho
e2ffa0e0cf
Merge pull request #409 from microsoft/eduardo-camacho/feature/surfaceCPPExceptions
...
Add capability to hide C++ exceptions from Obj-C Wrapper consumers
2020-06-02 16:23:15 -07:00
eduardo-camacho
9e260e2322
Merge branch 'master' into eduardo-camacho/feature/surfaceCPPExceptions
2020-06-02 15:56:59 -07:00
Sid Dahiya
dc86451038
Merge pull request #412 from microsoft/sid-dahiya/Correct_Obj-C_PDT_Markup
...
Update ODWEventProperties.h
2020-06-02 15:20:12 -07:00
Sid Dahiya
efe92a08b0
Update ODWEventProperties.h
...
Switch PDT from ENUM to OPTIONS
2020-06-02 12:57:57 -07:00
eduardo-camacho
e6ea7ea2ba
Merge branch 'master' into eduardo-camacho/feature/surfaceCPPExceptions
2020-06-01 17:04:16 -07:00
Saurabh Agrawal
e2912c367c
Updating Java Enums
2020-06-02 01:24:29 +05:30
Matthew Koscumb
55b3db32c5
Merge branch 'master' into mkoscumb-refactor-default-profiles-without-json
2020-06-01 11:59:21 -07:00
Saurabh Agrawal
fce09bebb0
Java 1DS sdk cahnges
2020-06-01 02:20:25 +05:30
Matthew Koscumb
efca6bb54b
Merge pull request #406 from microsoft/mkoscumb-Obj-C-User-Language-should-be-bcp47
...
UserInfo_Language in Obj-C is not a BCP-47 locale tag.
2020-05-30 14:50:51 -07:00
Eduardo Camacho Camacho
602dfbd116
Add capability to hide C++ exceptions from Obj-C Wrapper consumers
2020-05-29 18:31:00 -07:00
Matthew Koscumb
4179108417
Handle the case where the country code is empty.
2020-05-29 14:29:25 -07:00
Max Golovanov
bcad8a826d
Merge branch 'master' into mkoscumb-Obj-C-User-Language-should-be-bcp47
2020-05-29 10:45:26 -07:00
Max Golovanov
75cf9b3f26
Merge pull request #385 from microsoft/sid-dahiya/AddPDLFieldsAndNewLogEvent
...
Add/Update Privacy markups for events
2020-05-29 10:45:01 -07:00
Sid Dahiya
c790240db7
Merge branch 'master' into sid-dahiya/AddPDLFieldsAndNewLogEvent
2020-05-28 14:08:00 -07:00
Sid Dahiya
d987f63492
Rename fields to be 50 chars or less
2020-05-28 14:03:40 -07:00
Max Golovanov
6e97f6445b
Merge branch 'master' into mkoscumb-refactor-default-profiles-without-json
2020-05-28 13:59:00 -07:00
Matthew Koscumb
5a5394101d
Merge branch 'master' into mkoscumb-Obj-C-User-Language-should-be-bcp47
2020-05-28 13:44:17 -07:00
Sid Dahiya
32510055aa
Merge branch 'sid-dahiya/AddPDLFieldsAndNewLogEvent' of https://github.com/microsoft/cpp_client_telemetry into sid-dahiya/AddPDLFieldsAndNewLogEvent
2020-05-28 13:36:05 -07:00
Sid Dahiya
8ace5a7108
Revert usage of CommonFields.h
2020-05-28 13:35:58 -07:00
kindbe
e963c46b7b
Add umbrella header for obj-c wrappers ( #405 )
...
* Add umbrella header for obj-c wrappers
Add imports for all public obj-c headers to support Swift
* Renaming to avoid leading underscore
Starting the header name with a digit causes an underscore to be prefixed on Swift.
Co-authored-by: Max Golovanov <maxgolov@microsoft.com>
2020-05-28 13:23:01 -07:00
Max Golovanov
608518a53c
Update modules
2020-05-28 12:40:38 -07:00
Sid Dahiya
2a51270775
Switch string literals to macros
2020-05-28 12:21:00 -07:00
Matthew Koscumb
7a72b9d65b
Merge branch 'master' into mkoscumb-refactor-default-profiles-without-json
2020-05-28 11:57:51 -07:00
Sid Dahiya
c618d12c3c
Revert Version.hpp changes
2020-05-28 11:34:44 -07:00
Sid Dahiya
30a403ef37
Fix typo in Obj-C wrapper
2020-05-28 11:33:03 -07:00
Sid Dahiya
9feda39315
Fix spacing
2020-05-27 19:01:59 -07:00
Sid Dahiya
45e43c05f0
Update Privacy Settings value.
2020-05-27 18:58:15 -07:00
Sid Dahiya
9cef8f0bf4
Update branch to merge forward.
2020-05-27 18:25:49 -07:00
Sid Dahiya
a9e641760b
Update PrivacyMetadata API
2020-05-27 18:10:07 -07:00
Sid Dahiya
bf6423f72f
Rename ODWPDT to ODWPrivacyDataType
2020-05-27 17:27:14 -07:00
Sid Dahiya
9cace6cb08
Update ODWPTD Enum to use CommonField
2020-05-27 17:25:06 -07:00
Sid Dahiya
58fdfd9441
Realign PDT_ values in CommonFields.h
2020-05-27 17:08:07 -07:00
Sid Dahiya
fc3aef8a99
Documentation update to address comments.
2020-05-27 17:06:29 -07:00
Sid Dahiya
da4a253dd8
Remove markup code in JsonFormatter.cpp
2020-05-27 16:59:14 -07:00
Sid Dahiya
82bd756740
Fix Obj-C Comments.
2020-05-27 16:23:02 -07:00
Sid Dahiya
62fa5f1534
Update Obj-C APIs to have a single PrivacyMetadata API.
2020-05-27 16:22:45 -07:00
Sid Dahiya
ebbe01cb8e
Remove unified API from EventProperties.hpp
2020-05-27 16:20:01 -07:00
Matthew Koscumb
ee704e8832
NSLocale's localeIdentifier does not return a BCP-47 locale tag, nor does it provide a helper for that.
2020-05-27 16:09:10 -07:00
Sid Dahiya
f1729fa70f
Update Obj-C wrappers with the PDT and DiagLevel Concepts
2020-05-27 15:08:32 -07:00