Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.15 KB

File metadata and controls

49 lines (34 loc) · 1.15 KB

Contributing to Navi Overlay

Thanks for your interest in improving Navi Overlay.

How You Can Help

  • report bugs;
  • suggest UI/UX improvements;
  • test on different head units, tablets, and phones;
  • submit code improvements;
  • share compatibility notes for specific Android builds or car head units.

Bug Reports

Please include:

  • device model;
  • Android version;
  • whether it is a phone, tablet, or car head unit;
  • navigation app used;
  • music app used;
  • exact steps to reproduce the issue;
  • screenshots or video if possible.

Pull Requests

Before opening a PR:

  • keep changes focused;
  • avoid unrelated cleanup in the same PR;
  • describe what changed and why;
  • mention any device-specific behavior you tested.

UI / UX Suggestions

Suggestions are welcome, especially for:

  • readability while driving;
  • button spacing and touch ergonomics;
  • overlay timing and behavior;
  • compatibility with custom Android head-unit firmware.

Code Style

  • keep behavior predictable;
  • preserve existing functionality unless the change explicitly replaces it;
  • prefer clear, maintainable fixes over fragile shortcuts.

Thanks for helping improve Navi Overlay.