1. 420e6d4 tv-casting-app: simplified Android discovery API (#31112) by Philip Gregor · 1 year, 2 months ago
  2. d12edc4 Rename CecKeyCode to CecKeyCodeEnum to match spec (#30497) by Andrei Litvin · 1 year, 4 months ago
  3. 8f3eb01 Move `Level Control Cluster` to match the spec (#30417) by Andrei Litvin · 1 year, 4 months ago
  4. 07a7a6b Match `Content Launcher Cluster` to spec (#30176) by Andrei Litvin · 1 year, 4 months ago
  5. c34e076 Right sizing MACAddress buffers by Sharad Binjola · 1 year, 5 months ago
  6. 9ddca5f Linux tv-casting-app: simplified CastingPlayer.VerifyOrEstablishConnection API by Sharad Binjola · 1 year, 5 months ago
  7. 6b64a80 tv-casting-app/android: resetting discovery state vars onStartDiscoveryFailed (#29836) by Sharad Binjola · 1 year, 5 months ago
  8. 74476ec tv-casting-app: Added WakeOnLAN support (#29443) by Sharad Binjola · 1 year, 5 months ago
  9. 38d6a48 Restyle C(++) code after upgrade to clang-format 16 (#29496) by Karsten Sperling · 1 year, 6 months ago
  10. 0cd741c Linux tv-casting-app: simplified CastingPlayerDiscovery API (#29444) by Sharad Binjola · 1 year, 6 months ago
  11. 8f43671 Android tv-casting-app: refactored Initialization (#28875) by Sharad Binjola · 1 year, 7 months ago
  12. c2e4559 [Android, Java] Fix JNI Type casting issue (#28464) by joonhaengHeo · 1 year, 7 months ago
  13. 7f99c44 tv-casting-app: Implementing PASE related callbacks (#28342) by Sharad Binjola · 1 year, 7 months ago
  14. 3bacb57 Optimize compilation time (#27228) by Damian Królik · 1 year, 9 months ago
  15. 3cafe02 Reland Use controller exception in Java controller (#26802) by yunhanw-google · 1 year, 10 months ago
  16. bf95967 Revert "Use controller exception in Java controller (#26708)" (#26799) by yunhanw-google · 1 year, 10 months ago
  17. e022057 Use controller exception in Java controller (#26708) by yunhanw-google · 1 year, 10 months ago
  18. d34a250 Android/tv-casting-app: Fix for issue in finding handleInternal() on some Android phones (#165) (#26757) by Sharad Binjola · 1 year, 10 months ago
  19. 77d72a8 tv-casting-app: Synchronizing discovery APIs, updating NetworkCommissioning FeatureMap to 1 (#26150) by Sharad Binjola · 1 year, 11 months ago
  20. fb13051 Enable TV Casting App Example to using Hardware-backed keys For DAC (#26022) by Rawad H · 1 year, 11 months ago
  21. 38580b0 tv-casting-app: Decouple setDAC* API from tv-casting initialization (#25990) by Sharad Binjola · 2 years ago
  22. e4faf94 android/tv-casting-app: Adding ConfigurationManager as AppParameter (#143) (#25976) by Sharad Binjola · 2 years ago
  23. 00a6fcf tv-casting-app: Allow for a way for Matter TV casting cache to be purged (#25665) by Sharad Binjola · 2 years ago
  24. 0d5837c Fix Java CI (#25644) by yunhanw-google · 2 years ago
  25. 0b4af23 Take connection operations off the UI thread (#122) (#25580) by Cliff Chung · 2 years ago
  26. 1f2f882 Respect updated DNS SD broadcast names in TV app (#25355) by Cliff Chung · 2 years ago
  27. bfd9b2e Android/tv-casting-app: Adding defensive checks in Discovery/record parsing (#25464) by Sharad Binjola · 2 years ago
  28. eff5773 tv-casting-app: Updating the context we pass to FindOrEstablishSession by Sharad Binjola · 2 years, 1 month ago
  29. 4a1b82e Changing caching logic to match video players using hostname before other attributes by Sharad Binjola · 2 years, 1 month ago
  30. bcdf9dd tv-casting-app: Handle uncaught exceptions before JNI crashes app and make iOS discoverCommissioners API callback based (#24896) by Sharad Binjola · 2 years, 1 month ago
  31. bcf3068 Add more tests to the cert tests (#24765) by amitnj · 2 years, 1 month ago
  32. 09c9034 tv-casting-app: Fixing issues passing uniqueIDs and Video player caching (#24745) by Sharad Binjola · 2 years, 1 month ago
  33. b736651 tv-casting-app: Fixes for #24399 and #24400 (#24401) by Sharad Binjola · 2 years, 2 months ago
  34. b856d8b [HotFix] Rename PlaybackPosition structure to PlaybackPositionStruct after #24509 (#24611) by Vivien Nicolas · 2 years, 2 months ago
  35. 8f4dcee Align naming in Application Launcher cluster XML with the spec. (#24594) by Boris Zbarsky · 2 years, 2 months ago
  36. 43dd327 Align naming in Content Launcher cluster XML with the spec. (#24507) by Boris Zbarsky · 2 years, 2 months ago
  37. 63ee965 Update some more TargetInfo structures after #24498 (#24558) by Andrei Litvin · 2 years, 2 months ago
  38. feca44a Implement UI affordance to run cert tests from the android casting app. (#24321) by amitnj · 2 years, 2 months ago
  39. fe7b5d0 Fix tv-casting-app implementation of commissioner discovery/resolution (#23787) by Sharad Binjola · 2 years, 3 months ago
  40. dbc2f44 examples/tv-casting-app: Allow setting DACCredentials on iOS and add retry mechanism for commissioner discovery (#23692) by Sharad Binjola · 2 years, 4 months ago
  41. 0a9e9b2 tv-casting-app: Adding new app params (#23624) by Sharad Binjola · 2 years, 4 months ago
  42. 599ad3b tv-casting-app: Synchronizing on the use of NsdManager.resolveService() (#23549) by Sharad Binjola · 2 years, 4 months ago
  43. e3ed287 tv-casting-app: ShutdownAllSubscriptions and Disconnect APIs (#23350) by Sharad Binjola · 2 years, 5 months ago
  44. 0d6c60f tv-casting-app: Support for pre-commissioned state to Discovered Video Player Nodes, new AppParams and Read Attribute APIs (#23303) by Sharad Binjola · 2 years, 5 months ago
  45. ac875cd Linux/iOS/Android tv-casting-apps: Cache/recall/re-target previously connected VideoPlayers/Endpoints (#23181) by Sharad Binjola · 2 years, 5 months ago
  46. fa81768 Extending Media attribute subscriptions to iOS tv-casting-app/framework (#22964) by Sharad Binjola · 2 years, 5 months ago
  47. 5701b17 Extending Media attribute subscriptions to Android tv-casting-app and lib (#22859) by Sharad Binjola · 2 years, 6 months ago
  48. ba344ce Increase -Xmx for android builds from 2G to 4G (#22910) by Andrei Litvin · 2 years, 6 months ago
  49. 989ad8e Android tv-casting-app: Fixing issues with handling responses for Media commands (#22701) by Sharad Binjola · 2 years, 6 months ago
  50. 3b98375 Android tv-casting-app: Add support for additional Media commands to JNI library (#20973) by Sharad Binjola · 2 years, 8 months ago
  51. 81c7f2a Remove duplicate P256Keypair::ECDSA_sign_hash code (#20078) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
  52. 1fcf10e [Android] Implement Discover function (#19432) by joonhaengHeo · 2 years, 9 months ago
  53. 352333a Refactor/clean-up android tv-casting-app (#18701) by Sharad Binjola · 2 years, 10 months ago
  54. 3e40014 Android/tv-casting-app: Fixing commissioning and command delivery (#18636) by Sharad Binjola · 2 years, 10 months ago
  55. b3c1dec Convert linebreak from CRLF to LF (#18511) by Zang MingJie · 2 years, 10 months ago
  56. 80cadfa Added Content Launcher to android tv-casting-app (#18356) by Sharad Binjola · 2 years, 10 months ago
  57. d2de7c1 android tv-casting-app: Send UDC request via JNI/CastingServer (#18223) by Sharad Binjola · 2 years, 10 months ago
  58. d9ad275 tv-casting-app/android: Open commissioning window through JNI in a new fragment (#17655) by Sharad Binjola · 2 years, 11 months ago
  59. 787d670 Adding the JNI layer for Android tv-casting-app (#15001) by Sharad Binjola · 3 years, 1 month ago
  60. f1d813b Commissioner discovery by android tv-casting-app (#14469) by Sharad Binjola · 3 years, 1 month ago
  61. 98201eb Adding base build/dir structure for Android port of tv-casting-app (#13559) by Sharad Binjola · 3 years, 2 months ago