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.

Fix more insets

Stephen Paul Weber (Sep 9, 2025, 8:49 AM -0500) 2fc3c19d b3bcfbbb

+3 -1
+1
src/cheogram/res/layout/activity_easy_invite.xml
··· 5 5 <LinearLayout 6 6 android:layout_width="fill_parent" 7 7 android:layout_height="fill_parent" 8 + android:fitsSystemWindows="true" 8 9 android:orientation="vertical"> 9 10 10 11 <com.google.android.material.appbar.AppBarLayout
+1 -1
src/cheogram/res/layout/activity_magic_create.xml
··· 2 2 <layout xmlns:android="http://schemas.android.com/apk/res/android"> 3 3 4 4 <LinearLayout 5 - 5 + android:fitsSystemWindows="true" 6 6 android:layout_width="match_parent" 7 7 android:layout_height="match_parent" 8 8 android:orientation="vertical">
+1
src/main/res/layout/activity_scan.xml
··· 3 3 <LinearLayout 4 4 android:layout_width="match_parent" 5 5 android:layout_height="match_parent" 6 + android:fitsSystemWindows="true" 6 7 android:orientation="vertical"> 7 8 8 9 <com.google.android.material.appbar.AppBarLayout