1
0
Fork 1
Cleaned version of monocles_chat done by git-filter-repo. Clean in this case means "remove unnecessary big files from history". The update is done through scheduled action: https://git.fucktheforce.de/thedevstack/actions-runner/src/branch/master/.forgejo/workflows/monocles_chat_clean.yml
Find a file
2024-09-01 09:54:22 +02:00
.builds Further applying monocles database and strings 2024-09-01 09:54:22 +02:00
.github removed OTR (for now..), cherry picked blabber.im updates (Christan Schneppe, Daniel Gultsch) 2021-12-29 22:34:29 +01:00
art Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
docs/user Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
fastlane/metadata/android Update Changelog 1.7.11 2024-08-29 13:02:26 +02:00
monocleschatFree/debug Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
src Further applying monocles database and strings 2024-09-01 09:54:22 +02:00
.gitignore ignore builds 2024-08-31 21:50:51 +02:00
.gitlab-ci.yml merge changes from PixArtMessenger 2020-05-07 21:12:51 +02:00
.woodpecker.yml Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
build.gradle Apply monocles context file preview 2024-08-31 22:33:36 +02:00
CHANGELOG.md Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
Gemfile Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
Gemfile.lock Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
gradle.properties Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
gradlew Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
gradlew.bat Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
LICENSE added license file 2014-03-25 01:47:08 +01:00
monocles.doap Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
proguard-rules.pro Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00
README.md Further applying monocles database and strings 2024-09-01 09:54:22 +02:00
settings.gradle Initial rebase for monocles chat 1.8 2024-08-31 20:41:31 +02:00

monocles chat

This is a fork of Conversations to implement features of use to the Sopranica project.

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.

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:support@conference.monocles.eu?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.