Francis Tsui
|
fbf66ad7e3
|
Switch OutputStream::Write to use string_view.
PiperOrigin-RevId: 854225267
|
2026-01-09 09:37:00 -08:00 |
|
Francis Tsui
|
b88fbc6636
|
Stop passing file size into InputFile c'tor.
PiperOrigin-RevId: 845989622
|
2025-12-17 18:01:07 -08:00 |
|
Francis Tsui
|
38827f2b4b
|
Allow set and get last modified times on files.
PiperOrigin-RevId: 791407269
|
2025-08-05 16:08:30 -07:00 |
|
Edwin Wu
|
152cabab7c
|
Fix a bug in file payload.
PiperOrigin-RevId: 640494382
|
2024-06-05 05:43:02 -07:00 |
|
Suet-Fei Li
|
084f7ebd88
|
Remove location namespace in third_party/nearby.
PiperOrigin-RevId: 500023196
|
2023-01-06 02:53:57 -08:00 |
|
jfcarroll
|
778c77eacd
|
Persist the original radio name, and restore it on app start if the radio name is our radio name.
PiperOrigin-RevId: 464148898
|
2022-07-29 13:43:35 -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 |
|
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 |
|
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 |
|