suetfei
ba3c8810e1
BEGIN_PUBLIC
...
Internal Flow fix (again)
ENG_PUBLIC
Exclude compiled_proto dir.
PiperOrigin-RevId: 440143840
2022-04-07 10:38:51 -07:00
hai007
077a901654
Add connections:core as required dependency to use the DLL's headers.
...
When creating a cc_library with core_adapter dependency,
the headers from connections:core are not exported result in
headers not found. This change add connections:core as required
dependency to make the build pass.
PiperOrigin-RevId: 440134598
2022-04-07 10:04:58 -07:00
hai007
6b3402ccd0
Disable layering check for objc_library
...
In preparation for enabling layering check by default for
objc_library, we are disabling layering check for any targets or
packages that would otherwise fail.
PiperOrigin-RevId: 439900062
2022-04-06 12:01:37 -07:00
eidenkim
e382c7d230
Added payload bytes to the payload callback
...
PiperOrigin-RevId: 439672387
2022-04-05 14:10:57 -07:00
suetfei
92682f6923
Update README
...
PiperOrigin-RevId: 439611406
2022-04-05 10:11:51 -07:00
suetfei
6a6d3c3526
Delete sharing_enums.pb.h
2022-04-05 09:55:04 -07:00
suetfei
6585aaf11e
Delete sharing_enums.pb.cc
2022-04-05 09:54:52 -07:00
suetfei
534a3be9cd
Delete connections_enums.pb.h
2022-04-05 09:54:36 -07:00
suetfei
086fa4ffbe
Delete connections_enums.pb.cc
2022-04-05 09:54:28 -07:00
suetfei
607cf4be72
Delete connections_log.pb.h
2022-04-05 09:52:55 -07:00
suetfei
e372d2166a
Delete connections_log.pb.cc
2022-04-05 09:52:45 -07:00
suetfei
d99101d23d
Delete web_rtc_signaling_frames.pb.h
2022-04-05 09:52:15 -07:00
suetfei
c36a6fcfdf
Delete web_rtc_signaling_frames.pb.cc
2022-04-05 09:52:06 -07:00
suetfei
1dc22600cd
Delete nfc_frames.pb.h
2022-04-05 09:51:55 -07:00
suetfei
83cb6ac3b5
Delete nfc_frames.pb.cc
2022-04-05 09:51:47 -07:00
suetfei
0476c8e209
Delete ble_frames.pb.h
2022-04-05 09:51:39 -07:00
suetfei
cd3315ad8b
Delete ble_frames.pb.cc
2022-04-05 09:51:32 -07:00
suetfei
830f8a6174
Delete error_code_enums.pb.h
2022-04-05 09:51:16 -07:00
suetfei
ab8e12e054
Delete error_code_enums.pb.cc
2022-04-05 09:50:59 -07:00
suetfei
82cd2d5e6c
Delete offline_wire_formats.pb.h
2022-04-05 09:50:27 -07:00
suetfei
983f5e0c61
Delete offline_wire_formats.pb.cc
2022-04-05 09:50:09 -07:00
bourdakos
9429d0f383
In the connection initiated handler, return endpoint info as NSData instead of casting to a String
...
PiperOrigin-RevId: 439382816
2022-04-04 12:28:17 -07:00
edwinwu
0747c0a349
[BLE Refactor] Tune BleAdvertisement, BleAdvertisementHeader, BlePeripheral, AdvertisementReadResult, BleUtils.
...
PiperOrigin-RevId: 439365106
2022-04-04 11:19:24 -07:00
hai007
7eded6c621
Sends FILE payload with file path/name directly as underlaying File and Payload code can support it now
...
PiperOrigin-RevId: 439336659
2022-04-04 09:36:15 -07:00
suetfei
e281627e55
Create sharing_enums.pb.h
2022-04-04 00:57:31 -07:00
suetfei
7d6e61e59e
Create sharing_enums.pb.cc
2022-04-04 00:57:06 -07:00
suetfei
03f4bfaf41
Create web_rtc_signaling_frames.pb.h
2022-04-04 00:55:46 -07:00
suetfei
8ef586cc40
Create web_rtc_signaling_frames.pb.cc
2022-04-04 00:55:18 -07:00
suetfei
3ab871d6b7
Create nfc_frames.pb.h
2022-04-04 00:54:25 -07:00
suetfei
cde9ea1e67
Create nfc_frames.pb.cc
2022-04-04 00:53:54 -07:00
suetfei
ca90cf06e9
Create ble_frames.pb.h
2022-04-04 00:53:23 -07:00
suetfei
cbba00a38a
Create ble_frames.pb.cc
2022-04-04 00:52:36 -07:00
suetfei
1af4066c2e
Create error_code_enums.pb.h
2022-04-04 00:51:09 -07:00
suetfei
f5bb4ff3c0
Create error_code_enums.pb.cc
2022-04-04 00:50:35 -07:00
suetfei
5f606aac59
Create connections_enums.pb.h
2022-04-04 00:49:27 -07:00
suetfei
29be0ce842
Create connections_enums.pb.cc
2022-04-04 00:48:15 -07:00
suetfei
7f9f5e2913
Create connections_log.pb.h
2022-04-04 00:46:39 -07:00
suetfei
e6250087d9
Merge pull request #570 from google/try_add_protos
...
Try add protos
2022-04-04 00:45:44 -07:00
suetfei
72d6b75391
Create connections_log.pb.cc
2022-04-04 00:42:02 -07:00
suetfei
c010c0e681
Create offline_wire_formats.pb.h
2022-04-04 00:37:48 -07:00
suetfei
d898aaf752
Delete test_proto.pb.h
2022-04-04 00:35:39 -07:00
suetfei
87a55ad400
Create offline_wire_formats.pb.cc
2022-04-04 00:35:30 -07:00
suetfei
85ce12b6b5
Fix broken internal flow.
...
PiperOrigin-RevId: 439103848
2022-04-02 22:46:20 -07:00
suetfei
7e82d1c611
Merge pull request #564 from google/test_protos
...
Create test_proto.pb.h
2022-04-02 00:10:39 -07:00
suetfei
032315de18
Create test_proto.pb.h
2022-04-02 00:10:08 -07:00
suetfei
3c539103a9
Fix broken internal flow.
...
PiperOrigin-RevId: 438953015
2022-04-01 18:27:45 -07:00
suetfei
a9ec309feb
Merge pull request #562 from google/add_more_protos
...
Create offline_wire_formats.pb.cc
2022-04-01 18:13:45 -07:00
suetfei
6124b34df1
Create offline_wire_formats.pb.cc
2022-04-01 18:13:15 -07:00
jfcarroll
9470516984
Refactored the executor test testing a single threaded executor with mulitple tasks. I pulled the main
...
thread out of the array, and assigned it to it's own local var. I think this simplify's the test
making it more amenable to debugging. We are having flakiness in the iOS version of this test, so this is intended to make it absolutely clear what we are testing.
PiperOrigin-RevId: 438897634
2022-04-01 13:29:47 -07:00
suetfei
6fd243cb6e
Fix internal flow
...
PiperOrigin-RevId: 438887677
2022-04-01 12:46:30 -07:00