tibbi
|
0fa4cb5844
|
adding a null check at closing search
|
2018-01-08 13:25:01 +01:00 |
|
tibbi
|
78148990f0
|
replace some media adapter magic numbers with constants
|
2018-01-08 12:15:57 +01:00 |
|
tibbi
|
a96863c590
|
moving some menu related functions up
|
2018-01-07 23:24:21 +01:00 |
|
tibbi
|
d8e77da395
|
disable fullscreen media one-finger zoom to make double-click easier
|
2018-01-07 18:39:09 +01:00 |
|
tibbi
|
38ca5b84d7
|
add basic search to media view, related to #48
|
2018-01-07 17:48:25 +01:00 |
|
tibbi
|
4b2d41ec75
|
fix #555, check if file exists at viewpager activity
|
2018-01-07 16:57:04 +01:00 |
|
tibbi
|
3c06dfd431
|
fix #557, apply the password protection to Manage Hidden Folders
|
2018-01-07 16:40:20 +01:00 |
|
tibbi
|
b351de406b
|
replace Delete with Remove at Manage excluded/included folders
|
2018-01-06 19:43:45 +01:00 |
|
tibbi
|
616d4098fc
|
skip the thumbnail load delay in some cases
|
2018-01-06 19:02:42 +01:00 |
|
tibbi
|
4123f67ad3
|
rewrite scrolling to improve performance
|
2018-01-06 16:10:13 +01:00 |
|
tibbi
|
ad1a787a15
|
move the "Use english" button further in settings
|
2018-01-06 13:20:30 +01:00 |
|
tibbi
|
1204eea382
|
nope, do not use Glide for loading non-animating gifs
|
2018-01-04 18:40:44 +01:00 |
|
tibbi
|
129858119d
|
use Glide for loading non-animating gifs
|
2018-01-04 18:05:37 +01:00 |
|
tibbi
|
247f057166
|
do not delete empty folders by default
|
2018-01-03 12:48:15 +01:00 |
|
tibbi
|
1b496b5632
|
move mediaplayer releasing back on main thread
|
2017-12-30 09:00:36 +01:00 |
|
tibbi
|
88d8f39118
|
handle whole bitmap saving in edit activity on a background thread
|
2017-12-29 22:20:10 +01:00 |
|
tibbi
|
f63a8eebac
|
release video mediaplayer on a background thread
|
2017-12-29 22:17:09 +01:00 |
|
tibbi
|
46a143e4ac
|
couple slideshow improvements
|
2017-12-29 22:07:47 +01:00 |
|
tibbi
|
422b1fb690
|
use the default zoom level if the image matches the screen
|
2017-12-29 21:42:25 +01:00 |
|
tibbi
|
30374930bd
|
properly handle zooming at images rotated by exif
|
2017-12-29 21:35:13 +01:00 |
|
tibbi
|
bc848e077c
|
improve some doubletap zoom ratios
|
2017-12-29 21:09:12 +01:00 |
|
tibbi
|
cd03b455dc
|
sort the hidden folders by .nomedia last modified + fix threading
|
2017-12-29 18:17:33 +01:00 |
|
tibbi
|
865db7099f
|
implement the hidden folder adapter for adding/removing items
|
2017-12-29 18:11:23 +01:00 |
|
tibbi
|
4240849151
|
add an activity for displaying hidden folders
|
2017-12-29 16:46:13 +01:00 |
|
tibbi
|
27e14b8fac
|
show the Lock Orientation menu item only when the image isnt rotated
|
2017-12-29 15:47:58 +01:00 |
|
tibbi
|
d353f02a51
|
recycle the subsampling imageview on destroy
|
2017-12-29 15:46:15 +01:00 |
|
tibbi
|
da80d24606
|
do not check every file existence at fetching, just once a week do a cleanup
|
2017-12-29 15:28:33 +01:00 |
|
tibbi
|
4733bf95f9
|
use list() instead of listFiles() in some places
|
2017-12-27 10:10:14 +01:00 |
|
Tibor Kaputa
|
22abab9473
|
Merge pull request #524 from trubitsyn/patch-1
Camel case fix: tryloadGallery -> tryLoadGallery
|
2017-12-25 23:10:19 +01:00 |
|
Nikola Trubitsyn
|
0ebbad7fff
|
Resources.getActionBarHeight() fix return style
Uses the same return style as in the other functions
|
2017-12-26 01:07:01 +03:00 |
|
Nikola Trubitsyn
|
0bff18bb2c
|
Camel case fix: tryloadGallery -> tryLoadGallery
|
2017-12-26 00:42:37 +03:00 |
|
tibbi
|
16f913a026
|
handle storage permission at EditActivity
|
2017-12-25 12:08:36 +01:00 |
|
tibbi
|
6c7e406dad
|
try removing temp folder only if the path isnt empty
|
2017-12-24 14:08:04 +01:00 |
|
tibbi
|
597e62b7a1
|
tweaking some uri permissions
|
2017-12-22 15:31:13 +01:00 |
|
tibbi
|
cdd9dcbae7
|
improve third party image picker intent handling
|
2017-12-22 13:09:34 +01:00 |
|
tibbi
|
3f88bb8e21
|
scan the included folder after adding on a background thread
|
2017-12-20 19:24:17 +01:00 |
|
tibbi
|
af586a209f
|
create a copy of the mediafiles in the viewpager activity
|
2017-12-19 17:14:08 +01:00 |
|
tibbi
|
f96360a497
|
remove some seemingly redundant code at checking file paths individually
|
2017-12-19 12:27:05 +01:00 |
|
tibbi
|
3f72652ed8
|
avoid running 2 media fetching asynctasks
|
2017-12-19 12:20:03 +01:00 |
|
tibbi
|
8b9810bab9
|
use black status bar at fullscreen media when set so
|
2017-12-19 10:55:01 +01:00 |
|
tibbi
|
57e1678f1a
|
fix #82, properly display MMS images
|
2017-12-18 23:46:42 +01:00 |
|
tibbi
|
4a91960875
|
flip the exif fetching functions, use the deprecated one first
|
2017-12-18 22:33:51 +01:00 |
|
tibbi
|
1c433b1ebf
|
make sure we call getLatestMediaId from a background thread
|
2017-12-17 20:53:17 +01:00 |
|
tibbi
|
0ae0d8df12
|
also check file existence at Included folders, if size returns 0
|
2017-12-17 13:03:32 +01:00 |
|
tibbi
|
47046d3d11
|
properly fetch gif files
|
2017-12-17 12:27:11 +01:00 |
|
tibbi
|
bd0f540460
|
fix video autoplay in slideshows
|
2017-12-17 11:58:14 +01:00 |
|
tibbi
|
8843a4a006
|
handle onPageSelected called twice on every page change
|
2017-12-17 11:46:41 +01:00 |
|
tibbi
|
9751daa8af
|
catch exceptions thrown at fetching image orientation
|
2017-12-17 10:53:55 +01:00 |
|
tibbi
|
ae7d3e3f18
|
use the helper function for checking if only one item is selected
|
2017-12-13 19:47:58 +01:00 |
|
tibbi
|
527edf3914
|
show proper bubble text at sorting by path
|
2017-12-06 21:59:56 +01:00 |
|