anki/rslib/src
Damien Elmes ceb8a4ac20 Revert "Use scheduling flag instead of checking revlog when importing decks (#2730)"
This reverts commit e1e0f2e1bd.

The previous change breaks the assumption on this line:

                DeckKind::Filtered(_) => unreachable!(),

This will likely need a bigger refactor to handle this properly, and separate
out importing of deck configs from other scheduling data.
2023-10-26 11:23:24 +10:00
..
ankidroid Refactor service generation (#2552) 2023-06-19 15:33:40 +10:00
backend Remove v1/v2 support from the backend (#2727) 2023-10-14 10:50:59 +10:00
card Remove v1/v2 support from the backend (#2727) 2023-10-14 10:50:59 +10:00
card_rendering Avoid allocating in extract_latex() if possible; make public 2023-08-19 08:05:39 +10:00
collection Rust 1.73 2023-10-09 19:22:43 +10:00
config Add public method to determine if v3 is enabled 2023-10-25 11:41:05 +10:00
deckconfig Remove v1/v2 support from the backend (#2727) 2023-10-14 10:50:59 +10:00
decks Trim extra colons on conversion to NativeDeckName (#2748) 2023-10-19 13:42:57 +10:00
error Remove v1/v2 support from the backend (#2727) 2023-10-14 10:50:59 +10:00
i18n Refactor service generation (#2552) 2023-06-19 15:33:40 +10:00
image_occlusion Fix IO groups breaking upon editing (#2766) 2023-10-23 09:43:31 +10:00
import_export Revert "Use scheduling flag instead of checking revlog when importing decks (#2730)" 2023-10-26 11:23:24 +10:00
media Add a backend method to extract static media references (#2716) 2023-10-11 14:10:02 +10:00
notes Add a backend method to add notes in bulk (#2659) 2023-09-16 13:51:32 +10:00
notetype Add image occlusion to stock notetypes 2023-10-22 11:00:39 +10:00
revlog Support rescheduling on weight/retention change 2023-10-01 15:20:58 +10:00
scheduler Update to latest fsrs 2023-10-18 09:03:23 +10:00
search Rust 1.73 2023-10-09 19:22:43 +10:00
stats Fix browser query not matching stats 2023-10-21 12:00:43 +10:00
storage Remove v1/v2 support from the backend (#2727) 2023-10-14 10:50:59 +10:00
sync Store desired retention in card data 2023-09-23 15:42:42 +10:00
tags Apply tag fix from Abdo 2023-10-09 13:55:37 +11:00
undo Fix merge_undoable_ops() not updating counter 2023-09-15 16:53:00 +10:00
adding.rs Default to current deck in csv import if settings allow it (#2527) 2023-05-31 13:47:12 +10:00
browser_table.rs "Notetype" -> "Note Type" in browser column 2023-10-21 11:35:30 +10:00
cloze.rs Fix IO groups breaking upon editing (#2766) 2023-10-23 09:43:31 +10:00
dbcheck.rs Use field tags instead of hard-coding occlusion fields 2023-09-18 10:10:11 +10:00
findreplace.rs Fix invalid ids on db check (#2445) 2023-03-19 10:58:35 +10:00
latex.rs Fix clippy issues in Rust 1.72 2023-08-25 07:56:38 +10:00
lib.rs Refactor service generation (#2552) 2023-06-19 15:33:40 +10:00
links.rs Update incompatible Rust deps 2023-09-28 10:00:47 +10:00
log.rs Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
markdown.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
ops.rs Feature image occlusion (#2367) 2023-03-29 12:33:19 +10:00
preferences.rs Remove v1/v2 support from the backend (#2727) 2023-10-14 10:50:59 +10:00
prelude.rs Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00
progress.rs Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
serde.rs Take another approach to dealing with conflicting flattened keys 2023-08-15 11:25:53 +10:00
services.rs Rust 1.73 2023-10-09 19:22:43 +10:00
template_filters.rs Fix clippy issues in Rust 1.72 2023-08-25 07:56:38 +10:00
template.rs Fix unable to save field dialog if certain fields are deleted (#2663) 2023-09-18 14:33:56 +10:00
tests.rs Merge all conflicting notetypes (#2707) 2023-10-05 06:18:10 +00:00
text.rs Fix clippy issues in Rust 1.72 2023-08-25 07:56:38 +10:00
timestamp.rs Support rescheduling on weight/retention change 2023-10-01 15:20:58 +10:00
typeanswer.rs Fix unescaped HTML in type-in-the-answer (#2658) 2023-09-14 11:34:22 +10:00
types.rs update scheduling ops 2021-04-06 16:38:42 +10:00
version.rs Rework syncing code, and replace local sync server (#2329) 2023-01-18 12:43:46 +10:00