PiratX-NoCleanFork/README.md

41 lines
1.8 KiB
Markdown
Raw Normal View History

# monocles chat
2014-10-23 00:26:47 +02:00
2024-08-31 20:41:31 +02:00
This is a fork of [Conversations](https://conversations.im) to implement features of use to the [Sopranica](https://soprani.ca) project.
2014-10-23 00:26:47 +02:00
The monocles chat app allows you to join a worldwide communication network. It especially focuses on features useful to users who want to contact those on other networks as well, such as SMS-enabled phone numbers.
2017-05-13 17:28:31 +02:00
2024-08-31 20:41:31 +02:00
Based on the app Conversations, but with unique features:
2014-10-23 00:26:47 +02:00
2024-08-31 20:41:31 +02:00
* 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
2023-11-06 15:27:24 +01:00
2024-08-31 20:41:31 +02:00
## Getting Help
2014-10-23 00:26:47 +02:00
2024-08-31 20:41:31 +02:00
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:support@conference.monocles.eu?join](xmpp:support@conference.monocles.eu?join)
2014-10-23 00:26:47 +02:00
2024-08-31 20:41:31 +02:00
## Contributing
2014-10-23 00:26:47 +02:00
2024-08-31 20:41:31 +02:00
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:
2014-10-23 00:26:47 +02:00
2024-08-31 20:41:31 +02:00
git remote rename origin upstream
git remote add origin git@git.sr.ht:~yourname/cheogram-android
git push -u origin master
2014-10-23 00:26:47 +02:00
2024-08-31 20:41:31 +02:00
Then generate the pull request:
2014-10-23 00:26:47 +02:00
2024-08-31 20:41:31 +02:00
git fetch upstream master
git request-pull -p upstream/master origin
2014-10-23 00:26:47 +02:00
2024-08-31 20:41:31 +02:00
And copy-paste the result into a plain-text email to: dev@singpolyma.net
2015-01-13 12:16:07 +01:00
2024-08-31 20:41:31 +02:00
You may alternately use a patch-based approach as described on https://git-send-email.io
2014-10-23 00:26:47 +02:00
2024-08-31 20:41:31 +02:00
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.