1. d2bfec6 Log sync stop (== onStopJob) reason in the sync log. by Makoto Onuki · 7 years ago
  2. 373ea90 EventLog when an executed job had been deferred by standby by Christopher Tate · 7 years ago
  3. a732f01 The job scheduler now backs off jobs based on standby bucketing by Christopher Tate · 7 years ago
  4. d0fff2e Extend JobInfo to support NetworkRequest. by Jeff Sharkey · 7 years ago
  5. caa3f8d Provide a way for jobs to estimate network traffic. by Jeff Sharkey · 7 years ago
  6. 76a0241 Provide explicit Network via JobParameters. by Jeff Sharkey · 7 years ago
  7. 98cf033 Print correct timeout messages in JobServiceContext by Yohei Yukawa · 7 years ago
  8. 616541d Persisted jobs versus incorrect boot-time RTC by Christopher Tate · 7 years ago
  9. eb90fa9 Fix issue #63095854: adb shell cmd jobscheduler timeout reports... by Dianne Hackborn · 7 years ago
  10. 94326cb Add reporting of how jobs complete. by Dianne Hackborn · 7 years ago
  11. 62292da Fix issue #62787070: restart due to NPE in JobServiceContext... by Dianne Hackborn · 7 years ago
  12. 6466c1c Fix issue #62390590: SecurityException in JobIntentService$... by Dianne Hackborn · 7 years ago
  13. 729a328 Work on issue #62390590: SecurityException in JobIntentService$... by Dianne Hackborn · 7 years ago
  14. bfc2331 Fix issue #38210653: Few more tweaks of job scheduler by Dianne Hackborn · 7 years ago
  15. d1f3df4 Work on issue #37815224: DeviceManagementService is incorrectly... by Dianne Hackborn · 7 years ago
  16. 83b40f6 Work on issue #36891897: Need to ensure foreground services can't... by Dianne Hackborn · 7 years ago
  17. 342e603 Finish impl of job queue: handle URI permissions. by Dianne Hackborn · 7 years ago
  18. 7da13d7 Add new "work queue" feature to JobScheduler. by Dianne Hackborn · 7 years ago
  19. 2d161b1 Merge "Implement issue #36590595: Add ability to associated a ClipData with JobInfo" into oc-dev by TreeHugger Robot · 7 years ago
  20. a47223f Implement issue #36590595: Add ability to associated a ClipData with JobInfo by Dianne Hackborn · 7 years ago
  21. b2087f8 Reschedule jobs that crash partway through by Christopher Tate · 7 years ago
  22. db70af4 Merge "Harden against jobscheduler client app misbehavior" into nyc-mr2-dev am: 38f1b6dbc9 by Chris Tate · 7 years ago
  23. 2022bad Make job startup timeout similar to base OS service launch timeout by Christopher Tate · 7 years ago
  24. a8e8e4a Harden against jobscheduler client app misbehavior by Christopher Tate · 8 years ago
  25. 7a70c1a Eliminate unnecessary object churn in job scheduler updating am: eafb535072 am: 84e9961a7c by Christopher Tate · 8 years ago
  26. eafb535 Eliminate unnecessary object churn in job scheduler updating by Christopher Tate · 8 years ago
  27. f11313f Don't leak wakelock instances am: 4b17e984b6 am: cea6cc9d33 am: 5f00f298bf by Christopher Tate · 8 years ago
  28. 4b17e98 Don't leak wakelock instances by Christopher Tate · 8 years ago
  29. 996bca5 Merge "Build JobStatus objects outside the lock" into nyc-dev am: 87ad1fce25 am: 6dd6046b8a by Christopher Tate · 8 years ago
  30. 3eddecc Build JobStatus objects outside the lock by Christopher Tate · 8 years ago
  31. 7d4844e Merge "Fix issue #28035090: Disallow abuse of JobScheduler" into nyc-dev am: e3f617b by Dianne Hackborn · 8 years ago
  32. 807de78 Fix issue #28035090: Disallow abuse of JobScheduler by Dianne Hackborn · 8 years ago
  33. a81d27d Merge "NPE fix for JobScheduler" into nyc-dev am: 553389630d am: a9024ba868 by Matthew Williams · 8 years ago
  34. 5533896 Merge "NPE fix for JobScheduler" into nyc-dev by Matthew Williams · 8 years ago
  35. 7d08905 NPE fix for JobScheduler by Shreyas Basarge · 8 years ago
  36. fe60596 Merge "Work towards issue #26390161: Throttle syncs/jobs when system is low on RAM" into nyc-dev am: 11007fa30c by Dianne Hackborn · 8 years ago
  37. 1085ff6 Work towards issue #26390161: Throttle syncs/jobs when system is low on RAM by Dianne Hackborn · 8 years ago
  38. 33d31c5 Simplify job scheduler service locking. by Dianne Hackborn · 8 years ago
  39. d506b2b Simplify job scheduler service locking. by Dianne Hackborn · 8 years ago
  40. ba60473 Implement transient extras for jobs. by Dianne Hackborn · 8 years ago
  41. 1a30bd9 Add and implement JobScheduler content observer APIs. by Dianne Hackborn · 9 years ago
  42. 325956d Fixes for JobScheduler sourcePackage fields by Shreyas Basarge · 9 years ago
  43. 968ac75 Adds sourcePackageName field to JobStatus by Shreyas Basarge · 9 years ago
  44. 5db0908 Added priority to JobScheduler scheduling by Shreyas Basarge · 9 years ago
  45. 7019d8b Merge "Race condition in JobServiceContext" by Matthew Williams · 9 years ago
  46. 0cc7654 Race condition in JobServiceContext by Matthew Williams · 9 years ago
  47. fa8e508 Sanity check loaded periodics and cap runtime. by Matthew Williams · 9 years ago
  48. 1bde39a Correctly reschedule failed periodic by Matthew Williams · 9 years ago
  49. 97745e8 am 4631b589: am af9ea2cf: Merge "Fix bug with jobservice context giving wrong value" into mnc-dev by Matthew Williams · 9 years ago
  50. d9db9d7 Fix bug with jobservice context giving wrong value by Matthew Williams · 9 years ago
  51. 20fb818 am a51f14d0: Merge "Fix NPE in JobServiceContext when closing job." by Chris Tate · 9 years ago
  52. 6a94aba Fix NPE in JobServiceContext when closing job. by riddle_hsu · 9 years ago
  53. 90a5187 Give scheduled jobs a more substantial timeslice by Christopher Tate · 9 years ago
  54. 673ef9e JobParameters#isDeadlineExpired returns wrong value by Matthew Williams · 9 years ago
  55. 326f230 BUG 17887323: Need to turn off DEBUG log spam in Job Scheduler by Georgi Nikolov · 10 years ago
  56. 7ac52d5 Fix NPE in JobServiceContext by Matthew Williams · 10 years ago
  57. 03a4da6 Add flag to JobParameters for job expired by Matthew Williams · 10 years ago
  58. 75fc525 Add timeout when waiting to bind to JobService by Matthew Williams · 10 years ago
  59. ee410da remove possible JobScheduler race in cancel() by Matthew Williams · 10 years ago
  60. b9583c9 Turn on debugging override of idle time by Christopher Tate · 10 years ago
  61. fdb1956 Fix issue #15681802: Missing RESET:TIME in complete battery histories by Dianne Hackborn · 10 years ago
  62. 49a85b6 JobScheduler blocking main thread. by Matthew Williams · 10 years ago
  63. 7060b04 Out with the old; in with the new by Christopher Tate · 10 years ago[Renamed (66%) from services/core/java/com/android/server/task/TaskServiceContext.java]
  64. effacfa Add OnNetworkActive to TaskManager and simplify locking. by Matthew Williams · 10 years ago
  65. 13b0241 Add test app for JobScheduler by Matthew Williams · 10 years ago
  66. 9b9244b6 DO NOT MERGE Implementation of TaskManager reschedule/cancel by Matthew Williams · 10 years ago
  67. fa380e9 DO NOT MERGE - Run the task manager service at startup by Christopher Tate · 10 years ago
  68. fdd9203 Refactored code didn't make it into previous CL by Matthew Williams · 10 years ago
  69. 691e93e TM TaskServiceContext implementation by Matthew Williams · 10 years ago
  70. 6de79e2 First implementation of the TaskManager internals. by Matthew Williams · 10 years ago