tibbi
711c714686
catch exceptions thrown at getting device brightness
2018-02-08 18:07:52 +01:00
tibbi
4809f54bae
lets just catch all exceptions thrown at storing folders json
2018-02-08 18:01:30 +01:00
tibbi
fb053fb487
disable image brightness gestures by default, it causes zooming issues
2018-02-06 16:59:52 +01:00
tibbi
c98658d069
store the info about directory location in the model itself
2018-02-05 11:15:09 +01:00
tibbi
f82550ae34
call searchQueryChanged only when search is open
2018-02-05 10:23:38 +01:00
tibbi
8d7853e4f0
catch exceptions thrown at trying to show the image on a map
2018-02-05 09:59:18 +01:00
tibbi
53d79ecea8
search for new media files in the folders, from which we already have files
2018-02-04 23:56:11 +01:00
tibbi
4597e888a5
try fixing TransactionTooLargeException on Android Nougat
2018-02-04 21:01:43 +01:00
tibbi
b2f54f0e6e
add an optional extra check to avoid showing invalid files
2018-02-04 19:58:44 +01:00
tibbi
8effeedd7d
catch and show exceptions thrown at fetching path of MediaActivity
2018-02-04 18:02:06 +01:00
tibbi
605cf6ae0f
wteak the MediaSideScroll callback a bit
2018-02-04 12:57:40 +01:00
tibbi
42faaf51c1
delete file from mediastore on ViewPagerActivity in the background
2018-02-04 12:13:49 +01:00
Tibor Kaputa
2ca0bded2d
Merge pull request #623 from trubitsyn/drag-images
...
Allow changing the brightness by dragging on images
2018-02-04 11:58:53 +01:00
tibbi
8524970d6d
add a toggle for preventing showing Whats New
2018-02-04 11:49:54 +01:00
Nikola Trubitsyn
d884da9b82
Allow to toggle photo gestures via settings toggle
2018-02-04 03:33:51 +03:00
Nikola Trubitsyn
467058583b
Rename callback and allow it to be set externally
2018-02-02 17:07:49 +03:00
Nikola Trubitsyn
b735636ecf
Remove unused comment
2018-02-02 16:52:58 +03:00
Nikola Trubitsyn
e91bc71ee0
Add an empty line to the end of MediaSideScroll.kt
2018-02-02 16:52:23 +03:00
Nikola Trubitsyn
330d501889
Remove Context from MediaSideScroll constructor
2018-02-02 16:50:19 +03:00
Nikola Trubitsyn
abd027e27b
Use MediaSideScroll in PhotoFragment
2018-02-02 16:34:25 +03:00
Nikola Trubitsyn
ff66f36cda
Move side scroll functionality to MediaSideScroll.kt
2018-02-02 16:28:13 +03:00
tibbi
fe7b425d79
store thumbnail data only if we arent loading them from cache
2018-01-31 19:23:03 +01:00
tibbi
96b93c4cb2
remove the file cleanup
2018-01-31 19:08:18 +01:00
tibbi
5a24c92c96
shorten the search close code
2018-01-31 19:01:57 +01:00
tibbi
c5cd4cb6a7
add the new toggles in Whats New
2018-01-29 00:11:53 +01:00
tibbi
7c7b7d254d
disable "Temporarily show hidden" after 10 minutes of app backgrounding
2018-01-28 21:30:14 +01:00
tibbi
c3a7068806
store only 80 media files in shared prefs and catch OOMs
2018-01-28 21:15:36 +01:00
tibbi
c4c083b77f
add a toggle for hiding extended details when the statusbar is hidden
2018-01-28 17:49:29 +01:00
tibbi
4e15f047c5
add an extra check to avoid removing valid files
2018-01-28 17:29:15 +01:00
tibbi
95e5480d03
add "const" modifier to some values
2018-01-28 16:49:05 +01:00
tibbi
b824023722
add a toggle for replacing zoomable images with better quality ones, related to #343
2018-01-28 16:39:12 +01:00
tibbi
d36ce4ab8d
fix target resolution of fullscreen media in case the image is rotated
2018-01-28 16:20:15 +01:00
tibbi
5b709d0b70
disable eager loading and set serial executor at Subsampling
2018-01-28 12:51:38 +01:00
tibbi
a10bb5aa58
move Extended details related things in a separate Settings section
2018-01-28 12:27:56 +01:00
tibbi
9533204a50
add an option to change media instantly by clicking on screen sides
2018-01-27 23:35:28 +01:00
tibbi
246c0a0453
split Settings into subsections
2018-01-27 22:48:00 +01:00
tibbi
2df3c8065a
use white color on placeholder text at b&w theme
2018-01-25 21:25:04 +01:00
tibbi
624682d791
update commons to 3.8.2
2018-01-23 18:55:38 +01:00
tibbi
96010b4c8e
call scanPath and scanFile on contexts only to avoid leaks
2018-01-23 18:40:29 +01:00
tibbi
eac175a01e
add one-finger zoom in release notes
2018-01-23 14:43:29 +01:00
tibbi
bd68292824
fix #441 , rely on the system at "Device rotation" option
2018-01-23 14:25:18 +01:00
tibbi
41d0b0bef9
move thumbnail hashcode checking directly in adapters
2018-01-23 10:14:50 +01:00
tibbi
f19d6ada1f
add a broadcast receiver for refreshing media at received broadcast
2018-01-22 23:43:42 +01:00
tibbi
7d4e413daa
make mView at VideoFragment nullable
2018-01-22 21:30:44 +01:00
tibbi
8a31ad1b1c
store the medium type in it, to improve performance
2018-01-16 16:58:58 +01:00
Tibor Kaputa
fe07154b97
Merge pull request #579 from gh123man/gh123man/fixCloseIfAllFoldersExcluded
...
fixed bug where app will close if all media is missing or excluded
2018-01-15 22:18:44 +01:00
Tibor Kaputa
2c890afe19
Merge pull request #581 from gh123man/gh123man/dontAllowExcludeOnShowAll
...
Dont allow exclude when showing all folder content
2018-01-15 22:10:08 +01:00
Brian Floersch
7b75df81ab
dont allow exclude when showing all folder content
2018-01-15 16:01:22 -05:00
Brian Floersch
ec6a9b95f8
fixed bug where app will close if all media containing folders are excluded and view mode is changed to "show all folders content"
2018-01-15 15:39:54 -05:00
tibbi
ab7b086497
move the one finger zoom above Extended media settings
2018-01-15 00:14:11 +01:00
Brian Floersch
39e8541000
code review feedback
2018-01-14 17:48:00 -05:00
Brian Floersch
1942140187
added one finger zooming
2018-01-13 22:58:42 -05:00
tibbi
c07aeab3cb
remove some redundant strings
2018-01-09 23:30:23 +01:00
tibbi
50003b38fb
catch security exceptions at fillExtraOutput
2018-01-09 10:02:03 +01:00
tibbi
c930ed5cda
store latestMediaId only when not from cache, should improve new media discovery
2018-01-09 00:19:11 +01:00
tibbi
fa28098500
do not set a default value used at redrawing media
2018-01-08 21:50:24 +01:00
tibbi
19a81d2566
reduce instant load duration to 2 seconds
2018-01-08 21:17:27 +01:00
tibbi
cabf495b38
fix thumbnail displaying
2018-01-08 20:48:52 +01:00
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
tibbi
eece8130cf
update fastscroller bubble colors on resume
2017-12-06 21:50:08 +01:00
tibbi
e69703bd07
call layoutInflater on the activity directly
2017-12-06 19:05:47 +01:00
tibbi
2e13d381a1
use PhotoView at fullscreen media to allow zooming gifs and raws
2017-12-06 18:44:56 +01:00
tibbi
5e9ac3aaaa
fix #448 , update Commons to include Raw support
2017-12-06 17:08:57 +01:00
tibbi
bb2659d018
reference the SupportActionBar title at updating it
2017-12-06 16:44:54 +01:00
tibbi
0285b97a17
showd fastscroller bubble at horizontal scrolling tii
2017-12-06 16:42:06 +01:00
tibbi
fbcee2c7a0
couple code style updates
2017-12-06 16:10:21 +01:00
tibbi
04f1bbaffe
add a toggle for showing info bubble at fastscroller
2017-12-06 14:42:17 +01:00
tibbi
da2db79913
show an info bubble at fastscroller dragging
2017-12-05 23:45:09 +01:00
tibbi
2341d0f009
update commons to 3.1.3
2017-12-05 23:28:04 +01:00
tibbi
6a94ac11bc
moving some Menu related functions, no code change
2017-12-03 23:52:10 +01:00
tibbi
539d6ee16d
rename extension files to start with capital letters, no functionality change
2017-12-03 21:56:11 +01:00
tibbi
9b5a52f66a
allow selecting which wallpaper should be changed on Nougat+
2017-12-01 23:48:19 +01:00
tibbi
a56bbbd54a
simplify Leak Canary initialization
2017-12-01 23:35:36 +01:00
tibbi
e04c4da1d6
set translucent navigation bar programmatically where appropriate
2017-12-01 11:37:48 +01:00
tibbi
9fbbd902e8
update Commons with some dialog crashfixes
2017-12-01 11:04:26 +01:00
tibbi
84fee84349
lets provide Subsampling our own orientation
2017-12-01 10:04:57 +01:00
tibbi
2da5af065b
fix #454 , share multiple items properly, as images
2017-11-30 23:51:56 +01:00
tibbi
a7a473c172
fix #478 , make sure photos are visible after unhiding
2017-11-30 23:45:01 +01:00
tibbi
c5b67785a6
update commons to 3.0.12
2017-11-30 19:38:07 +01:00
tibbi
48e78f529e
rename mFragments to fragments at the pager adapter
2017-11-30 18:34:12 +01:00
tibbi
d595c590f0
update commons to 3.0.9
2017-11-30 18:26:04 +01:00
tibbi
b5b3648602
use a helper method for refreshing recyclerviews at delete
2017-11-30 16:37:06 +01:00
tibbi
df86b5d9ae
update commons to 3.0.5
2017-11-30 14:58:27 +01:00
tibbi
e7aeb44256
small cleanup at the sorting dialog
2017-11-30 10:37:51 +01:00
tibbi
7f596a3993
fix #480 , make sure drag selection is always available
2017-11-30 10:08:16 +01:00
tibbi
4936f04296
use the shared Splash activity
2017-11-29 20:26:23 +01:00
tibbi
15daa64cbd
reenable leak canary
2017-11-27 20:32:57 +01:00
tibbi
6ebfb82e39
avoid decoding fullscreen images twice
2017-11-23 09:58:12 +01:00
tibbi
1b88318f46
catch OutOfMemory errors at GifDrawables
2017-11-23 09:44:26 +01:00
tibbi
1c7c95d579
comment out leak canary initialization
2017-11-23 09:43:14 +01:00
tibbi
2c2f0ea5f6
fix #470 , avoid running 2 directory fetching async tasks at once
2017-11-23 09:07:10 +01:00
tibbi
015fde6a97
lets remove GlideDecoder for now, roll back to rgb_565 format
2017-11-23 08:45:20 +01:00
tibbi
aa2f8722ea
delete items from the main activity and viewpager activity on background threads
2017-11-22 00:01:07 +01:00
tibbi
07d921330e
save images in the editor on the background thread
2017-11-21 23:50:46 +01:00
tibbi
2b3223be08
use encoded video path only at passing it to the mediaplayer
2017-11-20 21:53:55 +01:00
tibbi
a3c680fc73
improve some double-tap zoom handling
2017-11-16 23:37:14 +01:00
tibbi
bdc61380a5
make it easier to keep the device in landscape mode
2017-11-16 23:02:49 +01:00
tibbi
69bc80fa4e
rewriting the Included Folders to recyclerview too
2017-11-16 22:15:33 +01:00
tibbi
d596829fd6
rewrite ExcludeFolders activity to use a recyclerview
2017-11-16 22:05:44 +01:00
tibbi
27f00cfe3c
improve some double-tap zoom ratios
2017-11-16 19:26:25 +01:00
tibbi
12e3f61574
catch outofmemory errors at gif loading
2017-11-16 14:56:14 +01:00
tibbi
1afddbc7bb
update Commons to 2.39.9
2017-11-16 14:53:21 +01:00
tibbi
6f78a6e9ce
rewriting MediaAdapter to the Commons MyRecyclerViewAdapter
2017-11-16 14:44:39 +01:00
tibbi
ee883d3acc
update MyScalableRecyclerView to the new MyRecyclerView
2017-11-16 14:03:18 +01:00
tibbi
7dbdd163c1
add multidex support
2017-11-12 23:59:22 +01:00
tibbi
99dee5e7f1
update Commons to 2.38.8
2017-11-12 23:49:29 +01:00
tibbi
abbf25ddf8
make sure we show the Use English toggle when it was changed
2017-11-10 21:17:34 +01:00
tibbi
11fb678ede
updating Release notes
2017-11-09 19:31:10 +01:00
tibbi
96065615b4
use some view visiblity extension functions
2017-11-09 19:14:51 +01:00
tibbi
ae9cce880a
make sure extended details are always properly positioned
2017-11-09 19:09:31 +01:00
tibbi
80fadfec62
make videoFragment timeHolder nullable
2017-11-09 17:28:38 +01:00
tibbi
3e7d4b6f5b
make resultData.data nullable at pick intent result
2017-11-09 17:23:47 +01:00
tibbi
f374cfde67
reenable GlideDecoder for loading fullscreen media
2017-11-09 17:14:28 +01:00
tibbi
e1ec8c5623
clean up some more things after usage at videofragment
2017-11-09 17:04:10 +01:00
tibbi
f657a64baa
reset video SurfaceView and SurfaceHolder on destroy
2017-11-09 16:50:32 +01:00
tibbi
0048f9096b
make sure we save the rotated image on the background thread
2017-11-09 16:47:36 +01:00
tibbi
0bb48601f4
remove some empty callbacks to avoid memory leaks
2017-11-09 14:50:05 +01:00
tibbi
aa5b5b3081
move the image saving things in a separate function to reduce indentation
2017-11-09 14:11:52 +01:00
tibbi
014c2b951d
clear Glide cache after rotating an image, to avoid some glitches
2017-11-09 13:57:24 +01:00
tibbi
9141073ed6
try keeping old Last Modified after rotating when needed
2017-11-09 11:27:30 +01:00
tibbi
4efdb1a47a
fix saving rotated images on the internal storage
2017-11-08 23:40:19 +01:00
tibbi
28e1d77f1b
disable GlideDecoder for now
2017-11-08 23:29:33 +01:00
tibbi
c7bbeddae8
allow password protecting the whole app
2017-11-08 23:13:02 +01:00
tibbi
43d49beca0
split the Rotate button to 3 orientations
2017-11-08 21:22:35 +01:00
tibbi
b41f1e97e6
add a button at fullscreen media for locking screen orientation
2017-11-08 21:10:43 +01:00
tibbi
1a3d52e1c2
adjusting sensitivity of rotating by Device Rotation
2017-11-08 20:46:28 +01:00
tibbi
19a0621cab
let's try using GlideDecoder at fullscreen media
2017-11-08 20:35:35 +01:00
tibbi
d0f7eb9fb1
reordering some ViewPagerActivity functions
2017-11-08 12:09:48 +01:00
tibbi
3a23e2b0bf
add a toggle for forcing English language, if it isnt the device language
2017-11-08 12:08:36 +01:00
Tibor Kaputa
f62ee277a4
show the "Saving..." toast only when SAF dialog is handled
2017-11-07 23:55:17 +01:00
Guillaume
9a90787dbd
Adding handleSAFDialog for EXIF rotation
2017-11-07 23:08:20 +01:00
tibbi
54dca20bdb
initialize leak canary in debug build
2017-11-07 17:31:40 +01:00
tibbi
add3760ed2
fix #440 , upgrade to Android Studio 3
2017-11-07 17:11:20 +01:00
tibbi
932fc628a3
use applicationContext at launching settings
2017-11-06 23:59:09 +01:00
tibbi
1e69561e84
use applicationContext at getting a Config instance
2017-11-06 23:54:31 +01:00
tibbi
a8f1b88859
update commons to 2.36.1
2017-11-06 21:09:56 +01:00
tibbi
283121a046
fix #428 , try url encoding video path if it throws IOException
2017-11-06 18:43:36 +01:00
tibbi
733e9403dd
fix #420 , increase the max column count to 20
2017-11-06 17:59:54 +01:00
tibbi
5c929f43ed
do the empty path check earlier at PhotoVideoActivity
2017-11-06 17:29:03 +01:00
tibbi
124d44dfb9
fix #438 , properly handle GET_CONTENT intent
2017-11-06 17:17:23 +01:00
tibbi
09ff1779e8
do not grant write_uri_permission at get_content result intent
2017-11-06 16:45:40 +01:00
tibbi
f06fe6a299
make orientationEventListener nullable
2017-11-06 16:25:58 +01:00
Tibor Kaputa
035f1ed715
Merge pull request #437 from ltGuillaume/patch-2
...
Rotation button fix
2017-11-03 22:30:02 +01:00
Guillaume
b4e43d1c21
Brackets and position fixed
2017-11-03 22:05:56 +01:00
Guillaume
4844e2c2d8
One more deleteFile to remove
...
...now I understand `return@getFileOutputStream`.
2017-11-03 22:00:28 +01:00
Guillaume
598eeb154d
Improvements as suggested
2017-11-03 21:57:56 +01:00
Guillaume
1aa9ebe286
Rotation button fix
...
When rotating is initiated, show rotate button permanently to facilitate further rotation. Also, prevent accidental click on Delete when the option "replace share with rotate" is enabled.
2017-11-03 21:36:17 +01:00
Guillaume
63d39b589a
Working EXIF lossless on Internal & SD
...
Tested and works on both Internal Storage and External SD cards
2017-11-03 17:01:13 +01:00
tibbi
2ada4af2bf
catch exceptions thrown by GifDrawable, load them as simple jpgs
2017-11-02 16:23:20 +01:00
tibbi
9d8dd61dfa
style update + wrap gifDrawables in try/catch
2017-11-02 09:43:49 +01:00
tibbi
b72686cefd
updating the way photos are rotated and saved
2017-11-01 23:38:19 +01:00
Guillaume
1cecff008c
OCD :-P
2017-11-01 16:12:27 +01:00
Guillaume
76a9dfe6c7
.isJpg()
2017-11-01 14:52:49 +01:00
Guillaume
fdc1063838
Update ViewPagerActivity.kt
...
- Removed `mRotationDegrees != 0f` check, because save buttton wouldn't have shown anyway
- Check if output file is written
- Added helpers functions (with `.toString()` instead of using `""+`)
2017-11-01 14:51:11 +01:00
Guillaume
25bd77bd12
Lossless rotation
...
Possible issue: even though most EXIF tags keep their original value, some of them are changed by android.media.ExifInterface. it.sephiroth.android.library.exif2.ExifInterface did the same, but to different values and/or with different results.
2017-11-01 04:52:29 +01:00
tibbi
27476a0735
lets show Set As and Edit button at videos too, why not
2017-10-29 20:19:12 +01:00
tibbi
4c80ba98fb
move a couple more intent handling to the Commons library
2017-10-29 19:08:45 +01:00
tibbi
437390cfa3
create a shareUris extension for sharing multiple media
2017-10-29 18:37:38 +01:00
tibbi
02dfcd63c0
reuse shareUri at shareMedium
2017-10-29 18:35:08 +01:00
tibbi
73856e6769
reuse the OpenFile intent handling from Commons
2017-10-29 18:28:28 +01:00
tibbi
972a1d4a39
show Properties button at PhotoVideoActivity only with file content uri
2017-10-29 12:51:04 +01:00
tibbi
809d9b81a2
some corrections to loading gifs
2017-10-29 12:27:26 +01:00
tibbi
b421dc273f
replace MEDIUM constant with PATH in some intents
2017-10-29 11:41:31 +01:00
tibbi
d52eb60611
use REAL_FILE_PATH from the commons library
2017-10-29 11:26:14 +01:00
tibbi
96a5ead186
make mUri in PhotoVideoActivity nullable
2017-10-29 10:34:37 +01:00
tibbi
de1c418f78
catch exceptions thrown at getting mimetype from uri
2017-10-29 10:29:57 +01:00
tibbi
4f2b05c2a0
adding the new toggle to Whats New
2017-10-28 22:04:53 +02:00
tibbi
788885227a
added a fake drag check at slideshow
2017-10-28 22:02:17 +02:00
tibbi
1dad41fdf7
show an error if the user tries sharing too much data
2017-10-28 19:56:33 +02:00
tibbi
75c9d28547
make sure the video fragment still exists when the video completes
2017-10-28 19:05:51 +02:00
tibbi
883e3ad6c1
add a check if the owner file from extended details exists
2017-10-28 19:04:30 +02:00
tibbi
b1019af51b
fix #320 , make orientation by "Device rotation" less sensitive
2017-10-28 18:39:26 +02:00
tibbi
7390a02589
remove some redundant imports
2017-10-28 17:55:36 +02:00
tibbi
05dfced1bc
add a toggle in Settings to set keeping last-modified value
2017-10-28 17:50:50 +02:00
tibbi
729eb36ca5
do not set videoFragment visibility to false on pause
2017-10-28 16:22:44 +02:00
tibbi
977edc1f34
some cleanup around thumbnail loading
2017-10-28 14:11:01 +02:00
tibbi
4b4869e845
init the viewpager orientation listener earlier
2017-10-28 13:46:53 +02:00
tibbi
4fedc05571
use GifDrawables at thumbnails too
2017-10-28 13:27:50 +02:00
tibbi
1c3aab82ff
use a simple ImageView at photo fragments
2017-10-28 12:56:57 +02:00
tibbi
286955ab83
replace PhotoView with GifDrawable
...
it will replace zoomable gifs with smooth gifs
2017-10-28 11:02:02 +02:00
tibbi
84263a3b10
never force chooser at Edit intent
2017-10-27 14:08:50 +02:00
tibbi
c9f6668fc1
force an app chooser at some openFile intents
2017-10-27 14:08:33 +02:00
tibbi
b6a266d436
always set saveUri at editor activity
2017-10-27 14:02:11 +02:00
tibbi
b3427c57ab
adding a properties menu button to photovideoactivity
2017-10-27 11:47:00 +02:00
tibbi
0b352f1bc0
add a null check to intent extras at photovideoactivity
2017-10-27 10:56:36 +02:00
tibbi
c520c8c557
send real filepath as an extra with View intent
2017-10-27 10:54:49 +02:00
tibbi
98bee4022e
replace sending real_file_path with extra_output at the editor
2017-10-27 10:34:16 +02:00
tibbi
f0af8777a3
send the real file path with edit intent
2017-10-27 10:07:58 +02:00
tibbi
b98b6e6cb9
add Set As to the media thumbnails view
2017-10-27 09:36:41 +02:00
tibbi
8e8c0b127d
add an Open With menu button to media thumbnails view
2017-10-27 09:33:17 +02:00
tibbi
fa2a237593
update target SDK to 26 and handle fileprovider
2017-10-26 23:43:13 +02:00
tibbi
8686022c89
set initial mIsFragmentVisible to true at third party intents
2017-10-26 17:24:52 +02:00
tibbi
7f10f67c7b
fix #386 , automatically append "_1" after the filename when saving in editor
2017-10-26 10:10:11 +02:00
tibbi
54515b47d8
adding the Folder media count toggle to Whats new
2017-10-24 23:36:44 +02:00
tibbi
3e7d67a3a2
update commons, use our custom map for determining file mimetype
2017-10-24 22:57:04 +02:00
tibbi
7ad578ec2e
make sure we are selecting existing indexes at media and directory adapters
2017-10-24 22:20:50 +02:00
tibbi
498cd10ba6
add a medium null check at scrollStateChanged trigger
2017-10-24 21:53:28 +02:00
tibbi
aca83d7fad
hide the Extended details if text is empty
2017-10-24 21:18:33 +02:00
tibbi
06b3c728ce
no need to update last modified manually afer renaming on internal storage
2017-10-23 23:52:37 +02:00
tibbi
baed126550
fix some video playback issues on Android 7
2017-10-23 21:30:24 +02:00
tibbi
012e091349
minor code cleanup at videofragment
2017-10-23 19:39:43 +02:00