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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16412   5 years simon04 fix #19193 - WMSImagery: fix parsing of version 1.3.0 capabilities …
(edit) @16333   5 years simon04 Java 8: use Map.computeIfAbsent
(edit) @16328   5 years simon04 AddTagsDialog: use TextTagParser.readTagsByRegexp
(edit) @16324   5 years simon04 fix #11310 - Support setting changeset tags during /import call
(edit) @16311   5 years simon04 fix #19041 - GeoJSONReader: reuse node on same at same position to …
(edit) @16203   5 years GerdP see #18985: avoid to download parents of deleted (invisble) objects - …
(edit) @16190   5 years Don-vip add missing remote control Javadoc
(edit) @16147   5 years simon04 RequestProcessor: use StandardCharsets.US_ASCII
(edit) @16144   5 years Don-vip fix #18936 - fix layer name detection of Overpass xapi URLs
(edit) @16142   5 years simon04 fix #17683 - LoadAndZoomHandler: retain order of selection
(edit) @16129   5 years Don-vip see #17285 - add privacy-policy-url in mirror
(edit) @16127   5 years Don-vip see #17285 - add privacy-policy-url
(edit) @16120   5 years Don-vip fix #18920 - load AC RAIZ FNMT-RCM from Spanish Royal Mint
(edit) @16104   5 years Don-vip see #16912 - remove deprecated JavaFxMediaPlayer, moved in the javafx …
(edit) @16088   5 years Don-vip fix #18853 - Close OsmWriter after writing XML output streams (patch …
(edit) @16080   5 years simon04 see #18886 - AbstractReader.parseTimestamp: use LRU cache
(edit) @16068   5 years simon04 fix #18752 - Remove i18n from debug logging strings
(edit) @16056   5 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
(edit) @16038   5 years Don-vip fix #18852 - avoid useless null-check (patch by hiddewie)
(edit) @16008   5 years GerdP fix #18835: unexpected full recursive download of children relations …
(edit) @16006   5 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15969   5 years simon04 see #18812 - OsmApi, OsmServerReader, NameFinder: specify …
(edit) @15905   5 years simon04 Use Collections.singletonMap
(edit) @15868   5 years Don-vip see #18440 - cache API keys in memory
(edit) @15865   5 years Don-vip fix #18722 - exclude json file extension from GeoJsonImporter + add …
(edit) @15855   5 years Don-vip see #18440 - Fetch imagery API keys from JOSM website. Restore access …
(edit) @15846   5 years GerdP fix #18701: Simplify MultiFetchServerObjectReader implementation
(edit) @15820   5 years Don-vip fix #18654 - Separate unique identifiers per primitive type This …
(edit) @15811   5 years GerdP fix #18566: Download object: member of relations always downloaded …
(edit) @15785   5 years Don-vip fix #18613 - discourage upload of geojson data
(edit) @15784   5 years Don-vip see #18613 - rework download tasks / URL patterns
(edit) @15783   5 years Don-vip see #18601 - Add synchronzation to ensure that the AbstractPrimitive …
(edit) @15757   5 years GerdP fix #11914: show OSM username in titlebar - update …
(edit) @15738   5 years Don-vip fix #18583 - FileWatcher: catch possible exceptions thrown by …
(edit) @15736   5 years simon04 Java 8: simplify Stream API usage
(edit) @15735   5 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15721   5 years simon04 Fix Java syntax
(edit) @15720   5 years simon04 Java 8: use String.join
(edit) @15717   5 years simon04 Java 8: use Collectors.joining
(edit) @15716   5 years simon04 Java 8: use String.join
(edit) @15684   5 years Don-vip read GeoJson array properties as OSM tags
(edit) @15631   5 years Don-vip fix #18504 - add support for Tasking Manager 4 gpx URL (patch by …
(edit) @15620   5 years Don-vip fix #18466 - catch JsonParsingException when loading geojson files
(edit) @15593   5 years GerdP fix #18397: Provide more helpful error message when loading an invalid …
(edit) @15588   5 years Don-vip tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12
(edit) @15586   5 years Don-vip code cleanup
(edit) @15520   5 years GerdP see #15626: change visibility of MultiFetchServerObjectReader.create() …
(edit) @15507   5 years Don-vip fix #18292 - Initialize pref list for remote control (patch by …
(edit) @15502   5 years Don-vip see #16796 - use IGpxTrack in GpxData (patch by Bjoeni)
(edit) @15500   5 years Don-vip fix #18283 - Remote controle: don't hardcode …
(edit) @15499   5 years Don-vip fix #18287 - more robust parsing of GeoJSON coordinates
(edit) @15497   5 years Don-vip see #16796 - fix most of checkstyle/pmd/findbugs violations
(edit) @15496   5 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
(edit) @15482   5 years Don-vip fix #18276 - Missing optional parameter in remote control (patch by …
(edit) @15470   5 years Don-vip fix #18249 - Allow unknown xml attributes to be added as tags (patch …
(edit) @15469   5 years Don-vip fix #10033, fix #15748, fix #17097 - drop remote control https support …
(edit) @15452   5 years Don-vip see #10564 - use the same i18n string than other actions
(edit) @15447   5 years GerdP see #18122: Don't set download bounds for incomplete Overpass queries …
(edit) @15442   5 years Don-vip fix #17495 - limited support of named CRS in GeoJSON import
(edit) @15429   5 years GerdP fix #17453: GeoJSON export error (17453-v2.patch)
(edit) @15427   5 years Don-vip fix recent SonarQube issues
(edit) @15426   5 years Don-vip fix #13890 - improve performance of "Upload selection" checks
(edit) @15424   5 years Don-vip fix #10564 - add GeoJSON import (adapted from geojson plugin)
(edit) @15416   5 years Don-vip fix #18190 - Handle "resource:" identical for CachedFile and images
(edit) @15404   5 years Don-vip fix #12669 - Disable upload and save buttons when not needed
(edit) @15386   5 years Don-vip see #13679 - rename method to avoid clash with existing one
(edit) @15377   5 years Don-vip see #13679 - refactor session import/export classes for easier plugin …
(edit) @15343   5 years Don-vip fix #18114 - support short date/time format in RTKLib .pos files
(edit) @15329   5 years Don-vip optimization - avoid throwing useless MalformedURLException
(edit) @15319   5 years Don-vip see #18038 - checkstyle
(edit) @15316   5 years Don-vip fix #18038 - Add arbitrary changeset tags via remote control (patch by …
(edit) @15293   5 years Don-vip sonar
(edit) @15251   5 years Don-vip fix #17929 - see #17722 - don't display random network or API issues, …
(edit) @15250   5 years Don-vip see #17829 - use UTC timezone instead of local one
(edit) @15247   5 years Don-vip see #17829 - support RTKLib Positioning Solution files. Add new …
(edit) @15228   5 years Don-vip fix #17801 - use selected image format when building WMS URL
(edit) @15209   5 years Don-vip fix #17801 - create WMS URL correctly
(edit) @15181   6 years Don-vip see #17516 - use qualified access to Thread.yield() as it is a …
(edit) @15152   6 years Don-vip more uses of Java 8 stream API
(edit) @15142   6 years Don-vip see #17668 - fix typo
(edit) @15124   6 years Don-vip fix #17668 - load "Microsec e-Szigno Root CA 2009" certificate, used …
(edit) @15121   6 years Don-vip sonarqube, javadoc
(edit) @15085   6 years Don-vip see #17722 - make sure we don't display the same text twice
(edit) @15084   6 years Don-vip see #17722 - proper notification of user block
(edit) @15077   6 years Don-vip fix forgotten @since xxx
(edit) @15070   6 years Don-vip fix #17701, fix #17702 - add robustness when loading imagery layers …
(edit) @15018   6 years stoecker add missing NMEA fix types from NMEA 4.00
(edit) @15007   6 years Don-vip remove deprecated API
(edit) @15006   6 years Don-vip see #17619: use a common list of native certificate aliases, as they …
(edit) @14999   6 years Don-vip fix #17619: - improve offline startup time on Windows by making …
(edit) @14979   6 years Don-vip fix #17573 - wrap InvalidPathException in IOException
(edit) @14946   6 years GerdP see #17459: remove duplicated code in reverter corehacks Step 1: Add …
(edit) @14898   6 years GerdP fix #17291: improve handling of return code 404 in multifetch api - …
(edit) @14810   6 years Don-vip fix #17328 - visible html code in error message
(edit) @14763   6 years GerdP fix #17279: improve performance when retrieving history
(edit) @14762   6 years GerdP see #13195: Further reduce number of GPX download calls.
(edit) @14761   6 years GerdP fix #13195 1) BoundingBoxDownloader: Reduce number of gpx api calls: …
(edit) @14741   6 years simon04 see #16497 - revert r14725/r14724/r14723/r14718/r14630 Support for …
(edit) @14738   6 years Don-vip fix #17242 - DataIntegrityProblemException when reading large files …
(edit) @14725   6 years simon04 see #16497 - SessionWriter: use ../ to escape ZIP file
Note: See TracRevisionLog for help on using the revision log.