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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @15482   4 years Don-vip fix #18276 - Missing optional parameter in remote control (patch by …
(edit) @15470   4 years Don-vip fix #18249 - Allow unknown xml attributes to be added as tags (patch …
(edit) @15469   4 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   5 years Don-vip see #17516 - use qualified access to Thread.yield() as it is a …
(edit) @15152   5 years Don-vip more uses of Java 8 stream API
(edit) @15142   5 years Don-vip see #17668 - fix typo
(edit) @15124   5 years Don-vip fix #17668 - load "Microsec e-Szigno Root CA 2009" certificate, used …
Note: See TracRevisionLog for help on using the revision log.