WorldCountryData Versions Save

Android library for country flag, currency, and other country information

v1.5.4-alpha

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/blongho/worldCountryData/compare/v1.5.3...v1.5.4-alpha

**Demo signed release apk added!

v1.5.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/blongho/worldCountryData/compare/v1.5.2...v1.5.3

v1.5.1

3 years ago
  • Country data accurate as of 2021-01-12 08:30 CET from Geonames
  • Updates documentation of the readme as well as info on pro-guard
  • Adds possibility to easily get countries from a continent
  • Clean up code to remove un-used and unnecessary classes
  • Introduces filters such that only countries and currencies with all attributes are included.
  • Includes unite tests

v1.5

4 years ago
  • The library is now smaller thanks to @eagskunst for converting the flag resources to vector drawables.
  • Adds EU flag which can be used for EUROs currency
  • Includes more instrumentation tests.

All method calls remain the same. Just change the version number

v1.4

4 years ago

After thorough testing of the 1.4-beta, the following was done before this release

  • Minor code refactoring
  • Addition of unit tests
  • Updates documentation

v1.4-beta01

4 years ago

Updates library readme as well remove bug that cuased some files not to be updated.

1.3

4 years ago

Libray use is now possible with one line implementation 'io.github.blongho:worldCountryData:1.3'

1.3-alpha01

4 years ago

Package name change from world_coutry_data -> worldCountryData

v1.3-alpha

4 years ago

This release migrates the codebase to AndroidX

A demo app in the project repository