source: josm/trunk/src/org/openstreetmap/josm/data/imagery/TMSCachedTileLoaderJob.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13449   6 years Don-vip see #15992 - display and log ServiceException error messages
(edit) @13029   6 years Don-vip fix #15462 - catch UnsatisfiedLinkError in case of JRE badly installed
(edit) @12865   7 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
(edit) @12765   7 years wiktorn Use tools.Logging instead of FeatureAdapter.getLogger See: #15229
(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) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11843   7 years bastiK see #7427 - remove unused code
(edit) @11796   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11559   7 years Don-vip fix #14361 - WMTS: download only supported image formats
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11331   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @10723   8 years simon04 Fix javadoc
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10087   8 years wiktorn Make minimum and maximum cache expires for imagery adjustable
(edit) @9232   8 years simon04 fix #12265 - Use HttpClient for imagery requests
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8815   9 years wiktorn Improve tile display when imagery server returns errors randomly. * …
(edit) @8768   9 years wiktorn When tile loading task was canceled, tiles were not properly mark as …
(edit) @8673   9 years wiktorn Bing fixes. * Pass and handle error on url creation (attribution not …
(edit) @8643   9 years wiktorn Fix behaviour when exception is thrown during download. * fix endless …
(edit) @8640   9 years wiktorn Fix retrieving expired elemetnts from cache for TMS
(edit) @8636   9 years wiktorn Small TMS fixes. * fix handling of minimum and maximum expiration …
(edit) @8635   9 years wiktorn Fix Coverity warnings: * null pointer dereferences * make maksimum …
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8607   9 years wiktorn fix error reporting when tiles were successfuly loaded
(edit) @8606   9 years wiktorn Properly report exceptions from tile download
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8488   9 years wiktorn Properly handle situation, when tile server returns something else …
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8433   9 years wiktorn Clean up handling of various error situations. Closes #11494
(edit) @8425   9 years wiktorn Limit the tile expiration date between 1 hour to 1 month. Fix Sonar …
(edit) @8424   9 years wiktorn Set URLConnection.setUseCaches(false) when forcing reload of tiles. …
(edit) @8418   9 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
(edit) @8403   9 years wiktorn Rework the per host limit, so the queue will never reject the submited …
(edit) @8397   9 years wiktorn addresses #11437 - introduce infinite queue for tile loading and clear …
(edit) @8389   9 years wiktorn addresses #11437 - properly pass information about errors during load …
(edit) @8344   9 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8326   9 years Don-vip fix #11404 - High CPU load during tile loading in TMS layer and …
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8314   9 years bastiK applied #10902 - TMS simultaneous connections (2nd patch by wiktorn)
(edit) @8307   9 years bastiK applied #10902 - TMS simultaneous connections (patch by wiktorn)
(edit) @8286   9 years Don-vip fix sonar squid:S1444 - "public static" fields should always be constant
(edit) @8176   9 years stoecker fix #11317 - tile flickering during TMS loading - patch by wiktorn
(edit) @8174   9 years bastiK see #11216 - fixes NPE when BingAttribution is not loaded, and for not …
(add) @8168   9 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
Note: See TracRevisionLog for help on using the revision log.