Skip to content
Mike Hardy edited this page Sep 11, 2018 · 34 revisions

Introduction

AnkiDroid is free (open source) software, and is run entirely by volunteers. This page contains information on how you can contribute back to the AnkiDroid project.

Here are some links to other pages related to contributing to AnkiDroid:

Answer questions on the forum

Providing support for users can place a significant burden on the developers, so one of the easiest ways that you can contribute back to AnkiDroid is by regularly answering questions that you know the answer to on the forum.

Translate AnkiDroid

Even if you prefer to use AnkiDroid in English, other people in your country might prefer to use it in their own language. Translating AnkiDroid to your native language means your country's AnkiDroid will grow much faster, leading to better shared decks in your language.

Translating is easy and fun:

  • Go to http://crowdin.net/project/ankidroid
  • Register, if you don't have an account yet
  • Click on the flag of your language
  • Click on a file (they are sorted by descending priority)
  • Click on "Sort"
  • Click on "Missing translation"
  • Grey bullet=missing, Green bullet=done
  • Terms like "%s", "%1$d" are placeholders for strings or numbers which will be filled later by AnkiDroid. They must not be changed, e.g. reversed ("1%d2") or filled with spaces ("% s").

For each grey bullet, translate the English text to your language.

Tip:

Many terms such as "note" or "leech" and some other messages should be consistent with Anki Desktop. You can copy the translations from Anki Desktop via it's Launchpad page. Click on a language code.po file (e.g. "ja.po" for Japanese) to view a single language, or click "view revision"->"download tarball" to download all the languages at once.

Logic of the separation in different files

  • android_market.xml : Text seen by Android users who see AnkiDroid in the Market, and are pondering whether to install it or not.
  • 01-core.xml : Most important strings (reviewer, studyoptions, deckpicker)
  • 02-strings.xml: Strings which are nice to have but are not immediately visible when learning
  • 03-dialogs.xml: Texts for dialogs (warnings, information etc.)
  • 04-network.xml: Strings for syncing and downloading decks
  • 05-feedback.xml: Strings for feedback system
  • 06-statistics.xml: Strings for all statistics
  • 07-cardbrowser.xml: Strings for card browser
  • 08-widget.xml: Strings for widget
  • 09-backup.xml: Strings for backup system
  • 10-preferences.xml: Strings which are used in the preferences screens
  • 11-arrays.xml: Array-Strings which are used in the preferences screens

Switching the language of the AnkiDroid UI

  • Go to the decks list
  • Menu > Preferences (1st item) > Language (6th item) > Language (1st item)
  • Select the language you want

Translating the AnkiDroid manual

The source for the AnkiDroid manual can be found on the ankidroiddocs github page. The manual is written in a plain text markup language called asciidoctor which is very easy to use. The asciidoctor file is called "manual.txt" and it can be compiled to html by following the instructions in the ankidroiddocs repository.

Take screenshots

For each language we need:

  • A few screenshots on a normal phone (review with image, review with sound, card edition, deck list)
  • At least one screenshot on a ~7inch screen
  • At least one screenshot on a ~10inch screen

Here are all screenshots we have, so you can see which ones are missing: https://github.com/ankidroid/Anki-Android/tree/master/docs/marketing/screenshots

Send the images to the forum so that we can use them to improve the Play Store page, the Wiki, etc.

You can download various shared decks to show nice content. To take a screenshot, press the "Power" and "Volume down" buttons simultaneously. You can use the emulator if you don't have any 7inch or 10inch device.

To take screenshots for several languages, you can switch the AnkiDroid UI language in Preferences as explained above.

Answering to reviews

For use on Android Play, other markets, outside forums, and potentially any place where users talk about AnkiDroid.

Don't hesitate to talk in the name of the AnkiDroid team if you feel part of it. Feel free to adapt, but please stay diplomatic and welcoming, even in face of harsh criticism or foul language.

Review Answer
That rocks! (No reply)
That sucks! (No reply)
I give up! (No reply)
It continuously crashes! Hello NAME, sorry for the inconvenience! You can try uninstalling and re-installing as this often fixes such bugs. If not, please report the problem at https://github.com/ankidroid/Anki-Android/issues/new , including as many details as possible (Android version, device, steps that lead to the problem) and we'll look into it. Thanks for using AnkiDroid!
How can I do X? (already in the manual) Hello NAME, thanks for your feedback! Please read the corresponding section of the manual at ankidroid.org/manual.html#ENTRY and see if that answers your question. Thanks for using AnkiDroid!
There is a problem with X (already in tracker) Hello NAME, thanks for your feedback! This problem is being investigated at TRACKERURL , please check whether it matches what you mean, and "star" that page to receive notifications. Thanks for using AnkiDroid!
There is a problem with X (not in tracker) Hello NAME, thanks for your feedback! Please report the problem at https://github.com/ankidroid/Anki-Android/issues/new , including as many details as possible (Android version, device, steps that lead to the problem). Thanks for using AnkiDroid!
You should add feature X (already in tracker) Hello NAME, thanks for your idea! This idea is debated at TRACKERURL , please check whether it matches what you mean, and "star" that page to receive notifications. Thanks for participating in AnkiDroid!
You should add feature X (not in tracker) Hello NAME, thanks for your idea! Please suggest it at https://github.com/ankidroid/Anki-Android/issues/new so that volunteers can see it and keep track of it. Thanks for participating in AnkiDroid!
I lost my decks! Hello NAME. Sorry about the inconvenience. Fortunately, AnkiDroid makes regular backups, so chances are you can recover your decks. Please have a look at http://ankidroid.org/docs/manual.html#backups and if you still have problems send a message to the mailing list at [email protected]. Thanks for your patience!
I lost my decks (Japanese) NAME様、ご連絡いただきありがとうございます。バックアップから元に戻す可能性がございますので、なるべく早くメーリングリストへご連絡していただけないでしょうか。アドレスは[email protected]です。よろしくお願い致します。
You can't change any options AnkiDroid is designed to show you the cards just before you forget them, in order to minimize wasted study time. If the default settings are not working well for you, you can adjust the intervals under "deck options". If you simply want to study more than necessary, it's better to use the "custom study" feature. Please see the manual for more info.
Some characters don't show Hello, It is likely that your Android device does not support those specific characters in its default font. If that's the case you can use a custom font instead: https://ankidroid.org/docs/manual.html#customFonts

Other Non-developer tasks

  • Send us your ManualTesting results about the alphas/betas.
  • Blog about AnkiDroid and spread the word :-)
  • Follow us on Twitter and Facebook.
  • Here is a list of tasks that can be done by people who can't code.

Sponsor development

In case you are willing to pay money for a feature or fix to be implemented, here is how you can do it:

  • Find the issue in the issue tracker, or create a new issue if it does not exist yet.

  • Add as many details as you can, describe how it could work, draw a prototype on paper, etc.

  • Post a comment asking "If I provide a good quality patch for this feature, will it be merged?" and wait for our answer.

  • Choose someone to do the job. Use any crowdsourcing platform you trust (for example bountysource), or a developer friend, or a software company. Make sure they know Android and Git.

  • Reach an agreement with the developer:

  • Agree with the developer on the conditions, defining exactly what they must implement.

  • Insist that produced source code must be released as Open Source (not doing so would be a breach of the GNU-GPLv3 license). A common error would be to ask only for the binary APK (which will quickly get out-of-date and incompatible)

If possible, make it a condition that produced source code must be merged by us before total payment. Or make it half/half. If the issue is Enhancement-Critical or Defect-High or Defect-Critical, then the developer can be assured that we will merge it fast, if the code is good enough.

Propose to become a tester if they need. Giving your feedback early could help. Be sure to test on different devices and in different scenarios.

Summary of the workflow:

Crash reporting system

It's sometimes possible for core and non-core developers to help with troubleshooting an error by looking at crash reports. You can find Crash Reports details here

Markets

Market Maintainer AnkiDroid Version Status Downloads
Google Play Nicolas Raoul and Tim 2.8.x Published 1,379,647
Amazon AppStore Tim 2.4 Published 10,014
[Chrome Web Store](https://chrome.google.com/webstore/detail/ankidroid-flashcards/ckmbkodkbmkmdjdimeiddeljndcneifo) @mikehardy 2.8.4 Published 16,130 on 20180911
AppsLib Mike Morrison 2.3.2 Published 1,157 (all versions)
Aptoide Nicolas Raoul 2.4alpha7 Published 0
FastApp Mike Morrison Referrer to Google's market 0.6 info published; 0.7 info submitted; FastApp appears to be down as of Nov. 2014 Unknown
GetJar Mike Morrison 0.7 0.7 published; 2.3.2 "Corrupt file! Android manifest not found." Help request has been sent. 3,684 (all versions)
Pdassi .com .de Mike Morrison 0.7 0.7 published; 2.3.2 "413 Request Entity Too Large". Help request has been sent. (note: non-English description text is copyright Pdassi) 2,150 (all versions)
SlideME Mike Morrison 2.3.2 Published 2,536 (all versions)
SmartAppFinder Mike Morrison 0.7 Published, but now the app link and login link are harder to find. Help request has been sent. Unknown
Soc.io Mall Mike Morrison 0.7 0.7 published; 2.3.2 to be reviewed 86 (all versions)
LenovoMM Appstore Nicolas Raoul 0.7beta10lenovo Published 2
Docomo Market Nicolas Raoul Facade to Google's market Published Can't be known
Ndoo (aka nduao, N多市场) Nicolas Raoul 1.1beta21 Published 13,131
telefon.de Nicolas Raoul Facade to Google's market Published Can't be known
F-Droid Anyone 2.3.2 Published Can't be known
Direct APK download Nicolas Raoul and Tim all versions Published Thousands

Administration

Read ReleaseProcedure for some insight on how AnkiDroid is released.

LocalizationAdministration describes how Crowdin is managed under the hood.

Other open source Android flashcards apps

We are on very friendly terms with other app creators, and some have already re-used AnkiDroid's code. Feel free to compare apps and transfer one's strong points to the other(s) when applicable:

Contributors

Many thanks to all of the people and companies who contributed to AnkiDroid! :

  • A hundred people are working on the code, some sending just one patch, some becoming very involved.
  • Simplified Chinese translation by / 简体中文版 安智网汉化 http://goapk.com
  • Tens of anonymous translation contributors
  • Hundreds of people are participating in the forum
  • And thanks to the hundreds of thousands of AnkiDroid users!

We are very welcoming and open, please join us!