]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/App.java
Remove libsignal-service from manager lib API
[signal-cli] / src / main / java / org / asamk / signal / App.java
2021-11-06 AsamKRemove libsignal-service from manager lib API
2021-10-02 AsamKRefactor dbus linked devices interface
2021-09-30 AsamKRemove workaround for getBoolean from JsonRpcLocalCommand
2021-09-28 AsamKRefactor dbus client mode to improve maintainability
2021-09-28 AsamKRefactor Manager interface
2021-09-08 AsamKPrint stack trace of exception causes in verbose mode
2021-08-23 AsamKAdd new --trust-new-identities global parameter
2021-08-20 AsamKLet commands specify their own default output if none...
2021-08-20 AsamKRefactor command creation
2021-08-09 AsamKAdd PlainTextWriter interface
2021-08-08 AsamKAdd dbus SignalControl interface to register/verify...
2021-08-08 AsamKRefactor output writers
2021-08-08 AsamKRemove fallbacks to deprecated data paths
2021-05-20 AsamKImprove command line help
2021-05-13 AsamKUpdate argparse4j
2021-05-12 AsamKAdd --service-environment to allow testing against...
2021-05-12 AsamKPrevent NPE during migration, when profile key is null
2021-05-11 AsamKWarn when using a legacy data path
2021-03-08 AsamKIgnore broken user data again for multi account commands
2021-03-08 AsamKAllow MultiLocalCommands to be called when no local...
2021-02-27 AsamKPrint exception name when failing to load state fiel
2021-02-23 AsamKAdd CommandException to abstract cli return codes for...
2021-02-21 AsamKUse var instead of explicit types
2021-02-14 AsamKAdd more information for libsignal-client native dependency
2021-01-23 AsamKRefactor ServiceConfig and add sandbox config
2021-01-16 AsamKRename Cli class to App