AnyMemo icon indicating copy to clipboard operation
AnyMemo copied to clipboard

Advanced Spaced Repetition flashcard learning software for Android.

Results 110 AnyMemo issues
Sort by recently updated
recently updated
newest added

Add option to customize volume up / down button grade https://github.com/helloworld1/AnyMemo/blob/master/app/src/main/java/org/liberty/android/fantastischmemo/ui/StudyActivity.java#L447****

Hi, When I created a card, I tried to record a long audio file to explain a question. It was about three minutes long. After I clicked stop and proceeded,...

Original [issue 345](https://code.google.com/p/anymemo/issues/detail?id=345) created by helloworld1 on 2015-01-14T19:26:09.000Z: What is the feature you want? Hotkeys at least for Save, Edit and Next - Previous card (in Prewiew/Edit mode) How important...

Priority-Low
Type-Enhancement

> It implements ... to maximize the learning efficient. Should read, "to maximize learning efficiency".

See top left status line: ![screenshot_20181225-235754](https://user-images.githubusercontent.com/848247/50461425-2c233e00-0933-11e9-8bae-2e6d01a4b03f.jpg)

I cannot see `converting_success_text` when importing CSV. I believe this is due to `ConvertIntentService` being an `IntentService`. Reference: https://stackoverflow.com/questions/21515917/android-service-to-show-toast

It seems that the website https://anymemo.org does not have any link to https://github.com/helloworld1/AnyMemo ? How about adding a link and mentioning that it is open source? :-) Keep up the...

Perhaps related to: > Note: As of December 2018, Quizlet has paused issuing new API keys. From: https://quizlet.com/api/2.0/docs ![screenshot_20181226-163325](https://user-images.githubusercontent.com/848247/50460567-165e4a80-092c-11e9-933d-aaea04647cf7.jpg)

Reproduce: 1. Create an invalid db file by `adb shell touch /sdcard/test.db` 2. Launch the app and open the `test.db`. 3. Click `MORE` on the imported `test.db`. 4. Click `Card...

The input may not be a valid `int` number. Reproduce: 1. Set a very large number in `Options -> Max recent list size` ``` // java.lang.NumberFormatException: Invalid int: "817737007732267" //...