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

Refactor #41

Merged
merged 45 commits into from
Dec 3, 2019
Merged

Refactor #41

merged 45 commits into from
Dec 3, 2019

Commits on Oct 21, 2019

  1. PEP8 naming convention

    Yutsuten committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    5ce787a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

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

Commits on Oct 30, 2019

  1. Split into multiple scripts

    Not working version though
    Yutsuten committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a0fd8c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Open anki without errors

    Yutsuten committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    0113b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435a410 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    319e309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6146932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaa60d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Move business logic to lifedrain.py

    main.py should only add hooks
    Yutsuten committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    42692b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca17f82 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    340065f View commit details
    Browse the repository at this point in the history
  2. Make some variables private

    Yutsuten committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    b32153f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    d34886d View commit details
    Browse the repository at this point in the history
  2. Create SettingsUi class

    Yutsuten committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    e52ef8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f02b82e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    88debaa View commit details
    Browse the repository at this point in the history
  2. Refactor settings.py

    Yutsuten committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    b4ad3c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    d6654d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f0753 View commit details
    Browse the repository at this point in the history
  3. Rename Deck to DeckManager

    Yutsuten committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    05c0691 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5339afc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1abe07 View commit details
    Browse the repository at this point in the history
  6. Refactor DeckManager

    Yutsuten committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    ecbdf1e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Prevent life from being drained when not reviewing

    Clicking Study Now when there were no cards to review was triggering this
    bug.
    Yutsuten committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    e425a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5325563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f61d50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7301dda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e0ae5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b4d6ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    032dc7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23572d2 View commit details
    Browse the repository at this point in the history
  9. Remove unused import

    Yutsuten committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    0432b72 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Simplify defaults.py script

    Yutsuten committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    565f57f View commit details
    Browse the repository at this point in the history
  2. Put UI methods into lifedrain attributes

    With some other miscellaneous refactorings
    Yutsuten committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    f67045c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ffd7f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dc6b11 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Configuration menu
    Copy the full SHA
    fb96603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a01c54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a45c4b View commit details
    Browse the repository at this point in the history
  4. Change method name

    Yutsuten committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1881378 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53dcb30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87332e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

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

Commits on Dec 2, 2019

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

Commits on Dec 3, 2019

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