Commit Graph

111 Commits

Author SHA1 Message Date
75405a1413 make sure the dialogs are cancelable by clicking outside 2016-12-04 14:58:13 +01:00
3eb48cb3b1 remember the scroll state when browsing between folders 2016-12-04 00:29:55 +01:00
7c1ede4f4a add some non null assertion 2016-12-03 23:47:12 +01:00
6d7363fced dont always recreate the list, just update the items 2016-12-03 23:44:42 +01:00
b7b0eb463a lets actually allow deleting folders 2016-12-03 23:38:57 +01:00
46999432d9 avoid deleting whole sd card content by mistake 2016-12-03 22:48:54 +01:00
96d85ef4bd adding playstore strings 2016-11-24 23:39:12 +01:00
d1823072a9 update filepicker to 1.5.2 2016-11-22 21:25:21 +01:00
756ff2dd2d use android.app.AlertDialog for dialogs so they are styled properly 2016-11-22 21:04:39 +01:00
83647b0e8f remove Long extension 2016-11-20 23:13:27 +01:00
d0c424e904 update kotlin to 1.0.5-2 2016-11-20 23:10:36 +01:00
9a555cc2f9 add copy/move 2016-11-20 23:06:24 +01:00
9ea00c32f2 small touchlistener update 2016-11-20 22:54:21 +01:00
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