Commit Graph
182 Commits
Author SHA1 Message Date
hai007 ae813b51d3 [Sharing] Add QuickSetting tile into ActivityName.
PiperOrigin-RevId: 441072655
2022-04-11 20:45:42 -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 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 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 e6752f3348 Update README for iOS & macOS Build.
PiperOrigin-RevId: 438758043
2022-04-01 00:43:03 -07:00
deling-google 1f7ad3b553 Add protos and headers 2022-03-31 12:44:50 -07:00
suetfei d65e41cc4a Internal Flow Fix
PiperOrigin-RevId: 438157831
2022-03-29 16:41:43 -07:00
hai007 e74b650980 Adding Annotations
PiperOrigin-RevId: 437668370
2022-03-27 22:05:03 -07:00
suetfei fe8bb9a880 Internal script change
PiperOrigin-RevId: 431088787
2022-02-25 20:58:58 -08:00
suetfei 3c8a279829 Add WORKSPACE and .bazelrc and make other changes for bazel build.
PiperOrigin-RevId: 428343135
2022-02-13 08:50:47 -08:00
suetfei 37f8b4487e Internal flow change phase 2.
PiperOrigin-RevId: 427059704
2022-02-07 17:17:20 -08:00
fdi 7661019dc3 [Sharing] Setup self share analytics.
PiperOrigin-RevId: 427048806
2022-02-07 16:29:02 -08:00
hais a5086f3878 Modify copybara rules
PiperOrigin-RevId: 426029875
2022-02-02 19:09:34 -08:00
suetfei 287f0d7174 Internal Flow change for BUILD.
PiperOrigin-RevId: 424991730
2022-02-02 11:51:37 -08:00
suetfei 5bc20e2ea4 Internal cleaup for protos.
PiperOrigin-RevId: 424738503
2022-02-02 11:44:51 -08:00
suetfei 5e845655bb [Nearby Directory Refactoring] Move nearby/proto codes into the appropriate directories.
PiperOrigin-RevId: 421636973
2022-01-13 12:48:51 -08:00
hai007 c90f1d023e 1. In b/206869351, WiFi framework already relaxed the permission checking for WifiManager.getCountryCode() API from requesting NETWORK_SETTING permission to COARSE location. So we can change our code to get country code from WifiManager from Android T.
2. Remove @SuppressWarnings("nullness") in Utils class.

PiperOrigin-RevId: 420221014
2022-01-06 23:24:18 -08:00
suetfei acc6f2de9a Move third_party/nearby/cpp/analytics to third_party/nearby/internal/analytics.
PiperOrigin-RevId: 420135432
2022-01-06 13:47:33 -08:00
hais cdcd37c616 update date in readme.md
PiperOrigin-RevId: 420118461
2022-01-06 12:24:04 -08:00
hai007 24d5e10784 Add one NULL_MESSAGE into the Description enum to represent the null case.
PiperOrigin-RevId: 419725172
2022-01-04 18:56:42 -08:00
fdi df0c08007b [Connections][Analytics] Add log source for NC logs.
PiperOrigin-RevId: 417531016
2021-12-21 14:48:30 -08:00
hai007 28ed3c75a4 [Nearby][Analytics] Add logging for device state.
PiperOrigin-RevId: 413681037
2021-12-02 08:09:12 -08:00
hais a192cd3e32 Patch recent cls from nearby_connections;
Sync github to replace nearby_connections with nearby.

PiperOrigin-RevId: 411609608
2021-11-22 11:38:39 -08:00
hai007 083d692205 Update connections_log.proto
PiperOrigin-RevId: 409772395
2021-11-14 01:39:58 -08:00
edwinwu fb0337ebfa ios: nearbyConnections: Move source to //third_party.
PiperOrigin-RevId: 408046875
2021-11-06 09:45:54 -07:00
hai007 8c2dd35eac [Connections] Remove the usage of @BandOrFrequency annotation
BEGIN_PUBLIC
END_PUBLIC

PiperOrigin-RevId: 407726054
2021-11-04 19:36:05 -07:00
hai007 8259c92b37 PhoneHub hopes to keep a long lived connection (over 10 mins) between Android and ChromeOS. However, phone would go to deep sleep mode and not send out KeepAlive even when receiving KeepAlive from CrOS. Here we force a KeepAliveAck back to avoid KeepAlive timeout.
PiperOrigin-RevId: 401454742
2021-10-07 01:59:30 -07:00
hai007 55edd5efa6 Branch BandwidthUpgradeManagerV2 to support the re-priority mechanism, separate the priority logic into BandwidthUpgradeProtocol to support below priority
1. 6GHz > 5GHz > 2.4 GHz

2. 80 MHz > 40 MHz > 20 MHz medium for 5GHz mediums(next CL)

PiperOrigin-RevId: 400929119
2021-10-05 02:29:31 -07:00
edwinwu 38f89e4e05 analytics: 3p NC: Update Connections_log.proto
PiperOrigin-RevId: 400862464
2021-10-04 18:21:32 -07:00