Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ccebe22
Stuff for lab2. New tweet classes
Sep 16, 2016
a3cfdcc
Added toString method to Tweet object, made LonelyTwitterActivity mor…
Sep 22, 2016
36e6868
Added Gson implmentation for saving and loading.
Sep 23, 2016
a646943
Added build files.
Sep 23, 2016
19b622a
Added a missing line of code.
Sep 23, 2016
ab113fe
Solved file exception.
Sep 23, 2016
611a45c
Added test methods and test case for TweetList.
Sep 29, 2016
5339f4c
Starting for Javadoc
alisajedi Oct 4, 2016
b38ca43
Cleanup for start of lab6
watts1 Oct 11, 2016
468f8d1
Added an Activity Test and made a new Activity
Oct 12, 2016
959d2b6
added jest library, todos, and updated the gitignore file.
SRomansky Oct 15, 2016
0efcabe
Forgot to add the jest library :(
SRomansky Oct 18, 2016
b501246
Set Up Moods
Cdkushni Jan 20, 2017
37b3a7c
Made a mood class with angry and pensive sub classes and added a inte…
Cdkushni Jan 20, 2017
53d244a
Added Lab3 Functionality including GSON serialization/deserialization…
Cdkushni Jan 27, 2017
96a5a8d
Lab 4 commenting instructions here.
Cdkushni Feb 3, 2017
e807cf1
Lab 4 comments are complete and index generated.
Cdkushni Feb 3, 2017
49d7ba3
Some cleanup from last year
Feb 7, 2017
e194d56
More cleanup
Feb 7, 2017
98a0648
Controller class for ES
Feb 7, 2017
2ae5ab0
Lab 5 start point
Feb 7, 2017
aaf4d0b
Removed extra file.
watts1 Feb 9, 2017
f99b3c3
Elastic Search lab 5
Cdkushni Feb 10, 2017
0c49867
Merge branch 'master' into elasticsearch
Cdkushni Feb 17, 2017
c64e05a
Lab TDD and Junit lab
Cdkushni Feb 17, 2017
0d50f80
Lab 7 Intent Testing
Cdkushni Mar 3, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
# From https://github.com/github/gitignore/blob/master/Android.gitignore 2014-01-14

# built application files
Expand Down
22 changes: 22 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/copyright/Team_X.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 64 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading