Added sorting by upload date

Spanish 'strings' contains the proper translation for the new feature.
This commit is contained in:
Lautaro Martin Emanuel
2020-05-14 23:38:19 -03:00
parent a9d16fad34
commit ee8c71c14a
6 changed files with 21 additions and 5 deletions

View File

@@ -78,7 +78,8 @@ interface Manga : SManga {
const val SORTING_SOURCE = 0x00000000
const val SORTING_NUMBER = 0x00000100
const val SORTING_MASK = 0x00000100
const val SORTING_UPLOAD_DATE = 0x00000200
const val SORTING_MASK = 0x00000300
const val DISPLAY_NAME = 0x00000000
const val DISPLAY_NUMBER = 0x00100000