Fixes #28. Should prevent rouge lecture items f...
Preparing for Version 3.0.5
Merge branch 'hotfix-3.0.5' into release
Release Version 3.0.5
Fixed .gitignore and added gradle-wrapper.jar
Added ContentType to HttpResponceStream to fix ...
Added content type to `HttpResponceStream`.
Merge branch 'feature-failing-download-fix' int...
Added implementation of Formattable interface t...
Merge branch 'development' into feature-failing...
Merge branch 'feature-better-toString' into dev...
Merge pull request #2 from waffle-iron/master
Fixed file name format.
add waffle.io badge
Changed version number in preparation for a hot...
Changed Formatable to DataFormat
Added Formattable interface and Formattables he...
Made Listenable implement the Formattable inter...
Merge branch 'development' into release-staging
Initial commit
Update README.md to include Travis CI badge
Fixed .gitignore and added gradle-wrapper.jar
Added Coverity scan to Travis CI configuration.
Added Coverity scan to Travis CI configuration.
Merge branch 'release-staging' of github.com:dl...
Added travis configuration file.
Version 3.0.4
Updated Gradle Wrappper's properties file.
Merge branch 'release'
Merge branch 'hotfix-3.0.4' into release
Migrated in-Blackboard lecture item parsing to ...
Added Coverity scan to Travis CI configuration.
Added sample offering search xml responses.
Added JSON library to Providers project to allo...
Added toString method to ImmutableSubject
Added an implementation to locate the UQ Rota O...
Added POJO classes to store stream information ...
Added Coverity scan to Travis CI configuration.
Removed redundant class
Testing Coverity scan settings.
Renamed semester parse handler to be more consi...
Changed semester parser to use Optional to indi...
Added class to contain lectures, streams and th...
Added more utility methods to Conditions includ...
Prevented JaCoCo running on Java 8 as JaCoCo do...
Added Coverity scan to Travis CI configuration.
Implemented retrieving semester information fro...
Added travis configuration file.
Added a lecture parser abstract implementation ...
Migrated lecture provider to use new plugin sys...
Deprecated DLectException's single argument con...
Fixed bug in SemesterTest.
Changed default time-zone ThreadLocalDateFormat...
Cleaned BlackboardHttpClient's default implemen...
Added additional constructors that correctly in...
Bumped Dev version number.
Added implementation to read stream information...
Added plans and feature lists.
Added Coverity scan to Travis CI configuration.
Improved readability and testability of model c...
Testing Coverity scan settings.
Move Blackboard's page parser interface into se...
Moved ApplicationInformation class into Data pr...
Merge branch 'development' into feature-uq-streams
Updated offering parser to use sets rather than...
Changed BlackboardHttpClient API to return an I...
Reformatted Testing-Common's DataLoader and add...
Moved skeleton implementation for UQRotaHelper ...
Added an abstract class to create the list of l...
Bumped version number to 3.0.3-DEV
Added travis configuration file.
Added descriptive error messages and added a me...
Added descriptive error messages to parser fail...
Re-worked FolderFileController to be more stabl...
Fixed semester parse handler to now remove exce...
Updated Offering parser to return a value.
Changed provider initiliser to use the short id...
Fixed potential bug and changed visibility of g...
Added support to debug byte streams to a logger.
Added FolderFileController tests to help preven...
Merge branch 'development' of github.com:dlect/...
Changed from File.exists() to Files.exists(Path...
Added constructor to ImmutableSemester to allow...
Added tests to UQRotaOfferingParser.
Changed Rota objects to use Sets and to impleme...
Incremented version number to 3.1.0-DEV
Changed User-Agent string and implemented addin...
Added skeleton class for getting streams from U...
Added DLect-Helpers to Providers to allow for e...
Added new Migration project.
Merge branch 'feature-uq-streams' of github.com...
Release version 3.0.3
Merge branch 'development' into development-sta...
Changed DLect version to 3.0.3-RC in preparatio...
Added Coverity scan to Travis CI configuration.
Changed UQ's lecture customiser to implement th...
Added more utility methods to Conditions(in DLe...
Wrote Version and added a full test suite with ...