source: josm/trunk/src/org/openstreetmap/josm/io

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18957   4 months GerdP see #20405: simplify code
(edit) @18956   4 months GerdP fix #20405: History browser for complex relations requires lots of …
(edit) @18955   4 months GerdP see #23427: remove obsolete and unintended code from experiment
(edit) @18954   4 months GerdP fix #23427 load session performance strongly depends on order of …
(edit) @18949   4 months GerdP Improve reaction time when user presses cancel while a session is loaded
(edit) @18928   5 months stoecker fix #23373 - Taiwan maps nowadays use another certificate
(edit) @18918   5 months taylor.smock Fix #23290: Validate the regions a tag is expected to be in (patch by …
(edit) @18877   7 months taylor.smock See #23220: Use jakarta.annotation instead of javax.annotation …
(edit) @18871   7 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
(edit) @18833   8 months taylor.smock Fix #17052: Allow plugins to save state to session file The primary …
(edit) @18826   8 months taylor.smock Fix #23165: Cannot assign a changesetId > 0 to a new primitive There …
(edit) @18821   9 months taylor.smock Fix #23140: RejectedExecutionException when …
(edit) @18819   9 months taylor.smock See #22652, r18817: Stop parsing gpx files when point elements have …
(edit) @18818   9 months taylor.smock Fix tests
(edit) @18817   9 months taylor.smock Fix #22652: Stop parsing gpx files when wpt elements do not have valid …
(edit) @18816   9 months taylor.smock Fix #23134: Cancelling a json download will cause an exception dialog …
(edit) @18807   9 months taylor.smock Allow importing geojson files that were saved to a session file * …
(edit) @18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18787   10 months stoecker separate NmeaParser from NmeaReader
(edit) @18780   10 months taylor.smock Fix #22733: Add UI feedback for url guessing, account for nan
(edit) @18779   10 months taylor.smock Fix #23078: Improve cancel action on OSM API errors (patch by gaben, …
(edit) @18754   11 months taylor.smock Significantly reduce allocations in GeoJSONWriter When using `josm …
(edit) @18742   12 months stoecker ckeckstyle
(edit) @18741   12 months stoecker ckeckstyle
(edit) @18740   12 months stoecker fix regression with short GGA sentence
(edit) @18739   12 months stoecker fix copy & paste comment
(edit) @18738   12 months stoecker add NMEA track coloring by reference ID
(edit) @18723   12 months taylor.smock Fix #22432, see #22941: Start migrating from javax to jakarta Parsson …
(edit) @18716   13 months taylor.smock Fix #22904: Remove outdated/unused certificate authorities This drops …
(edit) @18702   13 months taylor.smock Fix #22868: NPE when a PBF does not include bound information
(edit) @18697   14 months taylor.smock See r18695: fix @since xxx
(edit) @18695   14 months taylor.smock Fix #22603: Add PBF reading support
(edit) @18665   15 months taylor.smock Fix several coverity issues CID-1504572: Synchronization on …
(edit) @18663   15 months taylor.smock Fix #22497: Add setting to only proxy specific hosts (patch by TrickyFoxy)
(edit) @18658   15 months taylor.smock See #22680: Unexpected exception when downloading GeoJSON This …
(edit) @18656   15 months taylor.smock Fix #22680: Unexpected exception when downloading GeoJSON This occurs …
(edit) @18651   15 months taylor.smock See #20768/r18650: Add OAuth 2.0 support This fixes tests that don't …
(edit) @18650   16 months taylor.smock Fix #20768: Add OAuth 2.0 support This also fixes #21607: …
(edit) @18636   16 months taylor.smock Fix #21423: Prevent error codes from clashing This works by creating …
(edit) @18623   16 months Klumbumbus fix #22635 - Make "Postprocessing uploaded data..." translatable
(edit) @18611   18 months taylor.smock See #17201: fix common typo in progressMonitor beginTask()
(edit) @18581   19 months taylor.smock Fix #21431: Failed to download data in LoadAndZoomHandler …
(edit) @18541   21 months taylor.smock Fix #22250: Abort on XML error elements
(edit) @18532   22 months taylor.smock Fix #22160: Retry on `SocketException: Unexpected end of file from …
(edit) @18494   2 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18466   2 years taylor.smock Fix #21813: Improve marker handling in sessions and #21923: Improve …
(edit) @18452   2 years taylor.smock Drop use of abc from tile.openstreetmap.org urls (patch by Firefishy) …
(edit) @18441   2 years taylor.smock Fix #22022: Allow for recursive geojson parsing This allows us to …
(edit) @18399   2 years stoecker fix #21922 - patch by Bjoeni - GPX file marked as modified when saving …
(edit) @18396   2 years stoecker fix #20600 - add Fix coloring for NMEA, patch by Bjoeni
(edit) @18365   2 years Don-vip see #15182 - make JOSM callable as standalone validator (patch by …
(edit) @18332   2 years Don-vip see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch …
(edit) @18320   3 years Don-vip fix #21538 - Fixed GPS traces no longer being browsable (patch by …
(edit) @18305   3 years Don-vip fix #21505 - fix most of javadoc warnings, remove deprecated code
(edit) @18304   3 years Don-vip fix #21502 - associate correct extensions in macOS / Windows …
(edit) @18299   3 years Don-vip fix #21476 - Fix and add non-regression test for …
(edit) @18287   3 years Don-vip fix #20913 - fix handling of GPX files in sessions (patch by Bjoeni) …
(edit) @18283   3 years Don-vip fix #21427 - further simplify UploadDialog (patch by marcello, …
(edit) @18219   3 years Don-vip see #21257 - fix unit tests
(edit) @18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
(edit) @18208   3 years Don-vip global use of Utils.isEmpty/isBlank
(edit) @18207   3 years Don-vip fix #21257 - sort tracks chronologically when writing GPX file
(edit) @18206   3 years Don-vip see #21257 - output metadata/time during GPX export, like gpsbabel
(edit) @18200   3 years Don-vip fix #21256 - RemoteControl: Don't add empty changeset tags to the …
(edit) @18179   3 years Don-vip fix #4282 - Support for OziExplorer Waypoint files
(edit) @18134   3 years Don-vip fix #21231 - make sure remote control request handlers do not block …
(edit) @18133   3 years Don-vip fix #21223 - fix NPE
(edit) @18129   3 years Don-vip tools update: checkstyle 8.44, spotbugs 4.2.3, proguard 7.1.1, …
(edit) @18071   3 years Don-vip code cleanup
(edit) @18069   3 years Don-vip code cleanup
(edit) @18051   3 years Don-vip upgrade to checkstyle 8.43, fix violations
(edit) @18048   3 years Don-vip fix #20677 - fix wrong parsing of RTKLIB .pos files
(edit) @18014   3 years Don-vip remove deprecated stuff not used by plugins
(edit) @18007   3 years Don-vip fix #21044 - keep all tags when merging geojson nodes at the same location
(edit) @17989   3 years Don-vip fix #20991 - see #18232 - restore ability to export validator errors, …
(edit) @17988   3 years Don-vip fix #21021 - proper fix of "newer" keyword, handling both formats …
(edit) @17984   3 years Don-vip fix #21011 - IAE when reading GPX file with extension (patch by …
(edit) @17982   3 years Don-vip fix #21021 - see #18164 - OverpassTurboQueryWizard: fix "newer" statements
(edit) @17848   3 years simon04 see #20829 - Avoid heap allocations in OsmWriter
(edit) @17846   3 years simon04 fix #20793 - Reduce memory consumption for GpxExtensionCollection …
(edit) @17843   3 years simon04 see #14176 - Migrate ChangesetQuery to Instant
(edit) @17841   3 years simon04 see #14176 - Migrate various classes to Instant
(edit) @17840   3 years simon04 see #14176 - Migrate ExceptionUtil to Instant
(edit) @17839   3 years simon04 see #14176 - RtkLibPosReader: parse timestamps using DateUtils
(edit) @17838   3 years simon04 see #14176 - Migrate HistoryOsmPrimitive to Instant
(edit) @17822   3 years simon04 see #20745 - Avoid heap allocations in OsmReader 12.0% of …
(edit) @17811   3 years GerdP fix #20784: Can`t download data by Overpass Query when activate Arabic …
(edit) @17787   3 years simon04 fix #20741 - Various code simplifications (patch by gaben)
(edit) @17786   3 years simon04 see #20741 - Fix typos in code and strings (patch by gaben)
(edit) @17760   3 years simon04 Checkstyle
(edit) @17754   3 years simon04 https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @17749   3 years simon04 see #14176 - Migrate OsmPrimitive to Instant
(edit) @17748   3 years simon04 see #14176 - Migrate GPX to Instant
(edit) @17733   3 years simon04 see #16163 - Prefer SwingConstants.LEADING over SwingConstants.LEFT
(edit) @17725   3 years simon04 Checkstyle
(edit) @17724   3 years simon04 fix #20730, see #20660 - Remote control /imagery: add imagery by id …
(edit) @17722   3 years simon04 see #14176 - Fix Instant writing in GpsWriter
(edit) @17720   3 years simon04 see #14176 - Migrate ChangesetDiscussionComment to Instant
(edit) @17717   3 years simon04 see #14176 - Migrate Changeset to Instant
(edit) @17716   3 years simon04 see #14176 - Migrate UserInfo to Instant
Note: See TracRevisionLog for help on using the revision log.