Added Swipe feature in Posts Activity#8
Closed
aagam-shah wants to merge 2 commits intowordpress-mobile:masterfrom
aagam-shah:master
Closed
Added Swipe feature in Posts Activity#8aagam-shah wants to merge 2 commits intowordpress-mobile:masterfrom aagam-shah:master
aagam-shah wants to merge 2 commits intowordpress-mobile:masterfrom
aagam-shah:master
Conversation
…ntly viewed,it will redirect to next/prev post
Contributor
Author
There was a problem hiding this comment.
to add onTouch listener for whole layout,so that user can swipe any where on the fragment...
Contributor
|
Hey @aagam-shah, |
daniloercoli
pushed a commit
that referenced
this pull request
Jul 9, 2013
…nt state results in an XML-RPC error. Issue #8 reported by xtreme labs.
maxme
pushed a commit
that referenced
this pull request
Mar 15, 2016
Volley BaseRequest now ignores cache
mufela
added a commit
to mufela/WordPress-Android
that referenced
this pull request
Dec 5, 2016
kwonye
added a commit
that referenced
this pull request
Dec 20, 2018
Giphy Picker: Search While Typing
jtreanor
added a commit
that referenced
this pull request
Mar 7, 2019
afcb169132 Merge pull request #9 from wordpress-mobile/circleci-updates dc431caf59 CircleCI: Add checkstyle and assembleDebug 5ce9b4797e Merge pull request #8 from wordpress-mobile/circleci f3cad76587 Removed Travis CI config db2d8db7bd Add CircleCI config git-subtree-dir: libs/login git-subtree-split: afcb1691325f4c013549468cc506526a73a3fc33
jtreanor
added a commit
that referenced
this pull request
Mar 7, 2019
afcb169132 Merge pull request #9 from wordpress-mobile/circleci-updates dc431caf59 CircleCI: Add checkstyle and assembleDebug 5ce9b4797e Merge pull request #8 from wordpress-mobile/circleci f3cad76587 Removed Travis CI config db2d8db7bd Add CircleCI config git-subtree-dir: libs/login git-subtree-split: afcb1691325f4c013549468cc506526a73a3fc33
jtreanor
added a commit
that referenced
this pull request
Mar 7, 2019
afcb169132 Merge pull request #9 from wordpress-mobile/circleci-updates dc431caf59 CircleCI: Add checkstyle and assembleDebug 5ce9b4797e Merge pull request #8 from wordpress-mobile/circleci f3cad76587 Removed Travis CI config db2d8db7bd Add CircleCI config git-subtree-dir: libs/login git-subtree-split: afcb1691325f4c013549468cc506526a73a3fc33
jtreanor
added a commit
that referenced
this pull request
Jul 31, 2019
5355152735 Merge pull request #8 from wordpress-mobile/add/sites-gutenberg-mock 5a6744aad2 Update WordPressMocks/src/main/assets/mocks/mappings/wpcom/sites/rest_v2_sites_158396482_gutenberg.json e3c87e4198 add gutenberg mock file 1a7476762a Merge pull request #7 from wordpress-mobile/add/wpios-signup-mocks 745b5c6cc0 Fix regex pattern for me endpoint mocks 2b1d7643c8 Fix regex for endpoints used in signup test d0faae1206 Fix mocks for sending signup email 10c58741ba Update mocks for WPiOS signup test git-subtree-dir: libs/mocks git-subtree-split: 5355152735dd323b8e4aef2cfb21efe056a15f5f
jtreanor
added a commit
that referenced
this pull request
Sep 14, 2019
5355152735 Merge pull request #8 from wordpress-mobile/add/sites-gutenberg-mock 5a6744aad2 Update WordPressMocks/src/main/assets/mocks/mappings/wpcom/sites/rest_v2_sites_158396482_gutenberg.json e3c87e4198 add gutenberg mock file 1a7476762a Merge pull request #7 from wordpress-mobile/add/wpios-signup-mocks 745b5c6cc0 Fix regex pattern for me endpoint mocks 2b1d7643c8 Fix regex for endpoints used in signup test d0faae1206 Fix mocks for sending signup email 10c58741ba Update mocks for WPiOS signup test git-subtree-dir: libs/mocks git-subtree-split: 5355152735dd323b8e4aef2cfb21efe056a15f5f
1 task
7 tasks
9 tasks
10 tasks
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
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.
Implemented Gesture Listener ,so that when user swipes any post towards left it will open next post and if towards right it wiil redirect to prev post...