messenger-android

Android graphical user interfaces for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 12d66fb70aeab3dc596ede1eb844aec7fdf119fb
parent 7d16b8a98416895f359fcf6ef6e631adb008cbb1
Author: t3sserakt <t3sserakt@posteo.de>
Date:   Wed, 22 Apr 2026 18:32:01 +0200

Remove list attributes button

Diffstat:
MGNUnetMessenger/.idea/gradle.xml | 1+
MGNUnetMessenger/app/src/main/java/org/gnunet/gnunetmessenger/ui/BaseProfileFragment.kt | 2+-
MGNUnetMessenger/app/src/main/res/layout/fragment_account_details.xml | 4++--
MGNUnetMessenger/app/src/main/res/layout/fragment_profile_base.xml | 4++--
4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/GNUnetMessenger/.idea/gradle.xml b/GNUnetMessenger/.idea/gradle.xml @@ -6,6 +6,7 @@ <GradleProjectSettings> <option name="testRunner" value="CHOOSE_PER_TEST" /> <option name="externalProjectPath" value="$PROJECT_DIR$" /> + <option name="gradleJvm" value="jbr-21" /> <option name="modules"> <set> <option value="$PROJECT_DIR$" /> diff --git a/GNUnetMessenger/app/src/main/java/org/gnunet/gnunetmessenger/ui/BaseProfileFragment.kt b/GNUnetMessenger/app/src/main/java/org/gnunet/gnunetmessenger/ui/BaseProfileFragment.kt @@ -53,7 +53,7 @@ abstract class BaseProfileFragment : Fragment() { saveNameButton = view.findViewById(R.id.btn_save_name) publicKeyText = view.findViewById(R.id.publicKeyText) qrCodeImage = view.findViewById(R.id.qrCodeImage) - listAttributesButton = view.findViewById(R.id.btn_list_attributes) + //listAttributesButton = view.findViewById(R.id.btn_list_attributes) shareAttributesButton = view.findViewById(R.id.btn_share_attributes) shareIdentityButton = view.findViewById(R.id.btn_share_identity) blockContactButton = view.findViewById(R.id.btn_block_contact) diff --git a/GNUnetMessenger/app/src/main/res/layout/fragment_account_details.xml b/GNUnetMessenger/app/src/main/res/layout/fragment_account_details.xml @@ -47,12 +47,12 @@ android:layout_height="wrap_content" android:layout_marginTop="8dp"/> - <Button + <!--<Button android:id="@+id/btn_list_attributes" android:text="List Attributes" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="16dp"/> + android:layout_marginTop="16dp"/>--> <Button android:id="@+id/btn_share_identity" android:text="Share Identity" diff --git a/GNUnetMessenger/app/src/main/res/layout/fragment_profile_base.xml b/GNUnetMessenger/app/src/main/res/layout/fragment_profile_base.xml @@ -74,12 +74,12 @@ android:layout_gravity="center_horizontal" android:visibility="gone" /> - <Button + <!--<Button android:id="@+id/btn_list_attributes" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="List Attributes" - android:layout_marginTop="16dp" /> + android:layout_marginTop="16dp" />--> <Button android:id="@+id/btn_share_attributes"