1
0
Fork
You've already forked cheogram-android
0
No description
  • Java 99.8%
  • Ruby 0.1%
Find a file
2026年06月07日 19:57:51 +02:00
.builds Allow build to pass without secrets 2026年01月28日 09:16:34 -05:00
art Merge tag '2.11.3' 2023年01月05日 22:50:49 -05:00
docs/user Update migration docs. 2023年09月11日 16:24:42 +00:00
fastlane Merge commit ' a237880593 ' 2025年08月19日 13:56:18 -05:00
gradle/wrapper Merge commit ' 9dbfa78453 ' 2025年08月11日 11:23:51 -05:00
libs bump guava in annotation-processor 2025年03月14日 10:12:35 +01:00
src Fix Webxdc Request Error on null mimeType 2026年06月07日 19:57:51 +02:00
.gitignore Oops 2026年03月27日 07:48:07 -05:00
.woodpecker.yml limit woodpecker to master + tags 2025年01月07日 10:05:54 +01:00
build.gradle fix(entities): cache MUC occupants in own DB rows 2026年02月25日 10:44:16 -05:00
CHANGELOG.md version bump to 2.19.0-beta 2025年06月27日 22:39:22 +02:00
cheogram.doap Initial support for XEP-0221 2023年05月10日 13:11:26 -05:00
Gemfile Generate a screenshot with fastlane 2022年03月14日 13:26:23 -05:00
Gemfile.lock Generate a screenshot with fastlane 2022年03月14日 13:26:23 -05:00
gradle.properties Merge branch 'master' of codeberg.org:iNPUTmice/Conversations 2023年10月31日 10:19:34 -05:00
gradlew update gradle wrapper 2024年04月20日 21:44:48 +02:00
gradlew.bat update gradle wrapper 2024年04月20日 21:44:48 +02:00
LICENSE added license file 2014年03月25日 01:47:08 +01:00
proguard-rules.pro Merge branch 'master' of https://codeberg.org/iNPUTmice/Conversations 2025年01月28日 16:53:36 -05:00
README.md Add FAQ entry to README.md: "Conversations is consuming a lot of battery, what can I do?" 2025年01月08日 10:31:14 +00:00
settings.gradle provide alternative api for XMPP extensions 2024年05月24日 08:30:11 +02:00

Cheogram Android

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

The Cheogram Android 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: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.