select all on conversations and compose screens. new compose 'show status' option #220
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
added select all actionbar item on main (inc archived) and compose activities. item becomes available when first item selected. menu item toggles select all/select none.
added indefinite timeout to archive snackbar on conversations activity when >= 10 conversations are archived at once. in case of accidental mass archive gives user more time to undo.
added 'show status' menu item on compose activity that does the same as short touching on an item (expands it to show time, etc) but can be applied to multiple selected items at once.
made some actionbar items on conversation/archive and compose screens always displayable to maintain user experience whether one or more items are selected on those screens.
select all allows faster actions for 'mark all (un)read', archive all, delete all, pin all, block all, copy messages text (in compose), delete mesages (in compose)
new select all actionbar item available on conversations and compose screens when at least 1 item selected;

new show status item on compose menu when at least 1 item selected;

largely satisfies #141 by enabling; select all -> mark read; for quick mark all read
satisfies item 3 in #53 - 3. Select all conversations...
largely satisfies #134 - display time for all messages by enabling select all -> show status