Release 1.5.0 * traffic signs are now shown on top of the image (can be deactivated in the ImageInfoPanel) * new MapObjectLayer (not interactive at the moment) * switch to APIv3, drop most of APIv2 * rework JSON decoding (with good code coverage), decoding is now separated from downloading * no longer cut off sequences at the bounds of the downloaded area * improve MapillarySquareDownloader, remove unnecessary ThreadPoolExecutors * the ImageInfoPanel now shows the username and avatar of the user who uploaded the image * update filter with new sign names * avoid triggering keyboard shortcuts when entering a username into the filter (#35) * minor bug & code style fixes * update I18n * …