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

Add CronAPI #657

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Add CronAPI #657

wants to merge 12 commits into from

Commits on Feb 4, 2024

  1. Add CronAPI

    This implements a cron-like API which uses AlarmManager and WorkManager
    
    WorkManager is used to keep phone awake during task execution, and to
    be able to handle constraints - including stopping the task if
    constraint is no longer met
    lvogt committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    017579f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    735d138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ecff1a View commit details
    Browse the repository at this point in the history
  4. Fix wrongly immutable list

    lvogt committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    577631b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf6938c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    e584b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d680f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    4ac2cc9 View commit details
    Browse the repository at this point in the history
  2. Fix ExistingWorkPolicy

    lvogt committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    866987f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Improve AppShell naming

    lvogt committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8db3f64 View commit details
    Browse the repository at this point in the history
  2. Adjust changed Termux constant

    lvogt committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ed5ab23 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    7f05430 View commit details
    Browse the repository at this point in the history