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

[Alvin Ng] Duke Increments #363

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

Commits on Aug 6, 2019

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

Commits on Aug 12, 2019

  1. Add sample checkstyle configuration

    Add toolVersion block in to Gradle code sample to prevent errors.
    j-lum committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0112efe View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Configuration menu
    Copy the full SHA
    cfd6da7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nus-cs2103-AY1920S1#12 from j-lum/gradle+x

    Change file mode on `gradle` to be executable (nus-cs2103-AY1920S1#9)
    j-lum authored Aug 18, 2019
    Configuration menu
    Copy the full SHA
    6e6ace1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Add configuration for console applications

    Gradle defaults to an empty stdin which results in runtime exceptions
    when attempting to read from `System.in`. Let's add some sensible
    defaults for students who may still need to work with the standard
    input stream.
    j-lum committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    a3ca5a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Merge pull request nus-cs2103-AY1920S1#13 from j-lum/javaexec

    Add configuration for console applications
    j-lum authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    7b60e81 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Level-1

    Alvinnyk committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    e38aecc View commit details
    Browse the repository at this point in the history
  2. Level-2

    Alvinnyk committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    f99d923 View commit details
    Browse the repository at this point in the history
  3. Level-3

    Alvinnyk committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    85c82a4 View commit details
    Browse the repository at this point in the history
  4. Level-4

    Alvinnyk committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    feff96e View commit details
    Browse the repository at this point in the history
  5. Level-5

    Alvinnyk committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    475f96d View commit details
    Browse the repository at this point in the history
  6. Level-6

    Alvinnyk committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    2e4c8bf View commit details
    Browse the repository at this point in the history
  7. Level-7

    Alvinnyk committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    a98782a View commit details
    Browse the repository at this point in the history
  8. Level-8

    Alvinnyk committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1f8a4f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    298a787 View commit details
    Browse the repository at this point in the history
  10. Level-9

    Alvinnyk committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    35c016a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. abstracted UI

    Alvinnyk committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    0a34bae View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. restructured tasks model

    Alvinnyk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    9f42090 View commit details
    Browse the repository at this point in the history
  2. improved storage structure

    Alvinnyk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    8dfb952 View commit details
    Browse the repository at this point in the history
  3. Fixed storage issues

    Alvinnyk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    1bc03c1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'gradle'

    Alvinnyk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    33da963 View commit details
    Browse the repository at this point in the history
  5. Added Gradle support

    Alvinnyk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    952048b View commit details
    Browse the repository at this point in the history
  6. Implemented javaFX

    Alvinnyk committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    51eef48 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    800a73e View commit details
    Browse the repository at this point in the history
  2. Fixed JavaFX bugs

    Alvinnyk committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f1c7507 View commit details
    Browse the repository at this point in the history
  3. Fixed JavaFX

    Alvinnyk committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    7919b52 View commit details
    Browse the repository at this point in the history
  4. Added Shadow plugin

    Alvinnyk committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    0cf047c View commit details
    Browse the repository at this point in the history
  5. Fixed indentation

    Alvinnyk committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    749afe3 View commit details
    Browse the repository at this point in the history
  6. Added a help command

    Alvinnyk committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    0a5cc00 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. refactored UI classes

    Alvinnyk committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    badcfd3 View commit details
    Browse the repository at this point in the history
  2. Added todo test

    Alvinnyk committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    e94b90e View commit details
    Browse the repository at this point in the history
  3. Added tests

    Alvinnyk committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    0f4352e View commit details
    Browse the repository at this point in the history
  4. Added JUnit tests

    Alvinnyk committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    d596294 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Cleanup JavaDoc comments

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    dd5c44b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1c9fd2 View commit details
    Browse the repository at this point in the history
  3. Minor bug fixes

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    0664922 View commit details
    Browse the repository at this point in the history
  4. Refactoring packages

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    b869e92 View commit details
    Browse the repository at this point in the history
  5. Coding Standard

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    d41d818 View commit details
    Browse the repository at this point in the history
  6. Added checkstyle

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9767379 View commit details
    Browse the repository at this point in the history
  7. Fixed small bugs

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    8d16e80 View commit details
    Browse the repository at this point in the history
  8. Updated GUI to look better

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    d14e315 View commit details
    Browse the repository at this point in the history
  9. Added new resources

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9c5bfe0 View commit details
    Browse the repository at this point in the history
  10. Updated GUI font

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    6bf493b View commit details
    Browse the repository at this point in the history
  11. fixed small GUI bugs

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    6fb180c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3ee6cf View commit details
    Browse the repository at this point in the history
  13. Added assertions

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    fa1a97d View commit details
    Browse the repository at this point in the history
  14. Added more Assertions

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    cf24b12 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4 from Alvinnyk/A-Assertions

    Added more Assertions
    Alvinnyk authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    a8af2ce View commit details
    Browse the repository at this point in the history
  16. A-CodeQuality

    Alvinnyk committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    cd925c9 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #5 from Alvinnyk/A-CodeQuality

    A-CodeQuality
    Alvinnyk authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    c46fe88 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

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

Commits on Sep 21, 2019

  1. Removed logout delay

    Alvinnyk committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    48c7fbf View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Alvinnyk authored Sep 21, 2019
    Configuration menu
    Copy the full SHA
    7bd511c View commit details
    Browse the repository at this point in the history
  3. Updated error messages

    Alvinnyk committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    a4be141 View commit details
    Browse the repository at this point in the history
  4. Added ui screenshot

    Alvinnyk committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    8b5e690 View commit details
    Browse the repository at this point in the history
  5. changed ui screenshot format

    Alvinnyk committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    04bb4f0 View commit details
    Browse the repository at this point in the history
  6. removed ui screenshot

    Alvinnyk committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    fe0d1cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2472f99 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Alvinnyk authored Sep 21, 2019
    Configuration menu
    Copy the full SHA
    54a3052 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    961693e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10db0c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    247c9de View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f0bf3c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ad7288 View commit details
    Browse the repository at this point in the history
  14. Completed User Guide

    Alvinnyk committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    ee9fe11 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    05a43b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Added Travis

    Alvinnyk committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    4fb7301 View commit details
    Browse the repository at this point in the history
  2. Added Travis

    Alvinnyk committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    7e1af2c View commit details
    Browse the repository at this point in the history
  3. Fix Checkstyle

    Alvinnyk committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    8e7f265 View commit details
    Browse the repository at this point in the history