1
0
mirror of https://github.com/etesync/android synced 2024-12-23 15:18:14 +00:00

ical4android: ignore invalid DUE < DTSTART for tasks

This commit is contained in:
Ricki Hirner 2016-10-12 17:03:17 +02:00
parent e7e30e9f2f
commit 118d873cdf
2 changed files with 3 additions and 4 deletions

View File

@ -46,9 +46,8 @@ android {
disable 'IconColors' disable 'IconColors'
disable 'IconLauncherShape' disable 'IconLauncherShape'
disable 'IconMissingDensityFolder' disable 'IconMissingDensityFolder'
disable 'ImpliedQuantity' disable 'ImpliedQuantity', 'MissingQuantity'
disable 'MissingTranslation' disable 'MissingTranslation', 'ExtraTranslation' // translations from Transifex are not always up to date
disable 'MissingQuantity'
disable 'Recycle' // doesn't understand Lombok's @Cleanup disable 'Recycle' // doesn't understand Lombok's @Cleanup
disable 'RtlEnabled' disable 'RtlEnabled'
disable 'RtlHardcoded' disable 'RtlHardcoded'

@ -1 +1 @@
Subproject commit a37d6070de88f5ae6d5c314dc87da40cd8e5a271 Subproject commit fb1b714efca027d417a10c915e78979c9f04ea7d