Niki Roo [Fri, 3 May 2019 14:54:41 +0000 (16:54 +0200)]
fix StringUtils test
Niki Roo [Fri, 3 May 2019 08:42:29 +0000 (10:42 +0200)]
limit API breakage
Niki Roo [Fri, 3 May 2019 08:39:19 +0000 (10:39 +0200)]
code cleanup
Niki Roo [Thu, 2 May 2019 19:43:44 +0000 (21:43 +0200)]
fix typo in Enum i18n + fix Import
Niki Roo [Thu, 2 May 2019 19:30:02 +0000 (21:30 +0200)]
server: add a HELLO handshake
Niki Roo [Thu, 2 May 2019 18:07:00 +0000 (20:07 +0200)]
mode change
Niki Roo [Thu, 2 May 2019 18:06:31 +0000 (20:06 +0200)]
move sep char to final const
Niki Roo [Thu, 2 May 2019 18:05:43 +0000 (20:05 +0200)]
mode change
Niki Roo [Thu, 2 May 2019 18:00:28 +0000 (20:00 +0200)]
Merge branch 'master' of github.com:nikiroo/nikiroo-utils
Niki Roo [Wed, 1 May 2019 08:16:14 +0000 (10:16 +0200)]
woops in nikiroo-utils version, manual package done
Niki Roo [Wed, 1 May 2019 08:06:45 +0000 (10:06 +0200)]
Make all classes in be.nikiroo.fanfix.data Serializable
Niki Roo [Wed, 1 May 2019 08:05:22 +0000 (10:05 +0200)]
Image: make it Serializable
Niki Roo [Tue, 30 Apr 2019 21:10:01 +0000 (23:10 +0200)]
update nikiroo-utils, better rec/send remote server info
Niki Roo [Tue, 30 Apr 2019 21:01:54 +0000 (23:01 +0200)]
add an ID for the server requests
Niki Roo [Tue, 30 Apr 2019 20:38:24 +0000 (22:38 +0200)]
update nikiroo-utils, remote lib errors need some work
Niki Roo [Tue, 30 Apr 2019 19:55:39 +0000 (21:55 +0200)]
Woopsie in getLang, thanks Hakan for finding it
Niki Roo [Tue, 30 Apr 2019 16:49:56 +0000 (18:49 +0200)]
re-add a test
Niki Roo [Tue, 30 Apr 2019 16:49:35 +0000 (18:49 +0200)]
now mostly streamified!
Niki Roo [Mon, 29 Apr 2019 21:58:39 +0000 (23:58 +0200)]
code cleanup + fixes
Niki Roo [Mon, 29 Apr 2019 20:51:33 +0000 (22:51 +0200)]
code cleanup + BufInputStream.is()
Niki Roo [Mon, 29 Apr 2019 19:51:54 +0000 (21:51 +0200)]
jdoc
Niki Roo [Mon, 29 Apr 2019 19:31:52 +0000 (21:31 +0200)]
All getBytes("UTF-8") -> StringUtils
Niki Roo [Mon, 29 Apr 2019 18:10:07 +0000 (20:10 +0200)]
code cleanup, fix for ReplaceInputStream
Niki Roo [Mon, 29 Apr 2019 07:38:05 +0000 (09:38 +0200)]
fix Base64 but breaks compat
Niki Roo [Mon, 29 Apr 2019 06:23:18 +0000 (08:23 +0200)]
Merge branch 'master' of github.com:nikiroo/fanfix
Niki Roo [Sun, 28 Apr 2019 17:51:07 +0000 (19:51 +0200)]
remote string -> stream + encrypt
Niki Roo [Sun, 28 Apr 2019 17:43:54 +0000 (19:43 +0200)]
VERSION
Niki Roo [Sun, 28 Apr 2019 17:42:28 +0000 (19:42 +0200)]
server: String -> Stream
Niki Roo [Sun, 28 Apr 2019 17:32:14 +0000 (19:32 +0200)]
change b64 implem step1, fix test
Niki Roo [Sun, 28 Apr 2019 17:18:24 +0000 (19:18 +0200)]
bufixes
Niki Roo [Sun, 28 Apr 2019 16:11:30 +0000 (18:11 +0200)]
bugfixes
Niki Roo [Sun, 28 Apr 2019 10:14:04 +0000 (12:14 +0200)]
Nextable.next: blocking call
Niki Roo [Sun, 28 Apr 2019 09:31:19 +0000 (11:31 +0200)]
Streams: bug fixes
Niki Roo [Sat, 27 Apr 2019 21:29:24 +0000 (23:29 +0200)]
steams: bug fixes + more tests
Niki Roo [Sat, 27 Apr 2019 17:32:15 +0000 (19:32 +0200)]
ReplaceStreams: allow multiple replacements strings
Niki Roo [Sat, 27 Apr 2019 16:57:10 +0000 (18:57 +0200)]
changelog.md
Niki Roo [Sat, 27 Apr 2019 16:55:28 +0000 (18:55 +0200)]
new: ReplaceOutputStream
Niki Roo [Sat, 27 Apr 2019 16:18:07 +0000 (18:18 +0200)]
change package for Streams to nikiroo.utils.streams
Niki Roo [Sat, 27 Apr 2019 16:14:39 +0000 (18:14 +0200)]
New: BufferedOutputStream
Niki Roo [Sat, 27 Apr 2019 15:08:12 +0000 (17:08 +0200)]
fix BufferedInputStream offset + jdoc
Niki Roo [Sat, 27 Apr 2019 13:41:53 +0000 (15:41 +0200)]
jDoc + code cleanup
Niki Roo [Sat, 27 Apr 2019 11:23:06 +0000 (13:23 +0200)]
ReplaceInputStream ready + tests
Niki Roo [Fri, 26 Apr 2019 22:33:32 +0000 (00:33 +0200)]
ReplaceInputStream (wip)
Niki Roo [Fri, 26 Apr 2019 21:09:29 +0000 (23:09 +0200)]
NextableInputStream: separate base behaviour from nextable
Niki Roo [Fri, 26 Apr 2019 16:16:21 +0000 (18:16 +0200)]
NextableInputStream: better perfs
Niki Roo [Fri, 26 Apr 2019 15:54:00 +0000 (17:54 +0200)]
formatNumber change
Niki Roo [Thu, 25 Apr 2019 16:41:11 +0000 (18:41 +0200)]
changelog
Niki Roo [Thu, 25 Apr 2019 16:40:29 +0000 (18:40 +0200)]
IOUtils: fix readSmallStream
Niki Roo [Thu, 25 Apr 2019 15:36:41 +0000 (17:36 +0200)]
Merge t branch
branch 'master' of github.com:nikiroo/fanfix
Niki [Thu, 25 Apr 2019 15:02:21 +0000 (17:02 +0200)]
NextableInputStream: better skip() + more tests
Niki [Thu, 25 Apr 2019 13:56:13 +0000 (15:56 +0200)]
NextableInputStream: startsWith()
Niki Roo [Thu, 25 Apr 2019 07:27:57 +0000 (09:27 +0200)]
NextableInputStream: more options
Niki Roo [Wed, 24 Apr 2019 19:41:36 +0000 (21:41 +0200)]
more tests
Niki Roo [Wed, 24 Apr 2019 19:34:56 +0000 (21:34 +0200)]
Simple NextableInputStream
Niki [Wed, 24 Apr 2019 14:29:50 +0000 (16:29 +0200)]
NextableInputStream, step 2
Niki Roo [Wed, 24 Apr 2019 07:28:48 +0000 (09:28 +0200)]
new: NextableInputStream, step 1
Niki Roo [Wed, 24 Apr 2019 06:36:08 +0000 (08:36 +0200)]
IOUtils: better buffer size
Niki Roo [Tue, 23 Apr 2019 17:01:07 +0000 (19:01 +0200)]
FanfictionApi: fix NPE
Niki Roo [Tue, 23 Apr 2019 15:26:03 +0000 (17:26 +0200)]
server: string->stream, step 1
Niki Roo [Tue, 23 Apr 2019 12:36:13 +0000 (14:36 +0200)]
Test: add Stream CryptUtils
Niki Roo [Tue, 23 Apr 2019 12:35:28 +0000 (14:35 +0200)]
CryptUtils: multi-thread check
Niki Roo [Tue, 23 Apr 2019 11:50:45 +0000 (13:50 +0200)]
CryptUtils: clear the key array after use
Niki Roo [Tue, 23 Apr 2019 11:43:52 +0000 (13:43 +0200)]
Image: perfs improvement
Niki Roo [Tue, 23 Apr 2019 06:54:05 +0000 (08:54 +0200)]
test: new: CryptUtilsTest
Niki Roo [Tue, 23 Apr 2019 06:53:37 +0000 (08:53 +0200)]
CryptUtils: new decrypts(..)
Niki Roo [Tue, 23 Apr 2019 05:44:22 +0000 (07:44 +0200)]
Move test code out of "test" package
Niki Roo [Tue, 23 Apr 2019 05:28:39 +0000 (07:28 +0200)]
CryptUtils: add I/O streams
Niki Roo [Tue, 23 Apr 2019 04:46:37 +0000 (06:46 +0200)]
Merge branch 'master' of github.com:nikiroo/fanfix
Niki Roo [Mon, 22 Apr 2019 19:23:28 +0000 (21:23 +0200)]
CryptUtils: jdoc and code should agree
Niki Roo [Mon, 22 Apr 2019 19:12:28 +0000 (21:12 +0200)]
remote: better handling of key error
Niki Roo [Mon, 22 Apr 2019 19:11:34 +0000 (21:11 +0200)]
server: better handling of crypt error
Niki Roo [Mon, 22 Apr 2019 18:47:53 +0000 (20:47 +0200)]
remove double key handling
Niki Roo [Mon, 22 Apr 2019 18:44:55 +0000 (20:44 +0200)]
ssl -> cryptutils
Niki Roo [Mon, 22 Apr 2019 18:40:33 +0000 (20:40 +0200)]
Fanfiction: title should not be NULL
Niki Roo [Mon, 22 Apr 2019 18:38:58 +0000 (20:38 +0200)]
serial: switch from SSL to CryptUtils
Niki Roo [Mon, 22 Apr 2019 17:42:34 +0000 (19:42 +0200)]
update changelog
Niki Roo [Mon, 22 Apr 2019 17:42:09 +0000 (19:42 +0200)]
new: crypt utils
Niki Roo [Mon, 22 Apr 2019 10:34:04 +0000 (12:34 +0200)]
Download: make sure to close in when caching
Niki Roo [Mon, 22 Apr 2019 09:39:57 +0000 (11:39 +0200)]
update TODO comment
Niki Roo [Mon, 22 Apr 2019 09:22:49 +0000 (11:22 +0200)]
sercer: fix one arg cmd, traces
Niki Roo [Mon, 22 Apr 2019 09:15:00 +0000 (11:15 +0200)]
server: fix traces, auth errors
Niki Roo [Mon, 22 Apr 2019 09:13:48 +0000 (11:13 +0200)]
server: allow closing conn from server action
Niki Roo [Mon, 22 Apr 2019 08:35:28 +0000 (10:35 +0200)]
remove uneeded log
Niki Roo [Mon, 22 Apr 2019 08:34:24 +0000 (10:34 +0200)]
remove uneeded log
Niki Roo [Mon, 22 Apr 2019 08:10:50 +0000 (10:10 +0200)]
Merge branch 'master' of github.com:nikiroo/nikiroo-utils
Niki Roo [Sat, 20 Apr 2019 13:51:09 +0000 (15:51 +0200)]
jdoc
Niki Roo [Fri, 19 Apr 2019 22:55:09 +0000 (00:55 +0200)]
--tag -> --search-tag
Niki Roo [Fri, 19 Apr 2019 22:40:34 +0000 (00:40 +0200)]
GUI search: beta quality
Niki Roo [Fri, 19 Apr 2019 20:31:48 +0000 (22:31 +0200)]
oopsie: class for page navigation
Niki Roo [Fri, 19 Apr 2019 20:31:12 +0000 (22:31 +0200)]
export page navigation to own class
Niki Roo [Fri, 19 Apr 2019 15:40:14 +0000 (17:40 +0200)]
GUI search: code cleanup + jDoc
Niki Roo [Thu, 18 Apr 2019 20:21:06 +0000 (22:21 +0200)]
GUI search: forgot 2 filesgit add src/be/nikiroo/fanfix/reader/ui/GuiReaderSearchBy*!
Niki Roo [Thu, 18 Apr 2019 20:20:18 +0000 (22:20 +0200)]
GUI search: regorg done
Niki Roo [Thu, 18 Apr 2019 17:39:10 +0000 (19:39 +0200)]
GUI search: reorg mostly OK
Niki [Thu, 18 Apr 2019 13:36:36 +0000 (15:36 +0200)]
GUI search: reorg, step 2
Niki [Thu, 18 Apr 2019 10:47:31 +0000 (12:47 +0200)]
GUI search: reorg, step 1
Niki Roo [Thu, 18 Apr 2019 07:18:29 +0000 (09:18 +0200)]
GUI search: code reorg step 0
Niki Roo [Wed, 17 Apr 2019 17:51:39 +0000 (19:51 +0200)]
code cleanup
Niki Roo [Wed, 17 Apr 2019 17:02:15 +0000 (19:02 +0200)]
GUI: search: stories with tags
Niki Roo [Wed, 17 Apr 2019 16:46:27 +0000 (18:46 +0200)]
GUI: search: show all tag bars