mihon/app/src/main/java/eu/kanade/tachiyomi
Carlos 7f90ad7847 Fix chapter recognition regex and detail number (#1213)
* Update basic filter for sources that include space between numbers

Wasnts matching on  vol. 1 ch. 10 previously so mangadex last chapter was showing volume number.

* Don't show last chapter number when there are 0 chapters or chapters with no numbers.

This prevents one shots from showing with -1 as last chapter and instead just leaves it blank

* added else to be Unknown instead of blank

* removed empty line
added test case

* switched to null safe ?.

* Revert "switched to null safe ?."

This reverts commit 97a9300d1bedc8e01efb439c180eced8eaa1da5b.
undo

* switched to null safe ?.
2018-01-26 14:32:34 +01:00
..
data Use a single preference to store migration flags 2018-01-13 13:13:03 +01:00
network Include minor changes from extensions PR 2018-01-09 12:27:45 +01:00
source fixed ReadMangaToday search issue (#1200) 2018-01-21 17:24:24 +01:00
ui Fix chapter recognition regex and detail number (#1213) 2018-01-26 14:32:34 +01:00
util Fix chapter recognition regex and detail number (#1213) 2018-01-26 14:32:34 +01:00
widget Added custom download option (#1185) 2018-01-23 21:18:55 +01:00
App.kt Include minor changes from extensions PR 2018-01-09 12:27:45 +01:00
AppModule.kt Optimize imports 2017-01-20 21:34:15 +01:00
Migrations.kt Remove local broadcast receiver to prevent race conditions (#1123) 2017-12-11 20:01:28 +01:00