Anki/rslib/src/sync
RumovZ b7f39cfb93 Add card meta for persisting custom scheduling state (#2040)
* Add card meta for persisting custom scheduling state

* Rename meta -> custom_data

* Enforce limits on size of custom data

Large values will slow down table scans of the cards table, and it's
easier to be strict now and possibly relax things in the future than
the opposite.

* Pack card states and customData into a single message

+ default customData to empty if it can't be parsed

Co-authored-by: Damien Elmes <gpg@ankiweb.net>
2022-09-02 11:22:49 +10:00
..
http.rs Expose backend_proto publicly for AnkiDroid, and rename to pb 2022-06-27 15:27:53 +10:00
http_client.rs add back in missing check for upload size 2021-06-29 10:50:03 +10:00
mod.rs Add card meta for persisting custom scheduling state (#2040) 2022-09-02 11:22:49 +10:00
server.rs Refactor export-import code and resolve fixmes (#1723) 2022-03-18 19:31:55 +10:00