This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 369
Pagination #155
Open
Nikita-Boyarskikh
wants to merge
34
commits into
mathew-kurian:master
Choose a base branch
from
AndroidInvasion:pagination
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pagination #155
Nikita-Boyarskikh
wants to merge
34
commits into
mathew-kurian:master
from
AndroidInvasion:pagination
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-remove change alignment on setReverse -disable string reversing
I just got this exception from my app: java.lang.NullPointerException at com.bluejamesbond.text.DocumentView$CacheBitmap.recycle(DocumentView.java:857) at com.bluejamesbond.text.DocumentView.destroyCache(DocumentView.java:672) at com.bluejamesbond.text.DocumentView.freeResources(DocumentView.java:662) at com.bluejamesbond.text.DocumentView.onDetachedFromWindow(DocumentView.java:509) at android.view.View.dispatchDetachedFromWindow(View.java:12787) at android.view.ViewGroup.dispatchDetachedFromWindow(ViewGroup.java:2706)
Update project to lattest version, android studio 2.0, api 23 fix issue mathew-kurian#105.
The max lines check at line 104 isn't sufficient because multiple lines can be parsed in one go before the next check is conducted.
Nikita-Boyarskikh
force-pushed
the
pagination
branch
from
May 28, 2018 22:39
d62acc0
to
77bc17a
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's done:
Known bugs:
IndexOutOfBoundsException
cacheConfig == CacheConfig.NO_CACHE