.. |
archive
|
Refactor system exec
|
2019-03-15 14:19:00 +07:00 |
cli
|
Improved logging
|
2019-05-01 17:07:06 +07:00 |
format
|
Use both "Channel(s)_Original" or "Channel(s)" just use the first one that actually has a valid value.
|
2019-05-07 03:25:55 +07:00 |
hash
|
Enable SHA-3 support (Java 11 only)
|
2019-02-20 02:21:55 +07:00 |
media
|
Support for 8-digit Movie IDs
|
2019-05-03 19:39:32 +07:00 |
mediainfo
|
Don't require minimum file size when using MediaInfo on small files (e.g. image files)
|
2019-05-06 15:50:20 +07:00 |
platform
|
Refactor system exec
|
2019-03-15 14:33:16 +07:00 |
resources
|
Experiment with user prompts
|
2018-06-15 00:55:46 +07:00 |
similarity
|
MetricCascade(SeasonEpisode, AirDate, Title)
|
2019-03-11 19:47:49 +07:00 |
subtitle
|
Fix unused import
|
2019-02-14 17:37:52 +07:00 |
torrent
|
Refactor bencode / torrent parser
|
2019-02-20 02:09:51 +07:00 |
ui
|
Experiment with artwork thumbnail support
|
2019-05-05 12:23:31 +07:00 |
util
|
make sure that the popup window displays above the task bar
|
2019-04-30 19:25:09 +07:00 |
vfs
|
Refactor Enum.forName error messages
|
2017-02-17 22:02:20 +08:00 |
web
|
Implement XEM API
|
2019-05-06 19:54:12 +07:00 |
ApplicationFolder.java
|
Avoid directory listing of folders that can't accessible due to the sandbox anyway
|
2018-04-16 14:18:52 +07:00 |
Cache.java
|
Make sure cache is not stale
|
2019-02-14 17:37:01 +07:00 |
CachedResource.java
|
Make sure to debug log network errors
|
2017-02-12 21:54:00 +08:00 |
CacheManager.java
|
flush all memory caches to disk (before starting any long running file system operations that might be cancelled by the user)
|
2019-02-18 18:13:19 +07:00 |
CacheType.java
|
Use Guava Cache for in-memory caches
|
2019-02-03 01:37:17 +07:00 |
Execute.java
|
Refactor system exec
|
2019-03-15 14:33:16 +07:00 |
ExecuteException.java
|
Refactor system exec
|
2019-03-15 14:33:16 +07:00 |
ExitCode.java
|
Refactor error messages / kaomoji
|
2019-03-07 10:45:09 +07:00 |
History.java
|
+ Add {history} binding to access the original historic path of {f} (e.g. useful for -exec post-processing calls)
|
2019-04-30 19:50:58 +07:00 |
HistorySpooler.java
|
Added GroovyRenameAction and ProcessRenameAction
|
2017-04-05 16:15:34 +08:00 |
InvalidResponseException.java
|
Refactor InvalidResponseException
|
2017-01-31 19:29:00 +08:00 |
Language.java
|
Fix misleading exception
|
2017-05-26 11:48:50 +08:00 |
Language.properties
|
Correctly recognize "Brazilian" language name when looking up language suffix for subtitles
|
2017-07-06 22:19:17 +08:00 |
License.java
|
Add additional logging output so user can see exactly where the license file was stored to (i.e. which users user home)
|
2019-03-11 01:12:30 +07:00 |
license.key
|
Experiment with PGP signed messages
|
2018-06-09 08:04:26 +07:00 |
LicenseError.java
|
Experiment with PGP signed messages
|
2018-06-10 01:15:23 +07:00 |
LicenseModel.java
|
Simplify error messages
|
2018-08-17 11:40:36 +07:00 |
Logging.java
|
Improved error logging
|
2019-03-08 14:51:21 +07:00 |
Main.java
|
Enable dark mode by default if dark mode is set system-wide
|
2019-05-08 10:32:53 +07:00 |
MediaTypes.java
|
Cleanup
|
2019-03-12 00:31:05 +07:00 |
MediaTypes.properties
|
Experiment with PGP signed messages
|
2018-06-14 17:11:00 +07:00 |
MetaAttributeView.java
|
Refactor and modularize xattr read/write access
|
2018-12-27 18:51:24 +07:00 |
NativeRenameAction.java
|
Refactor NativeRenameAction
|
2017-11-27 17:16:13 +01:00 |
RenameAction.java
|
--mode interactive -> basic selection and confirmation dialogs for the CLI
|
2016-11-25 07:09:35 +08:00 |
Resource.java
|
Experiment with PGP signed messages
|
2018-06-10 01:43:28 +07:00 |
ResourceManager.java
|
Improve icon scaling for 1.25x / 1.5x / 1.75x scale factors
|
2018-07-11 20:30:40 +07:00 |
Settings.java
|
Refactor license key import handling
|
2018-12-05 19:24:18 +07:00 |
Settings.properties
|
Support for GEOCODE APIKEY
|
2019-02-22 22:41:10 +07:00 |
StandardRenameAction.java
|
Refactor system exec
|
2019-03-15 14:33:16 +07:00 |
ThumbnailServices.java
|
shared HTTP Client instance for all thumbnail requests
|
2019-05-05 15:43:18 +07:00 |
UserFiles.java
|
Make sure to avoid java.awt.HeadlessException if Desktop.moveToTrash() is called on headless Linux devices (possible issue breaking -revert on some Linux devices)
|
2018-09-20 20:39:53 +07:00 |
WebServices.java
|
Experiment with artwork thumbnail support
|
2019-05-05 12:23:31 +07:00 |