
This pulls all the categories out of the database at once for sorting, rather than sorting in SQLite. This is to prevent having to store the localized category names in the database (and hence having to update them when the locale is changed). Fixes #967.