Skip to content

Releases: zahidaz/HTTPOnFire

HTTP on Fire v0.0.7

13 Mar 15:34

Choose a tag to compare

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

01 Mar 03:07

Choose a tag to compare

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 name
  • POST /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_AUDIO and KILL_BACKGROUND_PROCESSES permissions added
  • Revamped README with new screenshots and full API reference
  • Version bump to 0.0.6

http-on-fire-v0.0.5

05 Oct 22:03

Choose a tag to compare

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

30 Sep 21:00

Choose a tag to compare

Fixed: Crash on app restart for certain devices.

http-on-fire-v0.0.3

27 Sep 01:33

Choose a tag to compare

  • 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

26 Sep 22:38

Choose a tag to compare

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