Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Tags: brookmg/Soccer-Ethiopia-API

Tags

0.6.0

Toggle 0.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
+ the api will not throw NullPointerExceptions

0.5.1

Toggle 0.5.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
+ added sample code for the new functionality and prettified README

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V0.5.0 (#13)

* + Defined the basic structure and methods for the news fetch feature

+ NewsFetch will have the same structure as other fetching classes
+ NewsItem is the structure for a single news item
+ OnError is now a standalone interface to be used for error callbacks ( Replacement of the StandingFetch.OnError interface ).

* + [BREAKING CHANGE] StandingFetch.OnError -> OnError

+ changed methods using StandingFetch.OnError interface for error callbacks to use OnError standalone interface instead
+ made STATUS_CANCELLED final variable public

* + working on implementing tests

+ implemented mockito dependency
+ changed deprecated methods
+ started working on NewsFetch unit test

* + Implemented NewsFetch

+ It's possible to retrive list of news items now
+ modified news item structure to add news image property
+ added an example code on the sample activity

* + added author name in the NewsItem along side the author profile link

0.4.1

Toggle 0.4.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
+ corrected implementation guide on the README

0.4.0

Toggle 0.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
reduced the number of .gitignore files to one (fix #8) (#9)

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V0.3.0 (#5)

* A structure for Team

* + added team logo in team structure, added structure class for Player

* + huge changes ahead

+ added constants of team instances that need some correction (This is only for the current session)
+ added method to get Team given the team fullname
+ new package for custom exceptions ... named errors
+ added id for team structure

* [BREAKING_CHANGE] changed map values from <String , Integer> to <Team , Integer> ... to make use of the structure

* Working on the Team structure

+ made league schedules to support Team structure
+ added keyword property for Team because of the `Similar naming` problem. Also some setter and getter methods
+ changed the `getTeamFromTeamName` method to support some inconsistencies in the team naming

* Create TeamDetailsFetch.java

* + added team link to Team structure and all the Team constants

* + tostring method for Team and a bug fix... also ignore all .html files that will be used for testing

* + first implementation of team detail fetch

* + second round implementation...

+ removed unwanted interfaces
+ make an actual request with volley to Team's link
+ no more context running around
+ simple implementation on the sample activity

* + A new way of handling parsing the team detail from website

+ The previous way of parsing Team detail incouraged some error when coming across incosistencies on the website. Therefore a new implementation was needed

* + fetch team detail for all known teams, added sample code for that

* + added java doc for team detail fetch

* + update Readme to reflect the latest change

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from brookmg/v0.2.1

V0.2.1

0.2.0

Toggle 0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update README to reflect the added feature

0.1.0

Toggle 0.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
+ added copyright