Commit graph

341 commits

Author SHA1 Message Date
anthologist
d3c52b2e52 Update strings.xml 2016-11-12 17:23:15 +01:00
tibbi
44465393f5 update a write permissions check 2016-11-12 16:45:46 +01:00
tibbi
4f582b1bc2 use the extension function for scanning files 2016-11-12 16:38:25 +01:00
tibbi
624fa69e80 fix #22, remove some unused properties strings 2016-11-12 16:31:42 +01:00
tibbi
a6d3d4f814 Merge branch 'master' of github.com:SimpleMobileTools/Simple-File-Manager 2016-11-12 16:27:03 +01:00
tibbi
3812023561 small Utils cleanup 2016-11-12 16:26:42 +01:00
Sérgio Marques
ed2a06fe7a Update strings.xml 2016-11-12 15:15:39 +00:00
tibbi
065de047b3 move some helper functions in SimpleActivity 2016-11-12 16:03:25 +01:00
tibbi
7d30c4ec9a convert 3 simple activity to kotlin 2016-11-12 15:55:38 +01:00
tibbi
8d3b54b661 remove the custom write permissions dialog 2016-11-12 15:45:55 +01:00
tibbi
7ab4c01010 replace some functions with extension helpers 2016-11-12 15:43:06 +01:00
tibbi
75231e8f9b update filepicker to 1.3.15 2016-11-12 15:42:47 +01:00
tibbi
1db141c3cc update version to 16 (1.16) 2016-11-11 22:57:38 +01:00
tibbi
d8a91f1301 a minor Move correction 2016-11-11 22:56:17 +01:00
tibbi
227ef72786 some Portuguese corrections 2016-11-11 22:47:16 +01:00
tibbi
888d2758b6 correcting a function 2016-11-11 22:45:26 +01:00
tibbi
1d8c45643f move a couple helper function to extensions 2016-11-11 22:40:12 +01:00
tibbi
0770c95791 update filepicker to 1.3.12 2016-11-11 22:37:42 +01:00
tibbi
5569bd06b5 a few more Move adjustments 2016-11-11 21:09:31 +01:00
tibbi
7b4a6b401d use Rename at Move if the source and destination are on the same storage 2016-11-11 20:14:34 +01:00
tibbi
2222c88650 couple copy adjustments 2016-11-11 19:15:24 +01:00
tibbi
08338f3d7a show a success toast after successufull copy 2016-11-11 18:39:29 +01:00
tibbi
36d31ba0ce remove a file.canwrite() check, it doesnt work properly 2016-11-11 18:38:17 +01:00
tibbi
0f3bb7334e humanize the paths displayed at the copy dialog 2016-11-11 18:29:53 +01:00
tibbi
5b29615cef update filepicker to 1.3.9 2016-11-11 18:29:38 +01:00
Sérgio Marques
ed5458a808 Portuguese update 2016-11-10 00:02:30 +00:00
tibbi
3ce7d682b6 simplify the copydialog constructor 2016-11-08 22:00:42 +01:00
tibbi
79219fb742 update version to 15 (1.15) 2016-11-07 23:55:44 +01:00
tibbi
e8c14627ec update filepicker to 1.3.8 2016-11-07 23:55:35 +01:00
tibbi
59fa340c5a fix some file operations without having SD card 2016-11-07 23:54:35 +01:00
tibbi
d491b83581 update version to 14 (1.14) 2016-11-07 00:00:36 +01:00
tibbi
71b027ccfb add some more characters to allowed file names 2016-11-06 23:29:47 +01:00
tibbi
485c5bad56 allow brackets at filenames 2016-11-06 21:18:45 +01:00
tibbi
b7cbb833fb remove the optional mustBeWritable parameter from the file picker 2016-11-06 17:48:10 +01:00
tibbi
abe00f6368 add a dialog prefix to the write permission layout 2016-11-06 16:24:32 +01:00
tibbi
881431d95d update filepicker to 1.3.7 2016-11-06 15:45:52 +01:00
tibbi
1818beefa3 add a missing id 2016-11-06 15:45:29 +01:00
tibbi
f85a342a6b update version to 13 (1.13) 2016-11-05 23:37:00 +01:00
tibbi
60a8f1f054 fix copying multiple items 2016-11-05 23:35:01 +01:00
tibbi
ac1991c887 fix copy dialog title 2016-11-05 23:29:25 +01:00
tibbi
2057c14dea check the new permission at copying to SD card 2016-11-05 22:56:29 +01:00
tibbi
62a665493f check if destination file already exists 2016-11-05 22:20:11 +01:00
tibbi
44e268b441 add an image about the Kitkat new write permission thing 2016-11-05 22:07:04 +01:00
tibbi
479c3c6c4e ensure there is no duplicate '/' at copy path 2016-11-05 20:50:19 +01:00
tibbi
ff23ac8da6 if paths are on different storage at Move, lets just copy 2016-11-05 20:45:41 +01:00
tibbi
119db82a16 use renaming instead of Move only if both paths are on same storage 2016-11-05 20:40:29 +01:00
tibbi
1de7985652 do not allow copying items in themselves 2016-11-05 20:27:19 +01:00
tibbi
5b79b025ce fix recursive copying 2016-11-05 20:23:32 +01:00
tibbi
2422b0fd53 adding missing function params 2016-11-05 19:37:44 +01:00
tibbi
7d08cd8653 add directory copying on SD card 2016-11-05 19:37:03 +01:00
tibbi
f8e855ec15 fix copying files to sd card 2016-11-05 19:14:28 +01:00
tibbi
68e5b4cf79 convert CopyTask to kotlin 2016-11-05 18:52:31 +01:00
tibbi
ccbed84377 do not require a writable folder at the copy tasks FilePickerDIalog 2016-11-05 18:39:44 +01:00
tibbi
8354107091 correct file/directory creating on sd cards 2016-11-05 18:22:26 +01:00
tibbi
4b56761751 correct deleting files on SD card 2016-11-05 18:06:55 +01:00
tibbi
20fb58ddbe create a helper function for getting the documentfile 2016-11-05 17:58:27 +01:00
tibbi
b6cd6e39eb fix file renaming on sd card 2016-11-05 16:33:32 +01:00
tibbi
b3e0dceff6 check android version too ad editing SD card content 2016-11-05 16:09:01 +01:00
tibbi
e511702fd5 add a check for writing to SD card for Android 5+ 2016-11-05 15:54:24 +01:00
tibbi
8849f56c10 convert Utils to kotlin 2016-11-05 14:10:56 +01:00
tibbi
d6e757af16 update version to 12 (1.12) 2016-11-03 21:59:09 +01:00
tibbi
0ff6db0bb3 remove some nontranslatable strings from the italian translation 2016-11-03 21:58:55 +01:00
tibbi
187dc0647c fix #19, wrong dialog title 2016-11-03 21:56:08 +01:00
tibbi
c3a2aba66a use the FileProperties dialog from bintray 2016-11-03 21:53:39 +01:00
tibbi
61ab717a74 update filepicker to 1.3.6 2016-11-01 19:01:26 +01:00
tibbi
b0727ac19c readd the italian translation fixes 2016-11-01 18:43:13 +01:00
tibbi
b05e3ea8fb update the filepicker to 1.3.5 2016-11-01 18:41:17 +01:00
tibbi
663a0e3b1e remove duplicate mavencentral declaration 2016-10-30 22:24:00 +01:00
tibbi
765f85e2f8 update version to 11 (1.11) 2016-10-30 20:23:10 +01:00
tibbi
39346c0bec update filepicker to 1.3.3 2016-10-30 20:20:22 +01:00
tibbi
261ed5eeac remove the option to show the full path 2016-10-30 19:11:06 +01:00
tibbi
b425ab9a34 allow changing the storage in the main activity 2016-10-30 17:49:27 +01:00
tibbi
b1c9822179 request WRITE_EXTERNAL_STORAGE + cleanup 2016-10-30 17:35:32 +01:00
tibbi
22b3c3f5cc convert MainActivity to kotlin 2016-10-30 17:30:12 +01:00
tibbi
e96bbfb127 update filepicker to 1.3.0 2016-10-30 17:21:48 +01:00
tibbi
3dbd198628 move CopyDialog in a separate file 2016-10-30 14:12:24 +01:00
tibbi
78b14915a4 use the main constructor at CreateNewItemDialog 2016-10-30 11:48:21 +01:00
tibbi
10d9653560 move the rename dialog in a separate file 2016-10-30 11:42:35 +01:00
tibbi
ee059eb319 update icons once more to make them brighter 2016-10-29 11:16:58 +02:00
tibbi
daf1d33f6f update version to 10 (1.10) 2016-10-29 10:59:07 +02:00
tibbi
18bd64f273 update the directory and file icons so they are visible in dark theme 2016-10-29 10:58:46 +02:00
tibbi
c54f4b4009 update version to 9 (1.9) 2016-10-28 23:59:29 +02:00
tibbi
895ca43502 let Glide handle filetype and icon, to improve the scroll performance 2016-10-28 23:51:27 +02:00
tibbi
8f4dd6e282 show a different toast for missing new item name 2016-10-28 23:21:48 +02:00
tibbi
6a2841a48e move CreateNewItem dialog into an own file 2016-10-28 23:19:02 +02:00
tibbi
5be76578a4 updating filepicker to 1.1.0 2016-10-28 20:16:40 +02:00
tibbi
d3666b13e7 use the new FilePicker for selecting the folder 2016-10-25 20:12:09 +02:00
tibbi
7eeda1a2af include the filepicker project via gradle 2016-10-25 19:07:02 +02:00
mueller-ma
2d3e69479a Update strings.xml 2016-10-25 11:28:58 +02:00
mueller-ma
2f69117057 Translated some strings to german 2016-10-25 10:32:31 +02:00
tibbi
72ac444ceb add artist and album to audios and videos if available 2016-10-16 23:44:46 +02:00
tibbi
db25941719 update version to 8 (1.8) 2016-10-16 22:47:33 +02:00
tibbi
3badc5432c display the path, size and total files cnt at multiple items selected 2016-10-16 22:44:09 +02:00
tibbi
592b9c1f70 show an empty dialog at pressing Properties with multiple items selected 2016-10-16 22:19:48 +02:00
tibbi
1b4ff76566 display the Properties menu button at multiple items selected too 2016-10-16 22:15:26 +02:00
tibbi
3d123098a9 simplify the properties dialog title by always saying "Properties" 2016-10-16 21:49:54 +02:00
tibbi
5cbc13885a move the Last modified date and time formatting to an extension 2016-10-16 21:44:01 +02:00
tibbi
7571ffc124 do not show the filename at full file path 2016-10-16 21:38:38 +02:00
tibbi
48454140f2 lets require only a file path, instead of FileDir for getting the properties 2016-10-16 21:37:06 +02:00
tibbi
d55df91c6c remove the duplicate top margin at properties dialog 2016-10-16 21:25:23 +02:00
tibbi
64462670cd change last modified format to use dots 2016-10-16 21:14:41 +02:00
tibbi
2b726248de inflate all property items as needed 2016-10-16 21:13:48 +02:00
tibbi
b4f22ae877 do not count hidden items size if we are not showing them 2016-10-16 20:20:58 +02:00
tibbi
86126e48c2 reset the scroll state at toggling displaying hidden items 2016-10-16 19:58:13 +02:00
tibbi
82018feee6 rewrite PropertiesDialog to not be a dialogfragment 2016-10-16 19:56:55 +02:00
tibbi
faf721a9b1 handle gif and video thumbnails too 2016-10-16 19:30:00 +02:00
tibbi
81a4dd0621 display a photo thumbnail at images 2016-10-16 19:13:05 +02:00
tibbi
4b80fbd26b simplify some property getting 2016-10-16 19:07:38 +02:00
tibbi
f866f01ddf display video resolution at videos 2016-10-16 17:53:02 +02:00
tibbi
259ec1a0e7 rename resolution to imageResolution 2016-10-16 17:47:18 +02:00
tibbi
23eb81b056 reduce the paddings between property items 2016-10-16 17:47:05 +02:00
tibbi
10b29b13b0 display duration of audio and video files 2016-10-16 17:38:55 +02:00
tibbi
6aaca003a9 add a couple more helper functions about files 2016-10-16 17:32:48 +02:00
tibbi
61dee85c0d save and restore the lists scroll state 2016-10-16 17:02:19 +02:00
tibbi
b45e526fa7 display image resolution at the properties dialog 2016-10-16 16:19:34 +02:00
tibbi
fd00b26f9b add a helper function to determine if the file is an image 2016-10-16 15:58:44 +02:00
tibbi
424ca7dfb5 simply the properties dialog 2016-10-16 15:48:31 +02:00
tibbi
93f3fafd58 properly display the size of files in the properties dialog 2016-10-16 15:25:31 +02:00
tibbi
b3c619c28d rename SelectFolderDialog to PickFolderDialog 2016-10-15 12:01:56 +02:00
tibbi
07d4b84e52 return the result of SelectFolderDialog as uri data 2016-10-13 23:38:59 +02:00
tibbi
d3567b0b95 rename setInitialBreadcrumb to setBreadcrumb 2016-10-12 23:39:32 +02:00
tibbi
af8b43a6f6 do not finish the Options mode at Properties and Share btns 2016-10-12 20:32:37 +02:00
tibbi
011dedc3d2 remove a not needed proguard rule 2016-10-12 20:24:25 +02:00
tibbi
87bce82557 add a proguard rule 2016-10-11 23:49:48 +02:00
tibbi
d2523e51e0 update version to 7 (1.7) 2016-10-11 23:45:17 +02:00
tibbi
46a20095d8 require a double Back press to exit the app 2016-10-11 23:44:48 +02:00
tibbi
d463ffdb4a allow navigating up with Back button until theres no more breadcrumbs 2016-10-11 23:33:30 +02:00
tibbi
483b433dda show full path at breadcrumbs if set so 2016-10-11 22:47:51 +02:00
tibbi
899255fc68 move breadcrumbs to views folder 2016-10-11 22:18:07 +02:00
tibbi
6d230260d8 show hidden items at SelectFolderDialog when selected so 2016-10-11 22:04:40 +02:00
tibbi
413eed3329 couple more resourec edits here and there 2016-10-11 21:14:15 +02:00
tibbi
727acce7ff couple more misc changes 2016-10-11 20:57:43 +02:00
tibbi
8b260a7c7b prefix all library resources with smtfp 2016-10-11 20:41:21 +02:00
tibbi
0d9d0b8b1c move the library files in a separate folder + misc changes
- dont do such commits at home
2016-10-11 20:09:31 +02:00
tibbi
9d2f8ca4b4 copy a part related to file picking into a separate module 2016-10-10 23:18:53 +02:00
tibbi
f14b488dfc move icon coloring into an extension 2016-10-10 21:05:42 +02:00
tibbi
40b547921d move the kotlin files in a separate kotlin folder 2016-10-10 20:47:00 +02:00
tibbi
e484235f48 update version to 6 (1.6) 2016-10-09 17:38:35 +02:00
tibbi
f7d9fcedd3 rescan items after copy/move too 2016-10-09 16:51:43 +02:00
tibbi
4dff81bc4a Merge branch 'master' of github.com:SimpleMobileTools/Simple-File-Manager 2016-10-09 16:39:38 +02:00
tibbi
c57f3aaf54 rescan the files or folders after rename or delete 2016-10-09 16:39:26 +02:00
YSmhXQDd6Z
cdeccd6a8a Create strings.xml 2016-10-02 21:45:52 +00:00
tibbi
033f99a063 add some missing italian strings 2016-10-02 20:22:36 +02:00
tibbi
39262c6ad4 update version to 5 (1.5) 2016-10-02 20:20:20 +02:00
tibbi
8271ec141b use proper path at the initial breadcrumbs 2016-10-02 20:09:30 +02:00
tibbi
0c30f58f81 compare the items in an incasesensitive way 2016-10-01 11:18:28 +02:00
anthologist
61f7e74011 Update strings.xml 2016-09-27 21:50:31 +02:00
tibbi
ccb2f00014 convert ItemsAdapter to kotlin 2016-09-08 22:57:07 +02:00
tibbi
bb371a3cc9 convert FileDirItem to kotlin 2016-09-08 22:00:52 +02:00
tibbi
de71cef1d2 rewrite SelectFolderDialog to kotlin 2016-09-08 21:18:23 +02:00