Releases: blongho/worldCountryData
Releases · blongho/worldCountryData
Corrects the GB flag and adds missing ZW flag
Country now has languages as a list!
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
- @md0092651 made their first contribution in #39
Full Changelog: v1.5.3...v1.5.4-alpha
**Demo signed release apk added!
Currency and Country are now parceable.
What's Changed
- Fix currencies by @sal0max in #31
- Fixes #28 by @sal0max in #32
- Update com_blongho_country_data_currencies.json by @akrami1997 in #25
- Make classes "Country" and "Currency" Parcelable and fix spelling error in Continent Enum by @fatonhoti in #36
New Contributors
- @sal0max made their first contribution in #31
- @akrami1997 made their first contribution in #25
- @fatonhoti made their first contribution in #36
Full Changelog: v1.5.2...v1.5.3
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
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
Stable release of version 1.4 of the library
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
Updates library readme as well remove bug that cuased some files not to be updated.
Moving the library from jitpack to maven
Libray use is now possible with one line
implementation 'io.github.blongho:worldCountryData:1.3'
Change of package name
Package name change from world_coutry_data -> worldCountryData
Migrates library to AndroidX
This release migrates the codebase to AndroidX
A demo app in the project repository