1. 9d3b8b3 Merge "Update comments for security type in AccessPoint" by Maurice Lam · 6 years ago
  2. 828b13c [WPA3] Add SECURITY_MAX_VAL to support dynamic Add network spinner by Hai Shalom · 6 years ago
  3. 7cdbe19 Update comments for security type in AccessPoint by Maurice Lam · 6 years ago
  4. 9effa64 Fix Wi-Fi setup in setup wizard by Hai Shalom · 6 years ago
  5. aa6f920 [WPA3] Settingslib changes to support new WPA3/OWE types by Hai Shalom · 6 years ago
  6. f7802ea Sort imports by Fan Zhang · 6 years ago
  7. a2998fc Remove TtsSpan from Ssid by pastychang · 6 years ago
  8. fd52c14 Migrated SystemUI & SettingsLib to androidx by Aurimas Liutikas · 6 years ago
  9. 6f6fe75 Update wifi header summary text to show metered state by Salvador Martinez · 6 years ago
  10. e74dbdd Show status labels in wifi QS tile. by Amin Shaikh · 6 years ago
  11. 5d14fd7 Safeguard against NPE race condition. by Sundeep Ghuman · 6 years ago
  12. bb39991 Remove the double lists in WifiTracker. by Sundeep Ghuman · 6 years ago
  13. c0cf848 Remove methods from MainHandler. by Sundeep Ghuman · 6 years ago
  14. 0d492e8 Clean up updateAccessPoints. by Sundeep Ghuman · 6 years ago
  15. 04f7f34 Remove double cache eviction logic. by Sundeep Ghuman · 6 years ago
  16. 9ee9b39 Move debug log summary to WifiUtils by jackqdyulei · 7 years ago
  17. db9b94c Do not pause scanning during Network state changes. by Sundeep Ghuman · 7 years ago
  18. 9bb85d3 Change score cache eviction time to settings value. by Sundeep Ghuman · 7 years ago
  19. d1411d9 Merge "Always use SSID average for SpeedLabel." into oc-mr1-dev am: 6c198f9e57 by Sundeep Ghuman · 7 years ago
  20. a782569 Always use SSID average for SpeedLabel. by Sundeep Ghuman · 7 years ago
  21. fedf461 Implement score cache eviction in AccessPoint. by Sundeep Ghuman · 7 years ago
  22. a419b9b Implement score cache eviction in AccessPoint. by Sundeep Ghuman · 7 years ago
  23. 7dfc73f Remove mSeen from AccessPoint. by Eric Schwarzenbach · 7 years ago
  24. 6390fa8 Generate fallback speed label in AccessPoint.java by Sundeep Ghuman · 7 years ago
  25. be3a74c Generate fallback speed label in AccessPoint.java by Sundeep Ghuman · 7 years ago
  26. 64d0232 Merge "Use NetworkKey factory methods instead of constructor." by Eric Schwarzenbach · 7 years ago
  27. 733ea26 Use NetworkKey factory methods instead of constructor. by Eric Schwarzenbach · 7 years ago
  28. d1e4492 Refactor WifiTracker sStaleScanResults. by Sundeep Ghuman · 7 years ago
  29. fca9a47 Merge "SettingsLib: wifi: add support for tracking carrier Wi-Fi APs" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  30. 5af90f9 Merge "Show correct security type for PasspointConfiguration" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  31. 280581b SettingsLib: wifi: add support for tracking carrier Wi-Fi APs by Peter Qiu · 7 years ago
  32. 0b8700f Add individual ScanResult speeds to verbose logging. by Eric Schwarzenbach · 7 years ago
  33. 2bde6e7 Show correct security type for PasspointConfiguration by Tomoharu Hatano · 7 years ago
  34. c788648 Merge "Only display RSSI/band information if network is connected." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  35. 3b8ce7c Merge "Sort APs by Speed label value instead of ranking score." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  36. f5b7da9 Merge "Do not evict scan results in cold start." into oc-dr1-dev am: d68b6dc56b by Sundeep Ghuman · 7 years ago
  37. d68b6dc Merge "Do not evict scan results in cold start." into oc-dr1-dev by TreeHugger Robot · 7 years ago
  38. 4205874 Do not evict scan results in cold start. by Sundeep Ghuman · 7 years ago
  39. 640f04e Merge "Don't set AccessPoint with WifiInfo.INVALID_RSSI" into oc-dr1-dev by Glen Kuhne · 7 years ago
  40. f4f3842b Sort APs by Speed label value instead of ranking score. by Eric Schwarzenbach · 7 years ago
  41. b77d3d7 Only display RSSI/band information if network is connected. by Eric Schwarzenbach · 7 years ago
  42. d38708c Don't set AccessPoint with WifiInfo.INVALID_RSSI by Glen Kuhne · 7 years ago
  43. a28050a Use scores from connected AP only. by Sundeep Ghuman · 7 years ago
  44. a54c89e Merge "Standardize usages of "/" separator in SettingsLib" by TreeHugger Robot · 7 years ago
  45. 446afac Add FailureReason to WifiConfiguration by Glen Kuhne · 7 years ago
  46. 68cf9f5 Merge "Load internal resources using name rather than ID" into oc-dr1-dev am: 43e249ff27 by Maurice Lam · 7 years ago
  47. d3171ca Standardize usages of "/" separator in SettingsLib by Sundeep Ghuman · 7 years ago
  48. 845dae5 Merge "Move "metered" persistence to WifiConfiguration." by Jeff Sharkey · 7 years ago
  49. 43d2a17 Move "metered" persistence to WifiConfiguration. by Jeff Sharkey · 7 years ago
  50. 7f6fc86 Load internal resources using name rather than ID by Maurice Lam · 7 years ago
  51. 39ad5d8 Fix debug logging in WifiTracker. by Sundeep Ghuman · 7 years ago
  52. d911da3 Fix NPE on network forget from details page. by Sundeep Ghuman · 7 years ago
  53. c93f7b2 Merge "Update WifiConfiguration in AccessPoint." into oc-dr1-dev by TreeHugger Robot · 7 years ago
  54. f1febb5 Merge "Change TRON counters to reflect cl/159755374" into oc-dr1-dev by TreeHugger Robot · 7 years ago
  55. f4d3302 Update WifiConfiguration in AccessPoint. by Sundeep Ghuman · 7 years ago
  56. 6a62328 Merge "Add case sensitive sort to AccessPoint compareTo." into oc-dr1-dev by TreeHugger Robot · 7 years ago
  57. 53200ed Change TRON counters to reflect cl/159755374 by Sundeep Ghuman · 7 years ago
  58. d44b8e4 Add case sensitive sort to AccessPoint compareTo. by Sundeep Ghuman · 7 years ago
  59. 9c4c6ad SettingsLib: set network status for wrong password error by Peter Qiu · 7 years ago
  60. a2f6616 Merge "APs from old scans should not have RSSI values set." into oc-dev by Sundeep Ghuman · 7 years ago
  61. 2412817 APs from old scans should not have RSSI values set. by Sundeep Ghuman · 7 years ago
  62. 8a43704 Don't show unset score values for AccessPoints. by Sundeep Ghuman · 7 years ago
  63. 55adc6b Add SLOW network and remove deprecated enums. by Sundeep Ghuman · 7 years ago
  64. 271e5de Enable speed labeling based on existing network badges. by Sundeep Ghuman · 7 years ago
  65. b5bcb8d Check network info for metering state on AccessPoint. by Stephen Chen · 7 years ago
  66. 5c5cd7a Fix an NPE that can result from a race condition. by Sundeep Ghuman · 7 years ago
  67. 96a5357 Updating network info state should return true. by Sundeep Ghuman · 7 years ago
  68. 8920e9c Don't show unset values in AccessPoint toString. by Sundeep Ghuman · 7 years ago
  69. 8c79288 Listen to RSSI_CHANGED_ACTION broadcasts in WifiTracker. by Sundeep Ghuman · 7 years ago
  70. 21f6868 Set AccessPoint metered bit using ScoredNetwork, WifiInfo, and WifiConfiguration. by Stephen Chen · 7 years ago
  71. ced37db SettingsLib: wifi: encapsulate Passpoint configuration in AccessPoint by Peter Qiu · 7 years ago
  72. 36dd5cf1 Change string for connected via WFA. by Stephen Chen · 7 years ago
  73. ce78a5f Average scan results for AccessPoints. by Sundeep Ghuman · 7 years ago
  74. aaa8a1b Fix the number of levels returned by getLevels(). by Sundeep Ghuman · 7 years ago
  75. 54bdcfa Consolidate getRssi logic to return mRssi. by Sundeep Ghuman · 7 years ago
  76. dc6cf4b Necessary AccessPoint visibility change for WifiNetworkDetailsFragment. by Sundeep Ghuman · 7 years ago
  77. 6ff8367 Merge "AccessPoint - Add Builder; Add unit tests for compareTo()" by TreeHugger Robot · 7 years ago
  78. 9853743 AccessPoint - Add Builder; Add unit tests for compareTo() by Dave Schaefer · 7 years ago
  79. 2b48990 Process the NetworkInfo before updating AccessPoints. by Sundeep Ghuman · 7 years ago
  80. f8a4200 Merge "SettingsLib: wifi: Fixed AccessPoint tracking for Passpoint networks" by TreeHugger Robot · 7 years ago
  81. 6e82080 Merge "Move Badging from ScoredNetwork to NetworkingBadging." by TreeHugger Robot · 7 years ago
  82. 3a22f91 Merge "Show connection error reason for Passpoint AP" am: 855889b086 am: 4896a04013 by Yuxin Chang · 7 years ago
  83. 4896a04 Merge "Show connection error reason for Passpoint AP" am: 855889b086 by Yuxin Chang · 7 years ago
  84. 98773d4 Add a disabled reason for recommendation providers by Amin Shaikh · 7 years ago
  85. 699deaf Move Badging from ScoredNetwork to NetworkingBadging. by Sundeep Ghuman · 7 years ago
  86. 6b75086 Show connection error reason for Passpoint AP by Yuxin Chang · 8 years ago
  87. 2c3b5ee2 SettingsLib: wifi: Fixed AccessPoint tracking for Passpoint networks by Peter Qiu · 7 years ago
  88. 05c41e2 Show saved networks before scored networks. by Sundeep Ghuman · 7 years ago
  89. 5519b7b Add rankingScores and badges to WifiPicker. by Sundeep Ghuman · 8 years ago
  90. 3bd405b Merge "[HS2.0] Need to compare with not only FQDN but SSID" am: 69e7f9683d am: e67395a97a am: 80fba49386 by Shinji Sogo · 8 years ago
  91. ee05b64 Merge "[HS2.0] Need to compare with not only FQDN but SSID" am: 69e7f9683d am: e67395a97a by Shinji Sogo · 8 years ago
  92. 80fba49 Merge "[HS2.0] Need to compare with not only FQDN but SSID" am: 69e7f9683d by Shinji Sogo · 8 years ago
  93. 69e7f96 Merge "[HS2.0] Need to compare with not only FQDN but SSID" by Treehugger Robot · 8 years ago
  94. 68457bf Display "Sign into network" in settings when on a captive portal. am: 1317e049f5 by Lorenzo Colitti · 8 years ago
  95. 3893827 Display "Sign into network" in settings when on a captive portal. am: 1317e049f5 by Lorenzo Colitti · 8 years ago
  96. 1317e04 Display "Sign into network" in settings when on a captive portal. by Lorenzo Colitti · 8 years ago
  97. f29e122 [HS2.0] Need to compare with not only FQDN but SSID by Shinji Sogo · 9 years ago
  98. 81d0f33 Catch NPE on network state and fall back to empty summary. am: 6acb76621d am: d856752ee7 by Fan Zhang · 8 years ago
  99. 383fd2e Catch NPE on network state and fall back to empty summary. am: 6acb76621d by Fan Zhang · 8 years ago
  100. 6acb766 Catch NPE on network state and fall back to empty summary. by Fan Zhang · 8 years ago