cypherpunkengineering / cypherpunk-vpn-ios

Cypherpunk Privacy VPN app for Apple iOS 8+ devices
0 stars 0 forks source link

In locations list, sort order of regions, countries, locations #64

Closed wiz closed 7 years ago

wiz commented 7 years ago

Please sort regions in this order: [ 'DEV', 'NA', 'SA', 'CR', 'OP', 'EU', 'ME', 'AF', 'AS' ];

Please sort countries in each region by localized country name (from 2 letter code):

// combine language code + location country to get localized country name
Locale countryLocale = new Locale(langLocale.getLanguage(), countryCode);
String localizedCountryName = countryLocale.getDisplayCountry(langLocale);

Then, after grouping by country, please sort locations in each country by location name.

screen shot 2016-11-29 at 4 27 31