Commit Graph

55 Commits

Author SHA1 Message Date
Alan Orth d11bd00fa9
Use country vocabs from package resources
Import a local copy of iso_3166-1.json from iso-codes version 4.5.0
so we don't need to load it from the system.

See: https://salsa.debian.org/iso-codes-team/iso-codes
2020-07-31 22:18:32 +03:00
Alan Orth 4cf0626385
Update comments 2020-07-31 22:00:41 +03:00
Alan Orth f62b50f5a1
Use the @SerializedName annotation for ISO 3166-1
Our Java class needs to match the input JSON structure exactly, but
we can't use "3166-1" as a variable name so we tell GSON to use the
name "3166-1" when deserializing to countries.
2020-07-31 21:52:48 +03:00
Alan Orth 968bd354fe
Optimize imports 2020-07-31 21:42:41 +03:00
Alan Orth 89f1734a9a
Initial commit 2020-07-31 21:40:15 +03:00