1. 8123f77 Added special constructors for Passpoint and OSU AccessPoints by Quang Luong · 5 years ago
  2. da49e82 Added unit tests for Passpoint/Osu integration in WifiTracker by Quang Luong · 6 years ago
  3. 63bf06e Migrate frameworks/base/packages/SettingsLib/tests/integ to androidx.test by KOUSHIK PANUGANTI · 6 years ago
  4. 396e52d Always evict old scanResults(> 15s) in WifiTracker by jackqdyulei · 6 years ago
  5. 93d591b Prevent callbacks after onStop is called. by Sundeep Ghuman · 6 years ago
  6. 5fde640 Add tests to prevent NPE regression. by Sundeep Ghuman · 6 years ago
  7. 008c4db Merge "Display connected AP when there are no scanresults" by TreeHugger Robot · 6 years ago
  8. 7dbcb8f SettingsLib: Fix assertThat in test by Andreas Gampe · 6 years ago
  9. 06ec3be Display connected AP when there are no scanresults by Sundeep Ghuman · 6 years ago
  10. f342174 Convert forceUpdate to 'onStart' lifecycle event. by Sundeep Ghuman · 6 years ago
  11. dc67f4d Change WifiListenerWrapper to WifiListenExecutor. by Sundeep Ghuman · 6 years ago
  12. bcb5373 Delete the WorkHandler class. by Sundeep Ghuman · 6 years ago
  13. c5bbecb Consolidate all work in the WorkHandler. by Sundeep Ghuman · 7 years ago
  14. bb39991 Remove the double lists in WifiTracker. by Sundeep Ghuman · 7 years ago
  15. 91f4ccb Delete the MainHandler and remaining code. by Sundeep Ghuman · 7 years ago
  16. c0cf848 Remove methods from MainHandler. by Sundeep Ghuman · 7 years ago
  17. 0d492e8 Clean up updateAccessPoints. by Sundeep Ghuman · 7 years ago
  18. 8d157e3 Remove unused variables and resulting conditionals. by Sundeep Ghuman · 7 years ago
  19. 04f7f34 Remove double cache eviction logic. by Sundeep Ghuman · 7 years ago
  20. 992588c Fix flaky WifiTrackerTest by Michael Plass · 7 years ago
  21. fd4a90d Fix WifiTrackerTest stopTrackingShouldRemove . . . by Michael Plass · 7 years ago
  22. 0edf09b Make WifiTracker lifecycle aware by Tony Mantler · 7 years ago
  23. db9b94c Do not pause scanning during Network state changes. by Sundeep Ghuman · 7 years ago
  24. 5e0535e Fix flaky WifiTracker tests. by Eric Schwarzenbach · 7 years ago
  25. d1e4492 Refactor WifiTracker sStaleScanResults. by Sundeep Ghuman · 7 years ago
  26. db2eabb Fix race condition / test flakiness. by Sundeep Ghuman · 7 years ago
  27. d68b6dc Merge "Do not evict scan results in cold start." into oc-dr1-dev by TreeHugger Robot · 7 years ago
  28. 4205874 Do not evict scan results in cold start. by Sundeep Ghuman · 7 years ago
  29. 75f9480 Do not clear scores during stopTracking. by Sundeep Ghuman · 7 years ago
  30. d2b84a8 Change initial value of mStaleScanResults to true. by Sundeep Ghuman · 7 years ago
  31. 6829db0 Merge "Remove IPC calls from synchronized block." into oc-dr1-dev by TreeHugger Robot · 7 years ago
  32. e644b8c Merge "Clear AccessPoints in WifiTracker when Wifi is Off." into oc-dr1-dev by TreeHugger Robot · 7 years ago
  33. e801309 Clear AccessPoints in WifiTracker when Wifi is Off. by Sundeep Ghuman · 7 years ago
  34. 53200ed Change TRON counters to reflect cl/159755374 by Sundeep Ghuman · 7 years ago
  35. 266b409 Remove IPC calls from synchronized block. by Sundeep Ghuman · 7 years ago
  36. 73df65a Merge "Create a staleScanResults bit." into oc-dev am: d1094717a1 by Sundeep Ghuman · 7 years ago
  37. d4a79ac Create a staleScanResults bit. by Sundeep Ghuman · 7 years ago
  38. 889e961 DO NOT MERGE: Kill Wifi Badging in OC. by Sundeep Ghuman · 7 years ago
  39. 55adc6b Add SLOW network and remove deprecated enums. by Sundeep Ghuman · 7 years ago
  40. abea726 wifi: add utility function to return saved configurations by Peter Qiu · 7 years ago
  41. 5c5cd7a Fix an NPE that can result from a race condition. by Sundeep Ghuman · 7 years ago
  42. ce6bab8 Use synchronization rather than locking in WifiTracker. by Sundeep Ghuman · 7 years ago
  43. 71f4a82 Remove all pending callbacks in stopTracking. by Sundeep Ghuman · 7 years ago
  44. 9c0b97e Synchronously update APs in during forceUpdate. by Sundeep Ghuman · 7 years ago
  45. 8c79288 Listen to RSSI_CHANGED_ACTION broadcasts in WifiTracker. by Sundeep Ghuman · 7 years ago
  46. 21f6868 Set AccessPoint metered bit using ScoredNetwork, WifiInfo, and WifiConfiguration. by Stephen Chen · 7 years ago
  47. f562838 wifi: add test for tracking Passpoint AP on devices with Passpoint disabled by Peter Qiu · 7 years ago
  48. a80ae0c Store the number of saved networks in WifiTracker. by Amin Shaikh · 7 years ago
  49. 2b48990 Process the NetworkInfo before updating AccessPoints. by Sundeep Ghuman · 7 years ago
  50. 699deaf Move Badging from ScoredNetwork to NetworkingBadging. by Sundeep Ghuman · 7 years ago
  51. ac7b436 Serially (un/)register score cache in WifiTracker. by Sundeep Ghuman · 7 years ago
  52. e869d83 Create Settings Flags to Disable Scoring UI changes. by Sundeep Ghuman · 8 years ago
  53. 5519b7b Add rankingScores and badges to WifiPicker. by Sundeep Ghuman · 8 years ago
  54. 914afbf Create test for CategoryManager. by Fan Zhang · 8 years ago[Renamed from packages/SettingsLib/tests/src/com/android/settingslib/wifi/WifiTrackerTest.java]
  55. 7d176bc [SettingsLib] Add missing AccessPoint listener by Ajay Nadathur · 8 years ago
  56. 2f27d95 Remove wifi related unit tests in SettingsLib by Sudheer Shanka · 8 years ago
  57. bf3d1af SettingsLib: Fix wifi crash during settings index by Jason Monk · 9 years ago
  58. 2b51cc3 Fix crash from WPS by Jason Monk · 9 years ago
  59. 6572eae Fix crash in Wifi QS Panel by Jason Monk · 9 years ago
  60. d52356a Move Settings wifi tracking to SettingsLib by Jason Monk · 10 years ago