Sone.git
4 years ago🔥 Remove IMAGES from Album interface
David ‘Bombe’ Roden [Tue, 18 Feb 2020 15:45:21 +0000 (16:45 +0100)]
🔥 Remove IMAGES from Album interface

4 years ago🎨 Add Sone.allImages accessor
David ‘Bombe’ Roden [Tue, 18 Feb 2020 15:43:01 +0000 (16:43 +0100)]
🎨 Add Sone.allImages accessor

4 years ago✅ Add tests for Album.allImages
David ‘Bombe’ Roden [Tue, 18 Feb 2020 15:42:19 +0000 (16:42 +0100)]
✅ Add tests for Album.allImages

4 years ago🔥 Remove FLATTENER from Album interface
David ‘Bombe’ Roden [Tue, 18 Feb 2020 15:31:45 +0000 (16:31 +0100)]
🔥 Remove FLATTENER from Album interface

4 years ago🔥 Replace NOT_EMPTY with Kotlin version
David ‘Bombe’ Roden [Tue, 18 Feb 2020 14:36:46 +0000 (15:36 +0100)]
🔥 Replace NOT_EMPTY with Kotlin version

4 years ago🔥 Remove another function from Sone interface
David ‘Bombe’ Roden [Tue, 18 Feb 2020 13:50:45 +0000 (14:50 +0100)]
🔥 Remove another function from Sone interface

4 years ago🔥 Remove function from Sone interface
David ‘Bombe’ Roden [Tue, 18 Feb 2020 13:37:50 +0000 (14:37 +0100)]
🔥 Remove function from Sone interface

4 years ago🎨 Replace image count comparator with Kotlin version
David ‘Bombe’ Roden [Sun, 16 Feb 2020 20:49:23 +0000 (21:49 +0100)]
🎨 Replace image count comparator with Kotlin version

4 years ago✅ Add test for last-activity comparator
David ‘Bombe’ Roden [Sun, 16 Feb 2020 20:14:57 +0000 (21:14 +0100)]
✅ Add test for last-activity comparator

4 years ago✅ Add test for nice-name comparator
David ‘Bombe’ Roden [Sun, 16 Feb 2020 20:10:39 +0000 (21:10 +0100)]
✅ Add test for nice-name comparator

4 years ago🎨 Replace post count comparator with Kotlin version
David ‘Bombe’ Roden [Sun, 16 Feb 2020 20:04:33 +0000 (21:04 +0100)]
🎨 Replace post count comparator with Kotlin version

4 years ago🎨 Replace last activity comparator with Kotlin version
David ‘Bombe’ Roden [Sun, 16 Feb 2020 19:48:44 +0000 (20:48 +0100)]
🎨 Replace last activity comparator with Kotlin version

4 years ago🎨 Replace nice name comparator with Kotlin version
David ‘Bombe’ Roden [Sun, 16 Feb 2020 12:27:47 +0000 (13:27 +0100)]
🎨 Replace nice name comparator with Kotlin version

4 years ago💚 Use JVM target 1.8 for Kotlin compiler
David ‘Bombe’ Roden [Sun, 16 Feb 2020 12:22:17 +0000 (13:22 +0100)]
💚 Use JVM target 1.8 for Kotlin compiler

4 years ago🔥 Remove unused predicates
David ‘Bombe’ Roden [Sun, 16 Feb 2020 12:03:57 +0000 (13:03 +0100)]
🔥 Remove unused predicates

4 years ago✏️ Fix typo in test name
David ‘Bombe’ Roden [Sun, 16 Feb 2020 12:01:39 +0000 (13:01 +0100)]
✏️ Fix typo in test name

4 years ago🔊 Implement toString() on post reply
David ‘Bombe’ Roden [Fri, 14 Feb 2020 17:46:56 +0000 (18:46 +0100)]
🔊 Implement toString() on post reply

4 years ago🔥 Remove unnecessary request URI from inserted Sone
David ‘Bombe’ Roden [Wed, 12 Feb 2020 20:44:01 +0000 (21:44 +0100)]
🔥 Remove unnecessary request URI from inserted Sone

4 years ago🎨 Use try-with-resources instead of Closer
David ‘Bombe’ Roden [Wed, 12 Feb 2020 20:40:15 +0000 (21:40 +0100)]
🎨 Use try-with-resources instead of Closer

4 years ago♻️ Use URI creator to create Sone URIs
David ‘Bombe’ Roden [Tue, 11 Feb 2020 19:22:49 +0000 (20:22 +0100)]
♻️ Use URI creator to create Sone URIs

4 years ago🔥 Remove useless javadoc
David ‘Bombe’ Roden [Tue, 11 Feb 2020 19:22:21 +0000 (20:22 +0100)]
🔥 Remove useless javadoc

4 years ago🔇 Silence logger during freenet interface test
David ‘Bombe’ Roden [Tue, 11 Feb 2020 19:20:05 +0000 (20:20 +0100)]
🔇 Silence logger during freenet interface test

4 years ago♻️ Use URI creator in inserter
David ‘Bombe’ Roden [Tue, 11 Feb 2020 18:23:25 +0000 (19:23 +0100)]
♻️ Use URI creator in inserter

4 years ago🔥 Remove useless javadoc
David ‘Bombe’ Roden [Tue, 11 Feb 2020 18:22:06 +0000 (19:22 +0100)]
🔥 Remove useless javadoc

4 years ago✅ Add test for URI creator being created by Guice
David ‘Bombe’ Roden [Tue, 11 Feb 2020 18:21:27 +0000 (19:21 +0100)]
✅ Add test for URI creator being created by Guice

4 years ago♻️ Replace Sone URI creator with Kotlin version
David ‘Bombe’ Roden [Tue, 11 Feb 2020 17:51:43 +0000 (18:51 +0100)]
♻️ Replace Sone URI creator with Kotlin version

4 years ago🔥 Remove getInsertUri() method from Sone interface
David ‘Bombe’ Roden [Tue, 11 Feb 2020 17:03:45 +0000 (18:03 +0100)]
🔥 Remove getInsertUri() method from Sone interface

4 years ago✏️ Fix test name
David ‘Bombe’ Roden [Tue, 11 Feb 2020 17:02:00 +0000 (18:02 +0100)]
✏️ Fix test name

4 years ago🔥 Replace Guava’s ByteStream method with Kotlin method
David ‘Bombe’ Roden [Tue, 11 Feb 2020 17:01:34 +0000 (18:01 +0100)]
🔥 Replace Guava’s ByteStream method with Kotlin method

4 years ago♻️ Use Sone’s identity to create insert URI
David ‘Bombe’ Roden [Tue, 11 Feb 2020 17:01:09 +0000 (18:01 +0100)]
♻️ Use Sone’s identity to create insert URI

4 years ago🚚 Move kotlin files to correct source path
David ‘Bombe’ Roden [Sun, 9 Feb 2020 13:03:41 +0000 (14:03 +0100)]
🚚 Move kotlin files to correct source path

4 years ago🔀 Merge branch 'master' into next
David ‘Bombe’ Roden [Sun, 9 Feb 2020 19:08:32 +0000 (20:08 +0100)]
🔀 Merge branch 'master' into next

4 years ago🔀 Merge “release/v81” into “master” v81
David ‘Bombe’ Roden [Sun, 9 Feb 2020 11:16:48 +0000 (12:16 +0100)]
🔀 Merge “release/v81” into “master”

4 years ago🔖 Set version to 81
David ‘Bombe’ Roden [Sun, 9 Feb 2020 11:16:16 +0000 (12:16 +0100)]
🔖 Set version to 81

4 years ago📄 Update latest edition
David ‘Bombe’ Roden [Sun, 9 Feb 2020 11:15:41 +0000 (12:15 +0100)]
📄 Update latest edition

4 years ago📄 Update year in file headers
David ‘Bombe’ Roden [Sun, 9 Feb 2020 11:13:07 +0000 (12:13 +0100)]
📄 Update year in file headers

4 years ago📄 Update filenames in file headers
David ‘Bombe’ Roden [Sun, 9 Feb 2020 11:12:14 +0000 (12:12 +0100)]
📄 Update filenames in file headers

4 years ago🌐 Update translation files to match what’s in Transifex
David ‘Bombe’ Roden [Sun, 9 Feb 2020 10:53:29 +0000 (11:53 +0100)]
🌐 Update translation files to match what’s in Transifex

4 years ago🔀 Merge “feature/notification-handler” into “next”
David ‘Bombe’ Roden [Sun, 9 Feb 2020 10:42:34 +0000 (11:42 +0100)]
🔀 Merge “feature/notification-handler” into “next”

4 years ago🚨 Suppress some warnings about unused parameters
David ‘Bombe’ Roden [Sun, 9 Feb 2020 00:13:51 +0000 (01:13 +0100)]
🚨 Suppress some warnings about unused parameters

4 years ago🔥 Remove unused methods
David ‘Bombe’ Roden [Sat, 8 Feb 2020 23:57:57 +0000 (00:57 +0100)]
🔥 Remove unused methods

4 years ago♻️ Use handler for Sone insertion notifications
David ‘Bombe’ Roden [Sat, 8 Feb 2020 23:55:09 +0000 (00:55 +0100)]
♻️ Use handler for Sone insertion notifications

4 years ago✅ Don’t run some tests in parallel
David ‘Bombe’ Roden [Sat, 8 Feb 2020 23:53:44 +0000 (00:53 +0100)]
✅ Don’t run some tests in parallel

4 years ago♻️ Move removal of remote posts to handler
David ‘Bombe’ Roden [Sat, 8 Feb 2020 12:27:45 +0000 (13:27 +0100)]
♻️ Move removal of remote posts to handler

4 years ago♻️ Use notification handler tester
David ‘Bombe’ Roden [Sat, 8 Feb 2020 12:23:19 +0000 (13:23 +0100)]
♻️ Use notification handler tester

4 years ago♻️ Use handler for local-reply notifications
David ‘Bombe’ Roden [Sat, 8 Feb 2020 12:09:17 +0000 (13:09 +0100)]
♻️ Use handler for local-reply notifications

4 years ago🐛 Don’t show notification for remote posts
David ‘Bombe’ Roden [Sat, 8 Feb 2020 10:48:49 +0000 (11:48 +0100)]
🐛 Don’t show notification for remote posts

4 years ago🐛 Add missing local post handler
David ‘Bombe’ Roden [Sat, 8 Feb 2020 08:11:01 +0000 (09:11 +0100)]
🐛 Add missing local post handler

4 years ago✨ Use recipient Sone as reply sender
David ‘Bombe’ Roden [Mon, 27 Jan 2020 09:11:50 +0000 (10:11 +0100)]
✨ Use recipient Sone as reply sender

4 years ago🐛 Fix NPE when post isn’t loaded
David ‘Bombe’ Roden [Sun, 12 Jan 2020 12:03:23 +0000 (13:03 +0100)]
🐛 Fix NPE when post isn’t loaded

4 years ago🚧 Use handler for new-reply notifications
David ‘Bombe’ Roden [Thu, 9 Jan 2020 22:01:20 +0000 (23:01 +0100)]
🚧 Use handler for new-reply notifications

4 years ago🚧 Add handler for marking replies as known during first start
David ‘Bombe’ Roden [Thu, 9 Jan 2020 21:18:13 +0000 (22:18 +0100)]
🚧 Add handler for marking replies as known during first start

4 years ago🚚 Move post and reply mocks to correct file
David ‘Bombe’ Roden [Thu, 9 Jan 2020 21:12:31 +0000 (22:12 +0100)]
🚚 Move post and reply mocks to correct file

4 years ago🌐 Update German translation
David ‘Bombe’ Roden [Wed, 8 Jan 2020 20:58:23 +0000 (21:58 +0100)]
🌐 Update German translation

4 years ago🔥 Clean up imports
David ‘Bombe’ Roden [Mon, 6 Jan 2020 06:54:09 +0000 (07:54 +0100)]
🔥 Clean up imports

4 years ago♻️ Use handler for sone-mentioned notifications
David ‘Bombe’ Roden [Sun, 5 Jan 2020 21:31:54 +0000 (22:31 +0100)]
♻️ Use handler for sone-mentioned notifications

4 years ago🚧 Send event when mention is removed
David ‘Bombe’ Roden [Sun, 5 Jan 2020 00:51:05 +0000 (01:51 +0100)]
🚧 Send event when mention is removed

4 years ago✨ Add onTrue method for Booleans
David ‘Bombe’ Roden [Sat, 4 Jan 2020 23:40:52 +0000 (00:40 +0100)]
✨ Add onTrue method for Booleans

4 years ago🚚 Rename local-sone-mentioned event
David ‘Bombe’ Roden [Sat, 4 Jan 2020 21:50:00 +0000 (22:50 +0100)]
🚚 Rename local-sone-mentioned event

4 years ago🐛 Emit event for replies as well
David ‘Bombe’ Roden [Sat, 4 Jan 2020 16:17:45 +0000 (17:17 +0100)]
🐛 Emit event for replies as well

4 years ago✅ Improve test for not added notification
David ‘Bombe’ Roden [Sat, 4 Jan 2020 15:30:54 +0000 (16:30 +0100)]
✅ Improve test for not added notification

4 years ago🎨 Add helper for simulating first start
David ‘Bombe’ Roden [Sat, 4 Jan 2020 15:30:29 +0000 (16:30 +0100)]
🎨 Add helper for simulating first start

4 years ago🚧 Start Sone mention detector automatically
David ‘Bombe’ Roden [Sat, 4 Jan 2020 14:42:14 +0000 (15:42 +0100)]
🚧 Start Sone mention detector automatically

4 years ago🚧 Add detector for mentioned local Sones
David ‘Bombe’ Roden [Sat, 4 Jan 2020 14:40:31 +0000 (15:40 +0100)]
🚧 Add detector for mentioned local Sones

4 years ago🎨 Add helpers for Freenet’s base64 implementation
David ‘Bombe’ Roden [Sat, 4 Jan 2020 14:31:53 +0000 (15:31 +0100)]
🎨 Add helpers for Freenet’s base64 implementation

4 years ago🔀 Merge “next” into “feature/notification-handlers”
David ‘Bombe’ Roden [Thu, 2 Jan 2020 21:00:17 +0000 (22:00 +0100)]
🔀 Merge “next” into “feature/notification-handlers”

4 years ago✨ Create reply from post-dependent Sone
David ‘Bombe’ Roden [Thu, 2 Jan 2020 20:57:42 +0000 (21:57 +0100)]
✨ Create reply from post-dependent Sone

4 years ago🚧 Add “replySone” member to post accessor
David ‘Bombe’ Roden [Thu, 2 Jan 2020 20:56:47 +0000 (21:56 +0100)]
🚧 Add “replySone” member to post accessor

4 years ago🎨 Replace post accessor with Kotlin version
David ‘Bombe’ Roden [Thu, 2 Jan 2020 19:53:19 +0000 (20:53 +0100)]
🎨 Replace post accessor with Kotlin version

4 years ago🎨 Replace post accessor test with Kotlin version
David ‘Bombe’ Roden [Thu, 2 Jan 2020 19:31:55 +0000 (20:31 +0100)]
🎨 Replace post accessor test with Kotlin version

4 years ago🌐 Update French translation
Salvatore Giudice [Thu, 2 Jan 2020 18:59:24 +0000 (19:59 +0100)]
🌐 Update French translation

4 years ago🔥 Remove ticker from web interface
David ‘Bombe’ Roden [Thu, 12 Dec 2019 20:01:36 +0000 (21:01 +0100)]
🔥 Remove ticker from web interface

4 years ago🔥 Clean up imports
David ‘Bombe’ Roden [Thu, 12 Dec 2019 19:59:54 +0000 (20:59 +0100)]
🔥 Clean up imports

4 years ago✨ Add ticker shutdown wrapper
David ‘Bombe’ Roden [Thu, 12 Dec 2019 19:54:06 +0000 (20:54 +0100)]
✨ Add ticker shutdown wrapper

4 years ago🚧 Add tickers wrapper to shutdown tickers
David ‘Bombe’ Roden [Thu, 12 Dec 2019 19:29:57 +0000 (20:29 +0100)]
🚧 Add tickers wrapper to shutdown tickers

4 years ago✨ Send shutdown event on termination
David ‘Bombe’ Roden [Thu, 12 Dec 2019 19:24:48 +0000 (20:24 +0100)]
✨ Send shutdown event on termination

4 years ago🐛 Remove useless double plugin start in test
David ‘Bombe’ Roden [Thu, 12 Dec 2019 19:18:04 +0000 (20:18 +0100)]
🐛 Remove useless double plugin start in test

4 years ago♻️ Move web of trust notification into handler
David ‘Bombe’ Roden [Thu, 12 Dec 2019 19:03:58 +0000 (20:03 +0100)]
♻️ Move web of trust notification into handler

4 years ago🚧 Change rescheduling method
David ‘Bombe’ Roden [Thu, 12 Dec 2019 19:02:56 +0000 (20:02 +0100)]
🚧 Change rescheduling method

4 years ago🚧 Use ticker from Sone module for notifications
David ‘Bombe’ Roden [Thu, 12 Dec 2019 19:00:47 +0000 (20:00 +0100)]
🚧 Use ticker from Sone module for notifications

4 years ago✅ Replace test for scheduling with better test
David ‘Bombe’ Roden [Thu, 12 Dec 2019 18:55:19 +0000 (19:55 +0100)]
✅ Replace test for scheduling with better test

4 years ago🚧 Add DI configuration for notification ticker
David ‘Bombe’ Roden [Thu, 12 Dec 2019 18:41:16 +0000 (19:41 +0100)]
🚧 Add DI configuration for notification ticker

4 years ago🎨 Use singleton verifier
David ‘Bombe’ Roden [Thu, 12 Dec 2019 18:39:20 +0000 (19:39 +0100)]
🎨 Use singleton verifier

4 years ago🎨 Use Runnable instead of a Kotlin arrow type
David ‘Bombe’ Roden [Wed, 11 Dec 2019 21:03:56 +0000 (22:03 +0100)]
🎨 Use Runnable instead of a Kotlin arrow type

4 years ago🚧 Add handler for web of trust notifications
David ‘Bombe’ Roden [Wed, 11 Dec 2019 20:00:00 +0000 (21:00 +0100)]
🚧 Add handler for web of trust notifications

4 years ago🚧 Add web of trust pinger and events
David ‘Bombe’ Roden [Wed, 11 Dec 2019 19:42:40 +0000 (20:42 +0100)]
🚧 Add web of trust pinger and events

4 years ago♻️ Move startup notification into handler
David ‘Bombe’ Roden [Wed, 11 Dec 2019 18:46:11 +0000 (19:46 +0100)]
♻️ Move startup notification into handler

4 years ago🎨 Declare return value for ticker explicitely
David ‘Bombe’ Roden [Wed, 11 Dec 2019 18:42:55 +0000 (19:42 +0100)]
🎨 Declare return value for ticker explicitely

4 years ago🚧 Add handler for startup event
David ‘Bombe’ Roden [Wed, 11 Dec 2019 18:01:05 +0000 (19:01 +0100)]
🚧 Add handler for startup event

4 years ago✅ Add convenience function for runnables
David ‘Bombe’ Roden [Wed, 11 Dec 2019 18:00:35 +0000 (19:00 +0100)]
✅ Add convenience function for runnables

4 years ago♻️ Move test executor to its own file
David ‘Bombe’ Roden [Wed, 11 Dec 2019 17:58:25 +0000 (18:58 +0100)]
♻️ Move test executor to its own file

4 years ago🚨 Add @Nonnull annotation
David ‘Bombe’ Roden [Wed, 11 Dec 2019 17:35:13 +0000 (18:35 +0100)]
🚨 Add @Nonnull annotation

4 years ago🚧 Send startup event on startup
David ‘Bombe’ Roden [Wed, 11 Dec 2019 17:33:40 +0000 (18:33 +0100)]
🚧 Send startup event on startup

4 years ago♻️ Get event bus only once
David ‘Bombe’ Roden [Wed, 11 Dec 2019 17:32:47 +0000 (18:32 +0100)]
♻️ Get event bus only once

4 years ago♻️ Move config-not-read notification into handler
David ‘Bombe’ Roden [Wed, 11 Dec 2019 17:22:33 +0000 (18:22 +0100)]
♻️ Move config-not-read notification into handler

4 years ago🚧 Add handler for config-not-read notification
David ‘Bombe’ Roden [Wed, 11 Dec 2019 17:04:20 +0000 (18:04 +0100)]
🚧 Add handler for config-not-read notification

4 years ago🚧 Send “config not read” event in plugin
David ‘Bombe’ Roden [Wed, 11 Dec 2019 16:31:15 +0000 (17:31 +0100)]
🚧 Send “config not read” event in plugin

4 years ago♻️ Simplify event bus interaction
David ‘Bombe’ Roden [Wed, 11 Dec 2019 16:29:06 +0000 (17:29 +0100)]
♻️ Simplify event bus interaction

4 years ago♻️ Move first-start notification into handler
David ‘Bombe’ Roden [Wed, 11 Dec 2019 15:55:44 +0000 (16:55 +0100)]
♻️ Move first-start notification into handler

4 years ago🚧 Add first-start notification handler
David ‘Bombe’ Roden [Wed, 11 Dec 2019 15:45:07 +0000 (16:45 +0100)]
🚧 Add first-start notification handler