-
Notifications
You must be signed in to change notification settings - Fork 1k
pull request #102
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
Open
marsasher5-ai
wants to merge
88
commits into
johannilsson:enhancedpull
Choose a base branch
from
marsasher5-ai:master
base: enhancedpull
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
pull request #102
Conversation
This file contains hidden or 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
…lling the list down. Thank you mattg1981 and MantaMay for this. Closes johannilsson#2.
Also removed logging.
Signed-off-by: Eddie Ringle <[email protected]>
…p a list item. Signed-off-by: Eddie Ringle <[email protected]>
Signed-off-by: Eddie Ringle <[email protected]>
…s when theres only a few items in the list.
Allows the list to be refreshed by a click, usable when theres only a few items in the list.
1.5 users need to copy the necessary drawables to the drawable folder in their project. Example of this is showed in the example project.
…oject to look funny when the drawable was of wrong size.
…p 180 degrees and then back. Also reversed the rotation to be more consitant with the other well known implementation.
* Removed smooth scrolling, now we're only using setSelection. * Added "Tap to refresh" label when list is not scrollable. * Hide the arrow when the list is not scrollable. * Replaced rotating refresh drawable with a progress bar. * Scroll the list to the first position after an adapter is set. * Added the possibility to add a text indicating when the list was last updated. * Removed hard coded text sizes, instead sizes are set using `textAppearance`. * Changed header layout to center the texts. * Removed the unused layout main. * Removed unused dimens.xml
Signed-off-by: Johan Nilsson <[email protected]>
…ulltorefresh into kidfolk-master
* Removes the reflection to call MotionEvent.getPointerCount. * Use getHistorySize instead, available since API Level 1. See: ... android/view/MotionEvent.html#getHistoricalY(int)
…. Thank you Ian Ellis.
…edWindow()" method in PullToRefreshListView needs to call "super.onAttachedToWindow()".
Vertical scrolling not working in Android 4.1 (Jelly Bean).
Swedish translations
…ll up to position 1 even if mRefreshView was not visible.
Fixed: PullToRefreshListView would scroll to position 1 even if mRefreshView was not visible.
Add German, Japanese, Chinese (traditional and simplified) translations
Signed-off-by: Ricardo Leitão <[email protected]>
master: russian resource
Added portuguese translation
Added Korean translation
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.