-
-
Notifications
You must be signed in to change notification settings - Fork 168
feat: implement long press gesture to play videos at 2x speed #787
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
Merged
Changes from 13 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
12cc5f1
implemented feature where touch and hold updates the playbackSpeed to…
aricodeine 3b68c58
updated CHANGELOG.md
aricodeine 3b51110
updated VideoFragment.kt to use a constant in place of a hardcoded nu…
aricodeine 6780afc
updated CHANGELOG.md
aricodeine 8493529
fixed several issues with long press 2x playback speed feature and ad…
aricodeine 370c82e
Merge branch 'main' of https://github.com/aricodeine/Gallery into gal…
aricodeine 3369833
updated VideoFragment.kt
aricodeine 13a9ccf
Merge branch 'gallery_issue_660' of https://github.com/aricodeine/Gal…
aricodeine 2e397d5
added a callable to detect vertical gesture and prevent 2x playback g…
aricodeine 727587e
updated CHANGELOG.md
aricodeine 656046e
Merge branch 'gallery_issue_660' of https://github.com/aricodeine/Gal…
aricodeine ca25671
update CHANGELOG.md
aricodeine 480d438
Merge branch 'main' into gallery_issue_666
aricodeine e4c54e1
Merge branch 'gallery_issue_660' of https://github.com/aricodeine/Gal…
aricodeine 9d494ee
fixed a few issues with 2x playback long press gesture feature when z…
aricodeine 9d7e0a0
Merge remote-tracking branch 'origin/gallery_issue_666' into gallery_…
aricodeine 5005edc
reformat code
aricodeine 0bad54f
update conditional logic to succeed detekt
aricodeine 739d532
Merge branch 'main' into gallery_issue_666
aricodeine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:shape="rectangle"> | ||
| <solid android:color="#99000000" /> | ||
| <corners android:radius="@dimen/bottom_sheet_corner_radius" /> | ||
|
|
||
| </shape> |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.