calvinaquino / LNReader-Android

Light novel reader for android test project collab
Apache License 2.0
120 stars 36 forks source link

Option for old layout in novel list #280

Open H-Frederick opened 5 years ago

H-Frederick commented 5 years ago

Current layout used for novel listing is causing performance issues. This happens when you have a lot of info for novel loaded in a device and have high-res image covers loaded into them.

Reproducing:

  1. Settings > General > Check Use High-Res cover
  2. Settings > General > Check Download Full-Res Image
  3. Download novel info for as much novels as possible
  4. Viewing Light Novels tab or Watch List tab will now cause your device to drop frames since it has to render so many high resolution images in a single view (Note: toggling show images or changing UI layout would not turn off the thumbnail images in novel list, so there is no workaround aside from deleting loaded novels manually)