Commit Graph
710 Commits
Author SHA1 Message Date
suetfei 9bf9617184 Create offline_wire_formats.pb.h 2022-04-01 12:10:54 -07:00
suetfei 7abd0a0767 Rename google_toolbox_for_mac to google-toolbox-for-mac.
PiperOrigin-RevId: 438835006
2022-04-01 08:58:28 -07:00
suetfei 1bf3406ca6 Restore Package.resolved.
PiperOrigin-RevId: 438813655
2022-04-01 06:53:16 -07:00
suetfei e6752f3348 Update README for iOS & macOS Build.
PiperOrigin-RevId: 438758043
2022-04-01 00:43:03 -07:00
suetfei 3fa664c37b Merge pull request #554 from deling-google/symlink
Restructure third_party folder to enable building for iOS
2022-03-31 16:22:09 -07:00
deling-google 58352df21c Add Package.resolved 2022-03-31 16:03:11 -07:00
deling-google b68f3ccf60 Add branch info 2022-03-31 15:16:17 -07:00
deling-google 2ceb48b660 Update gitignore to include Package.resolved 2022-03-31 15:11:59 -07:00
deling-google 9249dece02 Symlink smhasher headers 2022-03-31 15:10:50 -07:00
deling-google c42d3769ff Symlink google-toolbox-for-mac headers 2022-03-31 15:07:14 -07:00
deling-google 0127c862a8 Symlink securemessage headers 2022-03-31 14:55:51 -07:00
deling-google 47d07ea29f Symlink ukey2 headers 2022-03-31 14:50:34 -07:00
deling-google 739cde0832 Ignore .build folder 2022-03-31 14:32:57 -07:00
deling-google 7654b3a0db Fix build 2022-03-31 14:28:40 -07:00
bourdakos 42fa8561fc Add NEARBY_SWIFTPM flag to Package.swift
PiperOrigin-RevId: 438659087
2022-03-31 14:18:43 -07:00
deling-google 1f7ad3b553 Add protos and headers 2022-03-31 12:44:50 -07:00
deling-google e6a57b7fc1 Change google-toolbox-for-mac folder name 2022-03-31 12:33:58 -07:00
deling-google 8d14a286e3 Add two submodules 2022-03-31 12:28:12 -07:00
deling-google 1049f65324 Add smhasher 2022-03-31 12:22:52 -07:00
deling-google 69a27ac968 Remove smhasher 2022-03-31 12:16:50 -07:00
deling-google 7baeae44d0 Add ukey2 submodule 2022-03-31 12:09:10 -07:00
deling-google 6bb367801e Remove ukey2 folder 2022-03-31 12:06:07 -07:00
deling-google 7001cac45e Update .gitmodules
Delete submodule ukey2
2022-03-31 12:04:31 -07:00
bourdakos 0f8c1b1fbe Move public headers to be compatible with SPM
PiperOrigin-RevId: 438583798
2022-03-31 09:16:17 -07:00
bourdakos ac069b6eda Add Package.swift
PiperOrigin-RevId: 438582458
2022-03-31 09:09:35 -07:00
bourdakos a4feafd4f8 Fix a few struct initializers that are not compatible with c++14
PiperOrigin-RevId: 438565404
2022-03-31 07:44:24 -07:00
bourdakos 7c4bb693b5 Return the actual download path instead of tmp directory
PiperOrigin-RevId: 438464501
2022-03-30 20:26:26 -07:00
bourdakos 4e1c8c8222 Don't include base/logging.h for SPM builds
PiperOrigin-RevId: 438453534
2022-03-30 19:11:34 -07:00
bourdakos 267afabefd Escape file paths to avoid crashes when paths include spaces
PiperOrigin-RevId: 438437189
2022-03-30 17:26:43 -07:00
suetfei a952c85e49 Internal Flow Change.
PiperOrigin-RevId: 438421136
2022-03-30 16:11:51 -07:00
edwinwu 190d3ebafc [BLE Refactor] Impl Start/Stop Scanning and DiscoveredPeripheral callback function in medium layer and ScanCallback in platform layer.
PiperOrigin-RevId: 438293171
2022-03-30 07:08:05 -07:00
suetfei d65e41cc4a Internal Flow Fix
PiperOrigin-RevId: 438157831
2022-03-29 16:41:43 -07:00
bourdakos 15d3fa0df5 Put CreateWebRtcMedium behind NO_WEBRTC flag
PiperOrigin-RevId: 437864516
2022-03-28 15:07:30 -07:00
bourdakos 6050084473 BEGIN_PUBLIC
Remove GTMStringEncoding dependency, because it is unused
END_PUBLIC

PiperOrigin-RevId: 437854852
2022-03-28 14:27:33 -07:00
hai007 e74b650980 Adding Annotations
PiperOrigin-RevId: 437668370
2022-03-27 22:05:03 -07:00
hais c1e898bcf1 Initial impl for PresenceClient
PiperOrigin-RevId: 437370707
2022-03-25 17:37:25 -07:00
hais c9bb09ce6e Presence discovery data types
PiperOrigin-RevId: 437004937
2022-03-24 08:52:35 -07:00
jfcarroll f4b80ccb59 These are the changes for Payload::Type => PayloadType for the flattening CL
PiperOrigin-RevId: 436767666
2022-03-23 10:11:15 -07:00
hais 4acd3b1a1d Initial impl for Nearby Presence in Nearby SDk.
discovery associated data types.

PiperOrigin-RevId: 436615656
2022-03-22 17:56:17 -07:00
edwinwu c3d4ffba65 [BLE Refactor] Fixed BloomFilterBase base member _bits is not initialized when construct from a non-empty ByteArray.
PiperOrigin-RevId: 436229874
2022-03-21 09:37:53 -07:00
jfcarroll 6d24d42132 Fix a bug where output files aren't being downloaded.
PiperOrigin-RevId: 435672340
2022-03-18 10:24:20 -07:00
jfcarroll 517d77f5aa This adds parent path and file name to the Payload constructor. This will affect chrome.
PiperOrigin-RevId: 435223740
2022-03-16 19:18:13 -07:00
guogang 31b2aae6c5 Fixed crashes during bandwidth upgrade
PiperOrigin-RevId: 435192352
2022-03-16 16:36:09 -07:00
eidenkim 2b5c99df70 Refactor Nearby Connections Service layer in Nearby Sharing Service
PiperOrigin-RevId: 434850962
2022-03-15 14:06:26 -07:00
edwinwu 0702409047 [BLE Refactor] Modify to allow zero numSlots for AdvertisementHeader.
PiperOrigin-RevId: 434634152
2022-03-14 19:39:50 -07:00
hai007 9239fb0767 Update connections_log.proto
PiperOrigin-RevId: 433386097
2022-03-08 21:17:00 -08:00
edwinwu 66b425dc4e [BLE Refactor] Impl Start/Stop AdvertisementGattServer
PiperOrigin-RevId: 432657453
2022-03-05 08:33:01 -08:00
hai007 eadc972af3 Fix BWU crash problem because WIFI_LAN create socket based on IPV6.
PiperOrigin-RevId: 432222945
2022-03-03 10:16:22 -08:00
edwinwu 91dfdefb9f [BLE Refactor] Impl Start/Stop Advertising function in medium layer.
PiperOrigin-RevId: 432185275
2022-03-03 07:04:32 -08:00
edwinwu 450c536889 Clean up files.
PiperOrigin-RevId: 431835232
2022-03-01 19:56:36 -08:00