All Versions
14
Latest Version
Avg Release Cycle
61 days
Latest Release
1192 days ago

Changelog History
Page 1

  • v1.5.1 Changes

    January 14, 2021

    โšก๏ธ Updates Country information and library code cleanup

    • 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 Changes

    April 05, 2020

    Flag resources are now converted from .png to vector asserts

    • 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 Changes

    February 29, 2020

    ๐Ÿ› Bug fixes and updates documentation

    • โšก๏ธ Updates library readme as well remove bug that caused some files not to be updated.
    • ๐Ÿ”จ Minor code refactoring
    • โž• Addition of unit tests
    • ๐Ÿ“š Updates documentation

  • v1.4-beta01 Changes

    November 16, 2019

    โšก๏ธ Updates library readme as well remove bug that cuased some files not to be updated.

  • v1.4-beta

    November 16, 2019
  • v1.3 Changes

    September 29, 2019

    ๐Ÿ“ฆ Migrates library to AndroidX and changes package name

    • ๐Ÿš€ This release migrates the codebase to AndroidX
    • Package name change from world_coutry_data -> worldCountryData
    • A demo app in the project repository

  • v1.3-alpha01 Changes

    September 04, 2019

    Package name change from world_coutry_data -> worldCountryData

  • v1.3-alpha Changes

    July 26, 2019

    ๐Ÿš€ This release migrates the codebase to AndroidX

    A demo app in the project repository

  • v1.2.0 Changes

    May 13, 2019

    Get more Country info - population, surface area, capital city...

    Do you want to know the most populated country in the world or the smallest country of the world or you are planning on a vacation and you want to know the main city (capital city)?

    ๐Ÿš€ In this release, you are now able to do the following

    • get the country population
    • get the capital city of the country
    • get the surface area of the country
    • get the continent of a country

    ๐Ÿ“š ==> Check the java documentation for more https://blongho.github.io/world-country-data/ Report any bugs by creating an issue

    ๐Ÿš€ In the future release, it will be possible to get the cities (all major cities) of any country and more more...


  • v1.2.0-beta Changes

    May 10, 2019

    Do you want to know the most populated country in the world or the smallest country of the world or you are planning on a vacation and you want to know the main city (capital city)?

    ๐Ÿš€ In this release, you are now able to do the following

    • get the country population
    • get the capital city of the country
    • get the surface area of the country
    • get the continent of a country

    ๐Ÿ“š ==> Check the java documentation for more https://blongho.github.io/world-country-data/doc/

    ๐Ÿš€ This is a pre-release, it has not been thoroughly tested. Report any bugs by creating an issue

    ๐Ÿš€ In the future release, it will be possible to get the cities (all major cities) of any country and more more...