Commit Graph
390 Commits
Author SHA1 Message Date
Francis Tsui 431b62aa3b Remove unused files.
PiperOrigin-RevId: 764960951
2025-05-29 18:09:11 -07:00
Francis Tsui 09cdc14fb6 Fix files.cc.
PiperOrigin-RevId: 764926334
2025-05-29 16:17:09 -07:00
Francis Tsui 82bfeff174 Internal change.
PiperOrigin-RevId: 764360847
2025-05-28 12:07:26 -07:00
Francis Tsui 96a274a58f Ban use of std::filesystem from nearby/sharing.
PiperOrigin-RevId: 762119139
2025-05-22 14:09:49 -07:00
Francis Tsui 90b7e76a24 Remove std::filesystem from nearby/sharing.
PiperOrigin-RevId: 761743090
2025-05-21 18:08:00 -07:00
Francis Tsui 1accd129e7 Remove use of std::filesystem from sharing/internal.
PiperOrigin-RevId: 761618789
2025-05-21 12:12:28 -07:00
Francis Tsui 151ba03d0f Create nearby::FilePath class to replace use of std::filesystem::path.
- Replace filesystem::path in DeviceInfo.

PiperOrigin-RevId: 761224912
2025-05-20 14:12:07 -07:00
Francis Tsui 16c3d9bc45 Fix package visibility.
PiperOrigin-RevId: 758903729
2025-05-14 17:52:19 -07:00
hai007 2add27671b Support XR devices for QuickShare DeviceType
PiperOrigin-RevId: 758009685
2025-05-12 19:41:03 -07:00
hai007 98122ed51a Log time taken to download attachments on the sender side
PiperOrigin-RevId: 754117861
2025-05-02 13:39:38 -07:00
Francis Tsui 183d21efe5 Move log statement to VLOG to reduce log spam.
PiperOrigin-RevId: 751177356
2025-04-24 16:16:14 -07:00
Francis Tsui adb38095d8 Remove unnecessary redefinition of enums.
PiperOrigin-RevId: 750006705
2025-04-21 19:36:52 -07:00
Francis Tsui a429cfd03a internal changes
PiperOrigin-RevId: 748788743
2025-04-17 13:22:13 -07:00
Guogang Li bd187dc741 Update flag for AWDL
PiperOrigin-RevId: 746205866
2025-04-10 15:55:24 -07:00
Francis Tsui 516c0c6e53 Improve logging of skipped share targets due to vendorID.
PiperOrigin-RevId: 744814331
2025-04-07 12:36:03 -07:00
Francis Tsui 7ce7527f60 Add logging of uploaded and downloaded cert ids.
PiperOrigin-RevId: 744807951
2025-04-07 12:16:40 -07:00
Francis Tsui b8ad929123 More frequent contact sync.
PiperOrigin-RevId: 744801485
2025-04-07 11:59:13 -07:00
Francis Tsui 8f52d4129a Stop generating selected contacts certs.
PiperOrigin-RevId: 742919089
2025-04-01 18:48:39 -07:00
Francis Tsui 0222177e94 Move device ID generation to login success.
PiperOrigin-RevId: 742428028
2025-03-31 15:44:59 -07:00
Francis Tsui d9a54115ee Change scheduler to require internet connectivity for jobs that use require_connectivity flag.
PiperOrigin-RevId: 740473218
2025-03-25 13:53:26 -07:00
Francis Tsui 51ef2273ca Add internet connectivity check to network monitor.
PiperOrigin-RevId: 739495202
2025-03-22 09:33:41 -07:00
Francis Tsui cf271d55b7 Clean up scheduler.
PiperOrigin-RevId: 739333476
2025-03-21 16:30:59 -07:00
Francis Tsui 57773f9b80 Fix DeviceID not changed after logout.
PiperOrigin-RevId: 738836722
2025-03-20 09:43:48 -07:00
Francis Tsui 70b25b4f8b Internal changes
PiperOrigin-RevId: 738496714
2025-03-19 12:25:22 -07:00
Francis Tsui b8815f5229 Remove legacy log macros.
PiperOrigin-RevId: 735161065
2025-03-09 13:13:10 -07:00
Francis Tsui 5038280159 Remove legacy log macros.
PiperOrigin-RevId: 734977247
2025-03-08 16:36:16 -08:00
Francis Tsui e8d3f607fe Allow setting of alternate service UUID on StartDiscovery.
PiperOrigin-RevId: 734298729
2025-03-06 14:57:27 -08:00
hai007 d1850d4db0 [Analytics] Log event for disconnecting by the disallowed medium
PiperOrigin-RevId: 734037398
2025-03-06 01:23:33 -08:00
Francis Tsui 7e758061ac Allow setting of alternate service UUID on StartDiscovery.
PiperOrigin-RevId: 733850300
2025-03-05 13:34:29 -08:00
Francis Tsui 270c23cb7f Prevent crash if CallNearbyIdentityApi flag updated during process lifetime.
PiperOrigin-RevId: 733485303
2025-03-04 15:24:21 -08:00
Francis Tsui 0b2a0961f9 Remove unnecessary c'tor from struct.
PiperOrigin-RevId: 733138400
2025-03-03 18:53:38 -08:00
hai007 d22c273f1f [Quick Share] Track whether user visited quickshare.google/qrcode after tapping on the "Try again" button
PiperOrigin-RevId: 733037389
2025-03-03 13:23:08 -08:00
Guogang Li a7bb6673a6 internal update
PiperOrigin-RevId: 729773934
2025-02-21 22:24:57 -08:00
Anay Wadhera 60d5fe440e internal analytics
PiperOrigin-RevId: 727050454
2025-02-14 13:46:08 -08:00
Francis Tsui 1d3b17821b Fix issue with multiple Cancellations for same target ID.
PiperOrigin-RevId: 726234081
2025-02-12 16:08:37 -08:00
Francis Tsui 2587c6abad Do not reschedule private cert expiration check if user is logged out.
PiperOrigin-RevId: 726168581
2025-02-12 13:10:47 -08:00
hai007 d08d976c0a Output the instant_connection_result field to the sender flow table
PiperOrigin-RevId: 725938297
2025-02-12 00:33:22 -08:00
Francis Tsui 9a98e8dacf Fix updating OutgoingShareSession for dedup.
PiperOrigin-RevId: 725347879
2025-02-10 14:28:28 -08:00
hai007 c6c8c23923 [Analytics]Join HaTs session ID with Flow ID.
PiperOrigin-RevId: 723305804
2025-02-04 18:35:08 -08:00
Francis Tsui 3706d9d497 Cleanup
PiperOrigin-RevId: 723240490
2025-02-04 15:08:14 -08:00
Nick Bourdakos dc0633c0f8 Internal change
PiperOrigin-RevId: 723164767
2025-02-04 11:28:56 -08:00
Francis Tsui e76adeab50 Move disconnection timeout into OutgoingShareSession.
PiperOrigin-RevId: 722519076
2025-02-02 22:59:12 -08:00
Francis Tsui 17c6dd8ee4 Keep management of outgoing_share_target_map_ and outgoing_share_session_map_ together.
PiperOrigin-RevId: 721918835
2025-01-31 15:15:17 -08:00
Francis Tsui c9686fdb0f Add APK support
PiperOrigin-RevId: 720620879
2025-01-28 10:19:49 -08:00
Anay Wadhera b2a71e427d internal change
PiperOrigin-RevId: 720250168
2025-01-27 11:43:17 -08:00
Eiden Kim 639581f6db Internal change
PiperOrigin-RevId: 718041042
2025-01-21 13:12:51 -08:00
Suet-Fei Li 951f3b194d add flag disable_wifi_hotspot_for_selected_devices and use it to disable wifi hotspot for HP Realtek devices.
PiperOrigin-RevId: 716405757
2025-01-16 15:45:13 -08:00
Francis Tsui e3a2460844 Add unittest.
PiperOrigin-RevId: 715587586
2025-01-14 17:26:08 -08:00
Francis Tsui 6694e2bf19 Ignore cert refresh when not logged in.
PiperOrigin-RevId: 715556067
2025-01-14 15:39:40 -08:00
Francis Tsui 58e8a32036 Internal changes
PiperOrigin-RevId: 715489264
2025-01-14 12:46:59 -08:00