Commit Graph
18 Commits
Author SHA1 Message Date
hais d5f86a04d6 Replace to use IdentityType where TrustType were used.
PiperOrigin-RevId: 463713311
2022-07-27 17:07:19 -07:00
hais c7c698412c Presence ScanRequest type def
PiperOrigin-RevId: 463703748
2022-07-27 16:17:46 -07:00
jsobczak a56d36f3a5 Move constants to DataElement.
The move will allow us to reuse these constants.

PiperOrigin-RevId: 463670924
2022-07-27 13:54:46 -07:00
jsobczak be140a71d5 Make CredentialManager abstract
An abstract CredentialManager will help with unit testing.
Also added an empty CredentialManagerImpl class.

PiperOrigin-RevId: 463651261
2022-07-27 12:34:31 -07:00
hai007 d4b40ed9a7 Change device metadata from struct to proto.
PiperOrigin-RevId: 463583244
2022-07-27 07:44:54 -07:00
jsobczak 3ed4bfcfe1 Set non_prod compatibility
PiperOrigin-RevId: 462733200
2022-07-22 17:03:23 -07:00
hai007 d2c401112c Modify Credential data structure.
PiperOrigin-RevId: 462252551
2022-07-20 16:12:34 -07:00
hais 9dec6143d1 Move credential.h to presence dir
PiperOrigin-RevId: 461779197
2022-07-18 20:03:20 -07:00
jsobczak 7153f5e482 Add advertisement factory
PiperOrigin-RevId: 461754387
2022-07-18 17:31:13 -07:00
hai007 ddcef2c67a Expose Encryption to nearby/presence
PiperOrigin-RevId: 461239780
2022-07-15 14:37:17 -07:00
jsobczak 61c9876ce9 Add Presence Identity types
PiperOrigin-RevId: 460569984
2022-07-12 15:46:58 -07:00
jsobczak b92881a460 Define Data Elements and ActionFactory.
Data Elements describe the custom data entities that can be added
to an advertisement.
ActionFactory takes a list of Data Elements and creates an Action
for the base NP advertisement.

PiperOrigin-RevId: 460557059
2022-07-12 14:48:42 -07:00
hais b6f817274e Initial header files showing class dependency and ownership.
No detailed function signatures nor impl included yet.

PiperOrigin-RevId: 460300058
2022-07-11 14:26:26 -07:00
jsobczak cfa9e555c7 Add BroadcastRequest
Define BroadcastRequest class with some preliminary support for Base NP advertisement.

PiperOrigin-RevId: 456549911
2022-06-22 10:40:50 -07:00
jsobczak 09c04d4cc8 Build visibility changes
PiperOrigin-RevId: 452460772
2022-06-01 22:37:42 -07:00
hais c1e898bcf1 Initial impl for PresenceClient
PiperOrigin-RevId: 437370707
2022-03-25 17:37:25 -07:00
hais c9bb09ce6e Presence discovery data types
PiperOrigin-RevId: 437004937
2022-03-24 08:52:35 -07:00
hais 4acd3b1a1d Initial impl for Nearby Presence in Nearby SDk.
discovery associated data types.

PiperOrigin-RevId: 436615656
2022-03-22 17:56:17 -07:00