Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force clean deleted logs from disk & Bug Fix #378

Merged
merged 2 commits into from
Mar 8, 2019

Commits on Feb 20, 2019

  1. Force clean deleted logs from disk

    - clean up job may not run on devices due to factors mentioned in
      https://github.com/evernote/android-job/wiki/FAQ#what-happens-with-jobs-after-the-app-was-forced-killed
      This option hence powrs the user to run the job at the exact moment
    
    Signed-off-by: Arka Prava Basu <arkaprava94@gmail.com>
    archie94 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    860338f View commit details
    Browse the repository at this point in the history
  2. Bug Fix: Fix no files deleted from disk on successful job run

    - the null check was wrongly implemented
    
    Signed-off-by: Arka Prava Basu <arkaprava94@gmail.com>
    archie94 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    d7b725e View commit details
    Browse the repository at this point in the history