1. 1588b3b Cleaned up the permission checks in NetworkScoreService by Jeremy Joslin · 7 years ago
  2. 66042e0 Merge "Add permission checks to getActiveScorerPackage()." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  3. 2d55b18 Add permission checks to getActiveScorerPackage(). by Jeremy Joslin · 7 years ago
  4. 59502eb NetworkRecommendationProviders require the location permission. by Jeremy Joslin · 7 years ago
  5. a9f933e Revert permission check on setActiveScorer. by Jeremy Joslin · 7 years ago
  6. b1a0139 Remove the recommendation request impl and test code. by Jeremy Joslin · 7 years ago
  7. 1e2595d Always call unbind. by Jeremy Joslin · 7 years ago
  8. b0fe217 Migrate the NETWORK_SCORER_APP Setting. by Jeremy Joslin · 7 years ago
  9. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  10. 3bddadd Fix logic errors when checking the caller. by Jeremy Joslin · 7 years ago
  11. 9925c6a Keep Settings.Global.NETWORK_RECOMMENDATIONS_ENABLED updated. by Jeremy Joslin · 7 years ago
  12. e9052a3 Cleanup else blocks on security checks. by Jeremy Joslin · 7 years ago
  13. ee3fb5c Bind to the recommendation service specified in the Setting. by Jeremy Joslin · 7 years ago
  14. f621bc9 Move NetworkScorerAppManager into com.android.server. by Jeremy Joslin · 7 years ago
  15. fde900d Fail safely on invalid ScanResults when creating NetworkKey by Stephen Chen · 7 years ago
  16. 4ad7ca0 Adding a little more verbose logging. by Jeremy Joslin · 7 years ago
  17. f95c865 Adding a new internal method to get all valid scorers. by Jeremy Joslin · 7 years ago
  18. a5172f6 New internal interface method to get the active scorer metadata. by Jeremy Joslin · 7 years ago
  19. 7890e19 Fix NPE when getting the callback cookie. by Jeremy Joslin · 7 years ago
  20. cc137da Merge "Rename isCallerSystemUid()." by TreeHugger Robot · 7 years ago
  21. 35f34ea Rename isCallerSystemUid(). by Jeremy Joslin · 7 years ago
  22. 37e877b Cache NetworkScorerAppData in the ScoringServiceConnection. by Jeremy Joslin · 7 years ago
  23. 534b6cf Clear the calling ID in dump(). by Jeremy Joslin · 7 years ago
  24. e71fe2b Updates to the cache filtering impl. by Jeremy Joslin · 7 years ago
  25. ba24273 Implemented network score cache filtering. by Jeremy Joslin · 7 years ago
  26. 6397ab5 Check for REQUEST_NETWORK_SCORES instead of BROADCAST_NETWORK_PRIVILEGED. by Jeremy Joslin · 7 years ago
  27. 26a45e5 Pass more data through the recommendation request. by Jeremy Joslin · 7 years ago
  28. 3452b69 Replace the RequestRecommendationCaller if the timeout changes. by Jeremy Joslin · 7 years ago
  29. cb594f3 New setting for recommendation request timeout. by Jeremy Joslin · 8 years ago
  30. ce73c6f Implemented the async recommendation request call. by Jeremy Joslin · 8 years ago
  31. 998d7ca Async network recommendation requests. by Jeremy Joslin · 8 years ago
  32. 6c1ca28 Move getActiveScorerPackage() to the score service. by Jeremy Joslin · 8 years ago
  33. 134c9d3 Moved isCallerActiveScorer() to the score service. by Jeremy Joslin · 8 years ago
  34. 5519d7c Check for REQUEST_NETWORK_SCORES instead of BROADCAST_NETWORK_PRIVILEGED. by Jeremy Joslin · 8 years ago
  35. 25e7ec2 Send RECOMMEND_NETWORKS action when binding to provider. by Joe LaPenna · 8 years ago
  36. 86c2a5e Cleanup the evaluateBinding() method. by Jeremy Joslin · 8 years ago
  37. 82d7207 Stay bound to the most current active scorer. by Jeremy Joslin · 8 years ago
  38. 8f5521a Clear and restore the calling ID. by Jeremy Joslin · 8 years ago
  39. f9d47b7 Expose ScanResult#untrusted as a @SystemApi. by Amin Shaikh · 8 years ago
  40. 145c343 Implement the request and recommend calls. by Jeremy Joslin · 8 years ago
  41. fa4f08e Implement the discovery of a network recommendation provider. by Jeremy Joslin · 8 years ago
  42. b2087a1 Add an IPC for requesting network scores. by Jeremy Joslin · 8 years ago
  43. c5ac587 Update registerNetworkScoreCache() to accept a filter type. by Jeremy Joslin · 8 years ago
  44. 972e236 Support multiple caches in NetworkScoreService. by Amin Shaikh · 8 years ago
  45. ba6f8c8 Move dump() to dumpAsync(), more oneway calls. by Jeff Sharkey · 8 years ago
  46. 82834ba Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Bill Yi · 8 years ago
  47. 800a4e7 Merge "API for requesting network recommendations." by Treehugger Robot · 8 years ago
  48. d1daf6d API for requesting network recommendations. by Jeremy Joslin · 8 years ago
  49. b2c312a Move dump() to dumpAsync(), more oneway calls. by Jeff Sharkey · 8 years ago
  50. aa09aa0 Refactor NetworkScoreAppManager for testing. by Amin Shaikh · 8 years ago
  51. 967b581 Fix #29073394: Need to bind to scorer after user is unlocked. by Jeremy Joslin · 8 years ago
  52. 1ec8cd95 Fix issue #28930592: Scoring service binding is not reestablished. by Jeremy Joslin · 8 years ago
  53. dd251ef Have the NetworkScoreService bind to the scorer. by Jeremy Joslin · 8 years ago
  54. da11f5c Send explicit broadcasts when the scorer changes. by Jeremy Joslin · 8 years ago
  55. e4de5a0 Cleanup OWNER references. by Xiaohui Chen · 9 years ago
  56. 7842f64 Handle package changes in NetworkScoreService. by Jeff Davidson · 10 years ago
  57. e56f2bb Allow apps with SCORE_NETWORKS to set the active scorer. by Jeff Davidson · 10 years ago
  58. 1619779 Rename BROADCAST_SCORE_NETWORKS to BROADCAST_NETWORK_PRIVILEGED. by Jeff Davidson · 10 years ago
  59. 56f9f73 Fix default scorer provisioning. by Jeff Davidson · 10 years ago
  60. ac7285d Security-related cleanup for network scoring. by Jeff Davidson · 10 years ago
  61. 26fd143 Add NetworkScoreManager.disableScoring(). by Jeff Davidson · 10 years ago
  62. b096bdc Add a SCORER_CHANGED broadcast. by Jeff Davidson · 10 years ago
  63. c741553 Use/expose the receiver's label as the scorer name. by Jeff Davidson · 10 years ago
  64. 68c46fd Flush dump output before calling score cache dump() methods. by Jeff Davidson · 10 years ago
  65. 14f1ec0 API for network cache subsystems. by Jeff Davidson · 10 years ago
  66. 6a4b220 Initial implementation of NetworkScoreManager's backing service. by Jeff Davidson · 10 years ago