Commit Graph

98 Commits

Author SHA1 Message Date
205a6d26d5 add deleting 2016-11-20 22:35:32 +01:00
037d0108d4 add renaming 2016-11-20 22:20:49 +01:00
5848c68dbe remove an unneeded line 2016-11-20 21:57:29 +01:00
cdb60a4341 make sure only the proper items are selected 2016-11-20 21:54:45 +01:00
732fca704c add file sharing 2016-11-20 21:37:08 +01:00
6e88949363 add properties dialog 2016-11-20 19:12:11 +01:00
7115330e97 adding kotlin license 2016-11-20 18:22:06 +01:00
701fb8f0e9 replace butterknife license with the BigNerdRanch multiselector 2016-11-20 17:45:02 +01:00
e6815ed959 allow selecting multiple items 2016-11-20 17:27:54 +01:00
978b74adc1 change the files listview to recyclerview 2016-11-20 16:55:46 +01:00
9d9b987abf update filepicker to 1.5.0 + minor cleanup 2016-11-20 16:45:38 +01:00
5a76dd5db2 convert ItemsFragment to kotlin 2016-11-20 16:25:49 +01:00
f4f2adde24 editing renameItemDialog style so its not that indented 2016-11-17 17:06:19 +01:00
24b56c9360 fix #26, crashes at scanning modified files 2016-11-15 20:09:14 +01:00
66968bb623 simplify the config creation 2016-11-14 18:55:17 +01:00
bdfc472f84 convert Constants to kotlin 2016-11-13 18:31:23 +01:00
f2e1d559ae move Utils in the proper folder 2016-11-13 18:25:37 +01:00
ded29d555c move the new config to the proper place 2016-11-13 17:50:00 +01:00
8b5d031e85 add filepicker and fileproperties licenses 2016-11-13 12:10:36 +01:00
ea5e918ea4 convert aboutactivity to kotlin 2016-11-13 12:06:25 +01:00
21a5f8d685 let the user know if some files couldnt be copied / moved 2016-11-12 21:47:01 +01:00
e556a9cdec interface renaming 2016-11-12 19:52:00 +01:00
aad62d56ae use the copytask from filepicker library 2016-11-12 19:03:20 +01:00
44465393f5 update a write permissions check 2016-11-12 16:45:46 +01:00
065de047b3 move some helper functions in SimpleActivity 2016-11-12 16:03:25 +01:00
7d30c4ec9a convert 3 simple activity to kotlin 2016-11-12 15:55:38 +01:00
8d3b54b661 remove the custom write permissions dialog 2016-11-12 15:45:55 +01:00
7ab4c01010 replace some functions with extension helpers 2016-11-12 15:43:06 +01:00
75231e8f9b update filepicker to 1.3.15 2016-11-12 15:42:47 +01:00
d8a91f1301 a minor Move correction 2016-11-11 22:56:17 +01:00
888d2758b6 correcting a function 2016-11-11 22:45:26 +01:00
1d8c45643f move a couple helper function to extensions 2016-11-11 22:40:12 +01:00
5569bd06b5 a few more Move adjustments 2016-11-11 21:09:31 +01:00
7b4a6b401d use Rename at Move if the source and destination are on the same storage 2016-11-11 20:14:34 +01:00
2222c88650 couple copy adjustments 2016-11-11 19:15:24 +01:00
36d31ba0ce remove a file.canwrite() check, it doesnt work properly 2016-11-11 18:38:17 +01:00
0f3bb7334e humanize the paths displayed at the copy dialog 2016-11-11 18:29:53 +01:00
3ce7d682b6 simplify the copydialog constructor 2016-11-08 22:00:42 +01:00
485c5bad56 allow brackets at filenames 2016-11-06 21:18:45 +01:00
b7cbb833fb remove the optional mustBeWritable parameter from the file picker 2016-11-06 17:48:10 +01:00
abe00f6368 add a dialog prefix to the write permission layout 2016-11-06 16:24:32 +01:00
ac1991c887 fix copy dialog title 2016-11-05 23:29:25 +01:00
2057c14dea check the new permission at copying to SD card 2016-11-05 22:56:29 +01:00
62a665493f check if destination file already exists 2016-11-05 22:20:11 +01:00
44e268b441 add an image about the Kitkat new write permission thing 2016-11-05 22:07:04 +01:00
479c3c6c4e ensure there is no duplicate '/' at copy path 2016-11-05 20:50:19 +01:00
ff23ac8da6 if paths are on different storage at Move, lets just copy 2016-11-05 20:45:41 +01:00
119db82a16 use renaming instead of Move only if both paths are on same storage 2016-11-05 20:40:29 +01:00
1de7985652 do not allow copying items in themselves 2016-11-05 20:27:19 +01:00
f8e855ec15 fix copying files to sd card 2016-11-05 19:14:28 +01:00