]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/ListGroupsCommand.java
Update gradle
[signal-cli] / src / main / java / org / asamk / signal / commands / ListGroupsCommand.java
2024-11-23 AsamKReformat files
2023-11-10 AsamKReorder static final modifier
2023-10-24 AsamKUse pattern matching switch cases
2023-10-17 AsamKUse .isEmpty() for checking lists and strings
2022-10-08 AsamKRefactor RecipientAddress
2022-05-16 AsamKAdded new parameter to filter the output of listGroups...
2022-04-09 AsamKAdd support for banning/unbanning group members
2021-12-11 AsamKReplace collect(Collectors.toList()) with toList()
2021-12-06 AsamKConvert RecipientAddress to record
2021-11-14 AsamKClean up base package
2021-10-27 AsamKUse record classes
2021-10-27 AsamKUse Java 17
2021-10-09 AsamKImplement new dbus group interface
2021-09-30 AsamKRemove workaround for getBoolean from JsonRpcLocalCommand
2021-09-28 AsamKRefactor Manager interface
2021-08-29 AsamKUpdate libsignal-service-java
2021-08-22 AsamKPrint message expiration time in listGroups command
2021-08-22 AsamKAdd member uuids to listGroup json output
2021-08-20 AsamKRefactor command creation
2021-08-10 AsamKImplement jsonRpc command
2021-08-08 AsamKRefactor output writers
2021-05-20 AsamKImprove command line help
2021-05-19 AsamKUpdate libsignal-service-java
2021-05-15 AsamKImplement add/remove admin privileges
2021-05-13 AsamKAdd group descriptions
2021-05-03 AsamKRefactor group store
2021-02-23 AsamKAdd CommandException to abstract cli return codes for...
2021-02-22 AsamKUse PlainTextWriter for all cli stdout output
2021-02-21 AsamKUse var instead of explicit types
2021-01-16 AsamKCheck if output type is supported by command
2021-01-16 AsamKExtract JsonWriter for json output
2021-01-16 AsamKAdd an enum for output types
2021-01-16 AsamKAllow calling signal-cli without -u flag
2021-01-13 Atomic-BeanAdded JSON output to listGroups and allowed json to...
2021-01-10 AsamKRefactor register and verify
2020-12-29 AsamKMove storage package to manager
2020-12-29 AsamKMove group classes to separate package
2020-12-24 AsamKRefactor to use GroupId class to wrap the byte array
2020-12-21 AsamKShow group invite link in group list
2020-12-08 AsamKReformat project
2020-12-04 AsamKShow pending and requesting members of v2 groups
2020-11-23 AsamKImplement support for sending/receiving Group V2 messages
2020-03-23 AsamKStore group member uuids in group store
2020-03-22 AsamKMark group as active when the user hasn't left it
2020-01-22 Daniel SchäufeleAdd support for blocking contacts and accounts (#260)
2019-12-30 signal-stickersUpdate to libsignal 2.15.3 (#255)
2019-10-16 AsamKReformat imports
2018-11-20 AsamKSplit commands into separate classes