[android] Various UX fixups / Improvements #2870

Open
kleidis wants to merge 8 commits from kleidis/eden:ux-improvements into master
Member
  • Swap import / export icons on InstallablesFragment and GamePropertiesFragment
  • Redesign AddonFragment
  • Fix up colors for multiplayer bottom sheets
  • Fix up padding in multiplayer lobby browser
- Swap import / export icons on InstallablesFragment and GamePropertiesFragment - Redesign AddonFragment - Fix up colors for multiplayer bottom sheets - Fix up padding in multiplayer lobby browser
license header
All checks were successful
eden-license / license-header (pull_request) Successful in 30s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
016233c2f1
MaranBr approved these changes 2025-10-29 19:09:13 +01:00
Dismissed
Lizzie approved these changes 2025-10-29 19:45:15 +01:00
Dismissed
@ -67,3 +67,3 @@
android:tooltipText="@string/string_import"
android:visibility="gone"
app:icon="@drawable/ic_import"
app:icon="@drawable/ic_export"
Owner

This is now in the wrong order. Exporting should be given an upload icon, while importing should be given a download icon.

This is now in the wrong order. Exporting should be given an upload icon, while importing should be given a download icon.
Author
Member

ic_import is the downward pointing arrow while ic_export the upward one, I took the suggestion of swapping these for better readability. Should i revert this?

ic_import is the downward pointing arrow while ic_export the upward one, I took the suggestion of swapping these for better readability. Should i revert this?
Owner

Yes, the arrow pointing down indicates data is being put into the application (aka importing) and vice versa.

Yes, the arrow pointing down indicates data is being put into the application (aka importing) and vice versa.
Owner

I disagree with this only because I think the icons should just be removed and it should just say import and export. If basic users don't understand what those two words mean, they shouldn't be even trying to use Eden.

I disagree with this only because I think the icons should just be removed and it should just say import and export. If basic users don't understand what those two words mean, they shouldn't be even trying to use Eden.
kleidis force-pushed ux-improvements from 016233c2f1
All checks were successful
eden-license / license-header (pull_request) Successful in 30s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
to 90dd9d3188
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
2025-10-30 15:40:08 +01:00
Compare
kleidis dismissed MaranBr's review 2025-10-30 15:40:08 +01:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

kleidis dismissed Lizzie's review 2025-10-30 15:40:08 +01:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

All checks were successful
eden-license / license-header (pull_request) Successful in 32s
Required
Details
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
This pull request doesn't have enough approvals yet. 0 of 2 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u ux-improvements:kleidis-ux-improvements
git switch kleidis-ux-improvements
Sign in to join this conversation.
No description provided.