Changeset 36483 in osm for applications/editors/josm/plugins/FIT/src/main
- Timestamp:
- 2026-02-12T15:12:05+01:00 (10 hours ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 38 edited
-
. (modified) (1 prop)
-
FIT (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/FitPlugin.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitBaseType.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitException.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitReader.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitReaderOptions.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FileCreator.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitData.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDevDataRecord.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDeveloperDataIdMessage.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDevice.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitEvent.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitUnknownRecord.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/Global.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/HeartRateCadenceDistanceSpeed.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/IFitTimestamp.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevDoubleData.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevFloatData.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevIntData.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevLongData.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevStringData.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevUnknown.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/IFitDevData.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDefinitionMessage.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDeveloperField.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDeveloperFieldDescriptionMessage.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitField.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitFieldDescriptionMessage.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitHeader.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordCompressedTimestampHeader.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordHeader.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordNormalHeader.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/IField.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/CountingInputStream.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/DevDataUtils.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/NumberUtils.java (modified) (1 prop)
-
FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/StringUtils.java (modified) (1 prop)
-
applications/editors/josm/plugins
- Property svn:ignore
-
old new 25 25 validations_testing 26 26 wikipedia 27 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/FIT
- Property svn:ignore
-
old new 1 1 build 2 2 javadoc 3 checkstyle-josm-FIT.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/FitPlugin.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitBaseType.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitException.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitReader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/FitReaderOptions.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FileCreator.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDevDataRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDeveloperDataIdMessage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitDevice.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitEvent.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/FitUnknownRecord.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/Global.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/HeartRateCadenceDistanceSpeed.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/global/IFitTimestamp.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevDoubleData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevFloatData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevIntData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevLongData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevStringData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/FitDevUnknown.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/IFitDevData.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDefinitionMessage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDeveloperField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitDeveloperFieldDescriptionMessage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitFieldDescriptionMessage.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitHeader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordCompressedTimestampHeader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordHeader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/FitRecordNormalHeader.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/records/internal/IField.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/CountingInputStream.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/DevDataUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/NumberUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
applications/editors/josm/plugins/FIT/src/main/java/org/openstreetmap/josm/plugins/fit/lib/utils/StringUtils.java
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
Note:
See TracChangeset
for help on using the changeset viewer.
