mihon/app/src/main/java/eu/kanade/tachiyomi/util
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
..
ChapterRecognition.kt Fix chapter recognition regex and detail number (#1213) 2018-01-26 14:32:34 +01:00
ChapterSourceSync.kt License manga update and Manga Fox Title Update (#937) 2017-08-28 09:10:19 +02:00
ContextExtensions.kt Handle ActivityNotFoundException (#1170) 2018-01-12 10:57:21 +01:00
CoroutinesExtensions.kt Introduce coroutines. Fix #1027. Lower notification channels' importance 2017-10-13 00:12:29 +02:00
DiskUtil.kt Preferences with conductor (#792) 2017-05-14 00:45:14 +02:00
DynamicConcurrentMergeOperator.java squid:S2039 - Member variable visibility should be specified (#279) 2016-04-27 22:18:25 +02:00
FileExtensions.kt Remove local broadcast receiver to prevent race conditions (#1123) 2017-12-11 20:01:28 +01:00
GLUtil.java squid:S1118 - Utility classes should not have public constructors (#281) 2016-04-28 18:45:39 +02:00
ImageViewExtensions.kt Merge and remove util classes 2017-01-08 18:50:51 +01:00
JsoupExtensions.kt Dependency updates. OkHttp nullability changes 2017-05-23 20:39:02 +02:00
LocaleHelper.kt Also set system locale with the Java API. Closes #978 2017-09-29 20:08:40 +02:00
OkioExtensions.kt Drop support for reencode images 2016-10-23 13:22:14 +02:00
RarContentProvider.kt Rar/cbr support 2017-02-08 22:12:00 +01:00
RetryWithDelay.kt Remove newThread usages, it probably fixes random crashes 2016-07-08 18:23:03 +02:00
RxExtensions.kt Library sort change doesn't trigger filtering 2016-12-15 18:51:12 +01:00
SharedData.kt Upgrade to nucleus 3 2016-04-22 14:28:06 +02:00
StringExtensions.kt Information Page Improvements (click to search, copy to clipboard, etc) (#1139) 2018-01-18 19:15:33 +01:00
ViewExtensions.kt Target sdk 26. Dependency updates. 2017-09-23 17:14:04 +02:00
ViewGroupExtensions.kt Migrate library to Kotlin. 2016-02-25 15:37:52 +01:00
ZipContentProvider.kt Local chapter url relative. Other minor changes 2017-01-29 20:51:11 +01:00