vpnhide/lsposed/NOTICE
okhsunrog f6c672a944 feat(lsposed): design-system widgets (squircle, container, enhanced, preference)
Adapted from ImageToolbox's core/ui (Apache-2.0, attributed in NOTICE):
- squircle-shape lib wired into CornerStyle.Smooth (iOS-style continuous corners)
- container modifier: unified soft-shadow + shape + hairline-border surface
- hapticsClickable (settings-gated haptic tick)
- Enhanced{Button,OutlinedButton,IconButton,Switch}: haptic + spring press-scale
- PreferenceRow / PreferenceRowSwitch settings rows

Not wired into screens yet — applied next.
2026-06-24 14:18:49 +03:00

14 lines
619 B
Text

vpnhide — lsposed module
This product includes UI components and motion/shape design adapted from
ImageToolbox (https://github.com/T8RIN/ImageToolbox),
Copyright (c) 2024-2026 T8RIN (Malik Mukhametzyanov), licensed under the
Apache License, Version 2.0.
Specifically, the following are derived from ImageToolbox's `core/ui` module:
- the expressive MotionScheme / easing values (ui/theme/Motion.kt)
- the container / enhanced-widget / preference-row design system
(ui/components/*)
A copy of the Apache License 2.0 is available at the repository root (LICENSE)
and at http://www.apache.org/licenses/LICENSE-2.0.