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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16954   4 years simon04 see #19624 - specify UTF-8 (Java Warnings)
(edit) @16953   4 years simon04 Java 8: use Comparator.comparing
(edit) @16948   4 years stoecker drop unused variable
(edit) @16936   4 years simon04 fix #19632 - GeoJSONWriter: write key={value} as JSON object (patch …
(edit) @16934   4 years simon04 see #19624 - Extract GeoJSONReader.parse(InputStream), use …
(edit) @16933   4 years simon04 fix #19624 - Support reading line-delimited GeoJSON (RFC 7464; patch …
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16877   4 years simon04 Javadoc warnings
(edit) @16866   4 years simon04 GpxImporter: compute markerLayerName
(edit) @16865   4 years simon04 see #15441 - Support GpxRouteLayer in session import/export
(edit) @16849   4 years simon04 see #19400 - Javadoc warning
(edit) @16841   4 years simon04 see #19620 - Implement CachedFile.toString
(edit) @16825   4 years simon04 fix #19400 - Remote control: generate OpenAPI specification
(edit) @16816   4 years simon04 RenderingCLI: support compressed .osm files
(edit) @16791   4 years simon04 fix #19425 - AddTagsDialog: fix handling of trustedSenders
(edit) @16767   4 years simon04 fix #19436 - RequestProcessor: do not add null objects to a JsonArray …
(edit) @16735   4 years stoecker fix #19483 - don't support undocumented behaviour
(edit) @16734   4 years simon04 fix #19483 - Remote control /imagery: parse extended URL (parse …
(edit) @16683   4 years simon04 fix #19299 - Use ConcurrentHashMap for NetworkManager.NETWORK_ERRORS
(edit) @16663   4 years simon04 OsmWriter: fix max_lat/max_lon in <changeset>
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16641   4 years simon04 fix #18258 - OsmReader: Allow end user to know what the original id of …
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16629   4 years simon04 see #19334 - https://errorprone.info/bugpattern/JavaTimeDefaultTimeZone
(edit) @16628   4 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
(edit) @16624   4 years simon04 see #19334 - Use @SuppressWarnings to ignore seldom occurring …
(edit) @16623   4 years simon04 see #19334 - …
(edit) @16613   4 years GerdP fix @since xxx
(edit) @16612   4 years GerdP fix checkstyle, pmd issues introduced with r16611
(edit) @16611   4 years GerdP fix #12303: When downloading objects with Overpass API, use recurse up …
(edit) @16589   4 years simon04 fix #19364 - Remote control /imagery: support all imagery options
(edit) @16587   4 years simon04 fix #19363 - RequestProcessor.PROTOCOLVERSION: add JOSM version
(edit) @16586   4 years simon04 RequestProcessor.PROTOCOLVERSION: use javax.json
(edit) @16576   4 years simon04 Fix typo in Javadoc
(edit) @16575   4 years simon04 RequestHandler: use BooleanProperty
(edit) @16559   4 years simon04 fix #19356, see #18750 - Deduplicate ImageryBounds Reduces retained …
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16550   4 years simon04 RequestProcessor.getHandlersInfoAsJSON: use javax.json
(edit) @16471   4 years simon04 fix #19269 - Remote control: addtags= broken Regression of r16328.
(edit) @16442   4 years simon04 Fix typo "referrer"
(edit) @16436   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16430   4 years simon04 fix #18162, see #18712 - Add --offline=CACHE_UPDATES to disable …
(edit) @16428   4 years simon04 see #18712 - CachedFile: report offline mode
(edit) @16427   4 years simon04 see #18712 - Add OfflineAccessException.forResource(String)
(edit) @16426   4 years simon04 see #18712 - Add NetworkManager.isOffline(String) to test offline …
(edit) @16422   4 years simon04 fix #18820, see #13872 - Make OAuth signing of all API requests …
(edit) @16419   4 years simon04 fix #19099 - PlaceSelection: search for more results (Nominatim) …
(edit) @16412   4 years simon04 fix #19193 - WMSImagery: fix parsing of version 1.3.0 capabilities …
(edit) @16333   4 years simon04 Java 8: use Map.computeIfAbsent
(edit) @16328   4 years simon04 AddTagsDialog: use TextTagParser.readTagsByRegexp
(edit) @16324   4 years simon04 fix #11310 - Support setting changeset tags during /import call
(edit) @16311   4 years simon04 fix #19041 - GeoJSONReader: reuse node on same at same position to …
(edit) @16203   4 years GerdP see #18985: avoid to download parents of deleted (invisble) objects - …
(edit) @16190   4 years Don-vip add missing remote control Javadoc
(edit) @16147   4 years simon04 RequestProcessor: use StandardCharsets.US_ASCII
(edit) @16144   4 years Don-vip fix #18936 - fix layer name detection of Overpass xapi URLs
(edit) @16142   4 years simon04 fix #17683 - LoadAndZoomHandler: retain order of selection
(edit) @16129   4 years Don-vip see #17285 - add privacy-policy-url in mirror
(edit) @16127   4 years Don-vip see #17285 - add privacy-policy-url
(edit) @16120   4 years Don-vip fix #18920 - load AC RAIZ FNMT-RCM from Spanish Royal Mint
(edit) @16104   4 years Don-vip see #16912 - remove deprecated JavaFxMediaPlayer, moved in the javafx …
(edit) @16088   4 years Don-vip fix #18853 - Close OsmWriter after writing XML output streams (patch …
(edit) @16080   4 years simon04 see #18886 - AbstractReader.parseTimestamp: use LRU cache
(edit) @16068   4 years simon04 fix #18752 - Remove i18n from debug logging strings
(edit) @16056   4 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
(edit) @16038   4 years Don-vip fix #18852 - avoid useless null-check (patch by hiddewie)
(edit) @16008   4 years GerdP fix #18835: unexpected full recursive download of children relations …
(edit) @16006   4 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15969   4 years simon04 see #18812 - OsmApi, OsmServerReader, NameFinder: specify …
(edit) @15905   4 years simon04 Use Collections.singletonMap
(edit) @15868   4 years Don-vip see #18440 - cache API keys in memory
(edit) @15865   4 years Don-vip fix #18722 - exclude json file extension from GeoJsonImporter + add …
(edit) @15855   4 years Don-vip see #18440 - Fetch imagery API keys from JOSM website. Restore access …
(edit) @15846   4 years GerdP fix #18701: Simplify MultiFetchServerObjectReader implementation
(edit) @15820   4 years Don-vip fix #18654 - Separate unique identifiers per primitive type This …
(edit) @15811   4 years GerdP fix #18566: Download object: member of relations always downloaded …
(edit) @15785   4 years Don-vip fix #18613 - discourage upload of geojson data
(edit) @15784   4 years Don-vip see #18613 - rework download tasks / URL patterns
(edit) @15783   4 years Don-vip see #18601 - Add synchronzation to ensure that the AbstractPrimitive …
(edit) @15757   4 years GerdP fix #11914: show OSM username in titlebar - update …
(edit) @15738   4 years Don-vip fix #18583 - FileWatcher: catch possible exceptions thrown by …
(edit) @15736   4 years simon04 Java 8: simplify Stream API usage
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15721   4 years simon04 Fix Java syntax
(edit) @15720   4 years simon04 Java 8: use String.join
(edit) @15717   4 years simon04 Java 8: use Collectors.joining
(edit) @15716   4 years simon04 Java 8: use String.join
(edit) @15684   4 years Don-vip read GeoJson array properties as OSM tags
(edit) @15631   4 years Don-vip fix #18504 - add support for Tasking Manager 4 gpx URL (patch by …
(edit) @15620   4 years Don-vip fix #18466 - catch JsonParsingException when loading geojson files
(edit) @15593   4 years GerdP fix #18397: Provide more helpful error message when loading an invalid …
(edit) @15588   4 years Don-vip tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12
(edit) @15586   4 years Don-vip code cleanup
(edit) @15520   4 years GerdP see #15626: change visibility of MultiFetchServerObjectReader.create() …
(edit) @15507   4 years Don-vip fix #18292 - Initialize pref list for remote control (patch by …
(edit) @15502   4 years Don-vip see #16796 - use IGpxTrack in GpxData (patch by Bjoeni)
(edit) @15500   4 years Don-vip fix #18283 - Remote controle: don't hardcode …
(edit) @15499   4 years Don-vip fix #18287 - more robust parsing of GeoJSON coordinates
(edit) @15497   4 years Don-vip see #16796 - fix most of checkstyle/pmd/findbugs violations
(edit) @15496   4 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
Note: See TracRevisionLog for help on using the revision log.