0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Go to file
David Allison aa062db4e0 fix: Remove noise from ktLintformat output
A user would struggle to determine what the error was if `ktLintFormat`
failed

`-q` (error only) is overkill as it removes useful output,
but there is a large amount of warnings in the current
version of the ktLint plugin

GitHub ref: JLLeitschuh/ktlint-gradle/issues/457

This can be converted to `-w` (warnings only) afterwards

A typical error is:

```
 KtLint found code style violations. Please see the following reports:
     - C:\\...\ktlintTestSourceSetFormat\ktlintTestSourceSetFormat.txt
```

After adding `-w`, we'd also get the more useful:

```
CriticalExceptionTest.kt:19:1 Wildcard import (cannot be auto-corrected)
```

https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_logging

Fixes #9093
2021-06-11 10:53:48 -05:00
.github Add ktlint 2021-05-28 20:12:33 +02:00
.idea/codeStyles Project Formatting: default to 'm' prefix 2021-04-14 12:43:52 -05:00
AnkiDroid ktlint: Disable no wildcard imports rule 2021-06-11 10:51:16 -05:00
annotations
api Migrate UiUtil to Kotlin 2021-05-28 20:12:33 +02:00
docs Updated strings from Crowdin 2021-05-29 11:25:22 +01:00
gradle/wrapper Update Gradle Wrapper from 7.0.1 to 7.0.2. 2021-05-14 19:27:38 -05:00
lint-rules Use compileOnly for Kotlin dependency in lint-rules 2021-05-28 20:12:33 +02:00
tools language: Add Kannada 2021-05-29 03:54:15 +01:00
.codecov.yml
.gitattributes
.gitignore
build.gradle Add ktlint 2021-05-28 20:12:33 +02:00
CONTRIBUTING.md
COPYING
gradle.properties
gradlew
gradlew.bat
lint-release.xml lint: UnknownId promoted to fatal after eliminating all instances 2021-05-25 14:10:15 -05:00
lint.gradle
pre-commit fix: Remove noise from ktLintformat output 2021-06-11 10:53:48 -05:00
README.md Updated the build link from travis to actions page 2021-03-30 16:57:10 -05:00
settings.gradle

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