templates: add motion template system for dynamic SDUI generation#61
7 issues found.
Annotations
codefactor-io / CodeFactor
modules/motionlib/src/main/java/com/tejpratapsingh/motionlib/ui/custom/text/AccentMiddlePopUpTextView.kt#L103
Parentheses in (start < end) are unnecessary and can be replaced with: start < end. (detekt.UnnecessaryParentheses)
codefactor-io / CodeFactor
modules/motionlib/src/main/java/com/tejpratapsingh/motionlib/ui/custom/text/AccentMiddlePopUpTextView.kt#L103
Parentheses in (end <= text.length) are unnecessary and can be replaced with: end <= text.length. (detekt.UnnecessaryParentheses)
codefactor-io / CodeFactor
modules/motion-video-player/src/main/java/com/tejpratapsingh/motionlib/ui/custom/video/MotionVideoPlayerCompose.kt#L47-L202
Complex Method
codefactor-io / CodeFactor
modules/motionlib/src/main/java/com/tejpratapsingh/motionlib/ui/custom/text/RainbowPopUpTextView.kt#L113
Parentheses in (start < end) are unnecessary and can be replaced with: start < end. (detekt.UnnecessaryParentheses)
Check notice on line 79 in web/web-sdui/src/effects/useApplyEffects.ts
codefactor-io / CodeFactor
web/web-sdui/src/effects/useApplyEffects.ts#L14-L79
Complex Method
codefactor-io / CodeFactor
modules/templates/src/main/java/com/tejpratapsingh/motionlib/templates/serialization/TemplateSerialization.kt#L68-L139
Complex Method
codefactor-io / CodeFactor
modules/motionlib/src/main/java/com/tejpratapsingh/motionlib/ui/custom/text/RainbowPopUpTextView.kt#L113
Parentheses in (end <= text.length) are unnecessary and can be replaced with: end <= text.length. (detekt.UnnecessaryParentheses)