forked from ankidroid/Anki-Android
-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRAFT] feat: use backend to render browser columns #41
Closed
Commits on Jun 16, 2024
-
refactor: prep for multiple BrowserColumns
* Moves save/load into CardBrowserColumn * Use the enum values, rather than the indices Prep for Issue 11889
Configuration menu - View commit details
-
Copy full SHA for 9f8d440 - Browse repository at this point
Copy the full SHA 9f8d440View commit details -
feat(preferences): improve browser columns
Breaking! Updates the default columns from: * QUESTION, ANSWER to * Cards: [Sort Field, Card Type, Due, Deck] * Notes: [Sort Field, Note Type, Card Type/Type Count, Tags] ---- improvements: * Support different columns for CARDS and NOTES mode * Support more than 2 columns (not yet usable in the UI) deprecates + upgrades shared prefs: * "cardBrowserColumn1" - index into `COLUMN1_KEYS` * "cardBrowserColumn2" - index into `COLUMN2_KEYS` now (shared prefs): * "activeCols" -> `|` separated list of column keys * "activeNoteCols" -> `|` separated list of column keys Prep for Issue 11889
Configuration menu - View commit details
-
Copy full SHA for ae790c4 - Browse repository at this point
Copy the full SHA ae790c4View commit details -
For use in browserRowForId Prep for Issue 11889
Configuration menu - View commit details
-
Copy full SHA for 69ff069 - Browse repository at this point
Copy the full SHA 69ff069View commit details -
feat(browser): use backend column headings
removes strings: * browser_column1_headings * browser_column2_headings Prep for Issue 11889
Configuration menu - View commit details
-
Copy full SHA for a5788d6 - Browse repository at this point
Copy the full SHA a5788d6View commit details -
fix(browser): remove redundant ViewModel call
unnecessary logging from logs of 'setColumn[1/2]'
Configuration menu - View commit details
-
Copy full SHA for eb7d7d5 - Browse repository at this point
Copy the full SHA eb7d7d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ef1b8 - Browse repository at this point
Copy the full SHA b0ef1b8View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07e0b7b - Browse repository at this point
Copy the full SHA 07e0b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb6386 - Browse repository at this point
Copy the full SHA 1eb6386View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.