Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upstream #1

Merged
merged 229 commits into from
Jul 14, 2020
Merged

Update upstream #1

merged 229 commits into from
Jul 14, 2020

Commits on Apr 11, 2020

  1. Update README.md

    furrtek authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    c986108 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    d65a892 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Few improvements in ui_transmitter (#332)

    * ui_transmitter : Added rf_amp field
    * ui_transmitter : Added color grading depending on gain settings
    * Removed TransmitterModel::set_rf_amp(bool) call from every apps loading ui_transmit
    * transmitter_model : RF_amp disabled by default
    * APRS Tx app : Fixed frequency keypad not showing up
    * Morse Tx app : Removed TransmitterModel::set_lna() and TransmitterModel::set_vga() calls
    N0vaPixel authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    3dfbdc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. GPS Sim

    eried committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    aa2eb86 View commit details
    Browse the repository at this point in the history
  2. Main menu icon for GPS sim

    eried committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    5ebc7cc View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Moving to transmitters menu

    eried committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    b49740e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from furrtek/master

    Few improvements in ui_transmitter (#332)
    eried authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    bf92aeb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from furrtek/master

    Few improvements in ui_transmitter (#332)
    eried authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    09a5329 View commit details
    Browse the repository at this point in the history
  4. Create dockerfile-nogit

    dockerfile for compiling a local folder that contains the sourcecode, instead of pulling a fresh copy every time.
    
    To prepare to compile Havoc in Windows/Linux/Mac Docker for example, in the path of the sourcecode:
        docker build -t portapack -f dockerfile-nogit .
    
    And then:
        docker run -v ${PWD}:/havoc portapack
    
    The bin file will be on the build directory now.
    eried committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    1abeb5e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Update ui_about.hpp

    eried committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    4f1337e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Nrf24l01 demodulation (#338)

    * NRF demodulation
    
    * Update ui_navigation.cpp
    eried authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    d95bda6 View commit details
    Browse the repository at this point in the history
  2. Ble receiver (#337)

    * BLE app
    
    * Update ui_navigation.cpp
    
    Co-authored-by: Furrtek <furrtek@gmail.com>
    eried and furrtek authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    40531e9 View commit details
    Browse the repository at this point in the history
  3. Analog tv app (#334)

    * Analog TV app (PAL)
    
    * Icon on main menu
    
    * Analog TV should be yellow
    
    Works for PAL only know, it would be nice to add NTSC in the future, or some customizable sync
    eried authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    e43f814 View commit details
    Browse the repository at this point in the history
  4. Small alignment fix

    eried committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    bd05e11 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from furrtek/master

    Update from origin
    eried authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    1b75cdc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from jamesshao8/shao-credits

    Shao credits
    eried authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    07f0771 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    eried authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    aa7abb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d171300 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4 from jamesshao8/gps-sim

    Gps sim
    eried authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    2b65f46 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b49d316 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5 from jamesshao8/gps-sim

    Merge branch 'master' into gps-sim
    eried authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    f4b740d View commit details
    Browse the repository at this point in the history
  12. Delete portapack-h1-havoc.bin (#341)

    Old confusing firmware
    eried authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    b0ca4fb View commit details
    Browse the repository at this point in the history
  13. Shao credits (#340)

    * Update ui_about.hpp
    
    * Small alignment fix
    eried authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    9e5eeba View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Merge pull request #6 from furrtek/master

    Update
    eried authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9ef3dd7 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    eried authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    91f1778 View commit details
    Browse the repository at this point in the history
  3. H2 photos

    eried committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    8e35492 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7107f1e View commit details
    Browse the repository at this point in the history
  5. Update README.md

    eried authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9a8e653 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    eried authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    78df97b View commit details
    Browse the repository at this point in the history
  7. Adding Debug app back

    eried committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    683bf5d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    b2edc27 View commit details
    Browse the repository at this point in the history
  2. Removing old doc files

    eried committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    2180d5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58ef23c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Cleaning more old files

    eried committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    efeb4d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Create dockerfile-nogit

    eried committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    e2ef291 View commit details
    Browse the repository at this point in the history
  2. Adding CCACHE

    eried committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    ec29e20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81b766a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from eried/dockerfile

    Dockerfile
    eried authored Apr 25, 2020
    Configuration menu
    Copy the full SHA
    79a87f5 View commit details
    Browse the repository at this point in the history
  5. Create dockerfile-nogit

    eried committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    ca6cf03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    855dafb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8 from eried/dockerfile-nogit

    Create dockerfile-nogit
    eried authored Apr 25, 2020
    Configuration menu
    Copy the full SHA
    484af68 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Update world_map.py

    eried committed May 2, 2020
    Configuration menu
    Copy the full SHA
    31a04f4 View commit details
    Browse the repository at this point in the history
  2. GPS sim test files

    eried committed May 2, 2020
    Configuration menu
    Copy the full SHA
    444d4f9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from eried/gps-test-files

    GPS sim test files
    eried authored May 2, 2020
    Configuration menu
    Copy the full SHA
    76de128 View commit details
    Browse the repository at this point in the history
  4. Mercator projection

    eried committed May 2, 2020
    Configuration menu
    Copy the full SHA
    018bbdc View commit details
    Browse the repository at this point in the history
  5. For bigger pictures

    eried committed May 2, 2020
    Configuration menu
    Copy the full SHA
    f4461c4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from eried/world_map.py

    Update world_map.py
    eried authored May 2, 2020
    Configuration menu
    Copy the full SHA
    6a22fbf View commit details
    Browse the repository at this point in the history
  7. Adjust for header

    eried committed May 2, 2020
    Configuration menu
    Copy the full SHA
    b98e872 View commit details
    Browse the repository at this point in the history
  8. Update ui_geomap.cpp

    eried committed May 2, 2020
    Configuration menu
    Copy the full SHA
    24f0609 View commit details
    Browse the repository at this point in the history
  9. Update world_map.jpg

    Based on openseamaps + openstreetmaps
    eried committed May 2, 2020
    Configuration menu
    Copy the full SHA
    3947a0b View commit details
    Browse the repository at this point in the history
  10. Small styling change

    eried committed May 2, 2020
    Configuration menu
    Copy the full SHA
    3e0be79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07d746f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #12 from eried/world-map-mercator

    World map mercator
    eried authored May 2, 2020
    Configuration menu
    Copy the full SHA
    9e50681 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Small cleanup in tools

    eried committed May 5, 2020
    Configuration menu
    Copy the full SHA
    176579b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    c76252b View commit details
    Browse the repository at this point in the history
  2. Removing this examples

    They do not work all the time because they have timestamps
    eried committed May 6, 2020
    Configuration menu
    Copy the full SHA
    5908807 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    ff5db15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b95eb View commit details
    Browse the repository at this point in the history
  3. Analog audio app m4 guru meditation bug (#18)

    * Update analog_audio_app.cpp (#353)
    
    * Update analog_audio_app.cpp
    eried authored May 8, 2020
    Configuration menu
    Copy the full SHA
    69515d7 View commit details
    Browse the repository at this point in the history
  4. Capture app fix (#19)

    * Update analog_audio_app.cpp (#353)
    
    * Update capture_app.cpp
    eried authored May 8, 2020
    Configuration menu
    Copy the full SHA
    3e15baa View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Pocsag improvements (#20)

    * Update analog_audio_app.cpp (#353)
    
    * Adding phase field (extracted from @jamesshao8 repo)
    eried authored May 9, 2020
    Configuration menu
    Copy the full SHA
    4aaac85 View commit details
    Browse the repository at this point in the history
  2. Do not turn off backlight, while typing

    Touch event does not delay automatic backlight off
    nemanjan00 authored May 9, 2020
    Configuration menu
    Copy the full SHA
    e1d80ac View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. New pretty font (#23)

    * Update analog_audio_app.cpp (#353)
    
    * Update ui_font_fixed_8x16.cpp
    eried authored May 10, 2020
    Configuration menu
    Copy the full SHA
    f9ec428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8071760 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22 from nemanjan00/patch-1

    Do not turn off backlight, while typing
    eried authored May 10, 2020
    Configuration menu
    Copy the full SHA
    e890e77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d5b8d6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #26 from furrtek/master

    Update analog_audio_app.cpp (#353)
    eried authored May 10, 2020
    Configuration menu
    Copy the full SHA
    36fed73 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    ebfcc81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4597c61 View commit details
    Browse the repository at this point in the history
  3. Long titles corrupt the header

    eried committed May 11, 2020
    Configuration menu
    Copy the full SHA
    50b9f32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f18d9f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    190379c View commit details
    Browse the repository at this point in the history
  6. Remote is also not implemented

    eried committed May 11, 2020
    Configuration menu
    Copy the full SHA
    cf75bb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11ad0e0 View commit details
    Browse the repository at this point in the history
  8. Removing old files

    eried committed May 11, 2020
    Configuration menu
    Copy the full SHA
    e6ca254 View commit details
    Browse the repository at this point in the history
  9. Some new icons and colors

    eried committed May 11, 2020
    Configuration menu
    Copy the full SHA
    9043393 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b48b0ef View commit details
    Browse the repository at this point in the history
  11. More small tweaks to the icons

    eried committed May 11, 2020
    Configuration menu
    Copy the full SHA
    15a6bc1 View commit details
    Browse the repository at this point in the history
  12. More!

    eried committed May 11, 2020
    Configuration menu
    Copy the full SHA
    b5da065 View commit details
    Browse the repository at this point in the history
  13. Update index.html

    eried authored May 11, 2020
    Configuration menu
    Copy the full SHA
    76d59d4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Update CMakeLists.txt

    eried committed May 12, 2020
    Configuration menu
    Copy the full SHA
    f1ca56b View commit details
    Browse the repository at this point in the history
  2. Update issue templates

    eried authored May 12, 2020
    Configuration menu
    Copy the full SHA
    d20dc4c View commit details
    Browse the repository at this point in the history
  3. Update issue templates

    eried authored May 12, 2020
    Configuration menu
    Copy the full SHA
    0ee0ac0 View commit details
    Browse the repository at this point in the history
  4. Fork rename

    eried committed May 12, 2020
    Configuration menu
    Copy the full SHA
    7058c87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14c17bc View commit details
    Browse the repository at this point in the history
  6. Removing more unnused files

    eried committed May 12, 2020
    Configuration menu
    Copy the full SHA
    f4ebf4a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. fixed the docker build process by installing pip manually

    Yannick M. Dixken committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4c60aed View commit details
    Browse the repository at this point in the history
  2. fixed the docker build process by installing pip manually

    Yannick M. Dixken committed May 14, 2020
    Configuration menu
    Copy the full SHA
    e87a088 View commit details
    Browse the repository at this point in the history
  3. fixed the invokation of python for get-pip.py

    Yannick M. Dixken committed May 14, 2020
    Configuration menu
    Copy the full SHA
    9f0b885 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Merge pull request #32 from ydixken/master

    python-pip not available in repositories
    eried authored May 15, 2020
    Configuration menu
    Copy the full SHA
    619fa00 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Update capture_app.cpp (#356)

    eried authored May 20, 2020
    Configuration menu
    Copy the full SHA
    bdeab64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7392181 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from furrtek/master

    Sync
    eried authored May 20, 2020
    Configuration menu
    Copy the full SHA
    f3bf8db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f72e62 View commit details
    Browse the repository at this point in the history
  5. Fixing python in the dockerfiles

    For some misterious reason it broke...
    eried committed May 20, 2020
    Configuration menu
    Copy the full SHA
    6e590d0 View commit details
    Browse the repository at this point in the history
  6. Version bump

    eried committed May 20, 2020
    Configuration menu
    Copy the full SHA
    c80ea84 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Progress bar fix

    eried committed May 23, 2020
    Configuration menu
    Copy the full SHA
    cfd1fe2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Configuration menu
    Copy the full SHA
    f501955 View commit details
    Browse the repository at this point in the history
  2. Example sound clips

    eried committed May 24, 2020
    Configuration menu
    Copy the full SHA
    e889a54 View commit details
    Browse the repository at this point in the history
  3. Minor UI changes to Soundboard

    eried committed May 24, 2020
    Configuration menu
    Copy the full SHA
    a467e74 View commit details
    Browse the repository at this point in the history
  4. Version bump

    eried committed May 24, 2020
    Configuration menu
    Copy the full SHA
    687b118 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    125aa75 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Revert "Adding 2 more steps to the frequency selector (#28)"

    This reverts commit ebfcc81.
    eried committed May 27, 2020
    Configuration menu
    Copy the full SHA
    decce5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce4c40 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Python3 compatibility

    eried committed May 28, 2020
    Configuration menu
    Copy the full SHA
    9aa2d17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b01068 View commit details
    Browse the repository at this point in the history
  3. Fix for #35 Capture app hang on exit

    eried committed May 28, 2020
    Configuration menu
    Copy the full SHA
    acbb100 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Few more icons refreshed

    eried committed May 29, 2020
    Configuration menu
    Copy the full SHA
    defdd57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from eried/master

    Upstream merge 29/05/2020 15:45
    gregoryfenton authored May 29, 2020
    Configuration menu
    Copy the full SHA
    38a392e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f288671 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #38 from jboone/patch-1

    Stop replay before exiting Replay app, to avoid freeze.
    eried authored May 29, 2020
    Configuration menu
    Copy the full SHA
    25a6601 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a1d6aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    589611c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c7dfbf View commit details
    Browse the repository at this point in the history
  8. Version bump

    eried committed May 29, 2020
    Configuration menu
    Copy the full SHA
    477635a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Merge pull request #2 from eried/master

    Upstream merge
    gregoryfenton authored May 30, 2020
    Configuration menu
    Copy the full SHA
    0d64da4 View commit details
    Browse the repository at this point in the history
  2. More icon standarization

    eried committed May 30, 2020
    Configuration menu
    Copy the full SHA
    2cdd11d View commit details
    Browse the repository at this point in the history
  3. Update ui_fileman.hpp

    Icon for C8 files
    eried committed May 30, 2020
    Configuration menu
    Copy the full SHA
    b539b17 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from eried/master

    Upstream sync
    gregoryfenton authored May 30, 2020
    Configuration menu
    Copy the full SHA
    7ef6179 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. New icons

    eried committed May 31, 2020
    Configuration menu
    Copy the full SHA
    29457f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from eried/master

    New icons
    gregoryfenton authored May 31, 2020
    Configuration menu
    Copy the full SHA
    b6aa8e9 View commit details
    Browse the repository at this point in the history
  3. No space after question mark

    eried committed May 31, 2020
    Configuration menu
    Copy the full SHA
    52b951f View commit details
    Browse the repository at this point in the history
  4. Friendlier UI in fileman

    eried committed May 31, 2020
    Configuration menu
    Copy the full SHA
    59b310d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Merge pull request #5 from eried/master

    Upstream merge
    gregoryfenton authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    e8792e4 View commit details
    Browse the repository at this point in the history
  2. UI menu changes (#41)

    * UI menu changes
    
    Changed DEBUG menu style from text / scrollbar into buttons.
    
    * Update ui_debug.cpp
    euquiq authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    2cd2443 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Merge pull request #6 from eried/master

    UI menu changes (#41)
    gregoryfenton authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    0d5798a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Update bug_report.md

    eried authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    ae569cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce29411 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd55c8e View commit details
    Browse the repository at this point in the history
  4. Update README.md

    eried authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    f58b6b9 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    eried authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    4e850df View commit details
    Browse the repository at this point in the history
  6. Update README.md

    eried authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    4acaeea View commit details
    Browse the repository at this point in the history
  7. Fix disappearing icons

    Icons disappear when they are rolled over using the jog wheel and the colour is set to
    ui::color::white()
    Fixed by changing the colours of the icons to something other than ui::color::white()
    gregoryfenton authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    4dd73d2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7 from gregoryfenton/gregoryfenton-patch-icon-col…

    …ours-1
    
    Fix disappearing icons
    gregoryfenton authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    2437a51 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    eried authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    2e65ce8 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    eried authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    4b33d98 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    21b69e1 View commit details
    Browse the repository at this point in the history
  12. Add debug menu icons

    gregoryfenton authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    8539127 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7f3539 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eb3b7ac View commit details
    Browse the repository at this point in the history
  15. Merge pull request #47 from gregoryfenton/master

    Change icon colours in debug menu
    eried authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    1c11a25 View commit details
    Browse the repository at this point in the history
  16. Icons for debug app

    eried committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    a1a417d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    74f7634 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Merge pull request #50 from euquiq/H2-eried-branch

    DEBUG -> PERIPHERALS is now a buttons based menu
    eried authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    9446e64 View commit details
    Browse the repository at this point in the history
  2. Icon for the peripherals

    eried committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    8a6e04f View commit details
    Browse the repository at this point in the history
  3. Update ui_debug.cpp

    eried committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    92d9b67 View commit details
    Browse the repository at this point in the history
  4. Update ui_debug.cpp

    eried committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    38b6f33 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Update README.md

    eried authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    dfe1ddf View commit details
    Browse the repository at this point in the history
  2. Adding badges

    eried authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    eab4567 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    eried authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    bf01462 View commit details
    Browse the repository at this point in the history
  4. Adding nightly builds link

    eried authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    79700fc View commit details
    Browse the repository at this point in the history
  5. Scanner update

    Renamed scanner squelch to trigger
    Added squelch for audio output
    johnelder committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    7fa9286 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e737d3c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #54 from johnelder/scanner-features

    Scanner update
    eried authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    b2286ee View commit details
    Browse the repository at this point in the history
  8. New Icon files for Options

    eried committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    db9d80d View commit details
    Browse the repository at this point in the history
  9. Update icon_soundboard.png

    eried committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    e353359 View commit details
    Browse the repository at this point in the history
  10. Adding missing tools icons

    eried committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ef0336a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Update ui_scanner.hpp

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    81d5ac4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'scanner-update'

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    cb0a4da View commit details
    Browse the repository at this point in the history
  3. Dark cyan for generic submenus

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    993396a View commit details
    Browse the repository at this point in the history
  4. New icons

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    0e75cfe View commit details
    Browse the repository at this point in the history
  5. Icons and colors changes

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    43870e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc75ed5 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    eried authored Jun 7, 2020
    Configuration menu
    Copy the full SHA
    4b4aab6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #60 from eried/scanner-update

    Scanner features (#55) - Added freq description to scanner display.
    eried authored Jun 7, 2020
    Configuration menu
    Copy the full SHA
    0afc88e View commit details
    Browse the repository at this point in the history
  9. Update README.md

    eried authored Jun 7, 2020
    Configuration menu
    Copy the full SHA
    64bc4d4 View commit details
    Browse the repository at this point in the history
  10. Update ui_scanner.cpp

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    a5721c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07e9b50 View commit details
    Browse the repository at this point in the history
  12. Scanner update

    Renamed scanner squelch to trigger
    Added squelch for audio output
    johnelder authored and eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    4d839ea View commit details
    Browse the repository at this point in the history
  13. Update ui_scanner.hpp

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    7426c7a View commit details
    Browse the repository at this point in the history
  14. Dark cyan for generic submenus

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    c406e7b View commit details
    Browse the repository at this point in the history
  15. New icons

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    222e2c8 View commit details
    Browse the repository at this point in the history
  16. Icons and colors changes

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    c232287 View commit details
    Browse the repository at this point in the history
  17. Update README.md

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    7ca0d1e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    086f309 View commit details
    Browse the repository at this point in the history
  19. Update README.md

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    0bda172 View commit details
    Browse the repository at this point in the history
  20. Update ui_scanner.cpp

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    89f953c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d525f9a View commit details
    Browse the repository at this point in the history
  22. Merge pull request #64 from gregoryfenton/master

    Remove clunky text when changing to HackRF mode
    eried authored Jun 7, 2020
    Configuration menu
    Copy the full SHA
    15c6285 View commit details
    Browse the repository at this point in the history
  23. Icon for muted speaker

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    e4c9287 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2d765f8 View commit details
    Browse the repository at this point in the history
  25. Mute and unmute audio

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    3c304b9 View commit details
    Browse the repository at this point in the history
  26. Setting for hiding the speaker

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    bf3f9cf View commit details
    Browse the repository at this point in the history
  27. Speaker option for the H1

    eried committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    934f4b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Update README.md

    eried authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    bb32965 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    gregoryfenton authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    ed1225b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #66 from gregoryfenton/patch-1

    Update README.md
    eried authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    9f7ef07 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    eried authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    73bc0e9 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    eried authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    e713f48 View commit details
    Browse the repository at this point in the history
  6. Update index.html

    eried authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    69ab6d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Update README.md

    eried committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    e5992a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62652fd View commit details
    Browse the repository at this point in the history
  3. Version bump

    eried committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    7d5d905 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Update README.md

    eried authored Jun 13, 2020
    Configuration menu
    Copy the full SHA
    7fba401 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Antenna length Calculator fix

    Calculation now rounds up decimals so result is more accurate.
    euquiq committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    46c076c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from euquiq/Whip-calc-rounding-values

    Antenna length Calculator fix
    eried authored Jun 14, 2020
    Configuration menu
    Copy the full SHA
    7796e44 View commit details
    Browse the repository at this point in the history
  3. Update hackrf

    eried committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    d6f9d40 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Update bug_report.md

    eried authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    704c5de View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. GPS SIMULATOR EXIT ON PLAY FIX

    Now, if you exit the GPS SIMULATOR while transmitting, it will properly stop the radio and won't crash, exiting as expected.
    euquiq committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    77b5681 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from euquiq/fix-gps-sim-exit-while-transmittin…

    …g-freeze
    
    GPS SIMULATOR EXIT ON PLAY FIX
    eried authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    1d339af View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    85664c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. New Antenna length Calculator

    It reads the antennas definition from a txt file:
    
    WHIPCALC/ANTENNAS.TXT
    
    Inside the textfile you place each antenna you own with the following sintaxis:
    
    <antenna label> <elements length in mm, separated by a space>
    
    For example:
    
    ANT500 185 315 450 586 724 862
    
    Input the required frequency, adjust the wave type (full / half / quarter, etc.) and the calculator will return the antenna length (metric and imperial) while also calculating how much you need to expand the fitting antennas you got defined on the txt.
    
    It may return up to 8 matching antennas, which is more than enough (normally you will have 2, perhaps 3 telescopic antennas around for your portapack)
    
    If by any chance your antennas txt got more than 8 antennas, and more than 8 matches the length of the freq / wave you want, it will only show the first 8 matching antennas and will warn you at the bottom that there are even more results (hidden).
    
    All calculations now are rounded into the best integer, considering first decimal, so precision is double than the original antenna calculator app.
    euquiq committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    8443008 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from euquiq/new-improved-antenna-calculator

    New Antenna length Calculator
    eried authored Jun 28, 2020
    Configuration menu
    Copy the full SHA
    a1501d0 View commit details
    Browse the repository at this point in the history
  3. Comma as separator

    eried committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    65ab23f View commit details
    Browse the repository at this point in the history
  4. Update ANTENNAS.TXT

    eried committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    32b07d9 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    eried authored Jun 28, 2020
    Configuration menu
    Copy the full SHA
    a06bf39 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    eried authored Jun 28, 2020
    Configuration menu
    Copy the full SHA
    b640f33 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    eried authored Jun 28, 2020
    Configuration menu
    Copy the full SHA
    33a9e1e View commit details
    Browse the repository at this point in the history
  8. Title was too long

    eried committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    3190eec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a81ab66 View commit details
    Browse the repository at this point in the history
  10. Slighty larger steps

    eried committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    dfa524e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d175e33 View commit details
    Browse the repository at this point in the history
  12. Clear with buffer clear

    eried committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    ddffc69 View commit details
    Browse the repository at this point in the history
  13. Update ANTENNAS.TXT

    eried committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    9ee83c5 View commit details
    Browse the repository at this point in the history
  14. Just minor changes

    eried committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    728426c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9096532 View commit details
    Browse the repository at this point in the history
  16. Some titles were too long

    eried committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    5677b0f View commit details
    Browse the repository at this point in the history
  17. Version bump

    eried committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    e6c5b3e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Update README.md

    eried authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    15ee503 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    eried authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    bd8e1ea View commit details
    Browse the repository at this point in the history
  3. Update README.md

    eried authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8239c0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0baaeec View commit details
    Browse the repository at this point in the history
  5. Fixed bug in datetime

    As shown in #88 ...
    
    Tiny bug but probably responsible for badly forming datetime in several apps, as it is used in ACARS, POCSAG and ADSB_TX (and of course AIS RX)
    euquiq committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    9a50684 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #89 from euquiq/fixed-datetime-bug

    Fixed bug in datetime
    eried authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    863bb04 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    abb4385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2969a0f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Merge pull request #90 from jwetzell/fix-draw-bearing

    Fix draw bearing
    eried authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    6c71574 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    eried committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    4675ecf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bearing-fix'

    eried committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    645a781 View commit details
    Browse the repository at this point in the history