Francis Tsui
956c3db99d
Cleanup build files.
...
PiperOrigin-RevId: 818930588
2025-10-13 18:54:44 -07:00
Guogang Li
04f9204855
Update medium log.
...
PiperOrigin-RevId: 813305935
2025-09-30 09:41:22 -07:00
Francis Tsui
29f37997ec
Make BT MacAddress optional in Private certs.
...
PiperOrigin-RevId: 797357330
2025-08-20 09:59:47 -07:00
hai007
a78e9e4138
Automated Code Change
...
PiperOrigin-RevId: 786383170
2025-07-23 12:34:42 -07:00
Francis Tsui
66b13002dd
Log error code instead of error messages on file operation failures.
...
PiperOrigin-RevId: 769248073
2025-06-09 12:26:58 -07:00
Francis Tsui
c7cfe3ead4
Hide access to std::filesystem from FilePath.
...
PiperOrigin-RevId: 766401136
2025-06-02 17:07:33 -07:00
Francis Tsui
703c0fd2b5
Remove std::filesystem from third_party/nearby.
...
PiperOrigin-RevId: 764953786
2025-05-29 17:42:05 -07:00
Francis Tsui
09cdc14fb6
Fix files.cc.
...
PiperOrigin-RevId: 764926334
2025-05-29 16:17:09 -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
3c186dc203
Log error message when file operations fail.
...
PiperOrigin-RevId: 712736323
2025-01-06 19:51:52 -08:00
Janusz Sobczak
949c035446
Clean up build rules
...
PiperOrigin-RevId: 712669082
2025-01-06 15:02:15 -08:00
Janusz Sobczak
f9292be707
Remove unused fastpair C++ implementation to streamline the codebase
...
PiperOrigin-RevId: 712639309
2025-01-06 13:26:55 -08:00
Anay Wadhera
117b13d099
introduce copy file utility
...
PiperOrigin-RevId: 683707504
2024-10-08 11:46:08 -07:00
Francis Tsui
ab00092c6c
Create hard link for latest log files.
...
PiperOrigin-RevId: 681986911
2024-10-03 12:39:42 -07:00
hai007
63b1f24432
Automated Code Change
...
PiperOrigin-RevId: 629361945
2024-04-30 03:54:48 -07:00
Nick Bourdakos
a08a42077c
PR #2404 : Add license header to all source files
...
Imported from GitHub PR https://github.com/google/nearby/pull/2404
Copybara import of the project:
--
a6fbb3c396321c0b9012b787323f5f2ff652fd8f by Nick Bourdakos <bourdakos1@gmail.com >:
Add license header to all source files
Merging this change closes #2404
PiperOrigin-RevId: 623540004
2024-04-10 10:40:38 -07:00
Francis Tsui
d33c8c6aef
Fix preference file loading bug.
...
PiperOrigin-RevId: 621604205
2024-04-03 12:27:51 -07:00
Francis Tsui
1e08b2d886
Fixed remaining filesystem calls that throws exceptions.
...
PiperOrigin-RevId: 620379472
2024-03-29 17:33:25 -07:00
Francis Tsui
1072030be8
Copy sharing/internal, sharing/common and sharing/scheduling to github.
...
- Move Abseil pin to same as that used in Chromium.
- Disabled layering_check due to build failure in absl.
PiperOrigin-RevId: 596631921
2024-01-08 10:20:37 -08:00
Francis Tsui
32740f8591
Move FakeAccountManager to nearby/internal/test
...
PiperOrigin-RevId: 592055356
2023-12-18 17:30:16 -08:00
Guogang Li
4a71c4d2d0
Move NS implementation to third party folder
...
PiperOrigin-RevId: 546966492
2023-07-10 13:39:42 -07:00
hai007
63d9bd4d5c
internal change
...
PiperOrigin-RevId: 534937660
2023-05-24 12:20:34 -07:00
Chun Zhang
c9884f6218
Migrate AccountManager from location/nearby to third_party/nearby
...
PiperOrigin-RevId: 533915507
2023-05-21 17:37:15 -07:00
Guogang Li
9ea2c9fd8e
Fixed the data race in ObserverList
...
PiperOrigin-RevId: 528638464
2023-05-01 19:11:52 -07:00
Anay Wadhera
5edd8e25ca
Introduce v3 NC API callbacks
...
PiperOrigin-RevId: 527747390
2023-04-27 19:01:39 -07:00
hai007
6dac39292b
Remove unneeded fastpair dependency.
...
PiperOrigin-RevId: 524369312
2023-04-14 13:18:02 -07:00
Janusz Sobczak
665b0b0e86
Add observer for pairing events.
...
Defines an observer for BT classic medium.
The observer is notified when a device is paired or unpaired.
PiperOrigin-RevId: 521917539
2023-04-04 18:13:07 -07:00
Guogang Li
8a66bff097
Made observer list thread safe
...
PiperOrigin-RevId: 520713657
2023-03-30 12:36:11 -07:00
Nick Bourdakos
cbf50a3d49
Add more visibilities
...
PiperOrigin-RevId: 518647351
2023-03-22 12:51:23 -07:00
Nick Bourdakos
57dd89c34c
Internal change
...
PiperOrigin-RevId: 518076706
2023-03-20 14:27:22 -07:00
Qin Wang
a0692e6306
Migrate device_info from location/nearby to third_party/nearby
...
PiperOrigin-RevId: 504935151
2023-01-26 14:01:11 -08:00
hai007
589829f947
Create a downloader class to trigger downloading and deal with the success and failure status.
...
PiperOrigin-RevId: 501961621
2023-01-13 16:12:52 -08:00
Qin Wang
e90fd77e47
Migrate bluetooth_address from location/nearby to third_party/nearby
...
PiperOrigin-RevId: 500784376
2023-01-09 12:49:52 -08:00
Qin Wang
05a6fbf20c
Migrate observer_list.h from location/nearby to third_party/nearby
...
PiperOrigin-RevId: 500240685
2023-01-06 15:15:16 -08:00