Commit Graph

3 Commits

Author SHA1 Message Date
Mathis Pruvot
187d3391d0 feat: add iOS Live Photo export native module
AVAssetWriter pipeline generating 3s MOV at 30fps with
Apple content identifier metadata and still-image-time.
HEIC generation with maker note pairing. PHAssetCreation
with photo + pairedVideo resources. CIFilter-based effects
for Ken Burns, Color Shift, Vignette, and Glitch.
2026-05-28 11:50:28 +00:00
Mathis Pruvot
9b90e6a4a1 fix: include native module sources in git tracking
Fix .gitignore to only exclude root android/ and ios/
(Expo prebuild output) while keeping modules/ native code.
Add Android WallpaperService Kotlin sources, GLSL shaders,
manifest, and Gradle config.
2026-05-28 11:50:19 +00:00
Mathis Pruvot
84809378d1 feat: add Android live wallpaper native module
WallpaperService with OpenGL ES 2.0 rendering, 6 GLSL
fragment shaders, gyroscope integration, frame capping at
24fps with visibility-based pause. Expo Module API bridge
for config persistence and system wallpaper picker launch.
2026-05-28 11:49:57 +00:00