0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Go to file
Damien Elmes 5f4c8c6be2 Don't store collection reference in DeckTreeNode
Pass it in to processChildren() instead, which is cleaner, and will
work better with the move to a backend method.

Speed up deck list by rendering it with the backend

This delegates to the backend to render the deck tree, instead of
calculating it in Java. On @Arthur-Milchior's large collection with the
daily limits turned up, the speed difference in an x86_64 sim is
dramatic: 2.4s with the old Java code, and 70ms with the new Rust code.

- Make deckDueList() private; switch callers to use deckDueTree()
The backend only provides a deckDueTree(), and switching the calls to
deckDueList() now will make migration easier in the future.

Squashed from #11599
2022-06-29 11:12:19 -05:00
.github chore: Set permissions for GitHub actions 2022-06-28 13:01:28 +05:30
.idea lint: Note Editor (#11632) 2022-06-16 13:41:05 +05:30
AnkiDroid Don't store collection reference in DeckTreeNode 2022-06-29 11:12:19 -05:00
annotations Allow JetBrains @Contract annotations 2020-05-14 20:48:36 -05:00
api Migrate Utils to Kotlin 2022-05-24 10:35:58 -05:00
docs Updated strings from Crowdin 2022-06-13 14:05:21 -05:00
gradle/wrapper Update Gradle Wrapper from 7.4.1 to 7.4.2. 2022-03-31 19:38:15 -05:00
lint-rules Migrate DuplicateTextInPreferencesXmlTest.java to kotlin 2022-06-29 00:26:33 +05:30
tools updated mathjax and jquery 2022-06-03 09:00:58 -05:00
.codecov.yml coverage: disable noisy annotations on PRs 2021-03-27 09:45:48 -05:00
.gitattributes chore: Mark user dictionaries as non-generated 2022-04-13 10:42:47 -05:00
.gitignore lint: Add user dictionaries to reduce typos 2022-04-05 17:11:56 -05:00
.prettierignore fix(prettier): Ignore 'build' folder 2022-03-16 11:48:12 +05:30
.prettierrc Change .prettierrc endOfLine to auto 2022-03-17 11:01:04 -05:00
build.gradle Update to Anki 2.1.54 backend 2022-06-29 11:12:19 -05:00
CONTRIBUTING.md Created CONTRIBUTING.md (#8222) 2021-03-15 07:53:28 -05:00
COPYING Add readme and license file back after accidentally deleting 2014-11-10 02:23:41 +09:00
gradle.properties Use IN_PROCESS compiler strategy only on CI builds 2022-06-11 13:12:10 -05:00
gradlew Dependency updates 20210819 (#9429) 2021-08-19 13:33:03 -05:00
gradlew.bat Bump gradle version to 6.6 2020-08-24 17:29:04 -05:00
lint-release.xml Enable DrawAllocation lint check 2022-06-25 16:41:02 -05:00
lint.gradle lint: enable linting unit tests 2021-10-20 22:58:42 -05:00
pre-commit chore(lint, javascript): added prettier check (#10500) 2022-03-14 15:09:16 -05:00
README.md Remove unopened </p> tag 2022-04-02 20:09:14 +05:30
settings.gradle Add lint checks for new time api 2020-08-25 10:04:26 +02:00

release build Open Collective backers and sponsors commit-activity forks stars contributors license

AnkiDroid

A semi-official port of the open source Anki spaced repetition flashcard system to Android. Memorize anything with AnkiDroid!

Features

  • night mode
  • whiteboard
  • progress widget
  • detailed statistics
  • syncing with AnkiWeb
  • write answers (optional)
  • text-to-speech integration
  • more than 6000 premade decks
  • spaced repetition (supermemo 2 algorithm)
  • supported contents: text, images, sounds, MathJax
  • add cards by intent from other applications like dictionaries

Install

Wiki

View Wiki

Help

Check the user manual and the wiki for usage instructions. See the help page for how to submit a bug report or contact a project member, etc.

Contribute

You can contribute to AnkiDroid by beta testing, translating, or submitting code. See the contribution wiki page for more info.

Join Us On

Credits

Github Contributors

Thanks to these awesome contributors who keep this project going

Sponsors

Backers

Thank you to all our backers! 🙏

Contributors

Our Awesome Team of Contributors

License

GPL-3.0 License AGPL-3.0 Licence for some part of the back-end