0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Go to file
lukstbit 6b65c45386 Use plugins block to declare the plugins used
See https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block
The plugins that are to be used in different modules are added in the
top level build file with apply "false"(doesn't make sense to apply
them on the root project). Then the project modules, from the plugins
already available on the classpath, actually apply the ones they need.

Ktlint plugin was applied directly to all subprojects(initially it
was added through allprojects {} but it doesn't make sense to add it
to the root project as it doesn't contain source code, so
subprojects{} was used instead).

The amazonappstorepublisher plugin also required some custom
configuration as we need the latest versions which are not available
in mavenCentral() but can be fetched from jitpack.io.
2023-08-31 20:52:04 -05:00
.github Drop legacy schema, and update to 2.1.66 backend (#14171) 2023-08-31 05:44:03 +08:00
.idea Fix typo errors in card.js / add user spelling dictionary (#14305) 2023-08-26 10:33:13 -05:00
AnkiDroid Use plugins block to declare the plugins used 2023-08-31 20:52:04 -05:00
annotations Allow JetBrains @Contract annotations 2020-05-14 20:48:36 -05:00
api Drop legacy schema, and update to 2.1.66 backend (#14171) 2023-08-31 05:44:03 +08:00
docs Updated strings from Crowdin 2023-08-18 13:57:04 +03:00
gradle/wrapper Dependency updates 20230826 (#14306) 2023-08-26 09:35:13 -05:00
lint-rules Use plugins block to declare the plugins used 2023-08-31 20:52:04 -05:00
tools Drop legacy schema, and update to 2.1.66 backend (#14171) 2023-08-31 05:44:03 +08:00
.codecov.yml ci: stop codecov from failing CI 2022-08-29 09:22:33 -05:00
.editorconfig Dependency Updates 20220219 (#13305) 2023-02-19 12:15:26 -05:00
.gitattributes chore: Mark user dictionaries as non-generated 2022-04-13 10:42:47 -05:00
.gitignore chore: exclude non-'values' translation files 2023-08-26 09:42:03 -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 Use plugins block to declare the plugins used 2023-08-31 20:52:04 -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 Dependency updates 20230630 (#14058) 2023-07-01 10:09:10 -05:00
gradlew Dependency updates 20230826 (#14306) 2023-08-26 09:35:13 -05:00
gradlew.bat Update Gradle Wrapper from 7.5.1 to 7.6. 2022-11-26 22:33:28 -05:00
lint-release.xml Drop legacy schema, and update to 2.1.66 backend (#14171) 2023-08-31 05:44:03 +08:00
lint.gradle Dependency Updates 20220219 (#13305) 2023-02-19 12:15:26 -05:00
pre-commit Fix prettier throwing errors (#12895) 2022-11-29 19:30:07 -05:00
README.md Capitalize features in README 2023-08-11 14:32:23 -03:00
settings.gradle.kts Use plugins block to declare the plugins used 2023-08-31 20:52:04 -05: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

Code Contributors

Thanks to these awesome code contributors who keep this project going

Sponsors

Backers

Thank you to all our backers! 🙏

Translators

Thanks to our 1400 translators, for allowing us to be available, partially or totally, in 99 languages as of July 2022.

License