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

Feat: Allow for repeat to specify amount of the given repeat type (Android) #2030

Merged
merged 6 commits into from
Jun 24, 2021
Merged

Feat: Allow for repeat to specify amount of the given repeat type (Android) #2030

merged 6 commits into from
Jun 24, 2021

Commits on May 19, 2021

  1. Update README.md

    Fixed typos
    yepes authored May 19, 2021
    Configuration menu
    Copy the full SHA
    1659aa8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2020 from yepes/master

    Boris Tacyniak authored May 19, 2021
    Configuration menu
    Copy the full SHA
    4aaaf48 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Use repeatTime to configure interval of repeatType unit

    This allows repeat interval to be configured as following
    "Every 3 days": {repeatType: "day", repeatTime: 3}
    "Every 2 weeks": {repeatType: "week", repeatTime: 2}
    johgusta committed May 25, 2021
    Configuration menu
    Copy the full SHA
    ecdaf62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d19a187 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    cdc5524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5490e8 View commit details
    Browse the repository at this point in the history