Skip to content
Snippets Groups Projects
  1. Oct 06, 2023
  2. Sep 22, 2023
    • Matt Walliser's avatar
      Clean up SharedConnectivityManager on unbind. · 0c9b699e
      Matt Walliser authored
      mService is used by registerCallback as an indication of if the service is bound to. This was only being set to null when the service was unbound from the service side, not when unbound from the manager side.
      
      Bug: 301296167
      Test: atest -c android.net.wifi.sharedconnectivity.cts.app.SharedConnectivityManagerTest
      Change-Id: I2ef94cf0489b41a48a4279fbe3f9041ae0271280
      0c9b699e
  3. Sep 14, 2023
  4. Aug 17, 2023
    • Les Lee's avatar
      [DO NOT MERGE]wifi: scan enhancement · 0fd8ba40
      Les Lee authored
      Bug: 282660969
      Bug: 295775602
      Test: unit test & manual test
      
      Change-Id: I2b306b4d1793bffc3b0227043fd774018ba4e675
      Merged-In: I2f9cdb638dcb1f98113f39b60a96b0d1e8b22d8c
      Merged-In: I85b8c1e94d6270006cce866e13a1879f55161cd1
      0fd8ba40
  5. Aug 15, 2023
  6. Jul 29, 2023
    • Isaac Katzenelson's avatar
      Call onServiceConnected only after callback is saved in the service. · 1b9fd205
      Isaac Katzenelson authored
      Prevent the onServiceConnected to be called prematurely. Until now
      it was called in the manager and so that a client may rely on the
      callback being called before it was actually available to the service
      to use.
      
      Bug: 293511169
      Test: atest android.net.wifi.sharedconnectivity.cts
      Change-Id: I698378a057990bd8ea73974130fa29ab1cd7c738
      1b9fd205
  7. Jun 06, 2023
    • Les Lee's avatar
      [DO NOT MERGE]wifi: scan enhancement · 190061b7
      Les Lee authored
      Bug: 282660969
      Test: unit test & manual test
      
      Change-Id: I2b306b4d1793bffc3b0227043fd774018ba4e675
      Merged-In: I2f9cdb638dcb1f98113f39b60a96b0d1e8b22d8c
      Merged-In: I85b8c1e94d6270006cce866e13a1879f55161cd1
      190061b7
  8. May 31, 2023
    • Paul Chen's avatar
      WiFi: Modify OWNERS files · 02a386f2
      Paul Chen authored
      Add kumachang@ in OWNERS file
      
      Bug: 274850026
      Test: None
      Change-Id: I92ea3e9825461259ae96338868b8025cdbee54b7
      02a386f2
  9. May 09, 2023
    • Isaac Katzenelson's avatar
      Handle null fields when using parcels. · d02b24ab
      Isaac Katzenelson authored
      For fields that can be null, make sure they are stored
      correctly and read correctly when they are used in a parcel.
      
      Bug: 281487373
      Test: atest SharedConnectivitySettingsStateTest KnownNetworkTest
      Change-Id: I2f9cdb638dcb1f98113f39b60a96b0d1e8b22d8c
      d02b24ab
  10. Apr 25, 2023
  11. Apr 14, 2023
  12. Apr 13, 2023
  13. Apr 12, 2023
  14. Apr 08, 2023
  15. Mar 29, 2023
    • Isaac Katzenelson's avatar
      Fix ServiceConnection leak · a13226cd
      Isaac Katzenelson authored
      Calling bind in the first callback register and unbind when all
      callbackswere unregistered.
      
      Bug: 268743334
      Test: atest SharedConnectiviyManagerTest
      Change-Id: Ib37c5d26a575813588d930026acfc48fef68091f
      a13226cd
  16. Mar 25, 2023
    • Roger Wang's avatar
      WiFi: Modify OWNERS files · 487e32e6
      Roger Wang authored
      add kumachang@ in OWNERS file
      
      Bug: 274850026
      Test: None
      Change-Id: I19cebbfeb9f8e146b4c0db853020555d0a1fb925
      487e32e6
  17. Mar 24, 2023
  18. Mar 17, 2023
  19. Mar 16, 2023
  20. Mar 15, 2023
  21. Mar 09, 2023
  22. Mar 08, 2023
    • Isaac Katzenelson's avatar
      Added methods to check shared connectivity features availablility. · 6d035f93
      Isaac Katzenelson authored
      Added methods and flags to check what level of funcionality
      the service supports.
      Added flags to enable instant tether and nearby Wi-Fi. The flags
      will be enabled in an overlay file based on the level of UI
      support by the OEM. The service checks the flags and provides
      an API to allow the API's client to decide what level
      of functionality to provide.
      Also fixed the naming of flags.
      
      Bug: 271934662
      Test: atest SharedConnectivityServiceTest
      Change-Id: Ifba6b73904862dfdc58741856e8b940ae6d6634b
      6d035f93
    • Isaac Katzenelson's avatar
      Fix getters to return null on failure. · 61fcbaf7
      Isaac Katzenelson authored
      Per API review comment, changed getters for hotspot and
      known network to return null on failure.
      Fixed tests to correspond to the fix.
      
      Bug: 271178371
      Test: atest SharedConnectivityManagerTest
      Change-Id: I6a1aac661d1d0f7a730d52a1ee92fd6ea2705cf5
      61fcbaf7
  23. Mar 02, 2023
  24. Mar 01, 2023
  25. Feb 28, 2023
  26. Feb 24, 2023
  27. Feb 23, 2023
  28. Feb 18, 2023
  29. Feb 17, 2023
  30. Feb 15, 2023
Loading