Skip to content

Releases: blongho/worldCountryData

Corrects the GB flag and adds missing ZW flag

20 Jul 07:19
v1.5.4-alpha-1
40a4b1d
Compare
Choose a tag to compare

Country now has languages as a list!

07 Jun 22:11
v1.5.4-alpha
2983b8b
Compare
Choose a tag to compare

What's Changed

  • Adds languages to country
  • Removes validation checks that led to exclusion of some countries.
  • Added keep file to solve shrink resource true crash by @md0092651 in #39
  • Fix incorrect flag for country "Kosovo", add new identifier "capital" to Country and fix some typos and comments. by @fatonhoti in #37

New Contributors

Full Changelog: v1.5.3...v1.5.4-alpha

**Demo signed release apk added!

Currency and Country are now parceable.

04 Apr 10:35
v1.5.3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3

Updates Country information and library code cleanup

14 Jan 09:50
Compare
Choose a tag to compare
  • 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

Flag resources are now converted from .png to vector asserts

05 Apr 09:40
Compare
Choose a tag to compare
  • 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

Stable release of version 1.4 of the library

29 Feb 11:52
Compare
Choose a tag to compare

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

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

Quick hotfix of v1.4-beta

16 Nov 03:48
Compare
Choose a tag to compare

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

Moving the library from jitpack to maven

29 Sep 20:16
Compare
Choose a tag to compare

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

Change of package name

04 Sep 21:10
Compare
Choose a tag to compare
Pre-release

Package name change from world_coutry_data -> worldCountryData

Migrates library to AndroidX

26 Jul 12:37
Compare
Choose a tag to compare

This release migrates the codebase to AndroidX

A demo app in the project repository