Age | Commit message (Collapse) | Author |
|
per review
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Found via error-prone.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add progress bar with space information to data folder selection dialog
|
|
This is in preparation to add a progress bar displaying the amount of
used/free space in the dialog (#3049). Since we'll need a custom view to
do it, this extracts the layout beforehand.
|
|
This makes the main `showDialog()` method a bit shorter by extracting
behavior into shorter methods.
|
|
|
|
|
|
Also made sure that register/unregister are called in onStart/onStop
instead of onResume/onPause (prevents possible MultiWindow problems
where updates are not received because activity is not fucused).
|
|
|
|
|
|
- to be consistent with the action message in previous commit.
|
|
|
|
custom codes.
|
|
standard Material icons.
|
|
and actual logic.
|
|
counterparts
|
|
consistent
|
|
|
|
|
|
|
|
|
|
actions yet)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow to select all above/below in batch editor
|
|
|
|
|
|
|
|
|