Commit graph

75 commits

Author SHA1 Message Date
tibbi
e13a37edf9 remove the Source field from the copy dialog 2017-01-16 20:45:07 +01:00
tibbi
ef28b40186 create a config context extension 2017-01-13 23:36:05 +01:00
tibbi
0efdb071cc allow creating new folders at Copy or Save as dialogs 2017-01-07 16:08:15 +01:00
tibbi
92959d474c update commons to 2.2.0 2017-01-07 15:58:01 +01:00
tibbi
61a621fc3c remove the Undo function from folder view 2017-01-07 12:22:25 +01:00
tibbi
23768d847f store dialog holders as views, not viewgroups 2016-12-29 23:48:34 +01:00
tibbi
6ad748d16a make sure the proper image is the directory thumbnail 2016-12-26 20:40:08 +01:00
tibbi
431acaf092 remove the explicit setView call at dialogs 2016-12-26 13:14:54 +01:00
tibbi
16d97e9a92 replace filepicker library with commons 2016-12-26 12:00:50 +01:00
tibbi
81ee5f46f5 use our custom views where appropriate 2016-12-25 15:17:15 +01:00
tibbi
0efab3ef60 updating the dialog colors 2016-12-19 23:47:18 +01:00
tibbi
f43da0654e take some strings from Commons 2016-12-13 21:51:50 +01:00
Tibor Kaputa
1fd4169d26 small update to Copy / Move string 2016-12-13 15:22:24 +01:00
tibbi
774f9d691b simplify some dialogs 2016-12-12 19:11:30 +01:00
tibbi
33af23878a lets define File type too 2016-12-11 22:34:55 +01:00
tibbi
81f543f792 add a directory check at renaming 2016-12-11 22:33:26 +01:00
tibbi
5c9c0d4ac9 replace some functions with filepicker extensions 2016-12-08 21:02:40 +01:00
tibbi
31f42118bb update filename in mediastore at Rename 2016-12-08 20:40:26 +01:00
tibbi
06e1796902 check SD card permissions also if moving files from SD card 2016-12-08 19:02:35 +01:00
tibbi
1ae4e0cc02 update renamed videos properly too 2016-12-07 19:37:39 +01:00
tibbi
e319bb1623 update mediastore after a rename manually, so its instant 2016-12-07 19:16:50 +01:00
tibbi
6c5a428b40 split filename and extension at save dialog 2016-12-06 22:31:17 +01:00
tibbi
d53000b667 validate the inserted resolution 2016-12-06 22:00:22 +01:00
tibbi
900dbbff32 properly update the Resize dialog values if we are keeping aspect ratio 2016-12-06 20:50:16 +01:00
tibbi
6d32e55bf4 creating the resize dialog 2016-12-06 20:15:33 +01:00
tibbi
105866987d allow copying items in folders that contain no media, fix #62 2016-12-06 16:18:50 +01:00
tibbi
2b8d644388 fix some issues at Moving files 2016-12-05 23:46:55 +01:00
tibbi
d0e81a3410 wait for mediascanner at some callbacks 2016-12-05 23:17:02 +01:00
tibbi
609cfbd580 implement the sorting by date taken 2016-12-05 22:51:13 +01:00
tibbi
b0c9d72044 rename timestamp of media and directories to date_modified 2016-12-05 22:07:44 +01:00
tibbi
2c9c91396a at copy from the main screen, copy the directory content 2016-12-05 18:05:46 +01:00
tibbi
a66d72abde allow changing the save path of edited image 2016-12-04 15:39:22 +01:00
tibbi
8ed6bff447 move Config and Constants into Helpers folder 2016-12-04 15:25:30 +01:00
tibbi
40e50dddc8 show the path at Save as dialog of editor 2016-12-04 13:20:37 +01:00
tibbi
b0f3ac99a4 make sure dialogs are cancellable by clicking outside 2016-12-04 10:27:53 +01:00
tibbi
49247ee9f1 wrap the sorting dialog in a scrollview 2016-12-03 21:00:55 +01:00
tibbi
747e007fd0 removing a check from sorting, not sure why was it there 2016-12-03 18:32:30 +01:00
tibbi
9838cc1e2d replace some one function interfaces with anonymous functions 2016-11-22 23:12:15 +01:00
tibbi
119ecf2060 use android.app.AlertDialog for dialogs so they are styled properly 2016-11-22 20:52:14 +01:00
tibbi
fa4cadebb4 check if new file/dir names are valid 2016-11-17 16:23:49 +01:00
tibbi
83dc85e63b simplify sendsuccess at renaming dir 2016-11-17 16:11:11 +01:00
tibbi
c525a0ebc7 properly display the albums at album picker 2016-11-17 13:46:24 +01:00
tibbi
06c3645bf9 allow renaming dirs 2016-11-17 11:07:00 +01:00
tibbi
258c49eeb8 allow selecting multiple directories 2016-11-17 10:35:51 +01:00
tibbi
6c4ec53cc1 replace directory baseadapter with recyclerview adapter 2016-11-16 23:50:46 +01:00
tibbi
9616e914b9 convert MainActivity to kotlin, part 1 2016-11-16 20:00:58 +01:00
tibbi
930150416c convert Constants to kotlin 2016-11-13 23:13:41 +01:00
tibbi
8cc9c27416 convert ChangeSortingDialog to kotlin 2016-11-13 21:43:56 +01:00
tibbi
9b8420e9d1 check for already existing folder at renaming 2016-11-13 11:28:34 +01:00
tibbi
afb722ab24 let the user know if not all files have been copied/moved 2016-11-12 21:33:46 +01:00