{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":643487,"defaultBranch":"master","name":"josm-plugins","ownerLogin":"JOSM","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-05-02T21:14:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7678414?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1661890697.888661","currentOid":""},"activityList":{"items":[{"before":"ea04538c8f94f42f6c79ece75b2d6eb00d12decb","after":"d3719a4a5811acc8997d6fb9a8b7ab648a23857a","ref":"refs/heads/master","pushedAt":"2024-05-14T20:52:53.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"See #23662: Add short section in README for non-developers\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36265 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"See #23662: Add short section in README for non-developers"}},{"before":"498f6617765a13c7455db496ac0b70604f457cd7","after":"ea04538c8f94f42f6c79ece75b2d6eb00d12decb","ref":"refs/heads/master","pushedAt":"2024-04-12T13:39:01.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"fix #23603: JOSM crashes while opening fit file generated by Suunto app on Android\n- also check if \"ele\" is stored as instance of Double\n\n\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36243 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"fix #23603: JOSM crashes while opening fit file generated by Suunto a…"}},{"before":"7897843112adda2809d196c43104c6ed65b37c6a","after":"498f6617765a13c7455db496ac0b70604f457cd7","ref":"refs/heads/master","pushedAt":"2023-11-20T15:04:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"Fix loading for newer images\n\n* Remove jackson dependency\n* Remove log4j dependency\n* Remove bundled resty dependency\n* Fix formatting (2 spaces as per CONTRIBUTING.md, not 4 as the rest of JOSM)\n* Update gradle build\n* Fix some lint issues\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36194 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"Fix loading for newer images"}},{"before":"7b2724a4a0f343bec1a8568e4294207e18bd60d8","after":"7897843112adda2809d196c43104c6ed65b37c6a","ref":"refs/heads/master","pushedAt":"2023-11-02T19:17:04.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"Fix failing FIT test. Also decrease parsing method complexity a bit.\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36192 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"Fix failing FIT test. Also decrease parsing method complexity a bit."}},{"before":"1d92d3842414b852d50a8adc22cc00b70059ca6b","after":"7b2724a4a0f343bec1a8568e4294207e18bd60d8","ref":"refs/heads/master","pushedAt":"2023-10-30T14:05:55.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"Fix test issues\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36186 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"Fix test issues"}},{"before":"ead3dd2ef1f9a4bcf35f3d2acf2872a9bd0419af","after":"1d92d3842414b852d50a8adc22cc00b70059ca6b","ref":"refs/heads/master","pushedAt":"2023-10-19T20:01:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"Fix error_prone version issue and dependency updates (see #23218)\n\nPlugins with an ivy_settings.xml file were not reading the error_prone version\nfrom the core ivysettings.xml file. This removes redundant ivy_settings.xml files\nand includes the core ivysettings.xml file in the remaining ivy_settings.xml\nfiles.\n\nDependency updates:\napache-commons:\n* zstd-jni: 1.5.2-5 -> 1.5.5-6\n* commons-compress: 1.22 -> 1.24.0\n* commons-io: 2.11.0 -> 2.14.0\n* commons-lang3: 3.12.0 -> 3.13.0\napache-http:\n* httpclient5: 5.1.2 -> 5.2.1\n* Drops legacy httpcore, httpclient, and httpmime dependencies\nejml: 0.41 -> 0.43.1\n* ejml now requires Java 11\nflatlaf: 3.2 -> 3.2.2\ngeotools: 28.2 -> 30.0\n* geotools now requires Java 11\n* 30.0 had some breaking API changes, but provided a migration script\njackson: 2.14.0 -> 2.15.3\njna: 5.12.1 -> 5.13.0\nlog4j: 2.19.0 -> 2.21.0\nlwjgl: 3.3.1 -> 3.3.3\npbf:\n* protobuf-java: 3.20.3 -> 3.24.4\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36176 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"Fix error_prone version issue and dependency updates (see #23218)"}},{"before":"9582193cb57bdc2d2f94bff0d56a6b5213b4faa6","after":"ead3dd2ef1f9a4bcf35f3d2acf2872a9bd0419af","ref":"refs/heads/master","pushedAt":"2023-10-19T17:45:19.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"See #20748: Change utilsplugin2 icons to vector graphics\n\nThis converts most of the \"easy\" icons to svg for utilsplugin2.\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36175 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"See #20748: Change utilsplugin2 icons to vector graphics"}},{"before":"d14b04c1cb651330888c844eb6c22d3c64bc4b63","after":"9582193cb57bdc2d2f94bff0d56a6b5213b4faa6","ref":"refs/heads/master","pushedAt":"2023-10-12T19:25:28.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"Fix #23157: Change S57osm.OSMmap to accept either a file or inputstream (patch by oobayly)\n\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36169 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"Fix #23157: Change S57osm.OSMmap to accept either a file or inputstre…"}},{"before":"af62b84be3f83a869842a21adba6f20ead5c69d9","after":"d14b04c1cb651330888c844eb6c22d3c64bc4b63","ref":"refs/heads/master","pushedAt":"2023-10-02T16:11:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"Move fit to FIT to match expectations of the Nexus-JOSM-Plugins CI job\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36153 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"Move fit to FIT to match expectations of the Nexus-JOSM-Plugins CI job"}},{"before":"0c601a8d57d718c6bbbced926e6a937fc149b692","after":"af62b84be3f83a869842a21adba6f20ead5c69d9","ref":"refs/heads/master","pushedAt":"2023-09-20T16:13:26.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"Fix geochat image location\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36149 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"Fix geochat image location"}},{"before":"5765328f3007a086f14d0c587796fe7262de8ede","after":"0c601a8d57d718c6bbbced926e6a937fc149b692","ref":"refs/heads/master","pushedAt":"2023-09-08T16:06:11.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"Use `DeleteCommand.delete` where possible and fix some potential NPEs from its usage\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36134 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"Use DeleteCommand.delete where possible and fix some potential NPEs…"}},{"before":"650fc82758f3a3e4383625b73be3e0255f721066","after":"5765328f3007a086f14d0c587796fe7262de8ede","ref":"refs/heads/master","pushedAt":"2023-08-29T13:34:49.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"i18n update\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36126 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"i18n update"}},{"before":"742875a590ad97011b62ebf04a1fee65bf36cea6","after":"650fc82758f3a3e4383625b73be3e0255f721066","ref":"refs/heads/master","pushedAt":"2023-08-16T12:34:45.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"extend prefs\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36121 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"extend prefs"}},{"before":"9305ddda6c6c6e1e7bd000468d437d86b922df1f","after":"742875a590ad97011b62ebf04a1fee65bf36cea6","ref":"refs/heads/master","pushedAt":"2023-08-10T13:59:17.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"Fix #22691: Add PMTiles plugin\n\nThis should be fairly easy to port to JOSM core, if there is demand from tile\nproviders to use PMTiles.\n\nCaveats: There is a few classes copied from JOSM core, since I needed some things\nto be visible that were not, and in some instances, the AbstractClass had some\nmethods that should be hoisted to the interface -- the AbstractClass in question\nwas written prior to our move to Java 8.\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36112 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"Fix #22691: Add PMTiles plugin"}},{"before":"1b90fa7a0f89434e3429f0c6adca5320c9f17743","after":"9305ddda6c6c6e1e7bd000468d437d86b922df1f","ref":"refs/heads/master","pushedAt":"2023-06-02T11:59:15.501Z","pushType":"push","commitsCount":7,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"fix warnings\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36092 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"fix warnings"}},{"before":"c9042a069a78679f78d30d2622c95f3f8ccef9aa","after":"1b90fa7a0f89434e3429f0c6adca5320c9f17743","ref":"refs/heads/master","pushedAt":"2023-05-26T12:46:02.834Z","pushType":"push","commitsCount":3,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"HouseNumberTaggingTool: Fix an issue where the dialog settings would not be saved\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36083 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"HouseNumberTaggingTool: Fix an issue where the dialog settings would …"}},{"before":"d97440b36c45cea0f365b4852875b88d53fe1c1a","after":"c9042a069a78679f78d30d2622c95f3f8ccef9aa","ref":"refs/heads/master","pushedAt":"2023-05-08T20:14:34.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"i18n update\n\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36079 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"i18n update"}},{"before":"a9b1109a91a935a26de4f4929cee9c56bd2f48f6","after":"d97440b36c45cea0f365b4852875b88d53fe1c1a","ref":"refs/heads/master","pushedAt":"2023-04-17T14:43:35.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"tsmock","name":"Taylor Smock","path":"/tsmock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45215054?s=80&v=4"},"commit":{"message":"Change geotools version from 29.0 to 28.2 (v29 is Java 11+)\n\nThe ../build.xml has an ordered plugin list, and other plugins depend upon this\none. As such, until JOSM as a whole moves to Java 11+, this plugin will most\nlikely be kept at geotools v28.x.\n\n\ngit-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36068 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4","shortMessageHtmlLink":"Change geotools version from 29.0 to 28.2 (v29 is Java 11+)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESeWwIQA","startCursor":null,"endCursor":null}},"title":"Activity · JOSM/josm-plugins"}