]> nmode's Git Repositories - signal-cli/history - src/main/java/org/asamk/signal/commands/UpdateProfileCommand.java
Allow using data URIs for updateGroup/updateProfile avatars
[signal-cli] / src / main / java / org / asamk / signal / commands / UpdateProfileCommand.java
2022-11-14 AsamKAllow using data URIs for updateGroup/updateProfile...
2022-05-21 AsamKAdd mobile-coin-address to updateProfile command
2022-05-21 AsamKRefactor manager update profile method
2021-11-14 AsamKClean up base package
2021-10-31 AsamKUse java.util.Optional in Manager interface
2021-09-30 AsamKRemove workaround for getBoolean from JsonRpcLocalCommand
2021-09-08 AsamKPrint stack trace of exception causes in verbose mode
2021-08-20 AsamKRefactor command creation
2021-08-10 AsamKImplement JsonRpc command for commands without output
2021-08-08 AsamKRefactor output writers
2021-05-20 AsamKImprove command line help
2021-05-13 AsamKUpdate argparse4j
2021-05-05 AsamKExtend updateProfile command to set family name
2021-02-23 AsamKAdd CommandException to abstract cli return codes for...
2021-02-21 AsamKUse var instead of explicit types
2021-02-13 AsamKOnly attempt to delete profile avatar if it exists
2021-01-23 AsamKAdd support for about and aboutEmoji for profiles
2021-01-13 AsamKCreate an AvatarStore
2021-01-10 AsamKRefactor register and verify
2020-12-08 AsamKReformat project
2020-08-09 AsamKUpdate dependencies
2019-10-16 AsamKReformat imports
2019-10-16 AsamKMerge profile commands to a single UpdateProfileCommand