Package com.illusionaryone
Class GitHubAPIv3
java.lang.Object
com.illusionaryone.GitHubAPIv3
- 
Method SummaryModifier and TypeMethodDescriptionstatic String[]static booleanCompareVersions(String left, String right) Compares version strings on the dot-notation integers onlystatic JSONObjectstatic JSONObject
- 
Method Details- 
GetReleases- Throws:
- JSONException
 
- 
GetLatestRelease- Throws:
- JSONException
 
- 
CompareVersionsCompares version strings on the dot-notation integers only- Parameters:
- left- Original/running version
- right- Remote/latest version
- Returns:
- falseif right and left are valid version strings, and right is newer than left; else- true
 
- 
CheckNewRelease- Throws:
- JSONException
 
 
-