PLEASE READ THIS
I acknowledge that:
DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT


I've downloaded 0.9.2 to compare and all the covers are broken (as compared to only some breaking in J2K).
I am however unable to reproduce unable to reproduce the Unparseable date issue with the same manga.

Tachiyomi Version : 0.9.2
That's strange, it works fine for me:

Says Unparseable fare :(
Date
@AbdullahM0hamed You probably need to add a Locale to SimpleDateFormat. Each of you have a different locale that the device is assuming because it wasn't set in the code; your locale works but his causes an error. And in mangaDetailsParse the thumbnail should be made absolute.
Most helpful comment
@AbdullahM0hamed You probably need to add a Locale to SimpleDateFormat. Each of you have a different locale that the device is assuming because it wasn't set in the code; your locale works but his causes an error. And in
mangaDetailsParsethe thumbnail should be made absolute.