Commit Graph

14 Commits

Author SHA1 Message Date
8cbdce6eac Refactored to use StreamableWriter
Bumped the msgpack library to 2.0.1 (the 2.0.0 build was fubar)
2017-11-21 10:44:41 +01:00
ece9cd8667 Improved the labeler and bumped the msgpack library to 2.0.0 2017-09-23 08:22:34 +02:00
bf0c946c52 Different improvements
- catch all kinds of errors when selector binding fails
- pimped DefaultLabeler to support listeners
- added pagination capabilities to AbstractMessageRepository
2017-09-13 08:06:06 +02:00
c8dfc3b459 Added option to save labels
and other improvements and fixes used for exports and imports
2017-08-25 21:11:10 +02:00
cf6b3e2603 Added easy way to disable acknowledges and fixed possible issue with builder-constructor 2017-08-11 17:35:46 +02:00
c81c89197b Very minor code improvements 2017-08-11 12:32:20 +02:00
6e79b0c50f Minor improvements and fixes
I copied the Base64 encoder from Android platform (and converted it to Kotlin) because the Java one exists only since 1.8
(I don't now if I want to curse Java for not supporting Base64 out of the box earlier, or Android for not supporting a recent Java API)
2017-07-29 14:56:03 +02:00
6c04aa683e Added exports for messages, labels and adddresses
and some code improvements
2017-07-21 10:27:20 +02:00
3e286c08b4 Fixed typo 2017-07-15 19:56:14 +02:00
644dcc692f Minor improvements 2017-07-15 19:41:20 +02:00
1a33f744d6 Some improvements for Java interoperability 2017-07-08 19:53:29 +02:00
d3a06e7639 Added version to user agent info, and other minor fixes 2017-07-05 00:37:45 +02:00
a8addf946b Minor improvements and version bumps 2017-07-02 08:37:43 +02:00
a245288359 Migrated everything except
- the Bytes utilities class - it's easier to do in Java as with Kotlin byte + byte = int
- the demo project, which I'm not sure I'll migrate. Maybe I'll make a new Kotlin Demo application
2017-06-28 00:01:05 +02:00