Commit Graph

83 Commits

Author SHA1 Message Date
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
ccbed84377 do not require a writable folder at the copy tasks FilePickerDIalog 2016-11-05 18:39:44 +01:00
8354107091 correct file/directory creating on sd cards 2016-11-05 18:22:26 +01:00
20fb58ddbe create a helper function for getting the documentfile 2016-11-05 17:58:27 +01:00
b6cd6e39eb fix file renaming on sd card 2016-11-05 16:33:32 +01:00
b3e0dceff6 check android version too ad editing SD card content 2016-11-05 16:09:01 +01:00
e511702fd5 add a check for writing to SD card for Android 5+ 2016-11-05 15:54:24 +01:00
187dc0647c fix #19, wrong dialog title 2016-11-03 21:56:08 +01:00
c3a2aba66a use the FileProperties dialog from bintray 2016-11-03 21:53:39 +01:00
39346c0bec update filepicker to 1.3.3 2016-10-30 20:20:22 +01:00
261ed5eeac remove the option to show the full path 2016-10-30 19:11:06 +01:00
b425ab9a34 allow changing the storage in the main activity 2016-10-30 17:49:27 +01:00
b1c9822179 request WRITE_EXTERNAL_STORAGE + cleanup 2016-10-30 17:35:32 +01:00
22b3c3f5cc convert MainActivity to kotlin 2016-10-30 17:30:12 +01:00
3dbd198628 move CopyDialog in a separate file 2016-10-30 14:12:24 +01:00
78b14915a4 use the main constructor at CreateNewItemDialog 2016-10-30 11:48:21 +01:00