Morningstar88 / mykra-android

Promoting trash collection, mealsharing, local innovators and shops that donate clothes to the homeless.
GNU General Public License v3.0
0 stars 2 forks source link

Subreddits are in alphabetical order, we don't need this #7

Closed Morningstar88 closed 6 years ago

Morningstar88 commented 6 years ago

Need to remove the alphabetical ordering of subreddits code.

Java uses sort to arrange an array in alphabetical order.

the array of subreddits is called DEFAULT_SUBREDDITS. This constant comes up in three files in the codebase.

/src/main/java/org/quantumbadger/redreader/reddit/RedditSubredditHistory.java /src/main/java/org/quantumbadger/redreader/reddit/api/RedditAPIIndividualSubredditListRequester.java /src/main/java/org/quantumbadger/redreader/common/Constants.java