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.

version bump to 2.17.8 + changelog

Daniel Gultsch (Jan 5, 2025, 10:11 PM +0100) cefcd279 ad119d14

+9 -2
+5
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ### Version 2.17.8 4 + 5 + * Fix some minor UI bugs 6 + * Fix connection issues with .onion domains on non-default ports 7 + 3 8 ### Version 2.17.7 4 9 5 10 * Easier access to custom notification sounds via Contact details -> Overflow menu -> Custom notifications)
+2 -2
build.gradle
··· 113 113 defaultConfig { 114 114 minSdkVersion 23 115 115 targetSdkVersion 34 116 - versionCode 42128 117 - versionName "2.17.7" 116 + versionCode 42129 117 + versionName "2.17.8" 118 118 archivesBaseName += "-$versionName" 119 119 applicationId "eu.siacs.conversations" 120 120 resValue "string", "applicationId", applicationId
+2
fastlane/metadata/android/en-US/changelogs/4212904.txt
··· 1 + * Fix some minor UI bugs 2 + * Fix connection issues with .onion domains on non-default ports