mihon/app/src/test/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 Fix chapter recognition regex and detail number (#1213) 2018-01-26 14:32:34 +01:00
CustomRobolectricGradleTestRunner.kt Fix tests 2016-11-05 19:41:52 +01:00
TestApp.kt Fix library category not updatable when empty. Closes #907 2017-07-27 09:21:15 +02:00