-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: update deps and change edition to 2021 #36
Conversation
- fix(WIP): core changes Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
.github/workflows/release.yml
Outdated
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
components: clippy, rustfmt | ||
# Add armv7, aarch64, i686, x86_64 targets | ||
targets: armv7-linux-androideabi, aarch64-linux-android, i686-linux-android, x86_64-linux-android |
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.
Should be tested on the next release.
- We should also consider running
cargo check
with the given targets to make sure we don't find issues when we want to release a new version
9d3a5e4
to
18dbdb5
Compare
Signed-off-by: Lachezar Lechev <[email protected]>
18dbdb5
to
8a9c31e
Compare
Signed-off-by: Lachezar Lechev <[email protected]>
9c05142
to
a814f0e
Compare
Signed-off-by: Lachezar Lechev <[email protected]>
Without this change, the mentioned crates don't compile. OpenSSL has an issue with finding the RANLIB binary on the system and reflink has errors in its source which are resolved on GitHub but unpublished.
fix: patch openssl & reflink
feat: implement `StreamsPushedToStorage` and `NotificationsPushedToStorage` events
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
@@ -69,7 +69,7 @@ kotlin { | |||
|
|||
android { | |||
compileSdk = 33 | |||
ndkVersion = "21.0.6113669" | |||
ndkVersion = "25.2.9519653" |
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.
This might have an impact on our android apps, but we'll have to see. But I guess we'll need to bump it sometime.
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.
It has been some time that we've looked into this.
There were some problems with the android build and we had to bump up the version.
@sleeyax can also confirm that we've tested this code + indeed we have to bump it some times :)
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
ec57d31
to
0b39eef
Compare
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
@@ -0,0 +1,43 @@ | |||
use stremio_core::deep_links::LibraryItemDeepLinks; |
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.
Probably it's better to name this file as ContinueWatchingItem
to match what it's working with.
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.
Code looks good but I have trouble building this on my end. Check slack.
Closing in favour of: #48 |
StreamsPushedToStorage
andNotificationsPushedToStorage
events #40chore: updatingChore: updatejni
requires changes tojni_ext
modulejni
dependency #41core
after this PR is merged as it reverts a changed field name: feat: toggle notifications for library item stremio-core#486Use StreamingService::base_url inStream