-
Notifications
You must be signed in to change notification settings - Fork 1.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
Closes issue #1310 : Adds Select All Conversations Feature #1652
base: master
Are you sure you want to change the base?
Conversation
Is it possible to split the PR into individual commits, the checklist is the good way to split the commits. This will help in debugging any issues |
Sure will do that. |
…at child adapter-level.
@GeoZac Can you check now? Split it into separate commits. |
is @moezbhatti the only maintainer? |
Will this also add option to multi select receivers from contact list ? |
@cleanerspam nope, just adds an option to the menu. |
Please merge this request. We need this feature. |
Link to issue #1789 |
Shows a "Select All" feature in the main menu bar to Mark all as read / Unread, Pin to Top, Block All and Archive All.
Hides "Select All" when the list is empty / when all items are already selected manually (or using the Select All button)
Added translations for all languages
Provided comments on why it's implemented at child adapter-level.
This is my first PR at this repo, first time working with MVP architecture, would love to contribute more after feedback 🎉