Brayan Oliveira

Results 335 comments of Brayan Oliveira

Anyone can remove the dot on Poonton (Anki desktop translating platform) later. Sharing translations is the best path for consistency

If the string isn't somewhere else, you can delete it. Actually, Lint will force will to delete it on this case.

On methods that operate on a note, you can use `currentCard!!.note().numberOfCards()`. If it operates on a card, passing `1` should be fine

If we can use the mobile translation with `CollectionManager.TR`, use it else if we have an AnkiDroid string equivalent to `Card buried/Buried card`, use it else, create a new one...

`AppCompatPreferenceActivity.kt` will be gone when someone takes up #5019 and DeckOptions/FilteredDeckOptions probably will inherit from `AnkiActivity` then. Even so, these refactors may help in the future, so I'm just stating...

The issue was fixed by #11876. Probably there was a misunderstanding here. Initially the issue's author wanted to [change the icon](https://github.com/ankidroid/Anki-Android/issues/10773#issue-1199060698), but later in the discussion they [changed their opinion](https://github.com/ankidroid/Anki-Android/issues/10773#issuecomment-1095000723)...

Overall I agree. This is related to #9762, as it proposes saving the settings on the collection too. As I'm already refactoring the settings code on my GSoC project, and...

Is it possible to increase the checkbox clickable area while not increasing the checkbox itself?

> @BrayanDSO yes it's possible to do that. Keeping the checkbox size to `24x24` we can make the clickable region `48x48` I'm particularly fine with it and like it more...