-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Live Photo #12139
Merged
Merged
Live Photo #12139
Changes from all commits
Commits
Show all changes
118 commits
Select commit
Hold shift + click to select a range
50567dd
Add indicator word and icon
alperozturk96 3f0a049
Add indicator in list_item
alperozturk96 3abb630
Add live photo indicator for grid view
alperozturk96 cc03aa9
Update ViewHolders for live photo indicator
alperozturk96 e925ce9
Update OCFile for live photo ability
alperozturk96 eb0aa90
Add missing live photo indicator for grid
alperozturk96 0ff650d
Update oc file adapter for live photo indicator
alperozturk96 c45e786
Fix alignment in grid mode
alperozturk96 cf71e59
Add long click listener for live photo
alperozturk96 eae0947
Change icon with sf symbol
alperozturk96 4807c17
Fix hitboxes for accesibilty
alperozturk96 c1c9d94
Add playLivePhoto functionality to image fragment
alperozturk96 2c499ef
Add new property
alperozturk96 c350d4f
Check LivePhotoIndicatorSeparator
alperozturk96 38b9548
Add live photo field usage
alperozturk96 b4d9ab0
Add live photo field to OCFile
alperozturk96 bef81ea
Fix live photo field usage
alperozturk96 0c2eaf4
Merge remote-tracking branch 'origin/feature/live-photo' into feature…
alperozturk96 9765324
Fix live photo indicator visibility for gridview
alperozturk96 904c931
Add live photo playback to Preview Fragment
alperozturk96 2fac132
Remove unnecessary todo comment
alperozturk96 2566c5b
Update live indicator icon
alperozturk96 8cbd178
Increase performance for addVideoOCFileOfLivePhoto
alperozturk96 eddbc78
Add auto play functionality
alperozturk96 8de87ca
Add fixme comment
alperozturk96 225cca0
Prevent unnecessary calls for addVideoOCFileOfLivePhoto
alperozturk96 0eaeccb
Fix live photo indicator background ratio
alperozturk96 dfbd790
Add toggle functionality for action bar
alperozturk96 2a37bd8
draft commit
alperozturk96 d381bbd
Improve UX, toggle actionbar, disable auto play
alperozturk96 b41c200
Add tooltip to live photo indicator
alperozturk96 e577ddd
Deduct live photo count from list
alperozturk96 cb9dd8e
Remove long press action trigger live photo preview via tap
alperozturk96 8efa8f9
Replace live photo image
alperozturk96 5376561
Fix scroll problem with huge list with different file types
alperozturk96 5847afe
Change interface for different needs
alperozturk96 46d2e42
Fix live photo visibility for grid mode
alperozturk96 75169fb
Add background tint for indicators
alperozturk96 18c7a4a
Include local android lib (It will then be disabled as a comment.)
alperozturk96 0ad0d9b
Remove unnecassary hiding logic and merge ocfiles for live photo
alperozturk96 0cb4d3b
move merge live photos up, so that mFilesAll is same as mFiles
tobiasKaminsky 93afd5a
Add hidden field
alperozturk96 6c71a29
Merge master
alperozturk96 cdda5fb
Fix db version number
alperozturk96 8f83da0
Update fields
alperozturk96 56a93e1
Merge master
alperozturk96 f16509d
Add indicator word and icon
alperozturk96 ff3ad76
Add indicator in list_item
alperozturk96 75ddb32
Add live photo indicator for grid view
alperozturk96 28ce0e0
Update ViewHolders for live photo indicator
alperozturk96 ad4b3cb
Update OCFile for live photo ability
alperozturk96 01c39ec
Add missing live photo indicator for grid
alperozturk96 87a420f
Update oc file adapter for live photo indicator
alperozturk96 5256b62
Fix alignment in grid mode
alperozturk96 0ce03a3
Add long click listener for live photo
alperozturk96 fd4096f
Change icon with sf symbol
alperozturk96 56945a8
Fix hitboxes for accesibilty
alperozturk96 cab9abe
Add playLivePhoto functionality to image fragment
alperozturk96 6a34f81
Add new property
alperozturk96 7ca84b6
Check LivePhotoIndicatorSeparator
alperozturk96 a923d57
Add live photo field usage
alperozturk96 56a8653
Fix live photo field usage
alperozturk96 43bce94
Fix live photo indicator visibility for gridview
alperozturk96 df4c531
Add live photo playback to Preview Fragment
alperozturk96 47a4fbb
Remove unnecessary todo comment
alperozturk96 429c892
Update live indicator icon
alperozturk96 fdd10c2
Increase performance for addVideoOCFileOfLivePhoto
alperozturk96 ef60fce
Add auto play functionality
alperozturk96 7fd6224
Add fixme comment
alperozturk96 7030329
Prevent unnecessary calls for addVideoOCFileOfLivePhoto
alperozturk96 4930d6c
Fix live photo indicator background ratio
alperozturk96 7959a1d
Add toggle functionality for action bar
alperozturk96 d2a8005
draft commit
alperozturk96 7617658
Improve UX, toggle actionbar, disable auto play
alperozturk96 d2d7865
Add tooltip to live photo indicator
alperozturk96 5f18c86
Deduct live photo count from list
alperozturk96 85504a6
Remove long press action trigger live photo preview via tap
alperozturk96 8211109
Replace live photo image
alperozturk96 03715a9
Fix scroll problem with huge list with different file types
alperozturk96 af5ede7
Change interface for different needs
alperozturk96 8a7f482
Fix live photo visibility for grid mode
alperozturk96 6f8624f
Add background tint for indicators
alperozturk96 8b8314e
Include local android lib (It will then be disabled as a comment.)
alperozturk96 bed3c8d
Remove unnecassary hiding logic and merge ocfiles for live photo
alperozturk96 c14754f
move merge live photos up, so that mFilesAll is same as mFiles
tobiasKaminsky 739a6cc
Add hidden field
alperozturk96 20c6fbb
Fix db version number
alperozturk96 3538e8b
Update fields
alperozturk96 a82ec04
Merge master
alperozturk96 400ed06
Merge remote-tracking branch 'origin/feature/live-photo' into feature…
alperozturk96 488462b
Rebase master
alperozturk96 8ae13ea
Update lib
alperozturk96 4cf339e
Fix hidden flag
alperozturk96 0106ba3
Hide hidden files in search
alperozturk96 82526e0
Code cleanup
alperozturk96 cecbaef
Update plugin version
alperozturk96 f642926
Merge master
alperozturk96 fc022c5
Change db version
alperozturk96 291b914
Add auto migration
alperozturk96 66e244e
Add correct 73 version json
alperozturk96 d18cf20
Merge master
alperozturk96 f6ee552
Code analytic fixes
alperozturk96 314a28f
Reduce spotbugs
alperozturk96 689ddea
Analysis: update lint results to reflect reduced error/warning count
invalid-email-address fd9d807
Trigger pipeline
alperozturk96 04bce45
fix tests
tobiasKaminsky a47ed56
add test
tobiasKaminsky 2f1e3ea
Fix merge conflict
alperozturk96 2eb8245
Analysis: update lint results to reflect reduced error/warning count
invalid-email-address b493c67
Fix crashes
alperozturk96 d6657c9
Merge remote-tracking branch 'origin/feature/live-photo' into feature…
alperozturk96 2077bf9
Fix text color for live photo indicator
alperozturk96 0028d8e
Merge master
alperozturk96 7f70b1c
Solve git conflicts
alperozturk96 6f1b62f
Analysis: update lint results to reflect reduced error/warning count
invalid-email-address b48c027
Use file id for merging live photos
alperozturk96 7719b2e
Use file id for merging live photos
alperozturk96 633f458
Fix tests
alperozturk96 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
1,173 changes: 1,173 additions & 0 deletions
1,173
app/schemas/com.nextcloud.client.database.NextcloudDatabase/75.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+4.31 KB
(130%)
...com.owncloud.android.ui.fragment.OCFileListFragmentStaticServerIT_showFiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DB version bump by 2? Also where is the new json schema for DB?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was testing. Multiple times I came across with conflict and I was increasing one by one whenever I got that issue. I remember first one was 74 then I put 75 nevertheless after complete all implementation I am going to check all changes. Thanks for the early notice.