0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Go to file
Robozinho 490493792b
fix queryIntentActivities deprecation (#13309)
* fix queryIntentActivities deprecation

* Fix remaining lint and tests isssues

Because we moved from a platform method call on a class written in Java to a method written completely in kotlin, one of the
tests failed because mockito and kotlin don't play along very well(mockito passing null values for kotlin methods although they
expect non null types). I fixed this by using the actual `intent` value used in the method call in the class for which the test
was failing(see CustomTabsHelper).

---------

Co-authored-by: lukstbit <52494258+lukstbit@users.noreply.github.com>
2023-03-12 16:32:42 -03:00
.github build(ci): reduce PR stale timeout to 2 weeks 2023-03-05 14:54:29 -03:00
.idea refactor: add 'ImportColpkgListener' 2023-03-07 05:59:14 -03:00
AnkiDroid fix queryIntentActivities deprecation (#13309) 2023-03-12 16:32:42 -03:00
annotations Allow JetBrains @Contract annotations 2020-05-14 20:48:36 -05:00
api Dependency updates 20220228 (#13364) 2023-02-28 09:25:18 -05:00
docs Updated strings from Crowdin 2023-02-23 08:50:29 -05:00
gradle/wrapper Update Gradle Wrapper from 8.0.1 to 8.0.2. 2023-03-05 15:15:03 -05:00
lint-rules Dependency Updates 20220219 (#13305) 2023-02-19 12:15:26 -05:00
tools add tool: enable/disable scoped storage 2023-03-05 15:16:57 -05: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 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 fix(deps): bump anki upstream to 2.1.60 2023-02-28 17:15:57 -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 Remove enableJetifier 2023-02-01 13:40:23 -05:00
gradlew Update Gradle Wrapper from 7.6 to 8.0. 2023-02-15 14:12:20 -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 lint: enable 'MonochromeLauncherIcon' 2023-02-15 15:00:11 -05: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 Added Anki Forum URL in Readme file in Join Us On section (#12247) 2022-08-30 23:29:19 +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

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