1. dd4b14f SyncManager: detect suspicious periodic sync removal. by Makoto Onuki · 7 years ago
  2. 616541d Persisted jobs versus incorrect boot-time RTC by Christopher Tate · 7 years ago
  3. 47b9209 Merge "Read the correct parameters for Jobscheduler" into oc-dr1-dev by Suprabh Shukla · 7 years ago
  4. 7a0a5c4 Read the correct parameters for Jobscheduler by Suprabh Shukla · 7 years ago
  5. 3e99f65 Fix issue #34471029: Don't allow audio use from background apps. by Dianne Hackborn · 7 years ago
  6. eb90fa9 Fix issue #63095854: adb shell cmd jobscheduler timeout reports... by Dianne Hackborn · 7 years ago
  7. ab8a67f Update jobscheduler dumpsys by Makoto Onuki · 7 years ago
  8. 729a328 Work on issue #62390590: SecurityException in JobIntentService$... by Dianne Hackborn · 7 years ago
  9. a61f09f Merge "Purge Nonexistent User Jobs on Boot" into oc-dev by Michael Wachenschwanz · 7 years ago
  10. 3f2b655 Purge Nonexistent User Jobs on Boot by Michael Wachenschwanz · 7 years ago
  11. 6d06826 Fix issue #38244875: Bring back testChargingConstraintFails by Dianne Hackborn · 7 years ago
  12. bfc2331 Fix issue #38210653: Few more tweaks of job scheduler by Dianne Hackborn · 7 years ago
  13. 83b40f6 Work on issue #36891897: Need to ensure foreground services can't... by Dianne Hackborn · 7 years ago
  14. 28d1b66 Address various JobScheduler API feedback. by Dianne Hackborn · 7 years ago
  15. f9bac16 Fix issue #32180780: Sync adapters inappropriately being run... by Dianne Hackborn · 7 years ago
  16. 6e8f116 Merge "Finish impl of job queue: handle URI permissions." into oc-dev by TreeHugger Robot · 7 years ago
  17. 342e603 Finish impl of job queue: handle URI permissions. by Dianne Hackborn · 7 years ago
  18. fd8807a More small fixes/adjustments to job scheduler. by Dianne Hackborn · 7 years ago
  19. 60977f4 Introduce NETWORK_TYPE_METERED job constraint by Christopher Tate · 7 years ago
  20. 7da13d7 Add new "work queue" feature to JobScheduler. by Dianne Hackborn · 7 years ago
  21. 7234fc6 Track pending job latency by Christopher Tate · 7 years ago
  22. 6df866a Enforce PACKAGE_USAGE_STATS for usage data. by Jeff Sharkey · 7 years ago
  23. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  24. a47223f Implement issue #36590595: Add ability to associated a ClipData with JobInfo by Dianne Hackborn · 7 years ago
  25. 0aa4313 A little cleanup of activity manager dumpsys output. by Dianne Hackborn · 7 years ago
  26. 532ea26 Add new "storage not low" job scheduler constraint. by Dianne Hackborn · 7 years ago
  27. b1d6448 Correctly check expired jobs against active ones by Christopher Tate · 7 years ago
  28. 8025580 Update IUidObserver.onUidStateChanged to include procStateSeq. by Sudheer Shanka · 7 years ago
  29. a06ec6a Add new job scheduler constraints for "battery not low". by Dianne Hackborn · 7 years ago
  30. c3af19a Optimize bg check flow. by Dianne Hackborn · 8 years ago
  31. 0d1fd8d Secure MATCH_UNINSTALLED_PACKAGES across users by Amith Yamasani · 8 years ago
  32. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  33. e07641d Start implementing background restrictions for eph apps. by Dianne Hackborn · 8 years ago
  34. 5614bf5 Move code for handling uid obs "cutoff" to activity manager by Dianne Hackborn · 8 years ago
  35. 058f1e4 Implement system API for monitoring uid importance changes. by Dianne Hackborn · 8 years ago
  36. ab058ab Fix job scheduler crash due to uninstall race am: 652c5ad516 am: 1131f280ae by Christopher Tate · 8 years ago
  37. 0467fec Change DEFAULT_BG_LOW_JOB_COUNT to 1 in JobSchedulerService. am: e39a8a46d9 am: ef866c3d0f by Nancy Zheng · 8 years ago
  38. 7a70c1a Eliminate unnecessary object churn in job scheduler updating am: eafb535072 am: 84e9961a7c by Christopher Tate · 8 years ago
  39. 1131f28 Fix job scheduler crash due to uninstall race am: 652c5ad516 by Christopher Tate · 8 years ago
  40. e39a8a4 Change DEFAULT_BG_LOW_JOB_COUNT to 1 in JobSchedulerService. by Nancy Zheng · 8 years ago
  41. 652c5ad Fix job scheduler crash due to uninstall race by Christopher Tate · 8 years ago
  42. eafb535 Eliminate unnecessary object churn in job scheduler updating by Christopher Tate · 8 years ago
  43. 354736e New infrastructure to switch remaining commands to "cmd" calls. by Dianne Hackborn · 8 years ago
  44. ee7805b Remove scheduled jobs when an app is force-stopped by Christopher Tate · 8 years ago
  45. 785f494 Require permission for FLAG_WILL_BE_FOREGROUND. by Jeff Sharkey · 8 years ago
  46. 7ab4025 Fix issue #29371078: Foreground jobs should not count... by Dianne Hackborn · 8 years ago
  47. 34618b5 Skip cancelling jobs with FLAG_WILL_BE_FOREGROUND. by Jeff Sharkey · 8 years ago
  48. 970e3f4 Fix issue #29069028 NYC: device boot failure: NPE in AppIdleController by Dianne Hackborn · 8 years ago
  49. e9a988c Work on issue #28942589: Tune job scheduler by Dianne Hackborn · 8 years ago
  50. b5c0788 Purge an app's scheduled jobs when the whole package is disabled by Christopher Tate · 8 years ago
  51. 564915c5 Merge "Check permission for FLAG_WILL_BE_FOREGROUND." into nyc-dev by TreeHugger Robot · 8 years ago
  52. 4f10040 Check permission for FLAG_WILL_BE_FOREGROUND. by Jeff Sharkey · 8 years ago
  53. ef3aa6e Fix issue #28477006: Add small event log to job scheduler by Dianne Hackborn · 8 years ago
  54. f07c7b9 API changes for DownloadManager and JobScheduler. by Jeff Sharkey · 8 years ago
  55. 8db0fc1 More work on issue #26390151: Add new JobScheduler API... by Dianne Hackborn · 8 years ago
  56. 807de78 Fix issue #28035090: Disallow abuse of JobScheduler by Dianne Hackborn · 8 years ago
  57. 141f11c More work on issue #26390151: Add new JobScheduler API... by Dianne Hackborn · 8 years ago
  58. 4eb64fd Refactor ProcessStats. by Joe Onorato · 8 years ago
  59. cb926fc Move device idle logic into a job StateController by Amith Yamasani · 8 years ago
  60. 2fefbcf Fix issue #27653326: Sync doesn't work in doze maintenance by Dianne Hackborn · 8 years ago
  61. a0a58a2 Merge "Refactoring FBE APIs based on council feedback." into nyc-dev by Jeff Sharkey · 8 years ago
  62. 8a372a0 Refactoring FBE APIs based on council feedback. by Jeff Sharkey · 8 years ago
  63. b1c1f9a Fix job duplication bug by Christopher Tate · 8 years ago
  64. cbf5ae9 Remove SyncManager's local job cache by Shreyas Basarge · 8 years ago
  65. 5d34605 Add 'shell cmd jobscheduler run ....' to run a job immediately by Christopher Tate · 8 years ago
  66. 0213ace0 Reintroduce per-app scheduled job limits by Christopher Tate · 8 years ago
  67. 77ca74d Merge "Work on issue #26390161: Throttle syncs/jobs when system is low on RAM" into nyc-dev by Dianne Hackborn · 8 years ago
  68. 12c0da4 Accept non-EA jobs while user is locked. by Jeff Sharkey · 8 years ago
  69. 970510b Work on issue #26390161: Throttle syncs/jobs when system is low on RAM by Dianne Hackborn · 8 years ago
  70. 019f6d9 Merge "Fix JobSchedulerService FBE regression." into nyc-dev by Jeff Sharkey · 8 years ago
  71. 822cbd1 Fix JobSchedulerService FBE regression. by Jeff Sharkey · 8 years ago
  72. dabdf6f Disable per-app scheduled job limits by Christopher Tate · 8 years ago
  73. 1085ff6 Work towards issue #26390161: Throttle syncs/jobs when system is low on RAM by Dianne Hackborn · 8 years ago
  74. 2f36fd6 Limit scheduled jobs to 100 per app by Christopher Tate · 8 years ago
  75. b0001f6 Remove internal locking from JobStatus. by Dianne Hackborn · 8 years ago
  76. 33d31c5 Simplify job scheduler service locking. by Dianne Hackborn · 8 years ago
  77. 8e64e2e Fixes JobScheduler not persisting flex and sourcePackage by Shreyas Basarge · 8 years ago
  78. 73f1025 Fix for JobScheduler dropping periodic jobs by Shreyas Basarge · 8 years ago
  79. c7bacab More encryption-aware triaging. by Jeff Sharkey · 8 years ago
  80. 8c834c0 SyncManager on JobScheduler by Shreyas Basarge · 9 years ago
  81. 1a30bd9 Add and implement JobScheduler content observer APIs. by Dianne Hackborn · 9 years ago
  82. 3dbb412 Merge "Fix for possible NPE in JobScheduler" by Shreyas Basarge · 9 years ago
  83. 968ac75 Adds sourcePackageName field to JobStatus by Shreyas Basarge · 9 years ago
  84. 347c278 Fix for possible NPE in JobScheduler by Shreyas Basarge · 9 years ago
  85. 17971e3 Merge "Added priority to JobScheduler scheduling" by Shreyas Basarge · 9 years ago
  86. 5db0908 Added priority to JobScheduler scheduling by Shreyas Basarge · 9 years ago
  87. 89ee618 Flex time for periodic jobs in JobScheduler by Shreyas Basarge · 9 years ago
  88. 2f3e353 More work towards triaging missing app behavior. by Jeff Sharkey · 9 years ago
  89. 5217cac Make JobSchedulerService encryption aware. by Jeff Sharkey · 9 years ago
  90. 4cff8ac Scheduling fix for JobScheduler by Shreyas Basarge · 9 years ago
  91. bef28fe Initial stab at background check. by Dianne Hackborn · 9 years ago
  92. 627dfa1 Be smarter about determining when we can stop idle maintenance. by Dianne Hackborn · 9 years ago
  93. ccbf4e4 Merge "Initial implementation of light-weight idle mode." by Dianne Hackborn · 9 years ago
  94. 08c47a5 Initial implementation of light-weight idle mode. by Dianne Hackborn · 9 years ago
  95. aa98431 Change scheduling logic to run network jobs sooner by Matthew Williams · 9 years ago
  96. 1bde39a Correctly reschedule failed periodic by Matthew Williams · 9 years ago
  97. b0ff322 Throttle jobs for idle apps by Amith Yamasani · 9 years ago
  98. 2bf51f4 Fix loop index. by Dianne Hackborn · 9 years ago
  99. 88e98df More work on device idle mode. by Dianne Hackborn · 9 years ago
  100. 8ad2af7 First stab at device idle mode. by Dianne Hackborn · 9 years ago