This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 527
Multi-select in app list #1318
Labels
Comments
Minor issue with your speedy fix: unselecting the last selected app should exit multi select. |
What do you mean exactly with "inspecting"? |
Sorry: unselecting… |
Long press on a selected app currently exits multi select mode. |
paour
added a commit
to paour/XPrivacy
that referenced
this issue
Feb 12, 2014
Exit select mode when the last selected app is unselected
They're not mutually exclusive and imho users would not expect to still be in multi-select after unselecting the last selected app. I've sent you a tiny pull request (I haven't tried building it, just edited in GitHub). |
M66B
pushed a commit
that referenced
this issue
Feb 13, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the app list multi-select doesn't work the way it is expected to on Android: in most apps the first long-tap selects a line and starts multi-select mode, where subsequent lines can be selected with a simple tap; in XPrivacy when a line is selected, no ActionMode seems to be triggered and the app list continues the operate as usual, so selecting multiple apps requires a long tap each time.
I would prefer it if the XPrivacy could be modified to conform to the prevalent behavior of using an ActionMode to change the ActionBar and make it easier to select multiple apps. In this mode the whole line would toggle the list selection rather than opening the app details or toggling the privacy settings directly.
The text was updated successfully, but these errors were encountered: