Commit graph

1579 commits

Author SHA1 Message Date
tibbi
af0a3ac7f6 add RAW filtering at release notes 2018-06-18 14:13:44 +02:00
tibbi
d65045220d set bottom actions padding at devices without a navigation bar too 2018-06-18 09:10:08 +02:00
tibbi
6a216fc675 handle bottom button action presses at the PhotoVideo activity 2018-06-18 09:02:12 +02:00
tibbi
9aa8f553ca add the bottom action buttons to third party intent handling activity too 2018-06-17 23:52:03 +02:00
tibbi
026f80aa20 catch some Room db exceptions 2018-06-17 22:23:26 +02:00
tibbi
0258fc5e29 ignore ConcurrentModificationExceptions thrown at updating the directories 2018-06-17 22:02:52 +02:00
tibbi
875ba99dc0 catch IOExceptions at getting some file paths 2018-06-17 21:57:48 +02:00
tibbi
dddfea3b1e make cursor at retrieving Date Takens nullable 2018-06-17 21:54:44 +02:00
tibbi
79aa2306be make sure the play/pause button is hidden if the fragment isnt created at fullscreen 2018-06-17 21:32:35 +02:00
tibbi
7a38862e8c recalculate bottom actions position on orientation change 2018-06-17 21:30:51 +02:00
tibbi
b1136ed041 replace the Play icon with a Pause at playing videos 2018-06-17 21:28:44 +02:00
tibbi
39ec57787f recalculate video seekbar position if bottom actions get toggled 2018-06-17 21:07:38 +02:00
tibbi
02ce6bd11b make bottom actions work well with extended details 2018-06-17 20:11:29 +02:00
tibbi
1b008490a8 handle bottom action button clicks 2018-06-17 16:08:57 +02:00
tibbi
38397a71dd remove the option for replacing Share with Rotate at the fullscreen view 2018-06-17 15:52:18 +02:00
tibbi
a231a3af69 move bottom actions from fragments to the activity 2018-06-17 15:20:41 +02:00
tibbi
715b783a8a add some bottom shadow to fullscreen photos when Bottom Actions are enabled 2018-06-17 14:30:44 +02:00
tibbi
5de6eb9765 add a toggle for showing some fullscreen image actions at the bottom 2018-06-17 09:04:33 +02:00
tibbi
5062d3f087 fix #656, separate Images and Raws at filtering 2018-06-16 23:48:12 +02:00
tibbi
d2bac07abb remove a redundant check 2018-06-16 23:33:14 +02:00
tibbi
df9461a81b update commons to 4.2.2 2018-06-16 23:31:53 +02:00
tibbi
f1b4391d93 update Commons with the recyclerview adapter, fix some inconsistency glitches 2018-06-16 21:50:55 +02:00
tibbi
132953c25a removing a redundant variable 2018-06-15 15:14:41 +02:00
tibbi
5c608de61b fix #786, do not request the pattern/pin/fp again after rotating the device 2018-06-15 15:05:42 +02:00
tibbi
4a26bafaa8 update commons to 4.1.14 2018-06-14 23:02:36 +02:00
tibbi
347959b830 fix some visual glitches around fullscreen Extended details 2018-06-14 11:25:37 +02:00
tibbi
039d6fdfd5 fix #802, always use white text color at fullscreen extended details 2018-06-14 10:41:38 +02:00
tibbi
e88df331d9 reset Temp hidden item showing and Delete confirmation skipping on app start 2018-06-14 10:27:38 +02:00
tibbi
b80e02d14f fix #807, show a warning when deleting a folder 2018-06-14 10:23:10 +02:00
tibbi
284a12666f reset SkipDeleteConfirmation 5 mins after backgrounding 2018-06-14 09:43:34 +02:00
tibbi
a417a20e11 create a list of folders that should be ignored (fake internal storage paths) 2018-06-02 15:39:37 +02:00
tibbi
527fda18f9 make sure hidden folders have "(hidden)" appended 2018-05-26 17:04:34 +02:00
tibbi
70faf7e7cb always sort folder content by its sorting 2018-05-26 16:55:28 +02:00
tibbi
ad07068475 clone cached media/directories before sending them back to the app 2018-05-26 09:53:41 +02:00
tibbi
713ba852c2 properly append ("hidden") after folder names 2018-05-25 22:00:20 +02:00
tibbi
b8cd68ba63 add sorting by date taken in release notes 2018-05-25 20:32:49 +02:00
tibbi
2c2334dea3 persist Skip Delete Confirmation in the whole app launch session 2018-05-25 20:04:07 +02:00
tibbi
1bc335b29d adding a comment 2018-05-25 18:28:39 +02:00
tibbi
17a55bd606 get proper file Date Taken only when needed 2018-05-25 17:40:38 +02:00
tibbi
82569b540f fetch date_taken only when needed 2018-05-25 16:48:48 +02:00
tibbi
c4ef4a69b9 make really sure that only the proper folders are shown at Show All Folders Content 2018-05-25 11:54:37 +02:00
tibbi
af6121ec63 removing an redundant argument 2018-05-25 11:11:28 +02:00
tibbi
5c60fc4e21 remove the folder static sorting variable too 2018-05-25 10:17:41 +02:00
tibbi
83c72d2918 remove the static variable holding the media sorting 2018-05-25 10:08:44 +02:00
tibbi
4e58f1e6c1 fix #770, reimplement sorting by date taken 2018-05-24 23:29:48 +02:00
tibbi
158fccfedd add back sorting by date taken at the dialog 2018-05-24 15:21:49 +02:00
tibbi
2bad1e2088 improve folder discovery after renaming 2018-05-24 15:21:22 +02:00
tibbi
0014546dcd improve file refreshing after rename 2018-05-24 12:35:19 +02:00
tibbi
519df9e8a1 removing a redundant function 2018-05-23 23:30:00 +02:00
tibbi
41ab8d4d6b fix #774, avoid showing Excluded images at Show All Folders Content 2018-05-23 13:52:09 +02:00
tibbi
49e376e2ec renaming GalleryDataBase to GalleryDatabase 2018-05-18 12:16:22 +02:00
tibbi
a1fdc2531d add another null check at obtaining the room database 2018-05-13 23:07:24 +02:00
tibbi
6e898e43b8 renaming the database variable 2018-05-13 23:02:31 +02:00
tibbi
cadd25d3bd add the launcher color customization in release notes 2018-05-13 21:49:51 +02:00
tibbi
6ca5191500 add some IndexOutOfBoundsException checks at adapters 2018-05-13 21:30:24 +02:00
tibbi
50ee6d5abb refresh items instantly after renaming 2018-05-13 21:23:11 +02:00
tibbi
d5c7a5a8ca make bundle nullable at saving state 2018-05-13 21:17:22 +02:00
tibbi
abaa1f2e08 update commons to 4.0.9 2018-05-13 21:14:55 +02:00
tibbi
d52c3df88f get proper path at returning a third party intent result 2018-05-13 11:33:51 +02:00
tibbi
1b474d66f3 fix #765, avoid showing hidden items when inappropriate at Show All Folders 2018-05-12 23:55:40 +02:00
tibbi
ca02223ab6 fix #768, do not show the loading spinning circle at initial launch 2018-05-12 23:31:23 +02:00
tibbi
860d801ede fix #769, set the result uri at crop intents just to be sure 2018-05-12 21:51:22 +02:00
tibbi
b5df2928f9 adding colored launcher icons 2018-05-12 21:00:07 +02:00
tibbi
72c61545d8 remeasure fastscroller if thumbnail data changes 2018-05-11 10:59:42 +02:00
tibbi
efd45ba4cc update commons to 4.0.3 2018-05-11 10:42:51 +02:00
tibbi
16e5529375 improve folder Distinction to avoid showing duplicate folders 2018-04-29 09:24:20 +02:00
tibbi
7b2a3d6365 avoid deleting newly created temporary folder too early 2018-04-26 16:08:20 +02:00
tibbi
a0cf205c8c check new media every couple seconds 2018-04-26 15:42:14 +02:00
tibbi
d83df54a41 copy hidden files only when they are visible 2018-04-26 15:11:28 +02:00
tibbi
71a378d5bd fix copying folders from OTG devices 2018-04-26 14:53:20 +02:00
tibbi
a24050c98d make sure folder inclusion is recursive on OTG too 2018-04-26 13:59:24 +02:00
tibbi
c0f600c451 do not refresh media thumbnails twice 2018-04-26 11:54:39 +02:00
tibbi
7600fa68b4 improve file deleting from thumbnails view 2018-04-26 11:51:17 +02:00
tibbi
be54d59bd0 properly look for empty OTG folders too 2018-04-26 11:30:58 +02:00
tibbi
617412a3bc check invalid directories as the last thing on the new thread 2018-04-26 10:49:26 +02:00
tibbi
bb943daf38 remove a directory from local db if it is empty 2018-04-26 10:46:35 +02:00
tibbi
d2e2e315e1 make sure we filter out empty folders 2018-04-26 10:35:32 +02:00
tibbi
db278b4aa2 add another extra check to avoid showing duplicate folders 2018-04-26 09:48:05 +02:00
tibbi
9aade59c07 destroy the Gallery database instance only if the user exits the app 2018-04-26 09:41:15 +02:00
tibbi
688b0e2624 add an extra check to avoid showing duplicate folders 2018-04-25 23:59:17 +02:00
tibbi
b4f44df183 avoid showing the same folder twice, with different casing 2018-04-25 23:41:44 +02:00
tibbi
e2fa9646d9 update commons to 3.19.20 2018-04-25 23:01:23 +02:00
tibbi
55d7ccfe03 fix saving rotated otg files 2018-04-24 22:19:11 +02:00
tibbi
68412e8480 do not allow opening the freshly created folder while empty 2018-04-24 21:53:41 +02:00
tibbi
3f097a409b couple improvements related to saving edited images 2018-04-24 21:44:47 +02:00
tibbi
bfc1d3d0fd show a toast when deleting the empty new folder 2018-04-24 21:44:10 +02:00
tibbi
0b5005e0d0 couple SaveAs dialog related fixes 2018-04-24 19:02:55 +02:00
tibbi
0148465e75 ignore REAL_FILE_PATH on OTG files 2018-04-24 17:54:11 +02:00
tibbi
bab2b4e5a0 check null folder children at DirectoryAdapter 2018-04-24 17:47:24 +02:00
tibbi
6464c7eee4 try adding OTG automatically once 2018-04-24 17:08:41 +02:00
tibbi
cb17ab5b97 make sure the directory placeholder is visible only when appropriate 2018-04-24 15:01:24 +02:00
tibbi
ddfbdaa275 look for invalid directories after loading 2018-04-24 14:54:28 +02:00
tibbi
f963274942 ignore files with null name 2018-04-24 14:34:51 +02:00
tibbi
d4f81d3437 use the more advanced way of checking if a file exists 2018-04-24 14:32:21 +02:00
tibbi
85a0a69599 show an icon at the folder for OTG devices too 2018-04-24 13:15:41 +02:00
tibbi
db2e0dc776 disable Pull-to-refresh automatically at enabling horizontal scroll 2018-04-24 10:36:50 +02:00
tibbi
5d756b5a60 change the way allowBubbleDisplay is set on resume 2018-04-24 10:34:21 +02:00
tibbi
e2fe74ea33 flip getImage and getVideo arguments at getMedia async task 2018-04-24 10:12:49 +02:00
tibbi
bd077cba8c disable media pull-to-refresh while Search is open 2018-04-24 10:04:49 +02:00
tibbi
b56d4d6600 do not try parsing media files of empty lists 2018-04-24 09:55:41 +02:00