1. 9a9a1d9 Fixing build break by Stuart Scott · 9 years ago
  2. f1fb397 Move factoryReset to service and protect. by Stuart Scott · 9 years ago
  3. f851d6d CONNECTIVITY_ACTION is the new _IMMEDIATE by Erik Kline · 9 years ago
  4. 16a1689 Add OP_READ_PHONE_STATE app op - framework by Svet Ganov · 9 years ago
  5. 88e98df More work on device idle mode. by Dianne Hackborn · 9 years ago
  6. 79ec42e Merge "First stab at device idle mode." by Dianne Hackborn · 9 years ago
  7. 8ad2af7 First stab at device idle mode. by Dianne Hackborn · 9 years ago
  8. 4a357cd Replace usages of deprecated Resources.getColor() and getColorStateList() by Alan Viverette · 9 years ago
  9. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  10. 3256601 Offer to "merge" subscribers for data usage. by Jeff Sharkey · 10 years ago
  11. 92d141f Don't require CONNECTIVITY_INTERNAL check for protected broadcasts by Vinit Deshpande · 10 years ago
  12. 255dd04 Added notification color to all system notifications by Selim Cinek · 10 years ago
  13. 9da2f1e Some networks may have null ifaces, I guess? by Jeff Sharkey · 10 years ago
  14. eb2c2c7 Hack and ship: NetworkStats edition. by Jeff Sharkey · 10 years ago
  15. aedebda Update data limit notification icon + strings. by John Spurlock · 10 years ago
  16. 497175b Rework network stats to use proc state for fg/bg. by Dianne Hackborn · 10 years ago
  17. be7c50e Add network access blocking when in battery save mode. by Dianne Hackborn · 10 years ago
  18. 684bf34 Switch IProcessObserver to report process state by Dianne Hackborn · 10 years ago
  19. 037c33e Plumb display power state through display manager. by Jeff Brown · 10 years ago
  20. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/net/NetworkPolicyManagerService.java]
  21. e6585b3 Use java.util.Objects instead on internal API by Kenny Root · 11 years ago
  22. 450a16b Use a separate thread for services that do NTP lookup by Amith Yamasani · 11 years ago
  23. 8d044e8 Start combining threads in system process. by Dianne Hackborn · 11 years ago
  24. ded7b75 Move XML utility methods into shared location. by Jeff Sharkey · 11 years ago
  25. f265ea9 App ops: vibration, neighboring cells, dialing, etc. by Dianne Hackborn · 11 years ago
  26. 2e4dce0 Fix metered SSID matching regression. by Jeff Sharkey · 12 years ago
  27. 764bc0a am bf8de6a3: Merge "Remove unnecessary locking for screen broadcasts." by Jeff Sharkey · 12 years ago
  28. 29afa14 Remove unnecessary locking for screen broadcasts. by Jeff Sharkey · 12 years ago
  29. 8b2c3a14 Useful annotations for code documentation. by Jeff Sharkey · 12 years ago
  30. d0c6ccb Move NetworkPolicy from apps to UID. by Jeff Sharkey · 12 years ago
  31. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  32. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  33. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  34. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  35. 216c181 Make generic BaseNetworkObserver. by Jeff Sharkey · 12 years ago
  36. 39606a0 Make AtomicFile a public API. It's about time! by Dianne Hackborn · 12 years ago
  37. 0abe556 Handle SCREEN_ON/OFF broadcasts without blocking. by Jeff Sharkey · 12 years ago
  38. 6c0b4f3 Clear identity when snoozing limit. by Jeff Sharkey · 12 years ago
  39. a93c2c1 Extend process observer to be usable for media routing. by Dianne Hackborn · 12 years ago
  40. e19f39b Advise persist threshold outside NPMS lock. by Jeff Sharkey · 12 years ago
  41. 8c1dc72 Disable policy when bandwidth module missing. by Jeff Sharkey · 12 years ago
  42. ac3fcb1 Reduce persist threshold for lower warning/limit. by Jeff Sharkey · 12 years ago
  43. f166f48 Roaming always metered, relax DHCP metered check. by Jeff Sharkey · 12 years ago
  44. 00a10a1 Handle null SSID cleanly by Irfan Sheriff · 12 years ago
  45. 5294a2f Relax global restrict for system services. by Jeff Sharkey · 12 years ago
  46. 9f6e4ba Connect metered DHCP hint for Wi-Fi networks. by Jeff Sharkey · 12 years ago
  47. 7bf8fba Merge "API to report if active network is metered." by Jeff Sharkey · 12 years ago
  48. 9f7cbf0 API to report if active network is metered. by Jeff Sharkey · 12 years ago
  49. 854b2b1 Surface list of apps with given network policy. by Jeff Sharkey · 12 years ago
  50. bfdd680 Migrate to @Override to remove warnings. by Jeff Sharkey · 12 years ago
  51. b52e3e5 INetworkStatsSession with lifecycle for caching. by Jeff Sharkey · 12 years ago
  52. 8fc27e8 Support metered Wi-Fi NetworkPolicy. by Jeff Sharkey · 12 years ago
  53. 8a8b581 Move network policy to per-appId (instead of UID). by Jeff Sharkey · 12 years ago
  54. 3a66cf3 Avoid data usage notifications in airplane mode. by Jeff Sharkey · 12 years ago
  55. 837f924 Remember when NetworkPolicy was inferred. by Jeff Sharkey · 12 years ago
  56. 9bf3150 Save timezone when setting data cycle reset date. by Jeff Sharkey · 12 years ago
  57. 1f8ea2d Send broadcast when changing restrict background. by Jeff Sharkey · 12 years ago
  58. 241dde2 Unify shorthand for byte-based units. by Jeff Sharkey · 12 years ago
  59. 0e2e5f8 Support snoozing of data warning notification. by Jeff Sharkey · 12 years ago
  60. 63abc37 Move network stats to FileRotator pattern. by Jeff Sharkey · 13 years ago
  61. f60d0af Restrict app data on metered networks. by Jeff Sharkey · 13 years ago
  62. 684c54a Update NTP outside locks, log large trim events. by Jeff Sharkey · 13 years ago
  63. 7e25b0e Dispatch alerts through background thread. by Jeff Sharkey · 13 years ago
  64. 3f3115b Make policy data enabled flag static. by Jeff Sharkey · 13 years ago
  65. 163e644 Correct proc file reader, optimizations. by Jeff Sharkey · 13 years ago
  66. 6f7af03 Process AMS events in NetworkPolicy handler. by Jeff Sharkey · 13 years ago
  67. 50e7e51 Over-limit within handful of MTU's, update assets. by Jeff Sharkey · 13 years ago
  68. 8ca953d Change data usage warning notification wording. by Jeff Sharkey · 13 years ago
  69. b3d5957 Poll UID stats during iface changes, enforce idx. by Jeff Sharkey · 13 years ago
  70. 961e304 Introduce immediate CONNECTIVITY_ACTION variant. by Jeff Sharkey · 13 years ago
  71. 47eb102 Always splice historical data stats, debug info. by Jeff Sharkey · 13 years ago
  72. 8e9992a Register for kernel global data usage alerts. by Jeff Sharkey · 13 years ago
  73. 8e28b7d Proactively disable data when over policy limit. by Jeff Sharkey · 13 years ago
  74. 3a844fc Background data notification, API clean up. by Jeff Sharkey · 13 years ago
  75. b5d55e3 Foreground/background network stats using sets. by Jeff Sharkey · 13 years ago
  76. f0ceede Expose quota status for active network. by Jeff Sharkey · 13 years ago
  77. 4664500 Maintain separate "restrict background data" flag. by Jeff Sharkey · 13 years ago
  78. 41ff7ec Revise data limit notifs, watch kernel alerts. by Jeff Sharkey · 13 years ago
  79. 02e21d6 Data usage notifs, newly installed apps, defaults. by Jeff Sharkey · 13 years ago
  80. 4e814c3 Hide NetworkTemplate details, buffered stats I/O. by Jeff Sharkey · 13 years ago
  81. d37948f Hide NetworkStatsHistory internals. by Jeff Sharkey · 13 years ago
  82. 104344e Cached NTP time for system services. by Jeff Sharkey · 13 years ago
  83. 350083e Migrate bandwidth control to NMS, omit history. by Jeff Sharkey · 13 years ago
  84. b3f19ca Enforce background data flag, rules through netd. by Jeff Sharkey · 13 years ago
  85. 50fd36d Push interface quota rules from NetworkPolicyManager to kernel. by Ashish Sharma · 13 years ago
  86. 4414cea Better network stats parsing, integer tags, async. by Jeff Sharkey · 13 years ago
  87. 5dc0c26 Teach NetworkIdentity about roaming. by Jeff Sharkey · 13 years ago
  88. b09540f Handle removed UIDs in network stats and policy. by Jeff Sharkey · 13 years ago
  89. 1b5a2a9 Read "qtaguid" network stats, refactor templates. by Jeff Sharkey · 13 years ago
  90. fdfef57 Notify policy listeners about metered ifaces. by Jeff Sharkey · 13 years ago
  91. 1a30395 DownloadManager flags for network policy. by Jeff Sharkey · 13 years ago
  92. 14711eb Include template in data warning/limit intents. by Jeff Sharkey · 13 years ago
  93. 497e443 Data usage warning and limit notifications. by Jeff Sharkey · 13 years ago
  94. fcc7977 Generate default policy for devices without IMSI. by Jeff Sharkey · 13 years ago
  95. af11d48 Fix test-related build breakage. by Jeff Sharkey · 13 years ago
  96. 22c055e External mutation of full NetworkPolicy set. by Jeff Sharkey · 13 years ago
  97. cd2ca40 Move data cycle methods to framework object. by Jeff Sharkey · 13 years ago
  98. 21c9c45 Interface-level network policy, persist policies. by Jeff Sharkey · 13 years ago
  99. d2a4587 Map network identity using ConnectivityService. by Jeff Sharkey · 13 years ago
  100. 7527990 Collect historical network stats. by Jeff Sharkey · 13 years ago