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, 2020Flag 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, 2019Package 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, 2019Get 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, 2019Do 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...