mihon/app/src/main/res/values
Harsh Parekh 5d8dc241d8 Update ranking (#1772)
* Add LibraryUpdateRanker

This class provides various functions to generate Comparators that can 
be used to order the manga to update.

One such ordering is by relevance:
It prioritises manga that were updated more recently.

Another Ordering is by lexicographic order:
This is the default behaviour.

* Use relevanceRanking scheme

Instead of default(noRanking/lex ranking) now mangaList is sorted with 
relevanceRanking.

* Add UI and associated variables & strings for Update Ranking.

* Use user preferences to determine update ranking scheme.

* Refactor relevanceRanking to latestFirstranking.

This name seems to better reflect the ranking scheme and frees up the 
name relevanceRanking for future use.

* Set latestFirst scheme as default.

(Changing over from lexicographic scheme)

* Fix 1

[Convert LibraryUpdateRanker to a object.](./files/82f263749f0ae775385b23dd919f1865360db969#r287513539)

[Nitpick: Add lines](./files/82f263749f0ae775385b23dd919f1865360db969#r287540256)

[Replace Java comparator](./files/82f263749f0ae775385b23dd919f1865360db969#r287539976)

[Nitpick: Add local variable](./files/82f263749f0ae775385b23dd919f1865360db969#r287514805)

* Fix 2

[Weird import](./files/82f263749f0ae775385b23dd919f1865360db969#r287513709)

[Default value](./files/82f263749f0ae775385b23dd919f1865360db969#r287540064)

[Use existing Strings](./files/82f263749f0ae775385b23dd919f1865360db969#r287514476)

[Use Library update order](./files/82f263749f0ae775385b23dd919f1865360db969#r287540204)
2019-06-09 14:32:12 +02:00
..
arrays.xml Add color filter blend modes (#2013) 2019-04-29 19:32:49 +02:00
attrs.xml Fix tint on AMOLED theme (#966) 2017-08-30 21:50:19 +02:00
colors.xml New reader (#1550) 2018-09-01 17:12:59 +02:00
dimens.xml Don't use full-width page sheet on big landscape screens 2018-10-09 13:46:27 +02:00
ids.xml Give view pager unique ids, avoiding subtle bugs 2017-12-04 22:22:35 +01:00
keys.xml Preferences with conductor (#792) 2017-05-14 00:45:14 +02:00
strings.xml Update ranking (#1772) 2019-06-09 14:32:12 +02:00
styles.xml Improved AMOLED theme. Added Button style for borderless buttons. (#1009) 2017-09-29 08:34:13 +02:00
themes.xml Restore dark blue theme. Closes #1302 2018-10-27 19:10:11 +02:00