Commit Graph

37 Commits

Author SHA1 Message Date
Reinhard Pointner ca1fc5fea0 Experiment with PGP signed messages 2018-06-09 08:04:26 +07:00
Reinhard Pointner 564c60fe3f Upgrade dependencies 2018-06-06 22:22:51 +07:00
Reinhard Pointner 6d17aaf451 Upgrade dependencies 2018-06-06 21:58:31 +07:00
Reinhard Pointner b3ed2c6138 Work around eclipse compiler issues 2017-10-31 17:57:52 +01:00
Reinhard Pointner 4916e83083 Refactor com.apple.* usages to JDK 9 2017-10-16 17:53:33 +02:00
Reinhard Pointner 61614e4d3e Add JAXB as library (since JDK 9 does no longer include it by default) 2017-10-16 17:34:18 +02:00
Reinhard Pointner 5baca0ade1 Glazed Lists 1.10.0 2017-03-20 03:27:50 +08:00
Reinhard Pointner bd826cb297 {d} and {y} now evaluate to Exif Date-Taken if possible when dealing with generic files 2017-02-25 19:13:33 +08:00
Reinhard Pointner f2b29f108c MediaInfo does not support EXIF image metadata natively so we use the metadata-extractor library and implicitly merge that information in 2017-02-25 04:05:07 +08:00
Reinhard Pointner 3f24dc4c42 Use the com.sun.jna.platform additions that have been merged now 2017-02-09 18:41:01 +08:00
Reinhard Pointner 934976c0a2 --mode interactive -> basic selection and confirmation dialogs for the CLI 2016-11-25 07:09:35 +08:00
Reinhard Pointner 8932eb0b2a Refactor UnicodeReader and BOM detection 2016-11-21 01:56:43 +08:00
Reinhard Pointner 09ff31d88e Minor optimizations 2016-11-07 22:17:37 +08:00
Reinhard Pointner 6a44c4eea2 Improved error messages when running 64-bit FileBot with 32-bit Java on a 64-bit OS 2016-06-29 12:52:18 +08:00
Reinhard Pointner 09b41170fd Look into custom script names (for exception stacktraces) but keep as it is for now to avoid unnecessary complexity/magic
e.g.
public Class parseClass(String text, String fileName) throws CompilationFailedException {
	return super.parseClass(text, "amc");
}
2016-06-19 23:59:27 +08:00
Reinhard Pointner c7b97825f3 Refactor ProgressDialog 2016-05-08 01:55:48 +08:00
Reinhard Pointner adda35edd4 Compile against com.apple.eawt.* stub 2016-03-19 14:42:43 +00:00
Reinhard Pointner 0649850f31 Refactor 2016-03-12 13:28:04 +00:00
Reinhard Pointner 9f9aa9ed82 Support REVERT for all rename actions 2016-03-10 16:23:45 +00:00
Reinhard Pointner d76f625328 Fix various compiler warnings 2016-03-10 06:28:22 +00:00
Reinhard Pointner a4d363bb97 Remove json-simple.jar 2016-03-07 19:46:47 +00:00
Reinhard Pointner 500a4972e1 Rewrite caching 2016-03-06 18:11:30 +00:00
Reinhard Pointner cf2a4f306b Avoid breaking json-io updates 2016-03-06 09:17:42 +00:00
Reinhard Pointner fde21946dc * refactor subtitle upload (and improve CD1/CD2 upload support) 2016-02-06 12:23:59 +00:00
Reinhard Pointner 9f2b63121f + subtitle language auto-detection for {lang} binding 2016-01-31 16:13:04 +00:00
Reinhard Pointner 2eb23af13d * update dependencies 2015-11-05 18:02:55 +00:00
Reinhard Pointner a2c84e22dc + replace TVRage with TVmaze 2015-11-04 08:53:52 +00:00
Reinhard Pointner 3a02d6e16f * update to 7-Zip-JBinding 9.20-2.00beta 2015-10-16 16:44:54 +00:00
Reinhard Pointner ea70a23ed0 * extract support via Apache Commons VFS2 (and junrar file provider) 2015-06-04 10:12:56 +00:00
Reinhard Pointner adbe4d226d * fix load library issues by using an older lib version 2015-05-18 08:39:05 +00:00
Reinhard Pointner 7fb7700cfc * use Apache Ivy for dependency management (as for as possible, same jars are not on Maven Central) 2015-05-18 07:44:04 +00:00
Reinhard Pointner f79c71ce49 * use Apache Ivy for dependency management (as for as possible, same jars are not on Maven Central) 2015-05-18 07:03:05 +00:00
Reinhard Pointner 547fc91a64 * fix eclipse classpath for amc testing 2014-12-21 07:58:04 +00:00
Reinhard Pointner 580b976f6d + remove analytics 2014-11-10 08:18:32 +00:00
Reinhard Pointner 92b2ecc8ba * Fix for Mac OS X quit behaviour (Dock->Quit, CTRL+Q) not being executed when application is closed via Quit rather than clicking [X] on the main window 2014-10-09 17:30:43 +00:00
Reinhard Pointner 3455ea9e0e * Fix for Mac OS X quit behaviour (Dock->Quit, CTRL+Q) not being executed when application is closed via Quit rather than clicking [X] on the main window 2014-10-09 13:37:15 +00:00
Reinhard Pointner d829e6a561 * include .project files 2014-08-30 09:51:00 +00:00