You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes an AnkiDroid-specific feature from /anki, which moves it closer to upstream and means we don't need to rebuild the library when making an AnkiDroid specific change.
Add protobuf generation code into rslib-bridge/build.rs
Enable building Java-based protobufs from Anki-Android-Backend
The text was updated successfully, but these errors were encountered:
Our underlying Anki implementation is past schema 14, which stored config in a separate table and retrieves data for the sched_timing_today call via the Rust.
We need to define a legacy sched_timing_today which accepts a SchedTimingTodayIn, rather than obtaining the data from the config.
This removes an AnkiDroid-specific feature from
/anki
, which moves it closer to upstream and means we don't need to rebuild the library when making an AnkiDroid specific change.rslib-bridge/build.rs
The text was updated successfully, but these errors were encountered: