Anki/rslib/src/sync/collection
Jarrett Ye 037dfa1bc1
Add last_review_time to card data for performance and accuracy (#4124)
* Add `last_review_time` to card data

* cargo clippy

* Calculate days elapsed since last review time in add_extract_fsrs_relative_retrievability

* expose last_review_time to Card in Python

* Fix last_review_time assignment in Card class to use last_review_time_secs

* format

* Update last_review_time assignment to exclude filtered preview state in Card class
2025-07-08 00:41:01 +07:00
..
changes.rs Refactor progress handling (#2549) 2023-06-19 13:48:32 +10:00
chunks.rs Add last_review_time to card data for performance and accuracy (#4124) 2025-07-08 00:41:01 +07:00
download.rs Change Anki's version scheme; bump to 23.09 (#2640) 2023-09-07 12:37:15 +10:00
finish.rs Refactor progress handling (#2549) 2023-06-19 13:48:32 +10:00
graves.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
meta.rs Check collection size when syncing 2025-03-10 20:28:57 +07:00
mod.rs Rework syncing code, and replace local sync server (#2329) 2023-01-18 12:43:46 +10:00
normal.rs Don't check collection size on sync to third-party server 2025-04-23 17:03:04 +10:00
progress.rs Change Anki's version scheme; bump to 23.09 (#2640) 2023-09-07 12:37:15 +10:00
protocol.rs Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00
sanity.rs Rename sanity check fields avoid conflict with outer span 2023-06-26 15:04:58 +10:00
start.rs Refactor progress handling (#2549) 2023-06-19 13:48:32 +10:00
status.rs Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00
tests.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
upload.rs CHANGE collection size too large error to add MB values and info about compressed vs. uncompressed. (#3981) 2025-05-15 15:08:41 +10:00