Skip to content
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

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

elpiel
Copy link
Member

@elpiel elpiel commented Aug 4, 2023

- fix(WIP): core changes

Signed-off-by: Lachezar Lechev <[email protected]>
Comment on lines 24 to 28
- 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
Copy link
Member Author

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

@elpiel elpiel force-pushed the chore/update-core-and-deps branch from 9d3a5e4 to 18dbdb5 Compare August 4, 2023 13:01
Signed-off-by: Lachezar Lechev <[email protected]>
@elpiel elpiel force-pushed the chore/update-core-and-deps branch from 18dbdb5 to 8a9c31e Compare August 4, 2023 13:02
Cargo.toml Outdated Show resolved Hide resolved
src/commonMain/rust/bridge/event.rs Outdated Show resolved Hide resolved
Cargo.toml Show resolved Hide resolved
sleeyax and others added 7 commits August 7, 2023 15:50
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.
feat: implement `StreamsPushedToStorage` and `NotificationsPushedToStorage` events
.github/workflows/release.yml Outdated Show resolved Hide resolved
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"
Copy link
Contributor

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.

Copy link
Member Author

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 :)

@@ -0,0 +1,43 @@
use stremio_core::deep_links::LibraryItemDeepLinks;
Copy link
Contributor

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.

Copy link
Member

@sleeyax sleeyax left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants