blinc_platform_android 0.5.0

Blinc Android platform - native activity, JNI bridge, and input handling
Documentation
# Changelog

All notable changes to `blinc_platform_android` will be documented in this file.

## [0.4.0] - 2026-04-05

### Added
- Camera preview via Camera2 API with RGBA frame streaming to Rust (`nativeDispatchStreamData`)
- Audio recording via AudioRecord with PCM float streaming to Rust
- `BlincNativeBridge` template: camera, audio, device, haptics, clipboard, keyboard handlers

## [0.1.12] - 2025-01-19

### Changed
- Version bump to align with blinc_app improvements
- Improved integration with new momentum scrolling system

## [0.1.1] - Initial Release

- Initial public release with Android NDK integration
- Touch input handling and display density support
- Asset loading from Android APK