1. 22 Jun, 2018 3 commits
  2. 19 Jun, 2018 1 commit
  3. 11 Jun, 2018 1 commit
  4. 26 Mar, 2018 1 commit
  5. 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
  6. 07 Mar, 2018 3 commits
  7. 03 Mar, 2018 1 commit
  8. 02 Mar, 2018 1 commit
  9. 01 Mar, 2018 3 commits
  10. 28 Feb, 2018 2 commits
  11. 27 Feb, 2018 2 commits
  12. 26 Feb, 2018 1 commit
  13. 24 Feb, 2018 2 commits
  14. 23 Feb, 2018 1 commit
  15. 22 Feb, 2018 2 commits
  16. 21 Feb, 2018 1 commit
  17. 20 Feb, 2018 2 commits
  18. 18 Feb, 2018 1 commit
  19. 17 Feb, 2018 4 commits
  20. 16 Feb, 2018 4 commits
  21. 15 Feb, 2018 2 commits
  22. 01 Feb, 2018 1 commit
    • Gus Grubba's avatar
      Update AirMap binaries · 89f666ec
      Gus Grubba authored
      Attempt at producing a distributable binary (failed because of OpenSSL dependencies)
      89f666ec