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

GitHub page #325

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

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 #12 from j-lum/gradle+x

    Change file mode on `gradle` to be executable (#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-AY1920S2#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 Sep 20, 2019

  1. JavaFX tutorial: Support cross-platform JARs

    The OpenJFX plugin expects applications to be modular and bundled
    with jlink, resulting in fat jars that are not cross-platform. Let's
    manually include the required dependencies so that shadow can package
    them properly.
    j-lum committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    c4678f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

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

Commits on Jan 21, 2020

  1. Merge branch 'gradle'

    waynewee committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    687244b View commit details
    Browse the repository at this point in the history
  2. added greet, echo and exit

    waynewee committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    f0a0474 View commit details
    Browse the repository at this point in the history
  3. added add to list and list

    waynewee committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    0a5dcbd View commit details
    Browse the repository at this point in the history
  4. added mark as done

    waynewee committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    a23a441 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f029519 View commit details
    Browse the repository at this point in the history
  6. added unit test

    waynewee committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    4a08678 View commit details
    Browse the repository at this point in the history
  7. added exception handling

    waynewee committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    dbce4b5 View commit details
    Browse the repository at this point in the history
  8. added delete

    waynewee committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    2f4bfa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. added javadoc

    waynewee committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    defcaaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96b834 View commit details
    Browse the repository at this point in the history
  3. abstracted more classes

    waynewee committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    db378d0 View commit details
    Browse the repository at this point in the history
  4. added packages

    waynewee committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    d8319f1 View commit details
    Browse the repository at this point in the history
  5. added j unit tests

    waynewee committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    e0e08a2 View commit details
    Browse the repository at this point in the history
  6. added more javadoc

    waynewee committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    ec331d8 View commit details
    Browse the repository at this point in the history
  7. tweaked style

    waynewee committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    0842835 View commit details
    Browse the repository at this point in the history
  8. added find feature

    waynewee committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7b5fcda View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from waynewee/branch-A-JavaDoc

    added more javadoc
    waynewee authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    2cbec4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f96610c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3 from waynewee/branch-A-CodingStandard

    tweaked style
    waynewee authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    fac41d0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4 from waynewee/branch-Level-9

    added find feature
    waynewee authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    c34ef0d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. integrated existing code with GUI

    added CSS
    fixed miscellanous bugs
    waynewee committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    bff27ac View commit details
    Browse the repository at this point in the history
  2. integrated existing code with GUI

    added CSS
    fixed miscellanous bugs
    waynewee committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    0351d24 View commit details
    Browse the repository at this point in the history
  3. fixed merge conflicts

    waynewee committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    5d2ebc0 View commit details
    Browse the repository at this point in the history
  4. integrated existing code with GUI

    added CSS
    fixed miscellanous bugs
    waynewee committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    41cd535 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. did major refactoring and encapsulation

    added stream for date print
    waynewee committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    fd5df83 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. improved code qualtiy

    added assertions
    waynewee committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    d2d0180 View commit details
    Browse the repository at this point in the history
  2. added .travis.yml file

    waynewee committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    9f0c333 View commit details
    Browse the repository at this point in the history
  3. removed checkstyle

    waynewee committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    2cf882b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

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

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    e47f765 View commit details
    Browse the repository at this point in the history
  2. added set the stage method

    waynewee committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    fc4fc21 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. added user guide link

    waynewee committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    f24681c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. added javadoc

    added more javadoc comments
    generated javadoc
    minor refactoring
    waynewee committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    14b6c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dacc74e View commit details
    Browse the repository at this point in the history