-
Notifications
You must be signed in to change notification settings - Fork 270
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
[Brian Chow] iP #296
Open
brian16600
wants to merge
51
commits into
nus-cs2103-AY2122S2:master
Choose a base branch
from
brian16600:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,079
−41
Open
[Brian Chow] iP #296
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
d839859
Add Gradle support
487213c
Level-1
brian16600 63bd8fe
Level-2. Changed the return values of levelOneRespond and implemented…
brian16600 63b7384
Level-3
brian16600 5188549
Level-3
brian16600 629d77c
Level-3
brian16600 62a2177
Level-4.
brian16600 49d9e0a
Level-5.
brian16600 89c0746
Level-6
brian16600 22f31af
Level-7
brian16600 a2b7ffd
Level-8
brian16600 3c16b7b
Added Parser, Storage and Tasklist
brian16600 633dca6
Added TaskList and Parser classes. TaskList contains the arraylist of…
brian16600 38a2462
Added more OOP and documentation
brian16600 e129edd
Added packages: duke.duke, duke.ui, duke.storage and duke.task
brian16600 cd020f5
Merge branch 'add-gradle-support'
brian16600 6ace068
Added add-gradle-support branch by merging into master
brian16600 33617d4
Ensured javadoc documentation is complete for all methods
brian16600 6da11ff
Added InputHandlerTest.java and TaskListTest.java
brian16600 ae099f5
Added NumberFormatException handling for delete, unmark and mark if n…
brian16600 390edec
Changed formatting for coding standards based on feedback
brian16600 2607baf
Added find and NumberFormatException in cases where non-integer is pa…
brian16600 aca80eb
Added JAR functionality
brian16600 f97ff93
Shifted into packages
brian16600 bb37f21
revert
brian16600 255fbef
Tentative changes
brian16600 b4458cc
Adding Duke GUI
brian16600 3960ddc
Add Assertions
brian16600 9bd5f23
Clean up text-ui-test
brian16600 ee148e4
Tentative changes to code quality
brian16600 5344d8e
Improve Code Quality based on Issue Tracker
brian16600 747cd67
Merge pull request #2 from brian16600/branch-A-CodeQuality
brian16600 fee4ebb
Update README.md
brian16600 e1dec30
Update README.md
brian16600 c126d99
Create README.md
brian16600 133c672
Update README.md
brian16600 5d7d4fb
Update README.md
brian16600 87677f2
Update README.md
brian16600 805ab54
Update README.md
brian16600 effc8c7
Update README.md
brian16600 5e3b5c9
Update README.md
brian16600 9004041
Temporary addition of Snooze.
brian16600 4c29aa2
Add snooze command
brian16600 68e9fea
Merge branch 'master' of https://github.com/brian16600/ip
brian16600 436be42
Add Ui.png
brian16600 38d5c9a
Add Ui.png
brian16600 56d537e
Update README.md
brian16600 18b7995
Update README.md
brian16600 ca00570
Update README.md
brian16600 4460756
Update README.md
brian16600 a58d8da
Update README.md
brian16600 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added find and NumberFormatException in cases where non-integer is pa…
…ssed in.
commit 2607baf257cc90010fdffe3f2eb1e4b9a43f96ce
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps it may be easier to understand if the 2 parse functions were combined into 1 :)