David Allison

Results 1051 comments of David Allison

I don't believe this is necessary when we move to Kotlin

`Int` can be cast to object. I don't see why this is necessary. ```kotlin val one: Int = 1 val two: Int = 2 Assert.assertEquals(one, two) ```

Shouldn't we change it to `Assert.assertEquals(optionsGroup.visibility, View.VISIBLE)` rather than introduce new methods?

> Hey @Arthur-Milchior, greeting. Can you please assign this issue to me? I have just started with android development and would love to get my hands-on some beginner level issue...

I'll be putting in a PR for this in the next few days. It's useful to have this in an app intro to allow for scoped storage restoration on the...

**Planned UI Design [DRAFT]** - going to list ideals, then see what we can take and what to shelve **Current Anki UI** ![image](https://user-images.githubusercontent.com/62114487/88990102-0dd2b080-d2d5-11ea-8398-e5ae484428d9.png) **AnkiDroid** * Wizard with 3 screens: **"File"**,...

Rough functional plan: ```ocaml (* Inputs: Path, SizeCheckConfirmation, AcceptWarnings *) LoadPath = Path -> File | IOException ReloadFile = File -> File | IOException FileSizeStatus = Ok | TooLarge of...

Needs a GUI - open for contributions, I'll be spending the next while getting the Rust conversion through, so won't have the time to get this through.

> Can I work on this? this seems to be a useful feature @david-allison-1 This was part of a GSOC project - https://github.com/ankidroid/Anki-Android/wiki/GSOC-proposal-2021#csv-import Let me check with the other maintainers...

@VamsiKrishnaCommits - Result of the discussion: absolutely! Since we're not open for proposals yet. I'll note this on the GSoC page Thanks!