Axel Uhl
|
368f3ba5c8
|
Merge remote-tracking branch 'origin/bug3270'
|
2015-09-16 23:07:01 +02:00 |
|
Axel Uhl
|
f441085c4d
|
dont' only do the course area update when the event name has changed
|
2015-09-16 18:33:44 +02:00 |
|
Axel Uhl
|
8b97e9d05e
|
second step towards solving bug 3270: serialize the GWT RPC requests that update the event in the DB
|
2015-09-16 18:17:49 +02:00 |
|
Axel Uhl
|
6d192b56a9
|
fir step towards a fix for bug 3270: change API to handle multiple course areas for addition/removal at once
|
2015-09-16 18:12:59 +02:00 |
|
Axel Uhl
|
eab66cda11
|
removed version specificity of manifest dependency on our own project
|
2015-09-09 17:31:02 +02:00 |
|
Axel Uhl
|
ab955c0eac
|
removed project dependency of tracking app on com.sap.sailing.domain
|
2015-09-09 17:30:37 +02:00 |
|
Axel Uhl
|
4173d74d5b
|
fixed typos in method names
|
2015-09-03 00:47:52 +02:00 |
|
Axel Uhl
|
f2e9550cdb
|
Merge remote-tracking branch 'server/master'
|
2015-09-03 00:44:39 +02:00 |
|
Axel Uhl
|
291998ecd3
|
Merge branch 'master' into bug3237
|
2015-08-20 17:00:08 +02:00 |
|
Axel Uhl
|
c5abc39220
|
trivial fix for bug3249: add TrackedRaceImpl instance as course litsener to CourseImpl after deserialization in readObject()
|
2015-08-20 16:57:44 +02:00 |
|
Axel Uhl
|
97aeb5efa1
|
re-structured replication tests a little to mimic initial load and replica registration process better; added failing test for bug 3249
|
2015-08-20 16:53:57 +02:00 |
|
Axel Uhl
|
43b4d37eae
|
suppress new warning based on cast to generic type
|
2015-08-20 15:16:36 +02:00 |
|
Axel Uhl
|
ec66a642a8
|
added logging for whether a TrackedRaceImpl object receives waypoint addition and removal notifications from the course
|
2015-08-20 15:13:14 +02:00 |
|
Axel Uhl
|
0c220ee061
|
Merge remote-tracking branch 'server/master'
|
2015-08-20 14:32:41 +02:00 |
|
Axel Uhl
|
0fd500e602
|
changed WindFixesFinder so it returns RaceLogWindFixEvents; introduced RaceLogWindFixDeclinationHelper doing the declination conversion
|
2015-08-20 13:50:39 +02:00 |
|
Axel Uhl
|
0e76e27d88
|
added hint to the series collating that the events list now does
|
2015-08-20 12:45:47 +02:00 |
|
Axel Uhl
|
2ef0df330d
|
added -Djava.awt.headless=true to the ADDITIONAL_JAVA_ARGS so that bar code creation also works with no X11 environment installed
|
2015-08-20 12:33:46 +02:00 |
|
Axel Uhl
|
f6e0d2708f
|
Merge remote-tracking branch 'server/master'
|
2015-08-19 13:20:10 +02:00 |
|
Axel Uhl
|
253ee128e3
|
Merge branch 'bug3237'
|
2015-08-19 13:15:45 +02:00 |
|
Axel Uhl
|
7cefdc4d7b
|
added news and updates to the various release notes documents
|
2015-08-19 11:48:02 +02:00 |
|
Axel Uhl
|
1bb8cee277
|
removed dependency of declination service on sailing.domain; use to correct RC wind fixes if magnetic
|
2015-08-19 10:08:51 +02:00 |
|
Axel Uhl
|
980e50e002
|
Merge branch 'master' into bug3237
|
2015-08-18 18:20:15 +02:00 |
|
Axel Uhl
|
44986a7c6c
|
fixed invitation button label for buoy tenders invitation dialog
|
2015-08-18 18:18:26 +02:00 |
|
Axel Uhl
|
b9ef73b9ad
|
Merge branch 'master' into bug3237
Conflicts:
java/com.sap.sailing.server.test/src/com/sap/sailing/server/test/MasterDataImportTest.java
|
2015-08-18 16:49:27 +02:00 |
|
Axel Uhl
|
8a58e3ccae
|
use number of raw fixes rather than cleaned fixes for average sampling interval calculation; should speed up leaderboard calculation for long tracks
|
2015-08-18 16:23:21 +02:00 |
|
Axel Uhl
|
77ee20db15
|
Merge branch 'bug3236'
|
2015-08-18 15:56:03 +02:00 |
|
Axel Uhl
|
7e30adb129
|
Merge remote-tracking branch 'server/master'
|
2015-08-18 15:23:20 +02:00 |
|
Axel Uhl
|
8952bba015
|
Merge branch 'master' into bug3022
|
2015-08-18 15:20:56 +02:00 |
|
Axel Uhl
|
540361b129
|
on the way to a fix for bug 3237, introduced isMagnetic on RaceLogWindFixEvent; code currently doesn't compile; unclear where to obtain DeclinationService from
|
2015-08-18 15:19:54 +02:00 |
|
Axel Uhl
|
9403f90402
|
made test for bug 3236 pass; introduced ways to wait for loading of GPS fixes for extended tracking interval
|
2015-08-18 11:23:08 +02:00 |
|
Axel Uhl
|
d0ef305fa5
|
refactored loading of GPS fixes such that it is now also used when extending the tracking time interval
|
2015-08-18 10:46:47 +02:00 |
|
Axel Uhl
|
4ab8d5873e
|
introduced methods on GPSFixStore that handle cropping by start/end of tracking
|
2015-08-14 22:25:51 +02:00 |
|
Axel Uhl
|
0449203d4a
|
added a failing test case that requires fixes to be filtered when loaded and loaded when tracking times are adjusted
|
2015-08-14 22:05:47 +02:00 |
|
Axel Uhl
|
aa0de903ed
|
improved Javadoc
|
2015-08-14 21:22:43 +02:00 |
|
Axel Uhl
|
6216843db4
|
accept a competitor fix into a tracked race only if it's between start/end of tracking
|
2015-08-14 21:15:17 +02:00 |
|
Axel Uhl
|
6c2feb03e4
|
bug 3219: turning mark passing calculator's listener thread into a demon thread that doesn't keep the VM from shutting down
|
2015-08-14 17:20:35 +02:00 |
|
Axel Uhl
|
e72e59ee0c
|
removed commented code
|
2015-08-13 17:34:47 +02:00 |
|
Axel Uhl
|
0fbe9da733
|
Merge branch 'master' into ubilabs--tracking_app--master
|
2015-08-13 17:19:57 +02:00 |
|
Axel Uhl
|
edd86f0f74
|
Merge remote-tracking branch 'server/ubilabs--rcapp--bug-3204'
|
2015-08-13 15:41:24 +02:00 |
|
Axel Uhl
|
728f06e4c4
|
made invitational text somewhat clearer, mentioning that the app must be installed first
|
2015-08-13 06:18:25 +02:00 |
|
Axel Uhl
|
d288da88e6
|
added logging when removing race log from DB
|
2015-08-13 05:54:44 +02:00 |
|
Axel Uhl
|
8ea379d678
|
aftermath for commit 022e83a979, bug 3217;
no need to escape device configuration identifier; it is already unescaped by the servlet
when receiving it
|
2015-08-13 05:41:20 +02:00 |
|
Axel Uhl
|
bfcc02f34e
|
fix for bug 3218: NPE when mark positions are not known;
in this case, if the next mark determining the leg bearing is not known, an NPE resulted
|
2015-08-13 05:33:43 +02:00 |
|
Axel Uhl
|
d652c5c884
|
fixing empty boat class field in competitor edit dialog
|
2015-08-13 00:01:35 +02:00 |
|
Axel Uhl
|
022e83a979
|
emergency fix for bug 3217: no longer escape parameters; they are passed to UrlHelper where they get escaped
|
2015-08-12 22:34:06 +02:00 |
|
Axel Uhl
|
beab5ecdb3
|
Merge branch 'ubilabs--rcapp--master'
Conflicts:
mobile/com.sap.sailing.racecommittee.app/src/com/sap/sailing/racecommittee/app/ui/fragments/LoginBackdrop.java
|
2015-08-12 20:31:06 +02:00 |
|
Axel Uhl
|
6484bfa5fe
|
fixing warnings in LoginBackgrop
|
2015-08-12 20:28:20 +02:00 |
|
Axel Uhl
|
4b6cdaa724
|
trying to fix tick mark issue when moving a RaceBoard to live mode with no good timing initialization
|
2015-08-12 18:56:08 +02:00 |
|
Axel Uhl
|
755af55d0a
|
avoid redraw when no coordinate system change affects a map that is already shown
|
2015-08-12 18:11:26 +02:00 |
|
Axel Uhl
|
67a2c22acc
|
fixed NPE related to uninitialized tracking times
|
2015-08-12 16:00:49 +02:00 |
|
Axel Uhl
|
1cae206254
|
Merge branch 'ubilabs--tracking_app--develop'
Conflicts:
mobile/com.sap.sailing.buoy.positioning/src/com/sap/sailing/android/buoy/positioning/app/util/CheckinManager.java
|
2015-08-12 15:32:49 +02:00 |
|
Axel Uhl
|
b173afc779
|
Merge branch 'ubilabs--rcapp--master'
|
2015-08-12 15:32:05 +02:00 |
|
Axel Uhl
|
5336b3e9f0
|
Merge remote-tracking branch 'server/ubilabs--tracking_app--develop' into ubilabs--tracking_app--develop
|
2015-08-12 15:29:13 +02:00 |
|
Axel Uhl
|
822bb774f5
|
formatting only
|
2015-08-12 15:19:04 +02:00 |
|
Axel Uhl
|
11c772741d
|
bug 3206: when no tracked race is attached to a race column / fleet yet, let /sailingservice/rc/marks return the marks defined in the race logs
|
2015-08-12 07:13:32 +02:00 |
|
Axel Uhl
|
18519b959d
|
add mark tracks to the tracked race when a DefineMark event or device mapping events are found, also when starting tracking for existing logs
|
2015-08-12 06:56:18 +02:00 |
|
Axel Uhl
|
a367f10991
|
sort event names in event list picker
|
2015-08-12 05:12:19 +02:00 |
|
Axel Uhl
|
fa19e280cf
|
relating to bug 3207, trim the regatta name to avoid trailing blanks
|
2015-08-12 05:11:55 +02:00 |
|
Axel Uhl
|
cd83623664
|
removed empty lines and redundant comments
|
2015-08-12 05:10:15 +02:00 |
|
Axel Uhl
|
c9bfe0e703
|
removed empty lines
|
2015-08-12 05:09:40 +02:00 |
|
Axel Uhl
|
eb9562f015
|
removed GWT.debugger() statement again
|
2015-08-11 20:43:30 +02:00 |
|
Axel Uhl
|
f86f40fca3
|
use a SuggestBox for boat class entry
|
2015-08-11 20:42:35 +02:00 |
|
Axel Uhl
|
f357cceb4e
|
use suggest values also for default suggestions in string liste editor
|
2015-08-11 20:19:56 +02:00 |
|
Axel Uhl
|
b2bcb93756
|
sort TracTrac connections drop-down list
|
2015-08-11 19:05:06 +02:00 |
|
Axel Uhl
|
17549b42b0
|
Merge branch 'ubilabs--rcapp--master'
|
2015-08-11 18:51:24 +02:00 |
|
EC2 Server
|
784f84e412
|
Merge remote-tracking branch 'origin/bug3197'
|
2015-08-10 07:58:37 +00:00 |
|
EC2 Server
|
44e8536ac4
|
added ANDROID_HOME to profile.d/sailing.sh script
|
2015-08-10 07:33:02 +00:00 |
|
Axel Uhl
|
500b862648
|
Merge remote-tracking branch 'server/master'
Conflicts:
java/com.sap.sailing.domain.persistence/src/com/sap/sailing/domain/persistence/impl/DomainObjectFactoryImpl.java
|
2015-08-09 21:18:16 +02:00 |
|
Axel Uhl
|
0d9fe33fd3
|
addressing old JAM comment https://jam4.sapjam.com/feed/item/dORLcyW40KB8lB8vd5PZpo;
Score corrections are since ages keyed by the competitor ID, not by the competitor name anymore.
Removed the corresponding migration code.
|
2015-08-09 20:54:07 +02:00 |
|
Axel Uhl
|
cc5ec15cde
|
added new TracTrac Javadoc files
|
2015-08-09 20:37:53 +02:00 |
|
Axel Uhl
|
0671c2bb94
|
fixing bug 3197 by using UUID.randomUUID() for WaypointImpl instead of a sequential counter
|
2015-08-09 16:09:00 +02:00 |
|
Axel Uhl
|
16525176ba
|
fixed TrackedRaceImpl.getTrackingTimesFromRaceLog so that it returns null when no event is found in log
|
2015-08-09 15:49:27 +02:00 |
|
Axel Uhl
|
49b92c3699
|
avoid updating start/end of tracking based on device mappings when set from race log
|
2015-08-09 13:05:56 +02:00 |
|
Axel Uhl
|
3166e138f6
|
tracking start/end events are pass-insensitive; prepared for revocation
|
2015-08-09 11:49:57 +02:00 |
|
Axel Uhl
|
9cfb159505
|
fixed indentation
|
2015-08-07 18:09:09 +02:00 |
|
Axel Uhl
|
56d551324f
|
added forgotten loading logic for start/end of tracking race log events
|
2015-08-07 17:58:16 +02:00 |
|
Axel Uhl
|
99b89c36a7
|
compare start/end tracking times by Date, not String; code formatting
|
2015-08-07 17:33:29 +02:00 |
|
Axel Uhl
|
5a3c62df11
|
fixed accidental empty TODO method overrides in RacingEventServiceImpl introduced by commit 5a3ba9b466
|
2015-08-07 16:22:37 +02:00 |
|
Axel Uhl
|
6203b2abf3
|
Merge remote-tracking branch 'server/tracking-times' into tracking-times
|
2015-08-07 14:16:53 +02:00 |
|
Axel Uhl
|
80a2d297aa
|
Merge branch 'master' into tracking-times
|
2015-08-07 14:10:41 +02:00 |
|
Axel Uhl
|
dcc70c37f8
|
upgrade to TracAPI 3.0.12
|
2015-08-07 14:06:43 +02:00 |
|
Axel Uhl
|
eabf896664
|
Merge branch 'master' into tracking-times
|
2015-08-07 13:55:09 +02:00 |
|
Axel Uhl
|
437986a789
|
fixed referencing of ios module from top-level POM by introducing new profile with-ios
|
2015-08-06 17:37:27 +02:00 |
|
Axel Uhl
|
eef5d11dcc
|
Merge branch 'master' into ubilabs--ios--develop
|
2015-08-05 21:18:53 +02:00 |
|
Axel Uhl
|
a9baf65132
|
Merge branch 'remove-marineapi'
|
2015-08-05 21:15:45 +02:00 |
|
Axel Uhl
|
5af4fd1db4
|
removed net.sf.marineapi and all NMEA functionality
|
2015-08-05 15:59:11 +02:00 |
|
Axel Uhl
|
36a4157437
|
Updated amazon ec2 (markdown)
|
2015-08-03 08:48:16 +00:00 |
|
Axel Uhl
|
099d982c2b
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 22:31:44 +00:00 |
|
Axel Uhl
|
51ee568c2e
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 22:13:18 +00:00 |
|
Axel Uhl
|
8fd9f51eac
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 21:56:55 +00:00 |
|
Axel Uhl
|
839f37fb30
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 21:54:20 +00:00 |
|
Axel Uhl
|
746a6ca35d
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 21:41:31 +00:00 |
|
Axel Uhl
|
2ce17631fd
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 21:25:49 +00:00 |
|
Axel Uhl
|
ea124d5359
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 13:50:41 +00:00 |
|
Axel Uhl
|
7aa8fc0d37
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 13:42:24 +00:00 |
|
Axel Uhl
|
80d7ee77ec
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 13:36:06 +00:00 |
|
Axel Uhl
|
56ea04419a
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 13:23:34 +00:00 |
|
Axel Uhl
|
5405f53678
|
Updated creating ec2 image from scratch (markdown)
|
2015-07-31 13:16:22 +00:00 |
|
Axel Uhl
|
96792dede1
|
Merge remote-tracking branch 'server/master'
|
2015-07-31 13:36:26 +02:00 |
|
Axel Uhl
|
b710ad3207
|
Merge branch 'bug3195'
|
2015-07-31 13:35:51 +02:00 |
|