Tobias Fischer

Results 32 issues of Tobias Fischer

Any chance to add support for animated GIF's or animated PNG's _(APNG)_, e.g. spinners/loading icons, etc.?

- [x] do not merge fast-forward when mergin `master` back to `development` (387da2be43fbcdc23d41136c5be4585e12833b86) - [x] cache Maven dependencies between builds (621cd7d55164e420abf733bec902d0193cbc045d) - [x] do not push `[maven-release-plugin] prepare for next...

enhancement

We have a user reporting that the EPUB-Checker app gets blocked by Windows Defender SmartScreen on Windows 10 because the executable is not signed: https://twitter.com/MartinGreenhill/status/1153668391313530883 ![EAKnRdLXUAA1vCZ](https://user-images.githubusercontent.com/365118/62125596-e1551480-b2cd-11e9-87a1-0ad4ace68f8d.jpg) Signing the Windows EXE...

enhancement

https://dev.to/argherna/the-java-preferences-api-is-a-little-thing-thats-a-huge-benefit-13ac Saving string: ```java String newUrl = "https://secure.example.com/"; Preferences myConnectionPrefs = Preferences.userRoot().node("com/github/argherna/MyApplication/connections"); // Save the newUrl. myConnectionPrefs.put("url", newUrl); ``` Reading strings: ```java Preferences myConnectionPrefs = Preferences.userRoot().node("com/github/argherna/MyApplication/connections"); String url = myConnectionPrefs.get("url",...

refactoring

Split ticket from #27 - [ ] Windows (icons, GUI, splash screen) - [ ] infinity loading icon (animated GIF) --- Windows retina support seems to be harder to implement....

enhancement
nice-to-have

http://code.google.com/p/epubcheck/wiki/Running#Advanced_mode

epubcheck-feature
app-feature

Same as commandline flag "-out file.xml"

epubcheck-feature
app-feature

requested by user on Aug. 12th '13 Tutorial: http://www.howtogeek.com/107965/how-to-add-any-application-shortcut-to-windows-explorers-context-menu/ Difficult to do with java and different languages

nice-to-have
app-feature

seems to be provided with the Apple Java Extension Library. See http://saipullabhotla.blogspot.de/2012/05/enabling-full-screen-mode-for-java.html for more details. ``` java package com.myjavaworld.fullscreendemo; import java.awt.Window; import java.lang.reflect.Method; import javax.swing.JFrame; import javax.swing.WindowConstants; public class FullScreenDemo...

nice-to-have
app-feature

ZIP package saved on desktop after performing the update is confusing some users. they expect it to work immediately without unpacking, etc... maybe we should unzip the update package after...

app-feature