From 0d4768fc278bed990e51fd28a5e62100d3c40606 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Thu, 5 Jan 2023 22:29:11 -0500 Subject: [PATCH] Update readme and description --- README.md | 26 +++++++++++++++++++ .../android/en-US/full_description.txt | 3 ++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b92c3843390d6076f3ef79c4017f72b2150836d..bc9154464c0128bee752c8a475c076e06d4d5da3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,32 @@ Based on the app Conversations, but with unique features: * Messages with both media and text, including animated media * Unobtrusive display of subject lines, where present * Links to known contacts are shown with their name +* Show timestamps for calls * Integrates with gateways' add contact flows * When using a gateway to the phone network, integrate with the native Android Phone app * Address book integration +* Tag contacts and channels and browse by tag +* Command UI + +## Getting Help + +If you have any questions about this app, or wish to report a bug, please send email to dev@singpolyma.net or join us in [xmpp:discuss@conference.soprani.ca?join](xmpp:discuss@conference.soprani.ca?join) + +## Contributing + +If you have code or patches you wish to contribute, the maintainer's preferred mechanism is a git pull request. Push your changes to a git repository somewhere, for example: + + git remote rename origin upstream + git remote add origin git@git.sr.ht:~yourname/cheogram-android + git push -u origin master + +Then generate the pull request: + + git fetch upstream master + git request-pull -p upstream/master origin + +And copy-paste the result into a plain-text email to: dev@singpolyma.net + +You may alternately use a patch-based approach as described on https://git-send-email.io + +Contributions follow an inbound=outbound model -- you (or your employer) keep all copyright on your patches, but agree to license them according to this project's COPYING file. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 475532ab81aad02ffd12bb9aea1f580536e49181..2ec7b063636862366c4ec404544ec9ba02616639 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -6,10 +6,11 @@ Based on the app Conversations, but with unique features: * Unobtrusive display of subject lines, where present * Links to known contacts are shown with their name * Show timestamps for calls -* Missed call notifications * Integrates with gateways' add contact flows * When using a gateway to the phone network, integrate with the native Android Phone app * Address book integration +* Tag contacts and channels and browse by tag +* Command UI Where to get service: