Giter Club home page Giter Club logo

ankidroid-wear's People

Contributors

lemmuslemmus avatar matejdro avatar nbossard avatar wlky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ankidroid-wear's Issues

The app still working?

Hi there!
I just got a Ticwatch C2+ with WearOs and the first thing I wanted to try out was using Anki. Unfortunately, it seems I can't install this on my smartwatch. Is this app even compatible with Wear Os? I don't know, it doesn't seem that it has been updated for a while...

Updating the project

I have the same problem as issue #23, as such I'm currently unable to answer "good" on any card. I am therefore attempting to edit the source code and build a new APK to fix the issue. However, a lot has, unsurprisingly, changed since 2016/2017 and I can no longer build the project as it is with the latest version of Android Studio.

Do you happen to know which version of Android Studio was used when this project was being actively developed?

Trouble connecting to AnkiDroid media

I just tried AnkiWear with a Pixel 7 and Pixel Watch. For the most part, it seems to work ok, but when selecting the collections.media folder, the folder appears empty to AnkiWear. When displaying cards on the watch, the media (e.g. sounds and pictures) do not display / play.

Despite this issue, you may be interested to know that the app appears to function as intended. The answer buttons are not perfect for a circular watch, but it works well enough to use for running through some slides.

Enable open alpha testing and update usage instructions

AnkiDroid 2.5 has officially been released, and Google Play now allows "Open alpha testing" whereby anyone can become an alpha tester without having to join a Google Group. Please update your usage instructions, and also I recommend using the open alpha/beta mode.

By the way, did you end up resolving the issues with Google Play? It seems that your app is still not accessible on Play.

Bury cards?

Is there a way to bury cards? A lot of cards don't display well on this, so I want to bury them for later.

"Show deck counts" feature missing in GitHub code.

When building the project for pull request #27 I noticed that the "show deck counts" feature added in the latest release was missing. The code changes from 2017 appears to have not yet been submitted to this repository.

Sorry if I'm being an annoyance with my recent activity on this repository.

Caching next cards

BASED ON FORUM ENTRY FOUND HERE: https://code.google.com/p/ankidroid/issues/detail?id=2430&can=5&colspec=ID%20Type%20Priority%20Status%20Milestone%20Owner%20Summary

With the card flip animations turned off, I'm seeing a noticeable delay of 1 second or so between rating one card and being shown the next card. During this delay, the watch displays a spinning circle indicating that something's being loaded. Would it be possible to have the Wear app fetch the next card while the user is reviewing the current card? I know that the identity of the "next" card might change based on the user's answer to the current card, but maybe there's a way to make the app anticipate what the card would be! In other words, can you have the app predict what the next card would be based on user rating the current card a 1, and also what it would be if the user rated the card a 2, and a 3, and a 4? If the app can predict that and cache those four cards, it shouldn't take up TOO much resources, and it'll make the performance faster.

[E-mail request] Pinch-Zoom for pictures

Quote from an email:

could you implement some kind of scrolling or zooming with pictures? Most of my cards feature diagrams that have tiny text that is hard to read without zooming. Also, on some cards I find that photos that are not square do not show up at all. I would guess it is because they are too wide to display on the screen. Again I think that a zoom system would help solve this! I have a Huawei watch.

Wrong report on the study time

The time spent in AnkiDroid Wear reviewing cards does not get counted towards the statistics in AnkiDroid. If I do all my cards on the watch (let's say 100 of them), after I'm finished I'll go to AnkiDroid and it will say that I've done 100 cards in 0 seconds.

New cards keep resetting back to the max while reviewing.

New cards keep resetting back to the max while reviewing.

E.g, while reviewing, my new cards have already been reduced to 15 from 20 which is the max but after a couple of flashcards, the max got reset back to 20 with new 5 cards. I was wondering why my review session lasts so long all of the sudden, turns out that the new cards keep resetting.This shouldn't happen. Does the dev or @wlky have any idea which part of the code I should look into to fix this issue?

Thank you, cool project!

Javascript renders as plain text (bug)

If a card has javascript in it (and many of mine do, to parse the note's tags and display the ones that are useful at review time), it will display on the phone as simple text (and, thus, not execute), filling the screen with a lot of useless data.

I see two options, perhaps implementable one after another:

  1. Simply strip out the <script> tag(s) out of the card
  2. Actually execute the code in the <script> tag

I don't know whether option 2 is easy, or even possible, but option 1 should be doable, and would be very useful for me. Many thanks!

Trigger Anki sync after Wear app is closed

As far as I know, Anki only ever syncs when you manually open phone app. That means that after reviewing flashcards from the watch your progress will not be synced to other clients.

Does Anki support manually triggering sync in the background to trigger it when you are done reviewing from the watch?

category display : inform about categories with cards to be studied

As a user with many categories I would like to know which one have some cards to study
So that I don't have to open each category one after the other

I see Two graphical possible solutions in caegory list screen :

  • S1 : display the number of due cards after the category title.
  • S2 : display only categories with due cards

Any opinion ?

Ankiwear active or not?

Considering getting a watch specifically for Anki. Is this project completely dead, or not? Is anyone reading this using Akiwear successfully on a newer smartwatch able to verify its functionality?

[Enhancement] Automatically resizing text

I think the app could greatly benefit from auto-resizing text based on the boundaries present to ensure maximum readabilty (with configurable minimum & maximum font sizes), especially pertaining to round screens where text is easily cut of (when the text is long enough to warrant scrolling some text will of course have to be cut of, but it would be nice to at least see three full lines of text instead of merely one. I'd however argue that the blame lies on the smartwatch designers who thought that a completely round screen was a good idea to begin with). Related: Autosizing TextViews.

Please just view this as a potential collective todo and not as a request of any kind.

No card displayed anymore

Ankiwear used to run fine, but now that I switched to my new nexus 7 it displays on the watch the smiling face with a spinner for ever.

Phone is running OS version : 7.1.2
Watch is : sony smartwatch 1.5.0
Ankidroid app version is : 2.8.2

Support Voice Gestures

By using Pre-defined Text Responses

For example:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string-array name="reply_choices">
        <item>Again</item>
        <item>Good</item>
        <item>Easy</item>
    </string-array>
</resources>

Unable to use "good" or "easy" responses

Love this app - it's perfect for revision at work.

Unfortunately I'm having real trouble with my fossil sport, being able to mark cards as easy or good (options on the bottom). Either options at the top (again or hard) work flawlessly by dragging down the screen. I cannot make easy or good work by dragging them upwards. They appear to respond to touch and drag up slightly but even pulling to the top of the screen does not seem to trigger their threshold. Any help on this? Is there a momentum / distance threshold they must reach before coming active?

AnkiWear not working on Samsung Galaxy Watch 4.

Greetings friends,
I recently purchased the Samsung Galaxy Watch 4 (46mm) and installed AnkiWear on my Samsung Note 9, but the app did not download/install on the watch. It's been more than 24 hours now. I was wondering if this is just an issue at my end or have more people been facing this similar issue? Are there any work arounds to this, like maybe manually installing the app onto my watch using my computer?
Thanks again for the great work
-AWNW

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.