Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download KFS crosswords in .jpz format #149

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

gtkirk
Copy link
Contributor

@gtkirk gtkirk commented Dec 31, 2018

Plaintext versions of KFS puzzles are no longer available, download in .jpz format.

Fixes #144

gtkirk and others added 4 commits January 6, 2019 16:37
Sort puzzles from same source by date descending
When creating the ViewHolder for a puzzle item, the adapter was iterating over every section in the adapter, inflating a layout, and keeping only the last one.

I believe that this causes the time required to render the main BrowseActivity to grow quadratically with the number of sections in the BrowseActivity.

For a large crossword library (several years worth) on a Pixel 2, this decreases the time to open the BrowseActivity and have a usable UI from over a minute to several seconds.  The time now seems to be dominated by time required to perform the file system operations to list the puzzles.
Fix performance of SeparatedRecyclerViewAdapter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants