Francis Tsui
|
72088b7fe2
|
Remove Timer::FireNow.
PiperOrigin-RevId: 811123106
|
2025-09-24 18:44:41 -07:00 |
|
Francis Tsui
|
eb3ae063f5
|
Move OutgoingTargetsManager to separate files.
PiperOrigin-RevId: 811122178
|
2025-09-24 18:40:14 -07:00 |
|
Francis Tsui
|
3786a3784f
|
Refactor outgoing share targets management into separate class.
PiperOrigin-RevId: 811071669
|
2025-09-24 16:00:32 -07:00 |
|
hai007
|
88a0bf0385
|
...text exposed to open source public git repo
PiperOrigin-RevId: 811057024
|
2025-09-24 15:22:26 -07:00 |
|
Edwin Wu
|
d429a8e42d
|
[NC Apple coverage] Add unit tests for GNCMBleConnection.
PiperOrigin-RevId: 810761287
|
2025-09-24 00:53:29 -07:00 |
|
Edwin Wu
|
19dc77a78f
|
Fix threading issues in GNCTimerTest.
PiperOrigin-RevId: 810693891
|
2025-09-23 20:57:23 -07:00 |
|
Edwin Wu
|
56148e3b86
|
[NC Apple coverage] Add tests for GNCMConnectionHandlers.
PiperOrigin-RevId: 810655020
|
2025-09-23 18:24:47 -07:00 |
|
Francis Tsui
|
5911d53352
|
Reset endpointUD after login and logout.
PiperOrigin-RevId: 810648551
|
2025-09-23 18:00:51 -07:00 |
|
Francis Tsui
|
6d9122c4eb
|
Reuse the same wifi lan listening port number if endpoint ID stays the same.
PiperOrigin-RevId: 810534040
|
2025-09-23 12:16:23 -07:00 |
|
Francis Tsui
|
6f92e238b0
|
Refactor P2pCLusterPcpHandler and WifiLan.
PiperOrigin-RevId: 810525937
|
2025-09-23 11:56:05 -07:00 |
|
Guogang Li
|
f98241826a
|
Allow to pass event logger in C wrapper
PiperOrigin-RevId: 810518555
|
2025-09-23 11:40:27 -07:00 |
|
Francis Tsui
|
a43adfb93c
|
Stop setting IPAddress field in NsdServiceInfo on advertising.
PiperOrigin-RevId: 810516970
|
2025-09-23 11:35:20 -07:00 |
|
Francis Tsui
|
d4c86c83c1
|
Start scheduled task to call GetAccountInfo.
PiperOrigin-RevId: 809234366
|
2025-09-19 16:33:27 -07:00 |
|
Francis Tsui
|
47a84ca925
|
Removing logging of __func__ in lamdas.
PiperOrigin-RevId: 809173259
|
2025-09-19 13:53:13 -07:00 |
|
Francis Tsui
|
358557342c
|
Do not start CertificateManager scheduled tasks if user not logged in.
PiperOrigin-RevId: 808831574
|
2025-09-18 19:17:07 -07:00 |
|
Francis Tsui
|
e3e3822610
|
Log advanced protection state in SendAttachement log message.
PiperOrigin-RevId: 808750701
|
2025-09-18 15:02:45 -07:00 |
|
Nick Bourdakos
|
d6da1706c9
|
Update flags
PiperOrigin-RevId: 808693428
|
2025-09-18 12:39:34 -07:00 |
|
Francis Tsui
|
ff1b50f1fe
|
Add fields to SendAttachmentsStart to track whether advanced protection is enabled for the transfer.
PiperOrigin-RevId: 808671647
|
2025-09-18 11:44:47 -07:00 |
|
Francis Tsui
|
d4503955fe
|
Add preference value to track is advanced protection is enabled.
PiperOrigin-RevId: 808651443
|
2025-09-18 10:57:39 -07:00 |
|
Edwin Wu
|
8ded7ccfca
|
[NC Apple coverage] Add unit tests for GNCMBleUtils.
PiperOrigin-RevId: 808614106
|
2025-09-18 09:26:32 -07:00 |
|
Nick Bourdakos
|
ae94fa2cdc
|
Refactor SPM
PiperOrigin-RevId: 808549949
|
2025-09-18 06:23:33 -07:00 |
|
Edwin Wu
|
961e73d7c9
|
[NC Apple coverage] Add unit tests for BleSocket on Apple.
PiperOrigin-RevId: 808378919
|
2025-09-17 20:51:46 -07:00 |
|
Guogang Li
|
43ab7841ad
|
Reset to disconnect from individual endpoints
PiperOrigin-RevId: 808300954
|
2025-09-17 15:40:08 -07:00 |
|
Francis Tsui
|
3f4e2a6ca0
|
Add flag to enable async grpc client.
PiperOrigin-RevId: 808220477
|
2025-09-17 10:57:43 -07:00 |
|
Guogang Li
|
8f7afa358f
|
Internal cleanup
PiperOrigin-RevId: 808179180
|
2025-09-17 09:10:52 -07:00 |
|
Edwin Wu
|
5865ae7496
|
[NC Apple coverage] Add unit tests for nearby::apple::BlePeripheral.
PiperOrigin-RevId: 807925024
|
2025-09-16 18:14:24 -07:00 |
|
Guogang Li
|
5c9df28342
|
Internal cleanup
PiperOrigin-RevId: 807715725
|
2025-09-16 09:05:17 -07:00 |
|
Ivo Ristovski List
|
ebdcfbdf3c
|
Automated Code Change
PiperOrigin-RevId: 807654392
|
2025-09-16 05:23:02 -07:00 |
|
Edwin Wu
|
21f7e51635
|
[NC Apple coverage] add initial unit tests for BluetoothAdapterV2.
PiperOrigin-RevId: 807650119
|
2025-09-16 05:06:44 -07:00 |
|
Edwin Wu
|
c52edc9bae
|
[NC Apple coverage] Refactor Apple CountDownLatch to use idiomatic absl::Mutex patterns.
PiperOrigin-RevId: 807644485
|
2025-09-16 04:46:51 -07:00 |
|
Edwin Wu
|
9e050cc73a
|
[NC Apple coverage] Add tests for timer.mm.
PiperOrigin-RevId: 807639173
|
2025-09-16 04:26:11 -07:00 |
|
Edwin Wu
|
9f678bc441
|
[NC Apple coverage] Add unit tests for Nearby's Apple PreferencesManager.
PiperOrigin-RevId: 807633546
|
2025-09-16 04:06:00 -07:00 |
|
hai007
|
47b450bbd4
|
[Analytics]Add external provider package name/service id to analytics event metadata.
PiperOrigin-RevId: 807618276
|
2025-09-16 03:10:10 -07:00 |
|
hai007
|
bbecf44a56
|
Refactor WifiLanBwuHandler test to improve test coverage.
PiperOrigin-RevId: 807379771
|
2025-09-15 14:17:54 -07:00 |
|
Francis Tsui
|
ca533c1e12
|
Remove custom build file for ukey2.
PiperOrigin-RevId: 807348173
|
2025-09-15 12:58:11 -07:00 |
|
Francis Tsui
|
5d5c94f229
|
Update bazel dependency modules.
PiperOrigin-RevId: 807330007
|
2025-09-15 12:06:44 -07:00 |
|
Francis Tsui
|
525e0e7b11
|
Remove assumption that RPC calls are synchronous.
PiperOrigin-RevId: 807256161
|
2025-09-15 08:47:24 -07:00 |
|
hai007
|
5bdc1ab09c
|
Automated Code Change
PiperOrigin-RevId: 806630829
|
2025-09-13 05:04:07 -07:00 |
|
hai007
|
cbcc6d4493
|
Automated Code Change
PiperOrigin-RevId: 806563933
|
2025-09-12 23:49:09 -07:00 |
|
Francis Tsui
|
eb790c48cd
|
Fix flaky test.
PiperOrigin-RevId: 806481329
|
2025-09-12 17:18:24 -07:00 |
|
Francis Tsui
|
70bb114778
|
Set HTTP timeout.
PiperOrigin-RevId: 806439483
|
2025-09-12 15:04:40 -07:00 |
|
Francis Tsui
|
ea342c18f9
|
Remove unnecessary deprecation annotation.
PiperOrigin-RevId: 806437609
|
2025-09-12 14:58:57 -07:00 |
|
Nick Bourdakos
|
6cf792c9b2
|
Update Abseil SPM dependency
PiperOrigin-RevId: 806372541
|
2025-09-12 11:56:00 -07:00 |
|
hai007
|
b56d18d577
|
Refactor WifiLanBwuHandler test to improve test coverage.
PiperOrigin-RevId: 806350972
|
2025-09-12 11:01:53 -07:00 |
|
hai007
|
04a516f5a7
|
Automated Code Change
PiperOrigin-RevId: 806200253
|
2025-09-12 02:39:11 -07:00 |
|
hai007
|
ac2e030fca
|
Automated Code Change
PiperOrigin-RevId: 806081743
|
2025-09-11 19:45:10 -07:00 |
|
Guogang Li
|
3c9f6ecdd3
|
Improve BLE Peripheral Management and Socket Closure on Apple.
PiperOrigin-RevId: 805438865
|
2025-09-10 11:14:14 -07:00 |
|
Guogang Li
|
1093ee2794
|
Avoid discovering itself on Wi-Fi
PiperOrigin-RevId: 805093445
|
2025-09-09 15:49:05 -07:00 |
|
Francis Tsui
|
6589b3dcb5
|
Change rpc client to prepare for switching to async client.
PiperOrigin-RevId: 805018155
|
2025-09-09 12:28:51 -07:00 |
|
Francis Tsui
|
6947b209bb
|
remove unused flag.
PiperOrigin-RevId: 805016161
|
2025-09-09 12:23:59 -07:00 |
|