mihon/app/src/main/java/eu/kanade/tachiyomi/ui
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
..
base Add a new screen to help migrating manga from sources 2018-01-12 22:02:05 +01:00
catalogue Catalog visuals update 1155 (#1167) 2018-01-23 18:50:48 +01:00
category Catalog visuals update 1155 (#1167) 2018-01-23 18:50:48 +01:00
download Add view caching to view holders 2017-12-03 17:00:32 +01:00
library Fix library query being lost 2018-01-25 19:59:15 +01:00
main Repackage catalogue to match the UI 2017-12-03 12:58:38 +01:00
manga Fix chapter recognition regex and detail number (#1213) 2018-01-26 14:32:34 +01:00
migration Migration now opens manga on long click 2018-01-15 20:22:07 +01:00
reader Give view pager unique ids, avoiding subtle bugs 2017-12-04 22:22:35 +01:00
recent_updates Add view caching to view holders 2017-12-03 17:00:32 +01:00
recently_read Add view caching to view holders 2017-12-03 17:00:32 +01:00
setting Handle ActivityNotFoundException (#1170) 2018-01-12 10:57:21 +01:00