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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17534   3 years Don-vip fix #20310 - Allow JpgImporter to import remote images (patch by …
(edit) @17332   3 years Don-vip fix #20131 - fix unit tests and codestyle violations
(edit) @17330   3 years Don-vip fix #20131 - remote control: report errors in case of OSM API error …
(edit) @16960   4 years simon04 see #8334 - Add advanced option to scale the table font Advanced …
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16849   4 years simon04 see #19400 - Javadoc warning
(edit) @16825   4 years simon04 fix #19400 - Remote control: generate OpenAPI specification
(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) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(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) @16550   4 years simon04 RequestProcessor.getHandlersInfoAsJSON: use javax.json
(edit) @16471   4 years simon04 fix #19269 - Remote control: addtags= broken Regression of r16328.
(edit) @16436   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16328   4 years simon04 AddTagsDialog: use TextTagParser.readTagsByRegexp
(edit) @16324   4 years simon04 fix #11310 - Support setting changeset tags during /import call
(edit) @16190   4 years Don-vip add missing remote control Javadoc
(edit) @16147   4 years simon04 RequestProcessor: use StandardCharsets.US_ASCII
(edit) @16142   4 years simon04 fix #17683 - LoadAndZoomHandler: retain order of selection
(edit) @16006   4 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15721   4 years simon04 Fix Java syntax
(edit) @15720   4 years simon04 Java 8: use String.join
(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) @15507   4 years Don-vip fix #18292 - Initialize pref list for remote control (patch by …
(edit) @15500   4 years Don-vip fix #18283 - Remote controle: don't hardcode …
(edit) @15482   4 years Don-vip fix #18276 - Missing optional parameter in remote control (patch by …
(edit) @15469   4 years Don-vip fix #10033, fix #15748, fix #17097 - drop remote control https support …
(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) @15152   5 years Don-vip more uses of Java 8 stream API
(edit) @14624   5 years Don-vip fix various SonarQube issues
(edit) @14377   5 years simon04 see #15676 - Add usage example for select=currentselection
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14221   6 years Don-vip see #16706 - use documented enum for AutoScaleMode instead of …
(edit) @14217   6 years Don-vip fix #16705 - RemoteControlHttpsServer: end mainloop if …
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14143   6 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14138   6 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @13973   6 years Don-vip fix #15707 - NoSuchElementException at remotecontrol.AddTagsDialog …
(edit) @13941   6 years Don-vip sonar - fix recent violations
(edit) @13935   6 years Don-vip see #11000 - fix NPE
(edit) @13934   6 years Don-vip fix PMD/Javadoc issues
(edit) @13929   6 years Don-vip fix #11000 - add layer_locked, download_policy, upload_policy to …
(edit) @13927   6 years Don-vip see #11000 - Remote control: allow to specify layer_name for import
(edit) @13827   6 years Don-vip SonarQube - fix minor issues
(edit) @13679   6 years Don-vip sonar - squid:S4423 - Weak SSLContexts should not be used
(edit) @13649   6 years Don-vip fix #16204 - allow to create a new layer, draw, drag, open a few …
(edit) @13259   6 years Don-vip fix #15705 - Make columns in AddTagsDialog sortable (patch by skorbut)
(edit) @13258   6 years Don-vip fix #15704 - Keep order of tags added by 'addtags=' query parameter …
(edit) @13257   6 years Don-vip fix some recent Sonar issues
(edit) @13253   6 years stoecker fix #15693 - patch by skorbut - fix double URL decoding
(edit) @13245   6 years Don-vip see #15694 - fix PMD issue
(edit) @13241   6 years Don-vip fix #15694 - Remember confirmations of command actions (patch by …
(edit) @13212   6 years Don-vip fix #15676 - Remote Control: add new keyword currentselection for …
(edit) @13109   6 years Don-vip fix #15537 - Support changeset hashtags (hashtags changeset tag, …
(edit) @12856   7 years bastiK see #15229 - add parameter to base directory methods
(edit) @12855   7 years bastiK see #15229 - add separate interface IBaseDirectories to look up …
(edit) @12854   7 years bastiK see #15229 - fix checkstyle warnings
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12703   7 years Don-vip fix #15210 - Fix support of IBM JVM
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12542   7 years Don-vip partial revert of r12537
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12523   7 years Don-vip see #11924 - fix remaining warnings about extended modifiers
(edit) @12472   7 years Don-vip see #15016 - avoid spurious remotecontrol warnings with empty parameters
(edit) @12458   7 years Don-vip see #10033 - remove workaround for IE (not needed anymore for IE11 on …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12253   7 years Don-vip findbugs - NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
(edit) @12244   7 years Don-vip see #11924 - simplify DNSName copy by using reflection
(edit) @11952   7 years stoecker fix #14717 - fix remote control help request
(edit) @11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11620   7 years Don-vip checkstyle - enable CatchParameterName rule
(edit) @11567   7 years Don-vip findbugs - PZLA_PREFER_ZERO_LENGTH_ARRAYS
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11312   7 years Don-vip findbugs - OS_OPEN_STREAM
(edit) @11184   7 years Don-vip fix #13826 - AIOOBE in getToolTipText
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11096   8 years Don-vip sonar - squid:S3725 - Java 8's Files.exists should not be used (The …
(edit) @10973   8 years Don-vip see #13564 - proper management of invalid URLs in remote control …
(edit) @10754   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
Note: See TracRevisionLog for help on using the revision log.