53 Commits

Author SHA1 Message Date
tibbi
93b8281cfb some mediascan adjustments 2016-11-12 15:24:40 +01:00
tibbi
9e5936b8a0 make use of some of the new extension functions 2016-11-12 12:04:38 +01:00
tibbi
e3cc1b91cc rely on some extension functions from the filepicker library 2016-11-11 23:40:33 +01:00
tibbi
d4c75c2107 add the actual filename visibility toggle functionality 2016-11-10 22:57:17 +01:00
tibbi
af3d247b7f use the inherited mConfig variable 2016-11-10 22:44:05 +01:00
tibbi
805f726022 add a menu item for toggling filename visibility 2016-11-10 21:39:07 +01:00
tibbi
d80a1bd185 remove the file.canWrite check 2016-11-10 21:22:02 +01:00
tibbi
c609072eaf display a file name at the media activity 2016-11-10 20:46:11 +01:00
tibbi
a971b215a5 notify the user when the copy fails or succeeds 2016-11-10 20:02:06 +01:00
tibbi
267317c7c2 use date_modified instead of date_taken everywhere 2016-11-09 23:20:18 +01:00
tibbi
8487ef44c4 add a copy/move menu item to media activity 2016-11-09 22:27:13 +01:00
tibbi
c6598528fd add a couple things related to file copying 2016-11-08 21:49:54 +01:00
tibbi
0ade1ec579 check write permissions before starting the deletion 2016-11-06 20:49:47 +01:00
tibbi
6c9c072dc9 create a helper function for displaying stupid kitkat permissions dialog 2016-11-06 20:36:55 +01:00
tibbi
fb59224405 convert simpleactivity to kotlin 2016-11-06 19:44:26 +01:00
tibbi
3ec6bd3a94 convert utils to kotlin 2016-11-06 16:35:45 +01:00
tibbi
3f756369f2 add a couple more path null checks 2016-11-06 15:38:34 +01:00
tibbi
b3fa4bf880 add the properties dialog th the media activity 2016-11-03 23:16:47 +01:00
tibbi
9081d1a579 load the directories asynchronously 2016-10-25 22:28:25 +02:00
tibbi
d643cc2822 pass context instead of whole activity to scanFile 2016-10-16 19:19:40 +02:00
tibbi
8c58964a99 update menu items at hiding folders 2016-10-09 15:23:03 +02:00
tibbi
7b7788b03c allow unhiding folders 2016-10-09 15:07:53 +02:00
tibbi
60494b0cfd hide hidden folders if set so 2016-10-09 14:59:16 +02:00
tibbi
848fe154be allow hiding folders 2016-10-09 14:09:05 +02:00
tibbi
9a75c3ae8c rescan directories too recursively 2016-08-24 23:51:48 +02:00
tibbi
3a515e5844 rescan all files only at pull to refresh 2016-08-24 23:48:48 +02:00
tibbi
131f0647a9 rescan all files in directory on open
- related to #18, #16
2016-08-24 23:26:52 +02:00
tibbi
605a4a29c3 allow using the app as both an image and video picker, related to #15 2016-08-24 22:08:29 +02:00
tibbi
9612e53dbb fix #23, allow different sorting for folders and files 2016-08-23 20:53:07 +02:00
tibbi
8054f51727 allow sorting directories 2016-07-24 21:02:02 +02:00
tibbi
90e8309aa1 allow sorting media 2016-07-24 19:43:12 +02:00
tibbi
cd567c370b add sorting button to the menu 2016-07-24 16:40:10 +02:00
tibbi
31100a3afe properly handle orientation changes 2016-07-20 23:23:43 +02:00
tibbi
cdc07b0bff allow sharing multiple items at once 2016-07-20 23:10:31 +02:00
tibbi
427e44f3bd allow refreshing media view too
- closes #10
2016-07-20 22:41:58 +02:00
tibbi
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
tibbi
719af8c8ba implement GET_CONTENT intent handling 2016-06-27 12:37:01 +02:00
tibbi
8d63aedf2a allow setting Wallpaper with the app 2016-06-26 22:38:25 +02:00
tibbi
9ebdffdda0 some refactoring, no functionality change 2016-06-18 23:10:50 +02:00
tibbi
1bcf68c125 really sort the items by timestamp only, not by type 2016-06-18 14:46:28 +02:00
tibbi
71c9e7e04e order the directories properly by timestamp 2016-06-18 14:26:55 +02:00
tibbi
c2aea6b5fb sort media before displaying 2016-06-18 13:22:54 +02:00
tibbi
b47e13c4b5 add timestamp to media 2016-06-18 12:59:04 +02:00
tibbi
08dd94f10f allow using the gallery as a video chooser 2016-06-15 15:55:13 +02:00
tibbi
99a2ea6829 do not display videos if the app is used as an image chooser 2016-06-15 15:40:07 +02:00
tibbi
b36e85844d allow using the app as an image chooser 2016-06-15 15:20:05 +02:00
tibbi
d36b8142f3 do not implement OnScanCompleted with activities 2016-06-14 09:41:43 +02:00
tibbi
14774ee222 check storage permission at every activity 2016-06-13 17:45:53 +02:00
tibbi
3cd30f7f37 create separate directories for fragments and models 2016-06-09 10:29:31 +02:00
tibbi
73575f8839 split viewpagerfragment into photo and video 2016-06-09 10:22:07 +02:00