Francis Tsui
a590b2a3e2
Update platform to remove file size from CreateInputFile API.
...
PiperOrigin-RevId: 846311268
2025-12-18 09:52:50 -08:00
Francis Tsui
b88fbc6636
Stop passing file size into InputFile c'tor.
...
PiperOrigin-RevId: 845989622
2025-12-17 18:01:07 -08:00
Guogang Li
e37b501e37
Handle App lifecycle in Nearby Connections.
...
PiperOrigin-RevId: 822749438
2025-10-22 14:53:33 -07:00
Francis Tsui
8a88a78f25
Remove unused platform interface method.
...
PiperOrigin-RevId: 819236789
2025-10-14 08:35:31 -07:00
Guogang Li
cce45b745e
Internal refactor
...
PiperOrigin-RevId: 815749899
2025-10-06 09:03:08 -07:00
Guogang Li
5fbef9e11e
Remove BLE V1 codes
...
PiperOrigin-RevId: 811369802
2025-09-25 08:56:51 -07:00
Francis Tsui
4826e79e0c
Cleanup preferences manager.
...
PiperOrigin-RevId: 791889165
2025-08-06 16:28:43 -07:00
Mingshiou Wu
fcd3cb0fc3
feat: add ble_v2 test in g3 platform
...
PiperOrigin-RevId: 786993987
2025-07-25 00:07:27 -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
hai007
190bb141cc
Implement AWDL in connection layer (part 1)
...
PiperOrigin-RevId: 742925127
2025-04-01 19:11:20 -07:00
Francis Tsui
b7de2347b8
Prevent crash when failed to create output dir.
...
PiperOrigin-RevId: 712709379
2025-01-06 18:02:46 -08:00
Guogang Li
f8669cf16d
Clean up logging implementations
...
PiperOrigin-RevId: 670714192
2024-09-03 14:48:52 -07:00
Anay Wadhera
fcc08df58b
internal change
...
PiperOrigin-RevId: 634077236
2024-05-15 14:31:46 -07:00
Nick Bourdakos
8886b99dde
Refactor the preferences repository to be a Windows implementation detail of the preferences manager
...
PiperOrigin-RevId: 531086202
2023-05-10 21:26:32 -07:00
Chun Zhang
2e7f7a7d90
Migrate PreferencesManager from location/nearby to third_party/nearby
...
PiperOrigin-RevId: 524900136
2023-04-17 11:23:01 -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
Qin Wang
f94aa7548b
Migrate Timer from location/nearby to third_party/nearby
...
PiperOrigin-RevId: 501928835
2023-01-13 13:44:17 -08:00
Suet-Fei Li
084f7ebd88
Remove location namespace in third_party/nearby.
...
PiperOrigin-RevId: 500023196
2023-01-06 02:53:57 -08:00
hai007
88e350e5d2
Integrate network related part which both nearby sharing and fastpair are adopted.
...
Details can be seen in the `Integrate reusable internal components into third_party` part of `server access design doc` (go/fast_pair_server_data_access)
PiperOrigin-RevId: 498208011
2022-12-28 10:28:32 -08:00
Aaron Yu
49af1a96b6
Add SetCustomSavePath API to Nearby Connections
...
PiperOrigin-RevId: 492563503
2022-12-02 14:38:55 -08:00
hai007
5066b189f9
Pass over MediumMetadata to client_proxy for incoming connection
...
PiperOrigin-RevId: 489597576
2022-11-18 17:41:42 -08:00
Suet-Fei Li
b6b692b0ea
WIFI Direct implementation (1)
...
Part 1: Implement internal common code
Add implementation/g3 skeleton code for testing coverage.
PiperOrigin-RevId: 485067018
2022-10-31 09:14:09 -07:00
John Carroll
55c4714b99
Cleanup the code. Change inputs on ImplementationPlatform::GetDownloadPath from std::string& to absl::string_view.
...
PiperOrigin-RevId: 472770249
2022-09-07 11:22:24 -07:00
Anthony Rueda
1c15361a98
Adding g3 implementation of CredentialStorage virtual methods along with unit test coverage.
...
PiperOrigin-RevId: 470013245
2022-08-25 09:53:25 -07:00
jfcarroll
87c76ea235
The file was overwritten when transferring a file that already existed in the downloads folder. With this change we now add " (x)", where x is an incrementing number, starting at 1, using the next non-existing number, to the file name, just before the first dot, or at the end if no dot. This has been applied to the GetDownloadPath method in the platform api.
...
PiperOrigin-RevId: 457530287
2022-06-27 11:44:15 -07:00
hai007
60e896ad37
Implementation g3 medium/Environment/platform layer unit test for WIFI Hotspot
...
PiperOrigin-RevId: 443304661
2022-04-21 01:09:38 -07:00
hai007
43a165e418
WIFI Hotspot implementation (1)
...
Part 1: Internal common code
PiperOrigin-RevId: 440437253
2022-04-08 13:18:47 -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
edwinwu
91dfdefb9f
[BLE Refactor] Impl Start/Stop Advertising function in medium layer.
...
PiperOrigin-RevId: 432185275
2022-03-03 07:04:32 -08:00
suetfei
bdce5dd2be
Support NO_WEBRTC in platform/* except WINDOWS.
...
PiperOrigin-RevId: 427067819
2022-02-07 18:01:36 -08:00
jfcarroll
9abc9a59b9
Combine InputFile and OutputFile into a single class.
...
PiperOrigin-RevId: 426172033
2022-02-03 09:57:50 -08:00
hais
f5fcd35ced
nearby sdk refactor
...
PiperOrigin-RevId: 425434260
2022-02-02 11:56:39 -08:00