larvacea
a19365ecab
Merge pull request #523 from microsoft/maharrim/piikind
...
Android EventProperty: piiKind and dataCategory
2020-07-16 18:00:40 -07:00
larvacea
43683e7830
Merge branch 'master' into maharrim/piikind
2020-07-16 17:28:17 -07:00
larvacea
c41f8c61fa
Android EventProperty: piiKind and dataCategory
...
Set piiKind and dataCategory fields when converting from the Java EventProperty class to C++.
2020-07-16 17:26:34 -07:00
Matthew Koscumb
d27c16d36e
Merge pull request #519 from microsoft/mkoscumb-remove-datapackage-usage
...
Remove DataPackage usage in the BondSplicer
2020-07-16 16:45:15 -07:00
Matthew Koscumb
f9a315cafd
Merge branch 'master' into mkoscumb-remove-datapackage-usage
2020-07-16 09:15:51 -07:00
Jacob Langley
3eb6467ab8
Merge pull request #520 from microsoft/jacobl-fixC41000
...
Remove suppression of C4100 and fix fallout
2020-07-16 05:39:26 -07:00
Jacob Langley
06e73b6047
Remove suppression of C4100 and fix fallout
2020-07-15 13:51:35 -07:00
Matt Koscumb
f20dc1c865
Explicitly use size_t, 0 is often inferred as int, and in some build scenarios may result in breaks due to upcasting.
2020-07-15 12:14:26 -07:00
Matt Koscumb
777d5707cd
Replace test methods with addTenanToken
2020-07-15 11:54:54 -07:00
Matt Koscumb
6b84e50d34
Remove commented out code.
2020-07-15 11:27:15 -07:00
Matt Koscumb
9c24c80055
Rename addDataPackage to addTenantToken to better indicate what this method is doing.
2020-07-15 10:52:27 -07:00
Matt Koscumb
18c1b88ae8
Remove DataPackage argument to addDataPackage, since the argument is unused.
2020-07-15 10:38:18 -07:00
larvacea
9819fe063e
Merge pull request #514 from microsoft/maharrim/proguard
...
Proguard/R8 annotations
2020-07-14 12:19:48 -07:00
larvacea
e9b61ad45d
@Keep the MaeUnitLogger class as well.
...
As Lalit points out, we do call back into this method from native code in unit tests, so we should annotate the abstract class. With this annotation, R8 does keep this method name intact.
2020-07-14 10:43:41 -07:00
larvacea
771561987b
Proguard/R8 annotations
...
Prevent R8 dead-code and obfuscation for the classes that JNI native
code expects to find.
2020-07-13 20:01:05 -07:00
Max Golovanov
4b61c77d2f
Merge pull request #513 from microsoft/maxgolov/release/v3.4
...
Update SDK version files to v3.4
2020-07-13 11:05:30 -07:00
Max Golovanov
2b25ee448b
Update SDK version files to v3.4
2020-07-13 10:48:43 -07:00
eduardo-camacho
dbb2c16258
Merge pull request #510 from microsoft/eduardo-camacho/feature/objc-int64
...
Issue #500 : Fix handing of int64 values at Obj-C wrapper when sending event
2020-07-12 10:01:16 -07:00
Sid Dahiya
c8c4e264cc
Merge branch 'master' into eduardo-camacho/feature/objc-int64
2020-07-10 17:37:32 -07:00
Max Golovanov
f91bf70fc4
Merge pull request #288 from microsoft/maxgolov/avoid_InternetGetConnectedState
...
Stop using InternetGetConnectedState
2020-07-10 15:39:01 -07:00
Eduardo Camacho Camacho
e38274c60c
Issue #500 : Fix handing of int64 values at Obj-C wrapper when sending events
2020-07-10 12:47:52 -07:00
Max Golovanov
40c4ae7d02
Merge branch 'master' into maxgolov/avoid_InternetGetConnectedState
2020-07-10 12:08:37 -07:00
Lalit Kumar Bhasin
a6fb35de41
Merge pull request #499 from microsoft/labhas/db-fail-event
...
Debug event on DB open failure.
2020-07-11 00:38:09 +05:30
Max Golovanov
2128b561a7
Merge branch 'master' into maxgolov/avoid_InternetGetConnectedState
2020-07-10 12:07:53 -07:00
Max Golovanov
40317e0240
Update WindowsDesktopNetworkInformationImpl.cpp
...
Addressing code review comments
2020-07-10 12:06:56 -07:00
Lalit Kumar Bhasin
3a6c5de136
Merge branch 'master' into labhas/db-fail-event
2020-07-10 23:01:07 +05:30
saurabhagr12
dbe239e6bd
Merge pull request #501 from microsoft/sagrawal/AndroidJava
...
Additional DDV API for java
2020-07-10 22:50:04 +05:30
Ubuntu
e9730b9be3
test case
2020-07-10 15:53:11 +00:00
saurabhagr12
59f0370f49
Merge branch 'master' into sagrawal/AndroidJava
2020-07-10 01:22:40 +05:30
Saurabh Agrawal
755f6e5420
Updating the test app http config to allow cleartext for DDV connection, minor changes in ddv jni methods
2020-07-10 01:05:10 +05:30
Matthew Koscumb
2423eafc6a
Merge pull request #507 from microsoft/mkoscumb-make-eventuploadcontextpr-smart
...
Make EventsUploadContextPtr a Smart Pointer
2020-07-09 08:57:39 -07:00
Max Golovanov
d389755b12
Merge branch 'master' into mkoscumb-make-eventuploadcontextpr-smart
2020-07-08 20:31:13 -07:00
Max Golovanov
620d77dc84
Merge pull request #508 from microsoft/maxgolov/c89_vs2010_fix
...
Retrocomputing: Visual Studio 2010 / C89 support fix
2020-07-08 20:30:55 -07:00
Max Golovanov
120c9c79af
Merge branch 'master' into maxgolov/c89_vs2010_fix
2020-07-08 17:33:33 -07:00
Matt Koscumb
e18dd5c6da
Add an assert if removing an EventsUploadContextPtr fails.
2020-07-08 17:01:20 -07:00
Matthew Koscumb
d1bdd22846
Merge branch 'master' into mkoscumb-make-eventuploadcontextpr-smart
2020-07-08 16:32:07 -07:00
larvacea
9a67b4a478
Merge pull request #506 from microsoft/maharrim/unittest
...
Test logger change, Java ILogConfiguration round trip
2020-07-08 16:10:15 -07:00
Matthew Koscumb
c745b1c0f0
Merge branch 'master' into mkoscumb-make-eventuploadcontextpr-smart
2020-07-08 16:01:20 -07:00
Max Golovanov
3869f43e1f
Visual Studio 2010 support fix
2020-07-08 15:48:24 -07:00
larvacea
53d7841e19
Merge branch 'master' into maharrim/unittest
2020-07-08 15:40:07 -07:00
Sid Dahiya
2c5d070367
Merge pull request #497 from microsoft/sid-dahiya/dataviewerdocupdate
...
Update Data Viewer Docs
2020-07-08 15:17:06 -07:00
Matt Koscumb
ba08f7155e
Add tests to ensure the remove operation continues to perform as expected.
2020-07-08 14:01:10 -07:00
Matt Koscumb
bf46937464
Fix up some missing const&
2020-07-08 13:36:36 -07:00
Matt Koscumb
4b4b69a886
Clean up some in-line initializers
2020-07-08 13:15:19 -07:00
Matt Koscumb
b37ff55fbb
Move EventsUploadContextPtr to a std::shared_ptr<T>
2020-07-08 13:00:16 -07:00
Sid Dahiya
e202e6ad01
Merge branch 'master' into sid-dahiya/dataviewerdocupdate
2020-07-08 11:04:39 -07:00
Sid Dahiya
8f60aa3207
Add work flow diagram for data viewer
2020-07-08 11:02:26 -07:00
larvacea
dc2d2ab87f
Update modules
2020-07-07 17:58:48 -07:00
larvacea
672537744c
Test dead loggers and Java ILogConfiguration
...
Test the leak-logger change and do a round-trip test of ILogConfiguration mapping between Java and native code on Android.
2020-07-07 17:58:48 -07:00
Max Golovanov
574b514017
Merge branch 'master' into labhas/db-fail-event
2020-07-07 17:12:07 -07:00