Skip to content
Builds

Loading builds...

Changes

#4 (Nov 6, 2023, 12:19:29 PM)

  1. Android 8 fixes. — Mike Dawson / githubweb

#3 (Oct 16, 2023, 10:35:59 AM)

  1. Improve logging: add relative timestamps, log level, device info, version info. — Mike Dawson / githubweb
  2. Add ap station concurrency info. Avoid unnecessary call to stopWifiDirectGroup on startup. — Mike Dawson / githubweb
  3. Work in progress: use link local ipv6 address to determine BSSID instead of CompanionDeviceManager. — Mike Dawson / githubweb
  4. Add logic to send originating messages if in station mode to access point provider even if none were received (e.g. to restore connection if send/receive of messages dropped temporarily). — Mike Dawson / githubweb
  5. Add initial support for creation of localonly hotspot. — Mike Dawson / githubweb
  6. Update FindFreePor to avoid port 1024 and below — Mike Dawson / githubweb
  7. Update version on Build.gradle. — Mike Dawson / githubweb
  8. Update start hotspot logic to ensure that wifidirect is stopped when starting local only hotspot and vice versa. — Mike Dawson / githubweb
  9. Update UI to use filter chips instead of dropdowns that are unreliable on jetpack compose when hidden/disabled and brought back. Replace toggle switch to start hotspot with button. — Mike Dawson / githubweb
  10. Update version in build.gradle. — Mike Dawson / githubweb
  11. Fix TCP connections when using LocalOnlyHotspot. This required TCP sockets to be bound to the network object. Update README documentation. — Mike Dawson / githubweb
  12. Update README formatting. — Mike Dawson / githubweb
  13. Minor README update. — Mike Dawson / githubweb
  14. Increase timeouts on test-app server. Local network can have high latency even when throughput is high (may need to investigate which WiFi lock to use on different Android versions). — Mike Dawson / githubweb
  15. Update README and diagram. — Mike Dawson / githubweb
  16. Replace discord server link with Matrix.org room. — Mike Dawson / githubweb
  17. Add temp icon png — Mike Dawson / githubweb
  18. Update to Android Gradle Plugin 8.1.1 — Mike Dawson / githubweb
  19. Update README to clarify that the project does not have any proprietary dependencies. — Mike Dawson / githubweb
  20. Improve logging — Mike Dawson / githubweb

#2 (Aug 15, 2023, 9:28:03 PM)

  1. Update README. — Mike Dawson / githubweb
  2. Remove http3 deps from test-app gradle. — Mike Dawson / githubweb