0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Commit Graph

207 Commits

Author SHA1 Message Date
Arthur Milchior
4935ac517d NF: Sort imports 2020-09-23 11:19:42 -05:00
Arthur Milchior
1f785c1b8c NF: Remove warning about parameter that could be final 2020-09-23 11:08:06 -05:00
Arthur Milchior
9892bea706 NF: ignore BooleanMethodIsAlwaysInverted
Those warning makes a lot of sens, but it would lead to "isForbidden" instead of "isAuthorized" which makes little sens
in practice
2020-09-21 09:18:12 -05:00
David Allison
da5968ec39 Add lint check: Use of JetBrains annotations
We have standardised on androidx annotations, this helps new users and suggests
an IDE option to change to the correct library.

This does appear in the IDE, so we can define it as an error, rather than a warning.
2020-09-04 12:21:24 -05:00
lukstbit
1eea5d7126 Allow dates created with long time 2020-08-30 18:24:56 -05:00
lukstbit
018c1db71f Update severity for time related lint violations 2020-08-30 18:24:56 -05:00
lukstbit
de3f38ee37 Add lint checks for new time api 2020-08-25 10:04:26 +02:00