0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 17 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated Readme.md with migration to GitLab. More... almost 6 years ago
Remove unused import. More... about 8 years ago
Deploy to OSSRH repository. More... over 8 years ago
Adds packaging the sources. More... over 8 years ago
Adds some documentation where it was missing so that packaging with java 1.8 works. More... over 8 years ago
Adds a code formatter for eclipse that keeps (hopefully) the same code style as the existing sources More... almost 9 years ago
Merge pull request #2 from Cs4r/master More... almost 9 years ago
(bug fix) now ForecastWeatherData class parses well the datetime of a forescast -> DATETIME_KEY_NAME has changed is value to "dt" More... almost 9 years ago
Increments the minor release version. Updates the mvn and project dependencies. More... almost 10 years ago
Forces a language neutral locale when talking with the server. More... almost 10 years ago
Prepare pom for a bug fix release of version 2.1.1. More... about 11 years ago
Guarantee that getting measures when none exists doesn't throws a NPE. More... about 11 years ago
BUGFIX: Survive not knowing the http get answer size (so using predetermine buffer size). More... about 11 years ago
Prepare for next release (2.1.1) developments More... about 11 years ago
Set version to 2.1.0 as the client part is complete. Bug fixes/new features will increase the minor version. More... about 11 years ago
Don't use String#isEmpty in order to run on android older than 2.3. Increase the number of tockens that trigger a code duplication fail (because ignoring the affected code areas doesn't work, damn cpd). More... about 11 years ago
Parse the distance to the requested coordinates. More... about 11 years ago
Release the connection by closing the InputStream of the response entity. More... about 11 years ago
Uses apache httpcomponents instead of commons httpclient (so that it can run on an android device without other dependencies for example). More... about 11 years ago
Makes the LocalizedWeatherData public. More... about 11 years ago
Added info about travis CI. A "more recent" example code in the readme. More... about 11 years ago
Correction on the artifact name. It's a lib, not a map. Sorry... More... about 11 years ago
Added travis CI configuration. More... about 11 years ago
Updated the class documentation. More... about 11 years ago
Support getting hour and day reports from stations. This means that the weather data classes becomes a bit more "complex"... :( More... about 11 years ago
Support fetching current weather at a station id. Support fetching history weather at a station id (tick only, hour and dayly are messy). More... about 11 years ago
Simple class diagram of the weather classes. More... about 11 years ago
Adds support for weather history at a city. Refactor of the hierarchy of WeatherData classes. More... about 11 years ago
Added a readme with information on the library. More... about 11 years ago
Clean up imports. More... about 11 years ago