-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1413 share view enhancement - REDONE #1551
Conversation
By analyzing the blame information on this pull request, we identified @davivel and @malkomich to be potential reviewers |
@jancborchardt one thing, the user list with 1.9.2 will have three kinds of item types, users, groups and federated shares. For federated I use the "user" icon at the moment, so we are in need for an icon 😄 |
@AndyScherzinger it’s fine to use the same icon for federated shares, since we want to make the difference as little as possible to have a similarly seamless UX. In the list display, the username should be displayed like |
Do you have a screenshot for the @... for user and group to see the difference? |
@davivel is there a test account somewhere that I could use to the the federated shares in action and do the possible UI changes? |
@AndyScherzinger , thanks a lot for redoing this one.
That's going to be difficult for the short term. And we are interested in this for a very, very, very short term.
@jancborchardt , we made the list following the web UI, but I can't remember any |
@davivel you are welcome! No worries, I just wanted to see the user/group/federated display in the web app to better understand Jan's requirement here :) |
@@ -27,18 +27,40 @@ | |||
<LinearLayout android:orientation="vertical" | |||
android:layout_width="match_parent" | |||
android:layout_height="wrap_content"> | |||
<TextView | |||
android:id="@+id/editShareTitle" | |||
android:layout_width="fill_parent" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be match_parent
, fill_parent
is old wording, long time deprecated (though harmless)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed along with some alignment optimizations 968373a
I can upload some screenshots :) |
Code is 👍 @AndyScherzinger , this is your chance to make a very easy rebase ;-)
|
cc @jesmrec , ready to test. |
😞
|
Do you have local copy of master? Try |
Hmmmm, I don't get it... Tried what you said, see commit history, again all commits doubled... We should stop trying to make rebases work for now imho, with the amount of commits this is just to risky. If everything goes according to plan we might be able to teach me this stuff at the next conference... 😞 |
@jancborchardt looking at the screenshots this might be a really tricky one since we don't have that much space on a cellphone, right? |
Else we might be able to do two lines and add that to a second line - ? |
Two lines not, please... Let me see how it's now, I'll push a screenshot with a federated share. |
I'm fine with it the way it is, question is, if we pack in the server address + port it'll be very packed. That is just my concern here. |
cab6f19
to
5feba6a
Compare
Don't worry, I rebased. This was not so tricky, since there was no conflict. @jancborchardt , screenshot of federated share: Ellipsis is done in the middle, a common practice in our mobile apps, if I recall correctly. Is it OK, or should we ellipsize in the end ? |
Looks good to me 👍 |
@carlaschroder just in case this is relevant for documentation, please see above the latest screenshots of the share dialog(s) for the upcoming release 1.9.2 😃 |
QA approved 👍 |
Then... in! |
AWESOME! 🎉 |
Nice, very cool! :) |
For details and discussion please see #1413 and original PR #1416