Akshit Sinha

Results 18 comments of Akshit Sinha

Here's a concept of a bottom nav I created, not sure if I will implement it during GSoC though ![image](https://user-images.githubusercontent.com/86671025/176442052-e574a452-4879-49ca-8d44-c68f3deabe7a.png)

@david-allison IIRC this is expected behavior?

On entering an empty search, it defaults to `deck:*` and searches for all cards

I think we can search for `""`. Doing that on the `Clear` functionality for filter sheet shows all cards EDIT: @david-allison should be simple enough for a good first issue?...

@dae I am unsure of how to implement the use cases for `cardIds` and `noteIds` mentioned in https://github.com/ankitects/anki/blob/f6390e9455365f696b0bd06f9be398e6698baf38/proto/anki/import_export.proto#L189 This is what I came up with, but it does not seem...

> Try `this.cardIds.cidsList.addAll()` Returns `java.lang.UnsupportedOperationException`, I am assuming because `cidsList` is not mutable.

___Edit by @david-allison: the durations/time limit were correct___ @david-allison @socialpercon I tried this out on the 2.16alpha42, and while the automatic answer function _is_ working, it is not working as...

> Do your cards have audio? Yep,2 of the cards have audio

> Should be: audio duration + 6 then. Yep, works as intended then

@parthn2 The issue hasn't been worked on in a month, and hasn't had any responses. I started work on it because of that, but if you want to work on...