Work fork of an Android Jabber client for bridge users git.sr.ht/~singpolyma/cheogram-android
sopranica sgx xmpp jabber
0

Configure Feed

Select the types of activity you want to include in your feed.

Change default to 1MB

To match the long ago change to JMP MMS limit

Stephen Paul Weber (Apr 10, 2026, 11:10 PM -0500) 7e40b83c c9e4f689

+1 -1
+1 -1
src/main/res/values/defaults.xml
··· 14 14 <string name="notification_ringtone">content://settings/system/notification_sound</string> 15 15 <string name="incoming_call_ringtone">content://settings/system/ringtone</string> 16 16 <integer name="grace_period">144</integer> 17 - <integer name="auto_accept_filesize">3490000</integer> 17 + <integer name="auto_accept_filesize">1048576</integer> 18 18 <string name="picture_compression">auto</string> 19 19 <bool name="use_green_background">true</bool> 20 20 <bool name="large_font">false</bool>