Commit Graph
185 Commits
Author SHA1 Message Date
Anay Wadhera 1a075e1e9c Remove NearbyShareSettings#isOnboardingComplete
PiperOrigin-RevId: 653002081
2024-07-16 15:34:06 -07:00
Anay Wadhera a0484fef80 Add SetVisibility to NearbySharingService
PiperOrigin-RevId: 652933591
2024-07-16 12:15:34 -07:00
Anay Wadhera 01e9a6e0e2 internal fix
PiperOrigin-RevId: 652927652
2024-07-16 11:57:29 -07:00
Francis Tsui b166682810 Move accept timeout into outgoingShareSession.
PiperOrigin-RevId: 652626672
2024-07-15 16:10:35 -07:00
Francis Tsui 907ad97e8d Return fallback time in GetFallbackVisibility.
PiperOrigin-RevId: 652602506
2024-07-15 14:39:17 -07:00
Francis Tsui 282b1189aa Move accept timeout into incoming share session.
PiperOrigin-RevId: 651932393
2024-07-12 17:46:09 -07:00
Francis Tsui c9dbaad286 Move AbortAndCloseConnectionIfNecessary into ShareSession.
PiperOrigin-RevId: 651920745
2024-07-12 16:47:40 -07:00
Francis Tsui c1ca33e2c3 Move accept state management into IncomingShareSession.
PiperOrigin-RevId: 651900492
2024-07-12 15:19:51 -07:00
Francis Tsui ca435ad75f Make AnalyticsRecorder available in ShareSession.
PiperOrigin-RevId: 651442133
2024-07-11 09:49:27 -07:00
Francis Tsui 76651429b8 Move accept transfer into IncomingShareSession.
PiperOrigin-RevId: 651226239
2024-07-10 19:09:04 -07:00
Francis Tsui 5d952cff5e Cleanup session_id.
PiperOrigin-RevId: 651111086
2024-07-10 12:18:56 -07:00
Francis Tsui 7736ba0449 Move protocol message processing into ShareSession.
PiperOrigin-RevId: 651099871
2024-07-10 11:46:25 -07:00
Anay Wadhera f832aa8e77 internal change
PiperOrigin-RevId: 650382729
2024-07-08 14:53:22 -07:00
Anay Wadhera 20f0904a83 Remove Get/SetEnabled from API
PiperOrigin-RevId: 650353129
2024-07-08 13:20:54 -07:00
Francis Tsui 2e0996ee7f Change IncomingFramesReader to use ThreadTimer.
PiperOrigin-RevId: 650303455
2024-07-08 10:50:44 -07:00
Francis Tsui cdf658c985 Fix use after free error.
PiperOrigin-RevId: 649180234
2024-07-03 13:26:07 -07:00
Francis Tsui 069d836793 Allow setting log file base name in InitLogging.
PiperOrigin-RevId: 649156558
2024-07-03 12:05:27 -07:00
Francis Tsui e54aa1d5e1 Add ThreadTimer which ensures callback invoked from specific TaskRunner.
PiperOrigin-RevId: 648878267
2024-07-02 16:30:00 -07:00
Anay Wadhera 6cdc8a4bda internal shuffle of preferences
PiperOrigin-RevId: 648871255
2024-07-02 16:02:48 -07:00
Francis Tsui d81ced95c7 Log backend rpc errors.
PiperOrigin-RevId: 648859480
2024-07-02 15:22:02 -07:00
Anay Wadhera 22b1cda657 Make GetIsTemporarilyVisible() private and handle correctly.
PiperOrigin-RevId: 648515563
2024-07-01 16:15:14 -07:00
Anay Wadhera c146be8688 Make GetFallbackVisibility() return UNSPECIFIED when the visibility is not temporary.
PiperOrigin-RevId: 648437194
2024-07-01 11:41:13 -07:00
Anay Wadhera 129e6fc414 Remove SetIsTemporarilyVisible from public API.
PiperOrigin-RevId: 647827585
2024-06-28 16:30:30 -07:00
Anay Wadhera 0cc4138a4e Make SetFallbackVisibility private and handle it correctly in settings.
PiperOrigin-RevId: 647816713
2024-06-28 15:41:30 -07:00
Anay Wadhera 2e868f9a00 Remove unused code related to allowed contacts and all contacts.
PiperOrigin-RevId: 647443590
2024-06-27 14:17:38 -07:00
Anay Wadhera 1f5654089f remove obsolete analytics functions
PiperOrigin-RevId: 647404733
2024-06-27 12:18:10 -07:00
Francis Tsui f93220c7b5 Fix param check behavior.
PiperOrigin-RevId: 647092197
2024-06-26 15:10:47 -07:00
Francis Tsui 547a546348 Set vendor ID in SharingLog metadata event.
PiperOrigin-RevId: 646992023
2024-06-26 10:18:30 -07:00
Anay Wadhera efa5f54973 add back flags
PiperOrigin-RevId: 646633191
2024-06-25 15:47:03 -07:00
Anay Wadhera 826abd6d30 every day i'm shufflin
PiperOrigin-RevId: 646576646
2024-06-25 12:58:38 -07:00
Francis Tsui df620dc2e6 Remove LinkType from NearbySharingServiceFactory.
PiperOrigin-RevId: 646568953
2024-06-25 12:32:46 -07:00
Francis Tsui d6e8d5f249 Rename ShareTargetInfo to ShareSession.
PiperOrigin-RevId: 646238919
2024-06-24 15:26:07 -07:00
Francis Tsui 4a8d97ff5e Rename share_target_info files to share_session.
PiperOrigin-RevId: 646204158
2024-06-24 13:35:11 -07:00
Francis Tsui 822e1af2a5 Move remaining payload processing into ShareTargetInfo.
PiperOrigin-RevId: 646185948
2024-06-24 12:36:44 -07:00
Anay Wadhera 0ad19f3ce9 Deprecate ble_v2 in Nearby Sharing
PiperOrigin-RevId: 645522524
2024-06-21 15:43:20 -07:00
Francis Tsui 8ba443c7dc Fix send text
PiperOrigin-RevId: 645516517
2024-06-21 15:21:54 -07:00
Anay Wadhera 29099eed43 deprecate another flag
PiperOrigin-RevId: 645240613
2024-06-20 20:17:21 -07:00
Anay Wadhera 897da9a54d deprecate flag
PiperOrigin-RevId: 645215759
2024-06-20 18:15:24 -07:00
Anay Wadhera d4aa4e3a2b Remove Get/SetIsReceiving
PiperOrigin-RevId: 645085883
2024-06-20 10:48:18 -07:00
Anay Wadhera 7db83028ab Add and plumb GetContacts() API
PiperOrigin-RevId: 644504090
2024-06-18 14:02:47 -07:00
Francis Tsui 02379cc0a8 Remove AttachmentInfo.
PiperOrigin-RevId: 644459879
2024-06-18 11:38:14 -07:00
Francis Tsui 23031698dd Move IntroductionFrame handing to ShareTargetInfo.
PiperOrigin-RevId: 644192822
2024-06-17 18:04:35 -07:00
Anay Wadhera 2fccc4a48b Filter out contacts when downloading
PiperOrigin-RevId: 644181519
2024-06-17 17:15:43 -07:00
Francis Tsui 9ea59a98dc Cleanup payload creation.
PiperOrigin-RevId: 644155481
2024-06-17 15:39:23 -07:00
Anay Wadhera 15f669b3d9 Update NearbyShareContactManagerImpl to use absl::StatusOr
PiperOrigin-RevId: 644133624
2024-06-17 14:26:30 -07:00
Francis Tsui 55b5b9ee07 Add adapter state to adapter status change notification.
PiperOrigin-RevId: 643380513
2024-06-14 10:10:07 -07:00
Francis Tsui 03dba4ae8b Remove unnecessary dependencies.
PiperOrigin-RevId: 643374160
2024-06-14 09:47:55 -07:00
Anay Wadhera 9d65c2346c remove fastinit toggle api
PiperOrigin-RevId: 643117020
2024-06-13 14:13:58 -07:00
Crisrael Lucero e78a60f512 Move to google.protobuf.FieldMask
PiperOrigin-RevId: 643065889
2024-06-13 11:29:44 -07:00
Guogang Li 0d67ae9c33 Applied stable endpoint ID for everyone mode
PiperOrigin-RevId: 642629218
2024-06-12 08:53:53 -07:00