This repository was archived by the owner on Jun 9, 2023. It is now read-only.
forked from saket/Dank
-
Notifications
You must be signed in to change notification settings - Fork 34
Add downloaded files to media index #288
Merged
Merged
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
c696c4c to
e78c96d
Compare
e78c96d to
1fbfcb2
Compare
Tunous
approved these changes
Jul 28, 2020
Owner
|
Reproduced the issue and verified that it is fixed on my device 👍 |
msfjarvis
added a commit
to msfjarvis/Dawn
that referenced
this pull request
Aug 1, 2020
…/androidx.room-room-rxjava2-2.2.5 * upstream/master: Add downloaded files to media index (Tunous#288) Group download notifications + remove seekbar (Tunous#285) Use Instant in recycling unit test
Tunous
added a commit
that referenced
this pull request
Aug 1, 2020
* Use Instant in recycling unit test * Group download notifications + remove seekbar (#285) * remove seekbar * group download notifications * put success notifications in a separate group * changelog * workaround for Android 11 Co-authored-by: Łukasz Rutkowski <lukus178@gmail.com> * Add downloaded files to media index (#288) * index new media * update already downloaded media * properly broadcast video files * force downloaded media rescan * changelog * build: commonize room version Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Fix tests Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Revert "Fix tests" This reverts commit 4778981. Co-authored-by: Łukasz Rutkowski <lukus178@gmail.com> Co-authored-by: AbsurdlySuspicious <absurdlysuspicious@protonmail.com>
Tunous
added a commit
that referenced
this pull request
Aug 1, 2020
* Bump room-rxjava2 from 2.2.1 to 2.2.5 Bumps room-rxjava2 from 2.2.1 to 2.2.5. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fixes for #170 (#289) * Use Instant in recycling unit test * Group download notifications + remove seekbar (#285) * remove seekbar * group download notifications * put success notifications in a separate group * changelog * workaround for Android 11 Co-authored-by: Łukasz Rutkowski <lukus178@gmail.com> * Add downloaded files to media index (#288) * index new media * update already downloaded media * properly broadcast video files * force downloaded media rescan * changelog * build: commonize room version Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Fix tests Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Revert "Fix tests" This reverts commit 4778981. Co-authored-by: Łukasz Rutkowski <lukus178@gmail.com> Co-authored-by: AbsurdlySuspicious <absurdlysuspicious@protonmail.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: Łukasz Rutkowski <lukus178@gmail.com> Co-authored-by: AbsurdlySuspicious <absurdlysuspicious@protonmail.com> Co-authored-by: Łukasz Rutkowski <Tunous@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes #252