amahi / android

Amahi Android App
GNU General Public License v3.0
164 stars 279 forks source link

Added Alphabetical Ordering in Languages in Settings #721

Closed Prakhar-Agarwal-byte closed 3 years ago

Prakhar-Agarwal-byte commented 3 years ago

I have added alphabetical ordering in the list of languages in settings. I have implemented it in such a way so that the languages get sorted in runtime only once i.e. when the settings activity is loaded. Also, the languages can be present in any order in the array of entries for the list preference of Languages. So we don't have to worry about ordering in the XML file. Fixes #720

chirag-jn commented 3 years ago

However, since English is the preferred option for a vast majority, can we keep it as the first option?

Prakhar-Agarwal-byte commented 3 years ago

However, since English is the preferred option for a vast majority, can we keep it as the first option?

Okay I will add it at top

Prakhar-Agarwal-byte commented 3 years ago

@chirag-jn I have added the English language as the first option