- Refactored the
Nationality
-interface to be a abstract class instead of a interface. All methods fromInternalNationality
were moved toNationality
. This allowed us to remove theInternalNationality
-class and means for you that you might have to change some syntax. Just recompile the project after upgrading and you wil find all locations where you need to update your code. Code completion should guide you through all fixes you need to do. - Fixed #1 (Encoding of the resource files which resultet in bad encoded names and addresses)
- Added the possibility to get a nationality from the current locale
- Implemented avatar-images
- Initial release