Skip to content
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

App sorting for TorifiedApps is case sensitive #143

Merged
merged 2 commits into from Apr 20, 2018
Merged

App sorting for TorifiedApps is case sensitive #143

merged 2 commits into from Apr 20, 2018

Conversation

bitmold
Copy link
Collaborator

@bitmold bitmold commented Apr 13, 2018

Lowercase apps are buried at the end of the sorted uppercase apps. This matches the behavior used by every Android launcher that I've used so far. Aside from a smoother UX, it's possible that a user might think Orbot is broken/not trust it if they think that the app they want to use the VPN with is missing.

unsorted

@n8fr8
Copy link
Member

n8fr8 commented Apr 13, 2018

What if we use " compareToIgnoreCase" instead?

@bitmold
Copy link
Collaborator Author

bitmold commented Apr 13, 2018

That's a good call, I did not know that method existed!

@bitmold bitmold changed the title App sorting for TorifiedApps is case insensitive App sorting for TorifiedApps is case sensitive Apr 13, 2018
@n8fr8 n8fr8 merged commit d0cc453 into guardianproject:master Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants