Skip to content

Conversation

@prateekmedia
Copy link
Member

Description

Tests

@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 10:11 — with GitHub Actions Waiting
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 10:13 — with GitHub Actions Waiting
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 10:15 — with GitHub Actions Waiting
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a5ffec6c3d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

edition = "2021"

[lib]
name = "core"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Rename Rust cdylib to ente_core

The Rust library is declared as name = "core", so cargo ndk will produce libcore.so, but the generated UniFFI Kotlin loader hardcodes findLibraryName(componentName = "ente_core") in mobile/native/android/apps/screensaver/app/src/main/java/io/ente/screensaver/ente/uniffi/ente_core.kt. This mismatch causes UnsatisfiedLinkError when Ente crypto is first invoked (for example during public album URL parsing), so album setup cannot function on a clean build.

Useful? React with 👍 / 👎.

commandLine(
"uniffi-bindgen",
"generate",
"src/ente_core.udl",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Point binding generation at the existing UDL

generateEnteCoreBindings is configured to run uniffi-bindgen against src/ente_core.udl, but this repo’s UDL file is rust/uniffi/core/src/core.udl. As written, the regeneration task fails immediately, which prevents reproducible binding updates and leaves the checked-in Kotlin FFI stubs prone to drifting from Rust.

Useful? React with 👍 / 👎.

@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 10:54 — with GitHub Actions Waiting
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 11:02 — with GitHub Actions Waiting
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 11:04 — with GitHub Actions Waiting
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 11:17 — with GitHub Actions Waiting
@prateekmedia prateekmedia requested a review from ua741 February 11, 2026 11:18
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 12:02 — with GitHub Actions Waiting
@socket-security
Copy link

socket-security bot commented Feb 11, 2026

No dependency changes detected. Learn more about Socket for GitHub.

👍 No dependency changes detected in pull request

@prateekmedia prateekmedia requested a deployment to workflow-security-review February 11, 2026 14:14 — with GitHub Actions Waiting
val hasReleaseSigning = keystorePropertiesFile.exists()

android {
namespace = "io.ente.screensaver"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use io.ente.photos.droid.screensaver?

@prateekmedia prateekmedia requested a deployment to workflow-security-review February 12, 2026 06:19 — with GitHub Actions Waiting
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 12, 2026 06:31 — with GitHub Actions Waiting
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 12, 2026 07:35 — with GitHub Actions Waiting
@prateekmedia prateekmedia requested a deployment to workflow-security-review February 12, 2026 10:05 — with GitHub Actions Waiting
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.

2 participants