1. 22 Mar, 2018 1 commit
    • Gus Grubba's avatar
      Airmap API key integration. · f4131710
      Gus Grubba authored
      The build system will look for src/Airmap/Airmap_api_key.h
      If it find is, it will used the provided API key and client ID for Airmap.
      That file should provide two strings:
      static const char* kAirmapAPIKey = "key data";
      static const char* kAirmapClientID = "id data";
      
      Local builds, without these will have no Airmap support by default (users can always enter their own within the Airmap settings panel).
      f4131710
  2. 07 Mar, 2018 3 commits
  3. 03 Mar, 2018 1 commit
  4. 02 Mar, 2018 1 commit
  5. 01 Mar, 2018 3 commits
  6. 28 Feb, 2018 2 commits
  7. 27 Feb, 2018 2 commits
  8. 26 Feb, 2018 1 commit
  9. 24 Feb, 2018 2 commits
  10. 23 Feb, 2018 1 commit
  11. 22 Feb, 2018 2 commits
  12. 21 Feb, 2018 1 commit
  13. 20 Feb, 2018 2 commits
  14. 18 Feb, 2018 1 commit
  15. 17 Feb, 2018 4 commits
  16. 16 Feb, 2018 4 commits
  17. 15 Feb, 2018 2 commits
  18. 01 Feb, 2018 2 commits
  19. 30 Jan, 2018 4 commits
  20. 29 Jan, 2018 1 commit
    • Gus Grubba's avatar
      Add alert to air traffic · 97d3383c
      Gus Grubba authored
      Handled "airspace visible" state (not done)
      Adjusted restriction map items color and opacity
      Added/Updated icons for airspace traffic
      Adjust colors for text over maps
      97d3383c