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

new plugin for showing AIS positions of vessels #21556

Open
wants to merge 98 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
ddb8fab
new plugin: AIS vessel tracker, initial version
f-n Jun 16, 2024
f31f333
new plugin: AIS vessel tracker, initial version
f-n Jun 16, 2024
2a4eb97
insert some AIS objects for test purposes
f-n Jun 16, 2024
36ea38a
Merge branch 'osmandapp:master' into master
f-n Jun 16, 2024
984114f
Merge branch 'master' of https://github.com/f-n/OsmAnd
f-n Jun 16, 2024
b881cae
added syntax check for IP address and port number in settings dialog
f-n Jun 17, 2024
4fc4199
display distance and bearing in context menu
f-n Jun 18, 2024
57b9064
add 2 settings: AIS_OBJ_LOST_TIMEOUT and AIS_SHIP_LOST_TIMEOUT
f-n Jun 21, 2024
705bbd4
ship destination consisting of "@" is considered as invalid
f-n Jun 21, 2024
4afa720
improved preference setup dialog for network setting: show current va…
f-n Jun 22, 2024
32ebd90
new class to calculate CPA nd TCPA (not included into GUI yet)
f-n Jun 25, 2024
9b95c9d
update of CPA class after some testing (not included into GUI yet)
f-n Jun 30, 2024
c61a34e
use CPA data request in AIS object context menu to display CPA, TCPA
f-n Jul 1, 2024
c9eb718
some code refactoring
f-n Jul 2, 2024
406a2c8
additional preferences regarding CPA (not used in the application yet)
f-n Jul 2, 2024
93e4a5f
code refactoring regarding maxObjectAgeInMinutes, vesselLostTimeoutIn…
f-n Jul 2, 2024
a2fe7b4
add CPA check into vessel visualisation
f-n Jul 4, 2024
e70e8a2
adjust layout of context menu entries
f-n Jul 6, 2024
6006050
add disclaimer in the plugin description
f-n Jul 7, 2024
ad66408
address some concurrency issue in AIS object list
f-n Jul 21, 2024
2a435cb
use getCurrentLocation() instead of getLocation() for CPA calculations
f-n Jul 21, 2024
62131ba
add TCP connection reset after mapActivityResume in special situations
f-n Jul 23, 2024
a00ce91
added icon in the top area of the context menu
f-n Jul 23, 2024
460b7cb
do not show negative CPA times in context menu
f-n Jul 29, 2024
41804f5
change bitmap+color handling
f-n Jul 31, 2024
c3081a2
adjust logic for bitmap/color selection
f-n Aug 4, 2024
e662ce4
merge
f-n Aug 11, 2024
a8a4d77
adjustments after merge
f-n Aug 11, 2024
bd97816
Merge branch 'osmandapp:master' into master
f-n Aug 11, 2024
41cb344
merge
f-n Aug 11, 2024
82c727c
restart network listeners in cast of protocol change (UDP/TCP)
f-n Aug 13, 2024
932e4c2
increase max number of AIS objects to 200
f-n Aug 13, 2024
57f1d43
Merge branch 'osmandapp:master' into master
f-n Aug 14, 2024
831d16e
merge
f-n Aug 14, 2024
d2d355f
Merge branch 'osmandapp:master' into master
f-n Aug 15, 2024
821b7e8
Merge branch 'osmandapp:master' into master
f-n Aug 21, 2024
354e98a
Merge branch 'osmandapp:master' into master
f-n Aug 22, 2024
351f5fe
Merge branch 'osmandapp:master' into master
f-n Aug 23, 2024
a517a93
Merge branch 'osmandapp:master' into master
f-n Aug 23, 2024
0ad07ed
Merge branch 'osmandapp:master' into master
f-n Aug 24, 2024
6d869a8
Merge branch 'osmandapp:master' into master
f-n Aug 24, 2024
2217579
Merge branch 'osmandapp:master' into master
f-n Aug 25, 2024
acb5931
Merge branch 'osmandapp:master' into master
f-n Aug 25, 2024
862e7fe
Merge branch 'osmandapp:master' into master
f-n Aug 26, 2024
2a14544
adjusted CPA warning indication: add new condition: examine time when…
f-n Sep 24, 2024
bfb7b7b
change the available set for configurable CPA warning distances (now …
f-n Sep 24, 2024
8ba1e6e
Merge remote-tracking branch 'origin/master'
f-n Sep 26, 2024
5528bc8
fixed wrong visualisation for AIS message type 18
f-n Sep 26, 2024
ef3b284
adjusted/extended object description in the context menu
f-n Sep 26, 2024
5751e5a
adjust visualisation of moored vessels (vessels at rest): draw a circ…
f-n Sep 27, 2024
c8d7277
added two new AIS object types: AIS_VESSEL_AUTHORITIES and AIS_VESSE…
f-n Sep 28, 2024
0fa48ed
correct wrong color definition in AisObject.selectColor()
f-n Oct 18, 2024
b91c88d
allow status change from VALID to INVALID for some AIS attributes
f-n Oct 19, 2024
3440de8
created new AisObjectType: AIS_VESSEL_OTHER with individual color
f-n Oct 19, 2024
26a8e7c
special handling for objectClass = AIS_INVALID: might be moveable
f-n Oct 20, 2024
6a75d68
new plugin: AIS vessel tracker, initial version
f-n Jun 16, 2024
9bbd7fa
new plugin: AIS vessel tracker, initial version
f-n Jun 16, 2024
75f91e1
insert some AIS objects for test purposes
f-n Jun 16, 2024
84aa2eb
added syntax check for IP address and port number in settings dialog
f-n Jun 17, 2024
cfa015f
display distance and bearing in context menu
f-n Jun 18, 2024
a439e0b
add 2 settings: AIS_OBJ_LOST_TIMEOUT and AIS_SHIP_LOST_TIMEOUT
f-n Jun 21, 2024
8955967
ship destination consisting of "@" is considered as invalid
f-n Jun 21, 2024
78ceb14
improved preference setup dialog for network setting: show current va…
f-n Jun 22, 2024
7549fbe
new class to calculate CPA nd TCPA (not included into GUI yet)
f-n Jun 25, 2024
d12c0c5
update of CPA class after some testing (not included into GUI yet)
f-n Jun 30, 2024
3362c2a
use CPA data request in AIS object context menu to display CPA, TCPA
f-n Jul 1, 2024
7660bbb
some code refactoring
f-n Jul 2, 2024
fa21385
additional preferences regarding CPA (not used in the application yet)
f-n Jul 2, 2024
92eb0dc
code refactoring regarding maxObjectAgeInMinutes, vesselLostTimeoutIn…
f-n Jul 2, 2024
5ac23cf
add CPA check into vessel visualisation
f-n Jul 4, 2024
68f8d80
adjust layout of context menu entries
f-n Jul 6, 2024
1ab832e
add disclaimer in the plugin description
f-n Jul 7, 2024
8a65f7e
address some concurrency issue in AIS object list
f-n Jul 21, 2024
823aafc
use getCurrentLocation() instead of getLocation() for CPA calculations
f-n Jul 21, 2024
173df3e
add TCP connection reset after mapActivityResume in special situations
f-n Jul 23, 2024
562da86
added icon in the top area of the context menu
f-n Jul 23, 2024
8467b79
do not show negative CPA times in context menu
f-n Jul 29, 2024
abde360
change bitmap+color handling
f-n Jul 31, 2024
30ca7cc
adjust logic for bitmap/color selection
f-n Aug 4, 2024
0e72e91
adjustments after merge
f-n Aug 11, 2024
a9da155
restart network listeners in cast of protocol change (UDP/TCP)
f-n Aug 13, 2024
0cf6b9f
increase max number of AIS objects to 200
f-n Aug 13, 2024
06586cb
adjusted CPA warning indication: add new condition: examine time when…
f-n Sep 24, 2024
457d61b
change the available set for configurable CPA warning distances (now …
f-n Sep 24, 2024
0f6716d
fixed wrong visualisation for AIS message type 18
f-n Sep 26, 2024
f1b03c5
adjusted/extended object description in the context menu
f-n Sep 26, 2024
39978be
adjust visualisation of moored vessels (vessels at rest): draw a circ…
f-n Sep 27, 2024
46fb122
added two new AIS object types: AIS_VESSEL_AUTHORITIES and AIS_VESSE…
f-n Sep 28, 2024
1c3cd32
correct wrong color definition in AisObject.selectColor()
f-n Oct 18, 2024
dcd9967
allow status change from VALID to INVALID for some AIS attributes
f-n Oct 19, 2024
e5dcee3
created new AisObjectType: AIS_VESSEL_OTHER with individual color
f-n Oct 19, 2024
e310ec1
special handling for objectClass = AIS_INVALID: might be moveable
f-n Oct 20, 2024
acc6095
after git rebase
f-n Nov 23, 2024
ea02688
Merge branch 'osmandapp:master' into master
f-n Dec 3, 2024
9187499
Merge branch 'osmandapp:master' into master
f-n Dec 4, 2024
39a8127
Merge branch 'osmandapp:master' into master
f-n Dec 5, 2024
284249d
Merge branch 'osmandapp:master' into master
f-n Dec 8, 2024
a323d98
Merge branch 'osmandapp:master' into master
f-n Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'osmandapp:master' into master
  • Loading branch information
f-n authored Aug 22, 2024
commit 354e98a69ec2cd09e71f89e1cf0407c61cdcbf24

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.