Releases: zahidaz/HTTPOnFire
Releases · zahidaz/HTTPOnFire
HTTP on Fire v0.0.7
What's New
- Default port changed to 8080
- Server notification now shows actual IP and port
- Stop Server button in notification
- App bar shows device IP instead of localhost
- Fixed file/directory picker display names
- Special characters in shared file names replaced with dashes
- Save button moved to settings top bar
- Port input prevents leading zeros
- Smooth fade transitions between tabs
- Slide animation for push screens
HTTP on Fire v0.0.6
What's New
Live Microphone Streaming
GET /api/mic/stream— stream real-time audio from the device mic as WAV- Listen/Stop toggle on the web dashboard with inline audio player
App Launch & Stop
POST /api/apps/launch?package=...— launch any installed app by package namePOST /api/apps/stop?package=...— kill background processes of an app- Launch/Stop buttons added to each app in the dashboard's Installed Apps section
Dashboard Notifications
- Send push notifications to the device directly from the web dashboard
- Title, message body, and priority selector
Web Dashboard Enhancements
- Microphone card with permission badge
- Notification card with priority picker
- App list items now have inline Launch/Stop controls
Settings
- Microphone permission added to the permissions card
Other
RECORD_AUDIOandKILL_BACKGROUND_PROCESSESpermissions added- Revamped README with new screenshots and full API reference
- Version bump to 0.0.6
http-on-fire-v0.0.5
What's New
HTTP Proxy Endpoint
Your phone can now fetch content from any website and forward it to your browser or app.
http-on-fire-v0.0.4
Fixed: Crash on app restart for certain devices.
http-on-fire-v0.0.3
- Add API level checks for OpenAPI/Swagger routes (Android 12+ required)
- Fix notification large icon OOM crashes on Android 7.0-7.1
- Update README with API version requirements
http-on-fire-v0.0.2
Fixed critical server restart system - Proper coordination when routes or settings change, resolved crashes
Added API notification route - Send device notifications via HTTP endpoint with customizable title and message