1. 1588b3b Cleaned up the permission checks in NetworkScoreService by Jeremy Joslin · 7 years ago
  2. 2d55b18 Add permission checks to getActiveScorerPackage(). by Jeremy Joslin · 7 years ago
  3. a9f933e Revert permission check on setActiveScorer. by Jeremy Joslin · 7 years ago
  4. b1a0139 Remove the recommendation request impl and test code. by Jeremy Joslin · 7 years ago
  5. 1e2595d Always call unbind. by Jeremy Joslin · 7 years ago
  6. f1acc1e Restore @VisibleForTesting on NetworkScorerAppManager. by Jeremy Joslin · 7 years ago
  7. d601360 Parse NotificationChannel ID meta-data. by Amin Shaikh · 7 years ago
  8. 3bddadd Fix logic errors when checking the caller. by Jeremy Joslin · 7 years ago
  9. 192bb0b Refactor code incompatible with Mockito 2.7.13 by Paul Duffin · 7 years ago
  10. 8b1339a Add a network scorer label metadata field to NetworkScoreAppData by Stephen Chen · 7 years ago
  11. ee3fb5c Bind to the recommendation service specified in the Setting. by Jeremy Joslin · 7 years ago
  12. f621bc9 Move NetworkScorerAppManager into com.android.server. by Jeremy Joslin · 7 years ago
  13. bc9a8e6 Add "Use open Wi-Fi automatically" setting. by Amin Shaikh · 7 years ago
  14. fde900d Fail safely on invalid ScanResults when creating NetworkKey by Stephen Chen · 7 years ago
  15. a5172f6 New internal interface method to get the active scorer metadata. by Jeremy Joslin · 7 years ago
  16. 37e877b Cache NetworkScorerAppData in the ScoringServiceConnection. by Jeremy Joslin · 7 years ago
  17. e71fe2b Updates to the cache filtering impl. by Jeremy Joslin · 8 years ago
  18. ba24273 Implemented network score cache filtering. by Jeremy Joslin · 8 years ago
  19. 6397ab5 Check for REQUEST_NETWORK_SCORES instead of BROADCAST_NETWORK_PRIVILEGED. by Jeremy Joslin · 8 years ago
  20. 26a45e5 Pass more data through the recommendation request. by Jeremy Joslin · 8 years ago
  21. cb594f3 New setting for recommendation request timeout. by Jeremy Joslin · 8 years ago
  22. ce73c6f Implemented the async recommendation request call. by Jeremy Joslin · 8 years ago
  23. 6c1ca28 Move getActiveScorerPackage() to the score service. by Jeremy Joslin · 8 years ago
  24. 134c9d3 Moved isCallerActiveScorer() to the score service. by Jeremy Joslin · 8 years ago
  25. 06d1fd7 Cleanup test method names. by Jeremy Joslin · 8 years ago
  26. 5519d7c Check for REQUEST_NETWORK_SCORES instead of BROADCAST_NETWORK_PRIVILEGED. by Jeremy Joslin · 8 years ago
  27. 586d36e Fix NetworkScoreServiceTest.testSystemRunning. by Jeremy Joslin · 8 years ago
  28. 8f5521a Clear and restore the calling ID. by Jeremy Joslin · 8 years ago
  29. f9d47b7 Expose ScanResult#untrusted as a @SystemApi. by Amin Shaikh · 8 years ago
  30. 145c343 Implement the request and recommend calls. by Jeremy Joslin · 8 years ago
  31. fa4f08e Implement the discovery of a network recommendation provider. by Jeremy Joslin · 8 years ago
  32. c5ac587 Update registerNetworkScoreCache() to accept a filter type. by Jeremy Joslin · 8 years ago
  33. 972e236 Support multiple caches in NetworkScoreService. by Amin Shaikh · 8 years ago