Storage is limited. Sooner or later the space on the android device gets low.
The user needs help for the desicision:
Which parts should not be synchronized in the future, to save disk space?
On the unix shell I use this: du -a | sort -rn | less
Example output of above command on the unix shell:
root@pc> du -ax /etc/ | sort -rn | head
36156 /etc/
18724 /etc/X11
18156 /etc/X11/core
3972 /etc/brltty
1700 /etc/apparmor.d
This lists the biggest entries first.
If you have a list like this, it's easy to find the stuff to delete/stop-to-sync.
I think the best place would be in the context dialog of a directory.
For example "Show disk usage statistic" could be the heading of this new feature.
I can't help you to implent this by writing code.
But if you need feedback on usability: just contact me. I love to help you.
Storage is limited. Sooner or later the space on the android device gets low.
The user needs help for the desicision:
Which parts should not be synchronized in the future, to save disk space?On the unix shell I use this:
du -a | sort -rn | lessExample output of above command on the unix shell:
This lists the biggest entries first.
If you have a list like this, it's easy to find the stuff to delete/stop-to-sync.
I think the best place would be in the context dialog of a directory.
For example "Show disk usage statistic" could be the heading of this new feature.
I can't help you to implent this by writing code.
But if you need feedback on usability: just contact me. I love to help you.