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

Feature/Set_Cache_Size #162

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

Conversation

peshkira
Copy link

@peshkira peshkira commented Nov 2, 2015

Currently the default cache size is fixed as it is determined based on the static grid size. This has the unpleasant effect that only parts of the page get rendered on high resolution (and/or large) screens.

This PR includes a setCacheSize method in the configurator and adjusts the cache size accordingly.

I wasn't sure if I should do this completely transparent to the developer, so I decided to give them the opportunity to decide the size of the cache as they want.

Once again, I had to include a second commit with the build.gradle fixes. 😬

updating to gradle 1.3
updating to 19.1.0 because Android Studion complains.
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.

None yet

1 participant