Commit Graph

25 Commits

Author SHA1 Message Date
7e1982b3f1 add handling for root file copy 2018-04-16 23:17:37 +02:00
20183d448d properly determine if the given root item is a file or folder 2018-04-16 21:42:52 +02:00
8f336838f5 implement root file/folder deleting 2018-04-16 19:23:37 +02:00
638d3dc070 add an activity in RootHelpers constructor to avoid passing it around 2018-04-16 18:46:11 +02:00
dd8d54bd4f show the content of empty folders instantly 2018-04-16 12:43:29 +02:00
b03db843f2 allow creating root folders too 2018-04-16 12:36:37 +02:00
cdedabddbb implement root file creation 2018-04-16 12:28:04 +02:00
0467112cc7 update commons to 3.12.17 2018-02-21 21:38:26 +01:00
fc75b4c7d5 check empty line at root file handling 2018-01-25 15:59:11 +01:00
3b00a37895 use "stat -t" for getting root file sizes, "stat -c" isnt available in busybox 2018-01-24 22:03:30 +01:00
861f9ff8dc renaming a variable 2018-01-24 21:49:49 +01:00
07b75a5fe1 rewrite root folders handling, do not use "awk" command 2018-01-24 21:38:23 +01:00
b8c1e9bdfb check if the rooted device has a Hard links column at LS command 2017-10-02 21:11:29 +02:00
f7156ace2b remove some redundant overrides 2017-10-01 22:36:59 +02:00
1dd717898d update commons to 2.27.8 2017-09-04 19:58:07 +02:00
9f69360004 add some handling for copying root items 2017-09-04 19:48:31 +02:00
5cb9b6cc4f recheck at app launch if root permission hasnt been revoked 2017-09-04 18:58:15 +02:00
fa35107abe merge everything we need about root items into 1 command 2017-09-04 16:36:03 +02:00
5f60827763 parse the root file sizes from the ls command 2017-09-04 11:29:11 +02:00
1c3007d767 adding a missing import 2017-09-04 10:04:34 +02:00
641658ead6 properly fetch root filediritem children counts and file sizes 2017-09-03 23:05:58 +02:00
2532c43f7e list the root files that should be visible 2017-09-03 20:09:03 +02:00
c8d790b246 add a simple echo message at checking root access 2017-09-03 18:53:11 +02:00
2bf39803de move the super.commandOutput as the last function 2017-09-03 18:19:16 +02:00
80d834e7eb add a helper function for fetching root items 2017-09-03 18:18:03 +02:00