summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Niki Roo [Thu, 16 Feb 2017 19:31:36 +0000 (20:31 +0100)]
Fix CBZ importer, improve GUI
- CBZ importer was not sorting the images, they were often reversed
- The GUI is improved (~fixed book size, scroll, wrapping, better
highlight colours)
Niki Roo [Thu, 16 Feb 2017 18:31:56 +0000 (19:31 +0100)]
Fix some perf/space problems, add a cover for e621
Niki Roo [Wed, 15 Feb 2017 22:08:26 +0000 (23:08 +0100)]
Fix e621 getAuthor() which could error out
Niki Roo [Tue, 14 Feb 2017 19:33:28 +0000 (20:33 +0100)]
Lot of fixes + first (bad, ugly) working GUI
The GUI is now launched at startup if no arguments were passed, too
Niki Roo [Mon, 13 Feb 2017 22:23:54 +0000 (23:23 +0100)]
Partial HTML implementation, partial GUI support
The HTML implementation is working, but subpar, and with lots of copy-pasted code
The LocalReader is a work in progress
Niki Roo [Mon, 13 Feb 2017 06:31:57 +0000 (07:31 +0100)]
Fix --export
--export did not correctly pass the LUID to the library
Niki Roo [Mon, 13 Feb 2017 05:53:55 +0000 (06:53 +0100)]
Small fixes
"©Author" replaced by "By Author" in text format
UPDATING/UPDATED debug messages removed
Fix cause of "null: .... imported." (LUID not found) when importing to
library: the MetaData object was not updated back into the story
Niki Roo [Sun, 12 Feb 2017 23:32:55 +0000 (00:32 +0100)]
Fixes, new version number: 0.9.2
Some problems related to the Bundles and .properties files were fixed
Niki Roo [Sun, 12 Feb 2017 22:19:48 +0000 (23:19 +0100)]
Add URL into .info and MetaData, work on Library
Niki Roo [Sun, 12 Feb 2017 21:15:39 +0000 (22:15 +0100)]
Library scanning much quicker
BasicSupport rewrite to allow quicker scanning of library items
Niki Roo [Sun, 12 Feb 2017 17:29:19 +0000 (18:29 +0100)]
Library fixes + "make install" fix
The library had some problems to retrieve metadata from CBZ files,
"make install" created a script that did not pass the arguments
Niki Roo [Sun, 12 Feb 2017 15:51:54 +0000 (16:51 +0100)]
Fix makefile
Niki Roo [Sun, 12 Feb 2017 15:50:14 +0000 (16:50 +0100)]
JDK 1.6 compatibility fixes (still not tested on 1.5)
Basically, a few comments causing bad "import"s and a call to
Charset.UTF8 instead of "UTF-8"
Niki Roo [Sun, 12 Feb 2017 15:42:18 +0000 (16:42 +0100)]
Version 0.9.0 + update nikiroo-utils
Introduced a VERSION file in configure/make
Niki Roo [Sun, 12 Feb 2017 14:26:11 +0000 (15:26 +0100)]
Small fixes
Samll fixes:
- configure.sh fix to include sources into the created JARs
- fix source name of MangaFox (.me, not .met)
- fix a check in Library to be more verbose in case of error
Niki Roo [Sun, 12 Feb 2017 12:28:58 +0000 (13:28 +0100)]
README: markdown syntax error..
I inverted the links name and their URL
Niki Roo [Sun, 12 Feb 2017 12:26:28 +0000 (13:26 +0100)]
README update
Niki Roo [Sun, 12 Feb 2017 11:36:16 +0000 (12:36 +0100)]
Default configuration dir: $HOME/.fanfix
nikiroo-utils was updated to 0.9.2 for this, too, with
basically just a few lines of code deleted and a package renaming
Niki Roo [Sun, 12 Feb 2017 11:01:10 +0000 (12:01 +0100)]
Some quick fixes
Niki Roo [Sun, 12 Feb 2017 10:44:44 +0000 (11:44 +0100)]
Main.java: new actins available
New actions are available: --help, --set-reader
The code to handle them has been changed, too
Niki Roo [Sat, 11 Feb 2017 23:21:24 +0000 (00:21 +0100)]
Prepare for LocalReader
This will allow HTML or TEXT conversion first if configured
Niki Roo [Sat, 11 Feb 2017 22:12:44 +0000 (23:12 +0100)]
--list was causing problems + move reader
Fix a bug in Cache.java which made it impossible to download,
even from the local cache, if the current referer was not set
+ move CliReader into a new package and use an interface,
so it will work better with the second reader (simple HTML
sent to the local browser, still not ready)
Niki Roo [Sat, 11 Feb 2017 21:24:09 +0000 (22:24 +0100)]
Initial commit (working)
This is not the actual first commit (obviously), but the first
commit since it was exported to GitHub.
It works correctly as of today, but I still have a few websites
I want to add to replace my old BASH scripts.
Niki [Sat, 11 Feb 2017 20:35:34 +0000 (21:35 +0100)]
Initial commit