Merge branch 'master' into 'master'
Kwik EFIS - Release 27 See merge request fdroid/fdroiddata!5036
This commit is contained in:
commit
bc3bc764d7
87
metadata/player.efis.cfd.yml
Normal file
87
metadata/player.efis.cfd.yml
Normal file
|
@ -0,0 +1,87 @@
|
|||
Categories:
|
||||
- Navigation
|
||||
License: Apache-2.0
|
||||
WebSite: http://members.iinet.net.au/~ninelima/efis/
|
||||
SourceCode: https://gitlab.com/ninelima/kwikEFIS
|
||||
IssueTracker: https://gitlab.com/ninelima/kwikEFIS/issues
|
||||
Changelog: https://gitlab.com/ninelima/kwikEFIS/blob/HEAD/CHANGELOG.md
|
||||
Bitcoin: 1KKWRF25NwVgNdankr1vBphtkLbX766Ee1
|
||||
|
||||
AutoName: Kwik COMP
|
||||
Description: |-
|
||||
Kwik COMP is a combined application of EFIS and DMAP. It provides split
|
||||
screen showing the primary flight display and digital moving map on a single
|
||||
device. COMP can optionally integrate with the Stratux ADS-B/AHRS to provide
|
||||
real-time traffic and enhanced attitude information.
|
||||
|
||||
'''Synthetic Vision'''
|
||||
|
||||
Synthetic vision is built from the USGS 3 arc second Digital Elevation Model
|
||||
data. If enabled, it also allows for some terrain collision detection. The
|
||||
required terrain data packages are available via F-Droid, see:
|
||||
|
||||
* [https://f-droid.org/packages/player.efis.data.usa.can/ North America/Canada]
|
||||
* [https://f-droid.org/packages/player.efis.data.eur.rus/ Europe/Russia]
|
||||
* [https://f-droid.org/packages/player.efis.data.sah.jap/ Sahara/Northern Africa/India/Indonesia/Japan]
|
||||
* [https://f-droid.org/packages/player.efis.data.zar.aus/ Southern Africa/Australia/New Zealand]
|
||||
* [https://f-droid.org/packages/player.efis.data.pan.arg/ South America]
|
||||
|
||||
'''Flight Director'''
|
||||
|
||||
Kwik EFIS has a fully functional flight director built in. It uses the standard
|
||||
V-Bar symbology common to modern flight directors. The target waypoint and
|
||||
altitude is set on-screen by means of the spinner controls on the right top and
|
||||
bottom of the screen.
|
||||
|
||||
'''Airspace'''
|
||||
|
||||
Airspace data is provided from Worldwide Soaring Turnpoint Exchange Airspace
|
||||
[http://soaringweb.org/Airspace/]
|
||||
|
||||
* North West Sector: United States/Canada.
|
||||
* North East Sector: Europe(Denmark, Germany, Switzerland)/Russia.
|
||||
* South West Sector: South America.
|
||||
* South East Sector: Australia/South Africa.
|
||||
|
||||
'''ADS-B/AHRS'''
|
||||
|
||||
In addition to the internal sensors, a low cost Stratux ADS-B/AHRS can be
|
||||
selected as the input source. See [http://www.stratux.me/ Stratux ADS-B] for
|
||||
more information.
|
||||
|
||||
'''Simulator'''
|
||||
|
||||
There is a simulation mode available in the application. The Flight director is
|
||||
used to select a waypoint and altitude and the simulator will generate the GPS
|
||||
movements to navigate to the selected waypoint. The speed is set at the typical
|
||||
cruise for the currently selected aircraft.
|
||||
|
||||
'''Primary Flight Display'''
|
||||
|
||||
[https://f-droid.org/packages/player.efis.pfd/ Kwik EFIS] is a companion
|
||||
application to the moving map. It provides a Primary Flight Display
|
||||
instruments.
|
||||
|
||||
'''Digital moving Map'''
|
||||
|
||||
[https://f-droid.org/packages/player.efis.mfd/ Kwik DMAP] is a companion
|
||||
application to the EFIS. It provides situational awareness and navigation
|
||||
functionality.
|
||||
|
||||
'''Screenshots''' [http://members.iinet.net.au/~ninelima/efis/gallery.html]
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/ninelima/kwikEFIS
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 27
|
||||
commit: COMP_1.0
|
||||
subdir: cfd
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version COMP_%v
|
||||
UpdateCheckMode: Tags ^COMP
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 27
|
|
@ -10,13 +10,14 @@ Bitcoin: 1KKWRF25NwVgNdankr1vBphtkLbX766Ee1
|
|||
AutoName: Kwik DMAP
|
||||
Description: |-
|
||||
Kwik Moving Map is a companion application to the EFIS. It provides situational
|
||||
awareness and and navigation functionality.
|
||||
awareness and and navigation functionality. EFIS can optionally integrate with the
|
||||
Stratux ADS-B/AHRS to provide real-time traffic overlay.
|
||||
|
||||
'''Synthetic Vision'''
|
||||
|
||||
Synthetic vision is built from the USGS 3 arc second Digital Elevation Model
|
||||
data. If enabled, it also allows for some terrain collision detection. The
|
||||
required terrain data packages are available on F-Droid, see:
|
||||
required terrain data packages are available via F-Droid, see:
|
||||
|
||||
* [https://f-droid.org/packages/player.efis.data.usa.can/ North America/Canada]
|
||||
* [https://f-droid.org/packages/player.efis.data.eur.rus/ Europe/Russia]
|
||||
|
@ -51,7 +52,7 @@ Description: |-
|
|||
|
||||
[https://f-droid.org/packages/player.efis.pfd/ Kwik EFIS] is a companion
|
||||
application to the moving map. It provides a Primary Flight Display
|
||||
functionality.
|
||||
instruments.
|
||||
|
||||
'''Screenshots''' [http://members.iinet.net.au/~ninelima/efis/gallery.html]
|
||||
|
||||
|
@ -150,7 +151,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
- versionName: '2.5'
|
||||
versionCode: 27
|
||||
commit: DMAP_2.5
|
||||
subdir: mfd
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version DMAP_%v
|
||||
UpdateCheckMode: Tags ^DMAP
|
||||
CurrentVersion: '2.5'
|
||||
CurrentVersionCode: 27
|
||||
|
|
|
@ -10,14 +10,14 @@ Bitcoin: 1KKWRF25NwVgNdankr1vBphtkLbX766Ee1
|
|||
AutoName: Kwik EFIS
|
||||
Description: |-
|
||||
Kwik EFIS is a Glass Cockpit application designed to work on most Android
|
||||
devices equipped with a GPS, gyroscope, accelerometer and a CPU with reasonable
|
||||
performance.
|
||||
devices. EFIS can optionally integrate with the Stratux ADS-B/AHRS to provide
|
||||
real-time traffic and enhanced attitude information.
|
||||
|
||||
'''Synthetic Vision'''
|
||||
|
||||
Synthetic vision is built from the USGS 3 arc second Digital Elevation Model
|
||||
data. If enabled, it also allows for some terrain collision detection. The
|
||||
required terrain data packages are available on F-Droid, see:
|
||||
required terrain data packages are available via F-Droid, see:
|
||||
|
||||
* [https://f-droid.org/packages/player.efis.data.usa.can/ North America/Canada]
|
||||
* [https://f-droid.org/packages/player.efis.data.eur.rus/ Europe/Russia]
|
||||
|
@ -197,7 +197,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
- versionName: '4.4'
|
||||
versionCode: 27
|
||||
commit: EFIS_4.4
|
||||
subdir: pfd
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version EFIS_%v
|
||||
UpdateCheckMode: Tags ^EFIS
|
||||
CurrentVersion: '4.4'
|
||||
CurrentVersionCode: 27
|
||||
|
|
Loading…
Reference in a new issue