Skip to content

Releases: tornado-bunk/MultiProtocolClient

DNS - 1.1

17 Feb 20:53

Choose a tag to compare

🎉 Version 1.1 - DNS Update

Multi Protocol Client expands its capabilities with comprehensive DNS functionality while maintaining its elegant Material You interface.

✨ New Features

📡 DNS Management

  • 🔍 Complete DNS query system
  • 📝 Multiple record type support:
    • A (Address records)
    • MX (Mail exchange)
    • CNAME (Canonical name)
    • NS (Name server)
    • PTR (Pointer records)
    • ANY (All records)
  • 🔒 Secure DNS protocols:
    • DNS over HTTPS (DoH)
    • DNS over TLS (DoT)
  • 🌐 Major DNS providers support:
    • Google DNS
    • Cloudflare
    • OpenDNS
    • Quad9
    • AdGuard DNS
  • ⚙️ Advanced features:
    • TCP query support
    • Recursive query options
    • Detailed response formatting
    • Raw response viewing

🔧 Technical Details

  • Improved response formatting
  • Enhanced error handling
  • Added JSON support for DoH responses
  • Optimized network operations

Initial version - 1.0

13 Feb 19:01
44eb01a

Choose a tag to compare

🎉 First Release

The first version of Multi Protocol Client brings core networking functionality with an elegant Material You interface.

✨ Features

🔒 HTTP/HTTPS Protocol

  • GET requests support
  • SSL/TLS encryption
  • Self-signed certificate handling
  • Status code visualization
  • Complete response body display
  • Custom port configuration
  • Option to view only status code

🕒 NTP (Network Time Protocol)

  • Server time synchronization
  • Multiple timezone support
  • Automatic system timezone detection
  • Millisecond precision timing
  • Timezone selection interface

🛠️ Custom TCP/UDP

  • TCP connection support
  • UDP packet transmission
  • Real-time response display
  • Custom port configuration
  • Protocol switching capability

🎨 User Interface

  • Material You design implementation
  • Dynamic color theming
  • Intuitive protocol selection
  • Clear response visualization
  • Protocol-specific controls
  • Dark/Light mode support

🔧 Technical Details

  • Minimum Android version: 8.0 (API 26)
  • Target Android version: Android 14 (API 34)
  • Built with Kotlin and Jetpack Compose
  • Material 3 design system

📱 Supported ABIs

  • arm64-v8a
  • armeabi-v7a
  • x86_64
  • x86

🐛 Known Issues

  • None reported yet

📝 Notes

  • This is the initial release
  • Feedback and bug reports are welcome
  • More protocols coming in future releases