-
Notifications
You must be signed in to change notification settings - Fork 914
Fix #1810 LongPress works correctly for selecting multiple photos in … #2409
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
Merged
+31
−0
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
…otos in FavouritesActivity.
yashk2000
reviewed
Jan 18, 2019
app/src/main/java/org/fossasia/phimpme/gallery/adapters/MediaAdapter.java
Outdated
Show resolved
Hide resolved
yashk2000
reviewed
Jan 18, 2019
app/src/main/java/org/fossasia/phimpme/gallery/activities/LFMainActivity.java
Outdated
Show resolved
Hide resolved
yashk2000
reviewed
Jan 18, 2019
app/src/main/java/org/fossasia/phimpme/gallery/activities/LFMainActivity.java
Outdated
Show resolved
Hide resolved
|
@angmas1 please add screenshots of the change also while sending a pull request. |
|
Sorry, corrected the brackets. Actually I come from C++ that's why i have a habit of writing blocks that way. |
yashk2000
reviewed
Jan 18, 2019
app/src/main/java/org/fossasia/phimpme/gallery/activities/LFMainActivity.java
Outdated
Show resolved
Hide resolved
abishekvashok
approved these changes
Jan 20, 2019
angmas1
added a commit
to angmas1/phimpme-android
that referenced
this pull request
Jan 20, 2019
* Merging development into master (fossasia#2156) * Fix fossasia#2151-On back press operation issue resolved. (fossasia#2152) * Fix fossasia#2154-Fixes issues for favourite section, security feature and SingleMediaActivity. (fossasia#2155) * chore: Accept license agreement for SDK 26 to travis ci (fossasia#2418) (fossasia#2419) * Fix fossasia#2410 Albums get selected properly. (fossasia#2415) * Fix fossasia#1810 LongPress works correctly for selecting multiple photos in … (fossasia#2409) * Fix fossasia#1810 LongPress works correctly for selecting multiple photos in FavouritesActivity. * Corrected else brackets. * Corrected(Moved Up). * Fix fossasia#2399 - Remove redundant drawable ic_search_black_24dp (fossasia#2400) * Replaced Toasts with SnackBars. (fossasia#2391) * Readme improvement (fossasia#2327) * readme_ * readme_improved
pull bot
pushed a commit
to sahilsaha7773/phimpme-android
that referenced
this pull request
Jul 18, 2019
…otos in … (fossasia#2409) * Fix fossasia#1810 LongPress works correctly for selecting multiple photos in FavouritesActivity. * Corrected else brackets. * Corrected(Moved Up).
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.

Fixed #1810
Changes: Files changes: LFMainActivity.java, MediaAdapter.java. Fixed bug where LongPressing one photo after selecting one photo in FavouritesActivity didn't automatically select all photos in between.