Commit Graph

75 Commits

Author SHA1 Message Date
8108a109dc fix #50, make sure we have SD write permission before deleting a folder 2016-11-10 18:57:09 +01:00
beba22b764 refresh the directories view after copying 2016-11-09 22:58:13 +01:00
c176959305 add a copy menu button at folder view too 2016-11-09 22:47:27 +01:00
fbe1409862 add a pickAlbumActivity for picking copy destination 2016-11-08 20:08:39 +01:00
a5da407ed3 delete files from main screen more carefully, and not recursively 2016-11-06 21:32:36 +01:00
c7408fb9fe move directory rename dialog in a separate file 2016-11-06 21:16:41 +01:00
0ade1ec579 check write permissions before starting the deletion 2016-11-06 20:49:47 +01:00
fb59224405 convert simpleactivity to kotlin 2016-11-06 19:44:26 +01:00
3ec6bd3a94 convert utils to kotlin 2016-11-06 16:35:45 +01:00
f0e8746bce require write_external_storage so we can modify things too 2016-11-06 15:42:56 +01:00
97d6f2d452 implement the Properties dialog at the albums view 2016-11-03 23:12:04 +01:00
60536bfdf6 add a properties button to directories view 2016-11-03 23:04:43 +01:00
9081d1a579 load the directories asynchronously 2016-10-25 22:28:25 +02:00
d643cc2822 pass context instead of whole activity to scanFile 2016-10-16 19:19:40 +02:00
e51ff13da7 allow toggling the visibility of multiple folders at once 2016-10-09 16:12:40 +02:00
c0a430c839 show Hide and Unhide menu items only when appropriate 2016-10-09 16:06:32 +02:00
ceb6b14250 add menu buttons for hiding and unhiding folders 2016-10-09 15:40:54 +02:00
5d1126d0f8 add a (hidden) postfix to hidden folders 2016-10-09 15:18:45 +02:00
7b7788b03c allow unhiding folders 2016-10-09 15:07:53 +02:00
60494b0cfd hide hidden folders if set so 2016-10-09 14:59:16 +02:00
848fe154be allow hiding folders 2016-10-09 14:09:05 +02:00
cff90e1e8b ignore folders which contain .nomedia 2016-10-09 11:28:04 +02:00
605a4a29c3 allow using the app as both an image and video picker, related to #15 2016-08-24 22:08:29 +02:00
9612e53dbb fix #23, allow different sorting for folders and files 2016-08-23 20:53:07 +02:00
802f61cf64 use our own strings for OK and Cancel 2016-08-21 20:39:16 +02:00
7141563463 sort directories already at the query 2016-07-24 21:15:05 +02:00
8054f51727 allow sorting directories 2016-07-24 21:02:02 +02:00
90e8309aa1 allow sorting media 2016-07-24 19:43:12 +02:00
cd567c370b add sorting button to the menu 2016-07-24 16:40:10 +02:00
fddaea76c3 calculate the size of directories
+ adding some initial sorting things
2016-07-24 16:34:45 +02:00
b31a18e48c add pull to refresh to the directories view 2016-07-20 22:35:29 +02:00
32aa2fbc39 add a Dark theme
+ adding the Settings itself (splitting it into multiple commits would make no sense)
2016-07-20 20:46:51 +02:00
6bcb522d59 use a different action at the Camera icon
closes #6
2016-07-12 11:10:57 +02:00
c3420aa748 add a button to open the Camera, closes #4
- added it only to the main screen with the directories, as adding it in the specific album might be confusing. People could think that the photo will be saved in that album
2016-07-09 21:15:05 +02:00
9d5277a090 show a Rate us button to returning users 2016-07-01 15:04:31 +02:00
971141652b handle a couple more Pick intents 2016-06-27 15:40:25 +02:00
75e4f6c8ab lets also react to vnd.android.cursor.dir/ intent 2016-06-27 12:47:57 +02:00
719af8c8ba implement GET_CONTENT intent handling 2016-06-27 12:37:01 +02:00
8d63aedf2a allow setting Wallpaper with the app 2016-06-26 22:38:25 +02:00
686430fcca show the path at directory renaming dialog 2016-06-23 11:43:32 +02:00
9ebdffdda0 some refactoring, no functionality change 2016-06-18 23:10:50 +02:00
71c9e7e04e order the directories properly by timestamp 2016-06-18 14:26:55 +02:00
08dd94f10f allow using the gallery as a video chooser 2016-06-15 15:55:13 +02:00
99a2ea6829 do not display videos if the app is used as an image chooser 2016-06-15 15:40:07 +02:00
b36e85844d allow using the app as an image chooser 2016-06-15 15:20:05 +02:00
d36b8142f3 do not implement OnScanCompleted with activities 2016-06-14 09:41:43 +02:00
714b1804da use a different function for displaying the toast 2016-06-13 19:01:49 +02:00
14774ee222 check storage permission at every activity 2016-06-13 17:45:53 +02:00
51981e4f06 close the app when no permission to storage is given 2016-06-13 17:32:38 +02:00
3cd30f7f37 create separate directories for fragments and models 2016-06-09 10:29:31 +02:00