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
tibbi
5cd3fdf57f
implement the Show Media Count toggle functionality
2017-10-23 17:26:33 +02:00
tibbi
208d005139
update commons to 2.31.1
2017-10-23 12:09:55 +02:00
tibbi
608292a357
update Commons and use its way of getting mimetype of multiple uris
2017-10-22 22:57:53 +02:00
tibbi
a4b24a7deb
update Commons for easy runtime permissions handling
2017-10-21 19:40:46 +02:00
tibbi
f2538baceb
updating release notes
2017-10-19 21:31:23 +02:00
tibbi
0400612f86
replace some GlobalLayoutListeners with the helper view extension
2017-10-19 21:24:32 +02:00
tibbi
fd6f709aac
add a variable name for delete confirmation callback return value
2017-10-19 21:07:24 +02:00
tibbi
0c408f6cf0
add a checkbox for skiping confirmation dialog at delete in a session
2017-10-19 21:03:19 +02:00
tibbi
5441457611
do not finish the actionmode right after a delete attempt, because of saf
2017-10-19 20:25:56 +02:00
tibbi
1d56b2ac8b
show a more specific error message when creating .nomedia file fails
2017-10-19 19:18:36 +02:00
tibbi
2dbbc2bbdb
add an extra check at creating .nomedia file on the SD card
2017-10-19 19:13:12 +02:00
tibbi
7132e09047
allow selecting Cover photo from any folder
2017-10-19 18:08:37 +02:00
tibbi
021a1cbf74
rewrite the mediapicker dialog, make it work like picking directories
2017-10-19 17:24:14 +02:00
tibbi
906168c6b5
filter out videos from directory cover images immediately
2017-10-19 17:05:59 +02:00
tibbi
7fe9a27b84
fix #141 , properly handle extended details view at toggling fullscreen
2017-10-19 15:49:27 +02:00
tibbi
bb9b194d2c
recheck extended details if some fields changed
2017-10-19 14:17:38 +02:00
tibbi
d78068d697
display only the wanted extended details fields
2017-10-19 14:14:09 +02:00
tibbi
3f008960de
add the dialog for customizing extended details
2017-10-18 23:38:35 +02:00
tibbi
3fffe1eef1
properly show/hide extended details after toggle
2017-10-18 22:00:27 +02:00
tibbi
2e339f08e4
show extended details at photos/videos if appropriate
2017-10-18 21:54:08 +02:00
tibbi
90e3d6c6f5
add a toggle for showing extended details over fullscreen media
2017-10-18 19:34:31 +02:00
tibbi
3033f611a1
allow sorting items by path
2017-10-18 17:56:14 +02:00
tibbi
f015984385
remove a Directory helper function addSize
2017-10-18 17:41:20 +02:00
tibbi
5547679004
improve the hack for proper displaying of media on Android 4
2017-10-07 16:58:56 +02:00
tibbi
f48d408b18
lets show SD card images to Android 4 users too
2017-10-06 18:20:13 +02:00
tibbi
71fa5ec235
minor style update
2017-10-05 19:12:04 +02:00
tibbi
9af74b9096
fetch storage paths asap
2017-10-04 19:27:32 +02:00
tibbi
dd9bef298f
minor code cleanup
2017-10-04 19:03:43 +02:00
tibbi
c2ea3ad4bb
stop media fetching on pause only if its not our first time there
2017-10-04 18:53:45 +02:00
tibbi
56f513beca
fix a glitch at allowing adding multiple items to an email attachment
2017-10-03 20:40:07 +02:00
tibbi
fa7b95e0af
fix displaying some special cases of third party images, like Bluemail attachment
2017-10-03 20:29:26 +02:00
tibbi
74edee735a
fix #381 , handle media pick intents in Show All Folders content view
2017-10-02 22:47:23 +02:00
tibbi
4203939d62
fix #378 , allow adding multiple items as email attachments
2017-10-02 18:27:42 +02:00
tibbi
cd75718d56
try adding missing media files in the mediastore by scanning it
2017-10-01 09:16:31 +02:00
tibbi
95f26a13cf
updating Whats new
2017-10-01 00:07:22 +02:00
tibbi
80b6279f83
fix some layout manager glitch at list view with horizontal scrolling
2017-10-01 00:03:17 +02:00
tibbi
e4b77eacb0
fixing some fastscroller glitches
2017-09-30 23:56:28 +02:00
tibbi
6e6af530bf
do not clear mMedia if the intent came from the gallery itself
2017-09-30 23:39:04 +02:00
tibbi
b7cb6a5364
make viewPager nullable during fake drag
2017-09-30 22:55:25 +02:00
tibbi
0ef9ff06bf
refresh directories instantly after un/pinning
2017-09-30 22:33:58 +02:00
tibbi
5c7dfb87be
stop media fetching on the calling activity pause
2017-09-30 22:23:28 +02:00
tibbi
7cc1a9ce17
move the media fetching related functions in a separate class
2017-09-30 22:06:32 +02:00
tibbi
1390d9541c
try caching 100 items per folder, up from 40
2017-09-30 21:05:20 +02:00
tibbi
e67253ccae
clear selection at folders and media, if content changes
2017-09-30 21:04:21 +02:00
tibbi
50a693d5e6
do not trigger click event at swiping at videos
2017-09-30 20:49:08 +02:00
tibbi
3d674c65ba
properly update text color at list view, if it changes
2017-09-30 20:32:58 +02:00
tibbi
73bcad0f68
try using adapterPosition instead of layoutPosition in recyclerView adapters
2017-09-30 20:24:18 +02:00
tibbi
99da56deec
use a different video icon at list view, without fill
2017-09-29 23:54:23 +02:00
tibbi
1cd68fe9a0
color icons and texts in list views appropriately
2017-09-29 23:46:09 +02:00
tibbi
d89ebec57a
remove a redundant function
2017-09-29 23:28:55 +02:00
tibbi
c8c09e0911
add the list view type handling in media activity
2017-09-29 23:22:52 +02:00
tibbi
216e51beff
rename photo_video_item to photo_video_item_grid
2017-09-29 22:52:30 +02:00
tibbi
d7eaaa070d
show folder path at the list view
2017-09-29 21:57:24 +02:00
tibbi
9947d661a3
refresh the folders at changing view type
2017-09-29 21:47:27 +02:00
tibbi
da00ed8422
add a divider between folders
2017-09-29 21:31:12 +02:00
tibbi
c9e355eecf
adding an initial implementation of directory_item_list
2017-09-28 23:17:53 +02:00
tibbi
2eabff531b
hide the menu buttons for changing column count at list views
2017-09-28 21:55:33 +02:00
tibbi
5e733a44c3
use the directory grid view by default
2017-09-28 21:51:14 +02:00
tibbi
74d179f86d
minor code style updates
2017-09-28 21:48:08 +02:00
tibbi
9c5c359e4d
rename directory_item to directory_item_grid
2017-09-28 21:28:42 +02:00
tibbi
fc3565129d
add the dialogs for changing the view type
2017-09-28 21:04:24 +02:00
tibbi
33a4b81279
replace lastModified mediaitem checking with latest media date taken
2017-09-27 23:58:30 +02:00
tibbi
373e06c98f
ignore the root folders at fetching media
2017-09-27 23:10:14 +02:00
tibbi
dfdfd88941
fix #181 , add fingerprint protection to hidden folder showing
2017-09-27 21:50:42 +02:00
tibbi
80f6df5e29
do not autosave rotated images, related to #372
2017-09-25 23:53:15 +02:00
tibbi
64f8d37544
fix #370 , make sure only the proper items are shown in "All media" view
2017-09-25 23:26:26 +02:00
tibbi
d8811d66b8
move some media getting functions in Context extensions
2017-09-25 23:19:17 +02:00
tibbi
fcad1f6fa5
properly hide hidden folders
2017-09-25 23:01:02 +02:00
tibbi
c242f74f9b
fix some glitches with incasesensitive paths at directories
2017-09-25 22:55:22 +02:00
tibbi
417c1169f8
just quickly resort directories at sorting change, when possible
2017-09-25 22:34:58 +02:00
tibbi
0da84f2958
change the way directories are grouped and sorted
2017-09-25 21:04:09 +02:00
tibbi
9d9866c1d2
use simple asynctask execute() at fetching directories
2017-09-25 20:42:47 +02:00
tibbi
7a653ec0c6
some code style update at the Directory and Medium classes
2017-09-24 22:51:03 +02:00
tibbi
aa16084192
use layoutPosition at directory and media adapters
2017-09-18 20:25:03 +02:00
tibbi
6ed100e204
do not use GlideDecoder at SubsamplingScaleImageView for now
2017-09-18 10:31:45 +02:00
tibbi
56a31e6ced
fix #326 , properly set bottom padding in landscape mode videos
2017-09-17 11:17:51 +02:00
tibbi
2fe1f91c87
moving a toast further
2017-09-17 11:07:14 +02:00
tibbi
ae6ea422ac
change the way we get layout position in adapters
2017-09-17 10:50:23 +02:00
tibbi
ea74fcf2c4
disable swipe-to-refresh in horizontal scrolling
2017-09-16 22:13:15 +02:00
tibbi
9247b51194
lets not toast errors if loading fullscreen media fails
2017-09-16 20:37:18 +02:00
tibbi
f7e7d83382
do not force ARGB_8888 format at fullscreen media
2017-09-16 20:20:43 +02:00
tibbi
8f8dd04920
simplify the squareImageView creation
2017-09-15 23:22:33 +02:00
tibbi
6f3fd675e2
remove some empty spaces
2017-09-15 15:48:18 +02:00
tibbi
0af594ee0b
use glide rotate transformation only when needed
2017-09-14 15:40:33 +02:00
tibbi
bc82d940b1
update commons to 2.27.11
2017-09-11 22:44:04 +02:00
tibbi
28ccfb6fe1
add a file.exists() check too
2017-09-11 21:34:23 +02:00
tibbi
624c0e2d08
check the filesize only after checking the file type
2017-09-11 21:34:15 +02:00
tibbi
ffcd632bad
small code style update
2017-09-11 21:15:59 +02:00
tibbi
832d549fed
remove the manual setting of max tilesize to 10000
2017-09-10 21:50:58 +02:00
tibbi
316566b09c
clear media on destroy at third party intents
2017-09-10 19:59:37 +02:00
tibbi
5273ea431b
show an error toast if something breaks during loading the image
2017-09-10 18:57:04 +02:00
tibbi
188e2f1254
catch exceptions thrown at ViewPagerActivity
2017-09-07 21:34:44 +02:00
tibbi
2c2ae9b6c4
tweak the functionality of Glide ImageDecoder
2017-09-06 11:12:52 +02:00
tibbi
51b4d9981f
try removing temp folder at app start too, if available
2017-09-05 22:23:15 +02:00
tibbi
54a4d29233
show the temp folder at Copy/move dialog too
2017-09-05 22:18:46 +02:00
tibbi
189f9b7410
store the new folder path in shared prefs, so its more accessible
2017-09-05 21:58:22 +02:00
tibbi
551fc3a1c6
make sure the new directory is the first one
2017-09-05 21:43:21 +02:00
tibbi
2aab1ba5e5
add a menu button for easier new folder creating
2017-09-05 21:11:50 +02:00
tibbi
8ea418dad6
add an option to loop slideshows
2017-09-05 20:04:09 +02:00
tibbi
848c6c5667
show an error toast earlier if every media is filtered out at slideshow
2017-09-05 16:29:51 +02:00
tibbi
067798e5c2
use different toggles for photos and gifs at the slideshow setup
2017-09-05 16:06:42 +02:00
tibbi
ac1c84d279
do not clear mMedia after third party intents
2017-09-05 15:45:35 +02:00
tibbi
1397c2d48b
update the way we are selecting media at share
2017-09-05 15:39:11 +02:00
tibbi
a663b89665
do not trigger the brightness and volume slider so agressively
2017-09-05 15:14:44 +02:00
tibbi
a1cda024c7
slow down the swipe speed during slideshow
2017-09-05 14:35:30 +02:00
tibbi
f4d9ab0ff5
use the GlideDecoder at SubsamplingScaleImageView
2017-09-05 10:20:15 +02:00
tibbi
467f603ba1
rename rotation to orientation at exif changes
2017-09-05 09:53:51 +02:00
tibbi
b1c1d131d9
properly allow excluding or including the root folder
2017-09-04 21:52:48 +02:00
tibbi
619647b16a
update commons to 2.27.8
2017-09-04 20:08:07 +02:00
tibbi
d0d65b2a42
remove some invoke calls
2017-09-02 19:53:18 +02:00
tibbi
f6c8dbd444
creating GlideDecoder, to be used with subsamplingscaleimageview
2017-09-01 21:28:36 +02:00
tibbi
9656fc92f5
updating the release notes
2017-09-01 15:26:18 +02:00
tibbi
bfad77b597
minor code style updates
2017-09-01 15:17:11 +02:00
tibbi
2a76929312
properly delete empty folders from SD card too
2017-09-01 12:21:31 +02:00
tibbi
01495680cb
fix #333 , add a switch for disabling video gestures
2017-09-01 11:51:11 +02:00
tibbi
9fe361ea62
fix #341 , add a switch for not deleting empty folders
2017-09-01 11:37:56 +02:00
tibbi
bc281dd102
properly show third party image, even if its not in mediastore
2017-09-01 11:14:00 +02:00
tibbi
c04f887229
temporarily show excluded folders if needed, for example at third party intents
2017-09-01 10:33:51 +02:00
tibbi
b455721b17
some code style updates
2017-08-31 16:22:19 +02:00
tibbi
c7307ce523
add the slash after included/excluded folders at init
2017-08-31 14:37:13 +02:00
tibbi
6b61883214
add the slash after nomedia folders right at fetching
2017-08-31 14:28:15 +02:00
tibbi
416f459bc5
improve the checks if the file is a gif
2017-08-31 12:21:14 +02:00
tibbi
fe09961c61
simplify the uri getter at sharing media
2017-08-31 09:35:18 +02:00
tibbi
7271ac59b9
adding a crashfix
2017-08-29 23:25:44 +02:00
tibbi
8e3b26fa2a
updating Whats new
2017-08-29 00:00:22 +02:00
tibbi
21a2e2a6b1
add placeholders when no media is shown because of filters
2017-08-28 23:57:48 +02:00
tibbi
ab35c970b9
show the swipeRefreshLayout spinner at loading images after filtering change
2017-08-28 23:12:07 +02:00
tibbi
c48fef5bb8
show a dialog mentioning app reinstall in case the password is forgotten
2017-08-28 22:54:27 +02:00
tibbi
e33206b084
make sure we always show manually included folders, even if somehow hidden
2017-08-28 20:56:02 +02:00
tibbi
60ed21702f
fix #335 , properly show hidden files if open through a file manager
2017-08-28 20:43:39 +02:00
tibbi
7046fc9ed4
fix #328 , properly handle GIF filtering
2017-08-28 14:16:30 +02:00
tibbi
d954dc0d5a
adding the Filter Media dialog
2017-08-28 14:11:34 +02:00
tibbi
272d45b3f4
move the Media filtering from Settings to an actionmenu item
2017-08-28 13:33:46 +02:00
Guido Arnau
566e4ea2b3
Fixes Crash on Android API 16 (Jelly Bean)
...
Check that the version is greater than API 16 when calling
Activity.isDestroyed()
2017-08-27 21:22:26 +01:00
tibbi
32b6a87440
show included folders content only when appropriate
2017-08-11 13:39:35 +02:00
tibbi
bd03e4a176
fix #319 , show a folder if its both excluded and included
2017-08-11 13:25:56 +02:00
tibbi
9398c9be76
fix up folder Inclusion, check if its not empty
2017-08-11 11:48:22 +02:00
tibbi
48251a04c0
add volume and brightness change in release notes
2017-08-07 23:41:32 +02:00
tibbi
b0562e7ed1
allow controlling the brightness with sliding too
2017-08-07 21:56:25 +02:00
tibbi
c857c17f50
improve the volume slider ux
2017-08-06 22:35:19 +02:00
tibbi
8aaf1df568
show the current volume if changed via sliding
2017-08-06 20:36:15 +02:00
tibbi
622ebde68f
tweak the volume setter a bit
2017-08-06 19:39:11 +02:00
tibbi
af84b8e9e3
allow changing the volume by finger dragging on the right side of the video
2017-08-06 18:35:28 +02:00
tibbi
dc42dd566f
show hidden items in viewpager only if the selected item is hidden
2017-08-06 16:54:58 +02:00
tibbi
15c20ab758
add a volume slider at the video fragments right side
2017-08-06 16:44:00 +02:00
tibbi
1074043c93
update commons to 2.25.1 for proper alphanumeric sorting
2017-08-06 14:08:17 +02:00
tibbi
a493595207
compare directory paths incasesensitively on the first screen
2017-08-06 13:38:54 +02:00
tibbi
7fa71c5302
add null checks at toggleItemSelection of adapters
2017-08-06 12:21:31 +02:00
tibbi
6ed4c15f9e
added slideshow to release notes
2017-08-05 18:22:15 +02:00
tibbi
9ee1273995
fix #171 , change multiselector to use colored circle Check icons
2017-08-05 17:02:18 +02:00
tibbi
15159de4e9
add colored background to the currently selected directory thumbnail
2017-08-05 16:55:12 +02:00
tibbi
fa775e35e3
replace the selected directory foreground marker with a temporary check icon
2017-08-05 16:34:49 +02:00
tibbi
5b3fa44432
add a new slideshow setup toggle for including photos
2017-08-05 16:12:19 +02:00
tibbi
3f1cfab633
properly handle launching videos in slideshows
2017-08-05 15:53:02 +02:00
tibbi
74e6c69473
filter out videos, or shuffle the media at slideshow when appropriate
2017-08-05 14:52:42 +02:00
tibbi
3757616a47
hide the keyboard at togglig a slideshow setup checkbox
2017-08-05 14:05:51 +02:00
tibbi
c47ddc536d
show a toast if the slideshow ended + implement moving backwards
2017-08-05 13:34:30 +02:00
tibbi
e3a5b9356e
adding a new slideshow option, moving backwards
2017-08-05 12:33:57 +02:00
tibbi
86a5107cc6
adding some basic slideshow functionality
2017-08-05 12:27:48 +02:00
tibbi
1d04016c9b
create the system for toggling the slideshow
2017-08-04 23:10:22 +02:00
tibbi
1dec1b7457
store values set at the slideshow setup dialog
2017-08-04 22:53:43 +02:00
tibbi
c06fe43a68
adding an initial slideshow setup dialog
2017-08-04 21:19:04 +02:00
tibbi
8ff6c8d1f7
adding a slideshow menu button
2017-08-04 20:36:29 +02:00
tibbi
3fe5aaa451
move the protection related things in the Commons library
2017-08-03 23:43:04 +02:00
tibbi
4bfe5953d0
added pattern/pin protection to release notes
2017-08-02 23:47:31 +02:00
tibbi
53948f8d90
properly color the Check icon at the pin tab
2017-08-02 23:25:11 +02:00
tibbi
f269c70e56
make fragment in photoVideoActivity nullable
2017-08-02 23:14:56 +02:00
tibbi
ae3555b1c5
add some array size checks at deleting from media/directory view
2017-08-02 23:12:48 +02:00
tibbi
6e1f56f864
do not allow swiping the protection viewpager when a password is set
2017-08-02 22:56:26 +02:00
tibbi
51f07c9fa6
store the protection type too, pattern/pin
2017-08-02 22:14:05 +02:00
tibbi
f0ace2f57d
add the functionality to the PIN fragment
2017-08-02 00:00:32 +02:00
tibbi
805633dfb6
move the HashListener interface in a separate file
2017-08-01 23:34:28 +02:00
tibbi
2684fde107
show asterisks at inserting pin
2017-08-01 22:18:12 +02:00
tibbi
16a5637d71
add the numbers grid at the Pin tab
2017-08-01 21:53:59 +02:00
tibbi
67d6b0482e
add asterisks at entering pin code
2017-07-31 22:44:55 +02:00
tibbi
b10306a9b9
use the primary color for selecting tablayout current item
2017-07-31 22:24:48 +02:00
tibbi
05da8af5e0
sync the viewpager with tablayout at the security dialog
2017-07-31 22:10:32 +02:00
tibbi
615c49407d
rename PatternDialog to SecurityDialog
2017-07-31 22:00:22 +02:00
tibbi
9099aa176d
remove some redundant variables
2017-07-30 23:13:02 +02:00
tibbi
02ee4dcc03
create a viewpager for switching between pattern/pin protection
2017-07-30 23:07:53 +02:00
tibbi
a55943f0f0
make the temporary hidden visibility toggling clearer
2017-07-29 22:08:12 +02:00
tibbi
5811f0dc56
adding the Pattern lock view license
2017-07-29 22:06:24 +02:00
tibbi
f789ecdf02
apply the pattern protection to temporarily showing hidden folders too
2017-07-29 21:56:45 +02:00
tibbi
2b518ec4f2
protect toggling Show hidden media with the pattern when appropriate
2017-07-29 21:48:55 +02:00
tibbi
f039afaca6
require the pattern for disabling password protection
2017-07-29 21:20:21 +02:00
tibbi
fff519b521
adding a pattern protection to the toggle button
2017-07-29 20:13:19 +02:00
tibbi
d9056ed057
add the password protection toggle button
2017-07-29 17:48:25 +02:00
tibbi
8e5cdf78cd
updating release notes
2017-07-09 23:27:19 +02:00
tibbi
9ea9c77294
add a toggle for replacing Share with Rotate at fullscreen media
2017-07-09 20:34:14 +02:00
tibbi
dfb382adeb
add an additional share menu button to fullscreen view
2017-07-09 20:17:57 +02:00
tibbi
5c88ce9fa8
update PhotoView to 2.1.2
2017-07-09 19:47:54 +02:00
tibbi
ce41e5b7b9
convert mMedia to a mutable list before providing to MyPagerAdapter
2017-07-09 13:58:08 +02:00
tibbi
3df76261e0
fix #302 , add a toggle for disabling leak canary
2017-07-09 09:28:26 +02:00
tibbi
13980f9a8e
make sure we populate the viewpager from the main thread
2017-07-02 09:07:34 +02:00
tibbi
2acbc1a02e
add some activity checks at clearing Glide load
2017-07-02 08:52:31 +02:00
tibbi
8f628e33a4
replace top margin with padding at the destination directory picker
2017-07-01 11:46:40 +02:00
tibbi
61fb25332d
add a menu button for disabling Temporarily show hidden
2017-07-01 10:04:47 +02:00
tibbi
5b5f81fda5
update Commons and Glide
2017-07-01 00:04:31 +02:00
tibbi
b6b3a8f4af
reenable fullscreen image fast loading
2017-06-29 19:09:20 +02:00
tibbi
e7dd7185e2
updating release notes
2017-06-29 19:05:49 +02:00
tibbi
02c651581e
disable fast loading of fullscreen images for a test build
2017-06-29 19:04:08 +02:00
tibbi
3ec99cd43b
fix #263 , add an indicator to directories located on sd cards
2017-06-28 23:56:07 +02:00
tibbi
7b8640a77a
use the previous way of image rotating at sd card files and non jpgs
2017-06-28 22:58:52 +02:00
tibbi
d3d64865af
couple changes related to toggling fullscreen
2017-06-28 21:56:36 +02:00
tibbi
bb81275b79
make mediaplayer at onStopTrackingTouch of video fragment nullable
2017-06-27 22:36:39 +02:00
tibbi
3c37407315
modify exif metadata at rotating image from fullscreen mode + autosave it
2017-06-27 22:35:21 +02:00
tibbi
3a4f05ba91
hide the video seekbar too if initial system ui hiding is enabled
2017-06-26 23:56:48 +02:00
tibbi
49df8130cf
changing the current fragment retriever at viewpager activity
2017-06-26 23:30:32 +02:00
tibbi
66561179bd
adding the automatic system ui hiding in the release notes
2017-06-26 23:26:51 +02:00
tibbi
f282c5b0af
call notifyDataSetChanged on the viewpager adapter earlier
2017-06-26 23:24:44 +02:00
tibbi
a0b9dc7754
do not allow long pressing items if its a third party pick intent
2017-06-26 23:15:09 +02:00
tibbi
bbdf72b52e
hide system ui at opening fullscreen media if set so
2017-06-26 23:03:10 +02:00
tibbi
c42be23acc
add a toggle for hiding system ui at fullscreen media automatically
2017-06-26 22:52:00 +02:00
tibbi
19a2aa71bf
make adapters nullable at resume too
2017-06-26 22:30:36 +02:00
tibbi
f14d34a3e4
make adapters at changing column counts nullable
2017-06-26 22:27:35 +02:00
tibbi
b8a4c2a1b0
adding horizontal scrolling to release notes
2017-06-24 23:15:55 +02:00
tibbi
52c636f176
recheck scroll direction on resume
2017-06-24 22:57:20 +02:00
tibbi
f2b1ef2c3b
handle horizontal scrolling at copy/move destination picker too
2017-06-24 22:07:47 +02:00
tibbi
5604d1f8b5
adding support for horizontal scrolling
2017-06-24 21:42:53 +02:00
tibbi
71249d0a1e
fill the viewpager at the viewpager activity only when its ready
2017-06-24 19:04:00 +02:00
tibbi
e87cc4a86d
add an extra check at initializing video media player at menu visibility change
2017-06-24 18:56:38 +02:00
tibbi
09441f80c7
couple adapter changes
2017-06-20 22:41:27 +02:00
tibbi
e8168db2f7
use the MyScalableRecyclerView from the commons lib
2017-06-20 21:22:42 +02:00
tibbi
c6066bcdc4
remove the static variables from MyScalableRecyclerView
2017-06-20 21:02:58 +02:00
tibbi
aed1d64e43
make drag selection at recyclerview disabled by default
2017-06-20 20:51:30 +02:00
tibbi
54c56c559e
make zooming disabled by default in the recyclerview
2017-06-19 23:41:57 +02:00
tibbi
12a0cb9f0a
add a null check at photo fragment
2017-06-19 07:45:36 +02:00
tibbi
034f3b5c56
make sure mSurfaceView isnt null when initing media player
2017-06-19 07:44:10 +02:00
tibbi
a3876f67cd
update the way of retrieving default column counts
2017-06-18 23:33:52 +02:00
tibbi
a2e9c53d8e
update some counts of default columns
2017-06-18 23:18:50 +02:00
tibbi
1402de7a3d
check thumbnail scrolling on resume
2017-06-18 23:13:06 +02:00
tibbi
6dd4be62d8
avoid refetching media at changing some settings
2017-06-18 22:21:54 +02:00
tibbi
048acd9b03
properly refresh thumbnails at changing column count
2017-06-18 22:15:16 +02:00
tibbi
435a7693e5
send the scroll orientation to thumbnails
2017-06-18 21:44:53 +02:00
tibbi
5319a184f3
small cleanup at thumbnail adapters
2017-06-18 21:40:00 +02:00
tibbi
2734fe9615
add a toggle for scrolling thumbnails horizontally
2017-06-18 21:16:40 +02:00
tibbi
5be34f27ee
set thumbnail holder properties based on the scroll orientation
2017-06-18 21:12:50 +02:00
tibbi
88de8a4d2a
set scrolling orientation based on the user setting
2017-06-18 20:52:21 +02:00
tibbi
f740150d49
set MySquareImageView size depending on the thumbnail scrolling orientation
2017-06-18 20:36:37 +02:00
tibbi
561c81dd42
finish the editor activity only if another editor has been picked
2017-06-18 20:05:47 +02:00
tibbi
1d04e60dff
allow opening the image with a different editor from our editor
2017-06-18 19:56:45 +02:00
tibbi
47ec461139
release the mediaplayer if something goes wrong at init
2017-06-18 19:08:53 +02:00
tibbi
99f14bfee1
try reinitializing the mediaplayer when it becomes the selected fragment
2017-06-18 19:06:14 +02:00
tibbi
77b7608636
remove the unused displayAspectRatio variable
2017-06-18 18:19:03 +02:00
tibbi
5f4a926faa
calculate double click scaling factor differently
2017-06-18 16:01:45 +02:00
tibbi
6ed5a00315
change "Set as wallpaper" to "Set as"
2017-06-16 23:30:04 +02:00
tibbi
0fcac3deff
store column count separate for portrait and landscape
2017-06-15 22:57:58 +02:00
tibbi
68c6186fa7
dont do anything if an action menu is clicked at photoVideoActivity without media
2017-06-15 22:33:11 +02:00
tibbi
7772577883
do not cache animated gif thumbnails
2017-06-15 22:09:23 +02:00
tibbi
29de80ff79
adding an extra size check at directory adapter
2017-06-15 21:53:23 +02:00
tibbi
b0be8c0481
add an aditional check at determining if Edit menu button will be shown
2017-06-15 21:46:31 +02:00
tibbi
9452d96e75
catch FileNotFoundException at returning GetImageContent intent result
2017-06-15 21:39:19 +02:00
tibbi
5d2528b415
check for null mediaplayer at dragging video progress
2017-06-15 21:35:08 +02:00
tibbi
e7406110a1
send a notifyDataSetChanged to the viewpager adapter at fullscreen media
2017-06-15 21:27:43 +02:00
tibbi
4e8ec2acee
do not stop temporarily showing hidden folders when leaving thumbnails view
2017-06-07 20:06:23 +02:00
Tibor Kaputa
e15d6d8507
properly open manually included folders
2017-06-07 16:07:01 +02:00
Tibor Kaputa
06530e78b8
recheck media 1 second after refreshing too
2017-06-07 09:27:45 +02:00
tibbi
22ccf1d297
add custom folder covers in release notes
2017-06-06 23:40:16 +02:00
tibbi
13620df112
properly include files from manually Included folders
2017-06-06 23:26:48 +02:00
tibbi
0f135c845b
use local variables at fetching media
2017-06-06 22:47:16 +02:00
tibbi
53261310a2
properly reuse thumbnails media list at fullscreen view
2017-06-06 22:30:55 +02:00
tibbi
6dc1323252
correcting a check at getting current medium at viewpager
2017-06-06 22:26:35 +02:00
tibbi
e98de74ae4
fix #115 , allow setting a custom image as
2017-06-06 21:24:06 +02:00
tibbi
add3320c4a
allow setting up custom album covers
2017-06-06 21:16:19 +02:00
tibbi
866b8b77b4
rename PickAlbumDialog to PickDirectoryDialog
2017-06-06 20:25:31 +02:00
tibbi
e05ef4a9f2
add the menu buttons for changing album cover
2017-06-06 20:00:45 +02:00
tibbi
3001ea4a23
adding a crashfix at updating actionbar title
2017-06-03 08:37:52 +02:00
tibbi
d480aab063
catch out of memory errors at setting wallpaper
2017-06-02 22:41:01 +02:00
tibbi
ea42c4f1aa
catch exceptions at fetching media
2017-06-02 22:17:30 +02:00
tibbi
5a4b6065fb
fix #270 , temporarily show hidden files when opening a third party intent
2017-06-02 21:57:31 +02:00
tibbi
5beadedfe2
small tweak to viewpager cursor
2017-05-31 23:39:13 +02:00
tibbi
6248f0db76
reuse the same list of media at thumbnails and fullscreen view
2017-05-31 23:36:43 +02:00
tibbi
d2713635d5
add an additional null check at surfaceholder of video fragment
2017-05-31 23:20:34 +02:00
tibbi
f4ddc12911
add another check at getting current media of viewpager
2017-05-31 23:04:56 +02:00
tibbi
0e38255961
fix a different type of contact photo picking too
2017-05-31 22:06:54 +02:00
tibbi
7358bb7cce
handle Crop intent for setting contact photo etc
2017-05-31 20:36:20 +02:00
tibbi
d7740ae7b8
fix the condition checking if Editor was opened via a Crop intent
2017-05-29 21:39:56 +02:00
tibbi
5758b2eee1
reuse the list of media files of thumbnail view at the fullscreen view
2017-05-29 21:21:47 +02:00
tibbi
28a2f59514
use a different function for getting screen size on kitkat
2017-05-29 21:00:23 +02:00
tibbi
ee44432665
request an overwrite confirmation when replacing the original image with edited
2017-05-29 20:06:56 +02:00
tibbi
124cf8960d
add a couple null checks at multiselectors
2017-05-28 23:37:12 +02:00
tibbi
a04d2d80b6
move cursor closing in the function using it
2017-05-28 23:17:06 +02:00
tibbi
18b714f9c3
do not continue at setting up the video if theres an error
2017-05-28 23:11:28 +02:00
tibbi
e3f0d7ea56
do not cache media while temporarily showing hidden is enabled
2017-05-28 23:09:00 +02:00
tibbi
1b53acd096
disable temporarily showing hidden folders only on destroy
2017-05-28 23:02:40 +02:00
tibbi
fa5a5651ad
remove a file validity check at deleting from thumbnails view
2017-05-26 15:41:24 +02:00
tibbi
9b83fb2424
hide Resize option and fix aspect ratio at editor if its a crop intent
2017-05-26 10:23:19 +02:00
tibbi
9d7834f294
add an aditional null check at videofragments
2017-05-26 09:38:35 +02:00
tibbi
64fa74f6cd
remove some explicit thread creations for toasts
2017-05-26 09:30:14 +02:00
tibbi
2c73864d74
catch exceptions at creating nomedia files on sd cards
2017-05-26 09:29:02 +02:00
tibbi
e53d6a5c20
do not try closing the media fetching cursor twice
2017-05-26 09:26:20 +02:00
tibbi
8e5f72f59b
hide hidden folders only when appropriate
2017-05-26 09:10:40 +02:00
tibbi
39f4bd9684
add an extra check to prevent rechecking media when the app is in background
2017-05-25 23:41:25 +02:00
tibbi
4a4a054314
optimize getting the last files modified timestamp
2017-05-25 23:37:16 +02:00
tibbi
448fa72017
check last media change at media too, but in a background thread
2017-05-25 22:16:23 +02:00
tibbi
2cc9d1051c
recheck every 3 seconds if some media changed at folders view
2017-05-25 22:04:19 +02:00
tibbi
ddb6310937
add a function for updating directory adapter
2017-05-25 21:23:59 +02:00
tibbi
faf1e19a87
split the media getter into 2 functions
2017-05-24 23:02:33 +02:00
tibbi
e1b461e2f1
small edits at videoplayer setup
2017-05-24 22:49:01 +02:00
tibbi
128f90d50b
fix #250 , zoom in to fit the screen on doubleclick
2017-05-24 22:42:30 +02:00
tibbi
4174769235
get real display size at viewpager, including status bar height
2017-05-24 22:27:34 +02:00
tibbi
8d3125ca17
make sure to exclude .nomedia folders at "Show all folders content"
2017-05-24 21:20:38 +02:00
tibbi
9272fbc3a3
make some variables in ChangeSortingDialog private
2017-05-24 21:17:23 +02:00
tibbi
234b2ed933
do not show hidden or excluded folders at "Show all folders content" view
2017-05-24 20:37:56 +02:00
tibbi
19ea96814e
do not rescan the folder after removing nomedia
2017-05-21 20:39:01 +02:00
tibbi
f5eb3c931e
hide folders whose parent contains .nomedia when appropriate
2017-05-21 20:16:45 +02:00
tibbi
9942f94fc3
hide folders that should be hidden
2017-05-21 19:16:29 +02:00
tibbi
61e4127053
remove some redundant functions
2017-05-21 12:58:13 +02:00
tibbi
d4a8560d2c
add some more conditions to folder visibility checking
2017-05-21 12:58:07 +02:00
tibbi
387c063376
show .nomedia folders if appropriate
2017-05-21 12:55:33 +02:00
tibbi
b564da6b91
catch exceptions thrown during media obtaining
2017-05-21 09:17:52 +02:00
tibbi
53c8ea1531
use dark background if selected so at photovideoactivity too
2017-05-20 23:19:51 +02:00
tibbi
558dba3408
properly redraw the thumbnails at renaming an item
2017-05-20 23:01:07 +02:00
tibbi
7302898826
display filenames at thumbnails if selected so
2017-05-20 22:38:40 +02:00
tibbi
c735b13907
reuse the media getting context extension at filling folders
2017-05-20 21:49:00 +02:00
tibbi
4c7efca86d
move the media getter in a context extension
2017-05-20 21:33:21 +02:00
tibbi
946f143409
remove the stoping feature of media getter asynctask
2017-05-20 21:25:48 +02:00
tibbi
06fe8a669a
sort the media already at fetching from mediastore, to save time
2017-05-20 21:19:55 +02:00
tibbi
2a7baf14d2
some edits to getMediaAsyncTask
2017-05-20 21:06:42 +02:00
tibbi
c0bb740c87
load 1 image per side initially at viewpager for faster loading
2017-05-20 19:27:54 +02:00
tibbi
3a98da85fe
optimize getting media with Show All
2017-05-20 16:49:01 +02:00
tibbi
987f333c5c
if a filename is empty, try getting it from the path
2017-05-20 12:59:20 +02:00
tibbi
cc814d8d45
go back to the mediastore way of fetching media
2017-05-20 09:34:59 +02:00
tibbi
b2f9bbdf2c
remove the cursor extensions
2017-05-20 08:56:28 +02:00
tibbi
277ded39ab
wrap the wallpaper setter in a try-catch block
2017-05-19 21:20:14 +02:00
tibbi
25b31eb5a7
adding a null check at deleting files
2017-05-19 20:57:58 +02:00
tibbi
8603661873
add a null check at setting video size
2017-05-19 20:51:30 +02:00
tibbi
9e788d9453
add some null checks to deselecting items
2017-05-19 20:30:35 +02:00
tibbi
8f528bd49c
update version to 2.9.1
2017-05-14 20:51:58 +02:00
tibbi
55f6f934ff
add some null checks to checking if primary color changed
2017-05-14 20:43:03 +02:00
tibbi
87b722bac3
properly update some stuff if the primary color changes
2017-05-14 20:32:01 +02:00
tibbi
1c96f5ced7
refresh the directories after copy too
2017-05-14 20:10:35 +02:00
tibbi
b6bbc8abd7
properly update the items after delete
2017-05-14 19:43:51 +02:00
tibbi
311d28242f
set image select state only after its already init
2017-05-14 17:29:02 +02:00
tibbi
ae6b53d464
properly select the files to delete
2017-05-14 17:15:05 +02:00
tibbi
74da4b454b
remove the static variables from the MediaAdapter
2017-05-14 17:09:25 +02:00
tibbi
ab9c70d8d6
remove the Static fields of DirectoryAdapter
2017-05-14 15:12:57 +02:00
tibbi
883e6ce511
reset autoscroll related things on action_up
2017-05-14 15:09:16 +02:00
tibbi
2ba7ffeb63
remove a redundant code block
2017-05-14 12:56:20 +02:00
tibbi
f76951a070
fix deleting items from thumbnails view
2017-05-14 12:11:38 +02:00
tibbi
9e4d53684a
add a null check to surfaceholder
2017-05-14 12:05:57 +02:00
tibbi
dccca19844
use a black background at fullscreen media if selected so
2017-05-14 12:01:16 +02:00
tibbi
a780d36a6e
add a setting for always using dark background at fullscreen media
2017-05-14 11:50:30 +02:00
tibbi
7aa7b6e2da
add drag selection to media thumbnails screen
2017-05-14 10:40:35 +02:00
tibbi
ebc61660d4
refactor the MediaAdapter a bit
2017-05-13 23:28:45 +02:00
tibbi
ffe7742334
use an interface for selecting items with drag selection
2017-05-13 23:03:27 +02:00
tibbi
c174b7d395
add Drag selection to directories
2017-05-13 21:10:13 +02:00
tibbi
44a71c032b
rewrite the Directory adapter, prepare it for drag-selection
2017-05-13 17:39:07 +02:00
tibbi
27ddd1fb57
update version to 2.9.0
2017-04-26 23:10:21 +02:00
tibbi
7257fc7926
pass the context instead of whole activity on a couple places
2017-04-26 23:04:01 +02:00
tibbi
25d3eebb4f
remove some redundant functions
2017-04-26 23:03:49 +02:00
tibbi
11a98d69fe
prepare 2 images on both sides at the fullscreen view
2017-04-26 23:03:37 +02:00
tibbi
49c66427a2
allow hiding/unhiding files from the fullscreen view too
2017-04-26 21:59:17 +02:00
tibbi
2e8da56e2d
add the file renaming functionality itself
2017-04-26 20:54:47 +02:00
tibbi
40c4a9aec1
add hide/unhide menu items to media activity cab
2017-04-26 20:23:04 +02:00
tibbi
0ee20b4604
show the "Temporarily show hidden" menu item only when hidden media arent shown
2017-04-26 20:09:08 +02:00
tibbi
2b95a7f529
add a "Temporarily show hidden" menu button to media view
2017-04-26 19:58:50 +02:00
tibbi
f137f3db06
show hidden files only when should
2017-04-26 19:54:47 +02:00
tibbi
27becd9247
replace the "Show hidden folders" option with "Show hidden media"
2017-04-26 19:50:19 +02:00
tibbi
a05ecbe861
try prefetching directories after install, before first app launch
2017-04-25 23:23:36 +02:00
tibbi
61ba26a636
do not make GlideRotateTransformation context a local variable
2017-04-24 23:11:35 +02:00
tibbi
9ef7491d58
show a toast message at saving edited image
2017-04-24 23:02:56 +02:00
tibbi
4786fc7c54
save the images on a background thread
2017-04-24 22:56:24 +02:00
tibbi
972916f6b2
update commons to 2.17.3
2017-04-24 22:47:47 +02:00
tibbi
f94c09a83c
adding a couple more checks at saving edited file
2017-04-24 22:14:09 +02:00
tibbi
dfc99e68e4
do not delete the image if rotating fails, related to #234
2017-04-24 21:44:50 +02:00
tibbi
6810b3f68b
fix #235 , generate a different file uri for setting wallpaper if one fails
2017-04-24 20:27:47 +02:00
tibbi
6111b4be72
lets show CropImageView guidelines on touch
2017-04-19 22:30:22 +02:00
tibbi
82260ff42f
update commons to 2.17.2
2017-04-19 20:47:56 +02:00
tibbi
2b12bf5d53
do not show the Pull to refresh spinning thing when loading cached images
2017-04-18 22:22:49 +02:00
tibbi
409ecbe4b5
use the copy/move functionality from the commons library
2017-04-18 19:31:22 +02:00
tibbi
3629f0ff55
refactor the copy/mvoe functionality a bit
2017-04-18 19:16:59 +02:00
tibbi
99666b0173
remove some redundant functions
2017-04-18 18:57:24 +02:00
tibbi
b629ea33fc
update version to 2.8.5
2017-04-17 21:38:07 +02:00
tibbi
4959a11ca9
clear actMode of adapters on destroy
2017-04-17 21:33:23 +02:00
tibbi
5a954febf4
show the cached folders immediately as possible copy/move destinations at the dialog
2017-04-17 21:22:31 +02:00
tibbi
7fd1538009
reset scalremove scalable recyclerview zoom listener on pause
2017-04-17 20:53:34 +02:00
tibbi
cb9353c31a
toggle fullscreen at clicking outside videos too
2017-04-17 20:31:59 +02:00
tibbi
d914f0bb53
add leak canary for detecting memory leaks at debug builds
2017-04-17 20:31:50 +02:00
tibbi
c4c19f82af
fix #182 , allow overwriting existing files after rotating on fullscreen view
2017-04-17 19:24:20 +02:00
tibbi
e41ae2554c
implement the flipping functionality at the edit activity
2017-04-17 19:14:13 +02:00
tibbi
0cecfb4a6f
use a signature at loading fullscreen images with glide
2017-04-17 19:01:04 +02:00
tibbi
c23f15749d
add flip menu items to the viewpager and editor activities
2017-04-17 18:41:11 +02:00
tibbi
9c9e7bec2b
fix #231 , properly handle some more image pick intents
2017-04-17 18:12:24 +02:00
tibbi
8849db924e
show the refreshing icon at opening the gallery
2017-04-17 17:59:05 +02:00
tibbi
a397006529
use rgb_555 decoding for jpgs
2017-04-15 11:28:47 +02:00
tibbi
9a7f8ed228
update the video seekbar color depending on the primary color
2017-04-14 14:10:41 +02:00
tibbi
fcd9f1a94c
add Portrait wallpapers and Properties dialog changes in release notes
2017-04-13 23:01:44 +02:00
tibbi
7e95356310
remove the photofragment clear function
2017-04-13 22:56:14 +02:00
tibbi
4e9e491f13
check for null resultdata data at third party intents
2017-04-12 23:32:54 +02:00
tibbi
0598d0f34c
make sure subsampling views background is transparent if the image fails to load
2017-04-12 21:55:10 +02:00
tibbi
671e10087a
avoid intializing mediaplayer with invalid surface
2017-04-12 21:35:51 +02:00
tibbi
a93d4be112
fix a typo at photo fragment visibility check
2017-04-12 20:08:34 +02:00
tibbi
57a076d65c
use the extension function for formatting video time
2017-04-12 19:40:31 +02:00
tibbi
37c40b8de7
minor style edits
2017-04-12 19:32:31 +02:00
tibbi
47a10afbb7
show the button for temporarily displaying hidden folders at third party intents
2017-04-12 18:39:05 +02:00
tibbi
2b4d712912
shorten some model variable names
2017-04-10 21:04:19 +02:00
tibbi
7cc41bb86e
add a try catch block around creating nomedia files on Android 4
2017-04-10 20:46:42 +02:00
tibbi
da67107b83
allow toggling between portrait and landscape aspect ratio at wallpaper picker
2017-04-10 20:35:56 +02:00
tibbi
15b39b501d
use the file output stream creator from Commons lib
2017-04-09 22:41:53 +02:00
tibbi
49f7fc389a
update commons to 2.16.3
2017-04-09 22:32:38 +02:00
tibbi
95d3701b80
make view_pager non nullable
2017-04-09 18:42:29 +02:00
tibbi
4c4bbb0320
properly show the media for Android 4.1
2017-04-08 18:21:44 +02:00
tibbi
eeaf854144
fix some errors at loading fullscreen images
2017-04-04 21:48:59 +02:00
tibbi
259f517a18
make "media" a global variable at getMediaAsyncTask
2017-04-04 21:40:12 +02:00
tibbi
9c0cecc76f
use a thread pool executor for the asynctasks
2017-04-04 18:16:34 +02:00
tibbi
5d0ff30e67
remove some return statements
2017-04-04 18:12:07 +02:00
Tibor Kaputa
e54cadfbdc
avoid deleting Downloads folder
2017-04-04 16:01:20 +02:00
tibbi
a2f1512588
fix directory sorting
2017-04-03 21:33:40 +02:00
tibbi
ebc6c2ef3d
allow zooming in a lot more at fullscreen photos
2017-04-03 18:40:08 +02:00
tibbi
94258a57fa
add cache signatures to thumbnails
2017-04-03 18:35:09 +02:00
tibbi
152a56c32b
do not attempt loading thumbnails after being loaded from cache
2017-04-03 18:29:30 +02:00
tibbi
8545ab8430
add some null checks to data folder getter
2017-04-03 18:20:24 +02:00
tibbi
3e03deef90
show the keyboard at "Save as" dialog
2017-04-02 19:39:55 +02:00
tibbi
6ca3c30b9c
zoom in more on double click
2017-04-02 09:23:09 +02:00
tibbi
d160b5b158
updating the release notes
2017-04-01 23:16:30 +02:00
tibbi
e2c37d9afa
fix #217 , #209 , improving autorotation
2017-04-01 23:09:05 +02:00
tibbi
3cae9361d6
implement screen rotation by aspect ratio
2017-04-01 21:55:33 +02:00
tibbi
0296c383b9
add more screen rotating options
2017-04-01 21:17:49 +02:00
tibbi
576f2a431a
use Subsampling at a couple more image formats
2017-04-01 19:31:11 +02:00
Justin Jacobs
6ff17351cc
Use subsamplingScaleImageView for PNGs
2017-04-01 13:24:31 -04:00
tibbi
2759a476aa
exclude ...Android/data folder by default, it usually contains garbage
2017-04-01 18:55:39 +02:00
tibbi
ed59c51b99
reimplement copy and move at folder and thumbnail views
2017-04-01 18:29:39 +02:00
tibbi
bc54d58dbe
remove the redundant onCreate function of SimpleActivity
2017-04-01 18:14:28 +02:00
tibbi
aefa630c1a
store copyMoveCallback a bit further at the process
2017-04-01 18:12:51 +02:00
tibbi
a963a13fc7
get the source path at copy/move from the first item
2017-04-01 18:08:49 +02:00
tibbi
8d1145e038
use a callback for copy/move result
2017-04-01 17:59:14 +02:00
tibbi
77d8bce189
move the copyMoveFilesTo into SimpleActivity
2017-04-01 17:32:13 +02:00
tibbi
57a0baa253
add the copy move dialog
2017-04-01 17:09:24 +02:00
tibbi
9a0cde9796
remove the leftovers of CopyDialog
2017-04-01 16:58:17 +02:00
tibbi
627ddeea0a
add a helper function for getting the current path at viewpager activity
2017-04-01 16:33:30 +02:00
tibbi
dc2e621d6b
split copy and move to 2 items
2017-04-01 16:18:47 +02:00
tibbi
aae7c39058
set a background to subsampled images to avoid glitches at too small images
2017-04-01 15:55:12 +02:00
tibbi
edf60b77b3
use subsampling image view only on the current image
2017-04-01 15:39:35 +02:00
tibbi
7a3acad04b
use subsamplingScaleImageView for fullscreen images again
2017-04-01 12:00:32 +02:00
tibbi
599f93b458
add a arraylist size check at copy dialog
2017-04-01 09:23:34 +02:00
tibbi
d2afd2de94
avoid showing the Hide folder confirmation twice if initially hiding 2
2017-03-30 18:17:27 +02:00
tibbi
b231227813
update fastscroller handle color if it changed
2017-03-29 19:05:54 +02:00
tibbi
a2f2e57b85
do not load 2 images per side, aint nobody got memory for that
2017-03-28 22:03:00 +02:00
tibbi
45a56d6926
rotate the screen as needed if autorotate is enabled
2017-03-25 14:05:56 +01:00
tibbi
2540763480
check medium resolution at fullscreen media change
2017-03-25 12:41:20 +01:00
tibbi
96e661dbb9
remove some redundant viewpager variables
2017-03-25 10:47:40 +01:00
tibbi
dda66bf127
add a settings toggle for autorotating the screen
2017-03-23 21:02:32 +01:00
tibbi
25a46f18f4
refresh the thumbnails if Crop Thumbnails has changed
2017-03-23 20:56:18 +01:00
tibbi
e9115530ea
take the Crop Thumbnails setting into consideration when displaying thumbnails
2017-03-23 20:52:48 +01:00
tibbi
a5faf7a0a5
add a settings checkbox for cropping thumbnails
2017-03-23 20:32:52 +01:00
tibbi
6782f7b208
fix #192 , show the Settings menu button at more screens
2017-03-23 20:25:30 +01:00
tibbi
33667ff857
add some strings related to thumbnail croping and autorotating screen
2017-03-23 20:21:02 +01:00
tibbi
b4290375b8
use the new mimetype getter at Mediums
2017-03-23 18:38:41 +01:00
tibbi
ac63a8648d
do not attempt transforming the fullscreen image if rotation is 0 degrees
2017-03-23 18:27:18 +01:00
tibbi
71051fe928
use the default file mimetype at sharing a file
2017-03-23 18:26:05 +01:00
tibbi
eb2ff336ce
remove the photoViewAttacher, handle zoom differently
2017-03-22 23:45:20 +01:00
tibbi
bc73f0d807
check if hidden folders are temporarily shown in a couple more places
2017-03-22 23:38:34 +01:00
tibbi
e58ab7111c
reuse the same crop image view at Edit and Set Wallpaper activities
2017-03-22 22:50:25 +01:00
tibbi
7ebfeeb66a
add a device version check at SetWallpaper activity
2017-03-22 22:33:54 +01:00
tibbi
250771f21b
temporarily show hidden folders if selected so
2017-03-22 21:46:30 +01:00
tibbi
9de1ba808d
add the "Temporarily show hidden" button to release notes
2017-03-22 21:36:54 +01:00
tibbi
0c135b44ac
add a menu button for temporarily showing hidden folders
2017-03-22 21:32:08 +01:00
tibbi
315d2197b8
allow zooming in more at fullscreen view
2017-03-22 21:08:41 +01:00
tibbi
2c48df109a
minor edits
2017-03-19 19:02:59 +01:00
tibbi
69e67409fe
fix #139 , toggle gif animation at folder cover
2017-03-19 10:15:21 +01:00
tibbi
4098090704
fixed sorting constant imports on a couple more places
2017-03-19 09:58:50 +01:00
tibbi
e9b4291c88
update commons to 2.13.5
2017-03-19 09:56:43 +01:00
tibbi
a150e5da04
replace Picasso with Glide everywhere once again
2017-03-18 21:57:49 +01:00
tibbi
b1a20f51e0
update commons to 2.12.9
2017-03-18 19:48:03 +01:00
tibbi
fc1fd0f505
couple edits to the exclude/include icon
2017-03-18 18:34:46 +01:00
tibbi
4ee604962f
update commons to 2.12.7
2017-03-18 17:22:27 +01:00
tibbi
efc7d99eb1
srsly
2017-03-18 16:08:16 +01:00
tibbi
525e44d2b1
fix a variable name
2017-03-18 16:03:23 +01:00
tibbi
76e18196b5
always check Whats new dialog at app launch
2017-03-18 13:47:38 +01:00
tibbi
e1ddcda524
preload just 1 fullscreen image per side, with more dynamic resolution
2017-03-18 12:42:13 +01:00
tibbi
092ea401b3
fix the pick_media intent sent from third party apps
2017-03-18 12:09:04 +01:00
tibbi
47418eba7e
adding Picasso license
2017-03-18 11:18:41 +01:00
tibbi
bd9e5746cc
add folder inclusion in the release notes
2017-03-18 10:49:57 +01:00
tibbi
d07db9fffa
add exclude/include placeholders at their manage activities
2017-03-18 10:41:20 +01:00
tibbi
6cf993a263
update the included folders list after adding one
2017-03-17 23:53:51 +01:00
tibbi
08764e9db3
update the item count at thumbnails after delete
2017-03-17 23:42:24 +01:00
tibbi
4cfdb31a2d
fix #52 , ignore letter case when fetching parents
2017-03-17 23:37:46 +01:00
tibbi
10a742bacd
scan the path of included folder, maybe it fixes it
2017-03-17 23:17:49 +01:00
tibbi
d61f1d7d1b
add the included folders at the scaned ones
2017-03-17 23:15:20 +01:00
tibbi
a3777d0f73
list the included folders at the manager screen
2017-03-17 23:12:23 +01:00
tibbi
ff1f29b1f8
add a menu button for adding included folders
2017-03-17 23:01:53 +01:00
tibbi
dc98df713d
add a setting button for managing included folders
2017-03-17 22:54:44 +01:00
tibbi
87b34b4386
implement the Excluded folder adding from the manager activity
2017-03-17 22:46:30 +01:00
tibbi
05fb1efe57
replace the "Remove all excluded folders" with an "Add folder"
2017-03-17 22:41:08 +01:00
tibbi
82a74ebd25
always show the Manage Excluded Folders setting item
2017-03-17 22:36:09 +01:00
tibbi
0728c1b9e1
check if Image first, that will be the most frequent
2017-03-17 22:04:02 +01:00
tibbi
4f1689965a
reuse the function for loading directory and media thumbnails, dont copy paste
2017-03-17 22:02:24 +01:00
tibbi
61e6a8ef78
use Glide for video thumbnails
2017-03-17 21:42:53 +01:00
tibbi
723084b482
use Picasso for directory thumbnails too
2017-03-17 21:36:19 +01:00
tibbi
d22685b5ca
load media thumbnails with Picasso
2017-03-17 21:22:57 +01:00
tibbi
07e15db08a
filter out symbolic link folders earlier
2017-03-17 20:23:46 +01:00
tibbi
aa55dfbb15
increase the image load priority of initially opened images
2017-03-17 20:17:48 +01:00
tibbi
19d4ff53cb
store the screen resolution at view pager activity
2017-03-17 20:09:11 +01:00
tibbi
ebd14626cb
remove the string signatures from recyclerviews
2017-03-17 19:54:39 +01:00
tibbi
70afd83bd7
rotate the fullscreen image appropriately
2017-03-17 19:51:28 +01:00
tibbi
6a97a47d76
use Picasso for loading fullscreen images
2017-03-17 19:46:44 +01:00
tibbi
a6622ef9e3
improve gif loading
2017-03-16 21:07:49 +01:00
tibbi
858d66e728
fix #194 , check for storage permission even if opening third party image
2017-03-16 20:45:39 +01:00
tibbi
d885f301cb
filter out symbolic links as directories
2017-03-16 19:21:50 +01:00
tibbi
153c9ed62a
remove glide loading priorities
2017-03-16 19:14:46 +01:00
tibbi
8ea1b02e0f
stop loading the fullscreen images if the view is destroyed
2017-03-16 19:13:02 +01:00
tibbi
9d88f7bf7d
remove Subsampling scale image view, its not worth it
2017-03-16 19:11:51 +01:00
tibbi
597ffd5a57
check if the destination file exists at move
2017-03-15 22:12:28 +01:00
tibbi
9f91e14a32
add the Glide load stopper to the directories view too
2017-03-15 21:16:27 +01:00
tibbi
ee6e221de0
use the previous way of creating foreground selectors of adapters
2017-03-15 21:14:55 +01:00
tibbi
8c207938aa
refresh the thumbnails view after editing a file
2017-03-15 21:07:43 +01:00
tibbi
abedcba838
couple performance improvements to thumbnails loading
2017-03-15 20:57:20 +01:00
tibbi
63a4ee8e73
remove the beVisibleIf extension
2017-03-15 20:08:59 +01:00
tibbi
3fabc6a93f
use the shared rename dialog for renaming files and folders
2017-03-14 23:25:22 +01:00
tibbi
5b26bbb410
reuse 2 strings from commons
2017-03-14 21:08:57 +01:00
tibbi
4bcdf68ff3
use the rename folder dialog from the Commons lib
2017-03-14 20:47:01 +01:00
tibbi
a5bac9311e
tweaking some file related operations
2017-03-12 21:27:45 +01:00
tibbi
8ebdc91649
update commons to 2.9.9
2017-03-11 22:56:57 +01:00
tibbi
95cc4d1121
use an itemView.apply to shorten some adapters
2017-03-11 12:03:04 +01:00
tibbi
95ff1b1b95
using an Apply at sorting dialog
2017-03-11 11:14:54 +01:00
tibbi
ee32c1ab3a
use the new radio group dialog for Show Media picking
2017-03-10 22:21:52 +01:00
tibbi
739e1c01a8
couple code style changes
2017-03-10 22:15:10 +01:00
Andrew Rabert
19fd54b25a
Option for max brightness when viewing media
2017-03-10 00:58:06 -05:00
Tibor Kaputa
c80200c351
update release notes
2017-03-09 09:40:10 +01:00
Tibor Kaputa
f2ecf5325f
get file uri the old way
2017-03-09 09:33:08 +01:00
tibbi
23696bff32
do not show the Edit button at long pressing video
2017-03-08 21:38:26 +01:00
tibbi
70a2d82aa4
do not zoom in that much at double tapping an image
2017-03-07 21:01:23 +01:00
tibbi
4c659df49d
update commons to 2.9.0
2017-03-07 21:00:26 +01:00
tibbi
77ab6178d0
fix some file uri issues on android versions below 7
2017-03-07 18:55:42 +01:00
tibbi
d80a0db3cb
check if the activity is still alive after cropping for wallpaper
2017-03-06 23:18:47 +01:00
tibbi
74af90eaa6
make sure theres no double slash at the beginning of exclude path, fix #183
2017-03-06 23:05:02 +01:00
tibbi
a6e62ddc1b
add the nougat check back at thumbnail activity
2017-03-06 22:57:23 +01:00
Tibor Kaputa
94da492db0
add a helper function for the uris
2017-03-06 11:54:50 +01:00
Tibor Kaputa
eac2a37bad
one more uri change
2017-03-06 11:52:41 +01:00
Tibor Kaputa
1c200cd2f5
fix some Android 7 file uri crashes
2017-03-06 11:51:13 +01:00
tibbi
80bfc9183f
update the code style at some activity extensions
2017-03-05 23:34:23 +01:00
tibbi
f1d5baa8a8
try sticking the damn read_uri_permission to every intent
2017-03-05 23:09:29 +01:00
tibbi
ef538491e8
open Android Nougat videos in simple gallery
2017-03-05 00:33:47 +01:00
tibbi
ce5dc20a79
fix #172 , show selected items count as "x / y"
2017-03-04 23:11:56 +01:00
tibbi
c494209523
declare some functions private
2017-03-04 23:00:02 +01:00
tibbi
a36ffb297a
allow setting a default third party video player
2017-03-04 22:53:05 +01:00
tibbi
3619a32a9c
allow setting the editor app as default, fix #164
2017-03-04 21:53:12 +01:00
tibbi
5a0b031d3f
set the fastscrollbars color to primary color
2017-03-04 21:29:52 +01:00
tibbi
956ffafe9e
add the fast scroll to directory view too
2017-03-04 20:26:43 +01:00
tibbi
2bc78212b9
add an initial fast scrollbar to thumbnail view
2017-03-04 19:29:24 +01:00
tibbi
99eb87ec8b
do not animate gifs by default
2017-03-04 10:35:47 +01:00
tibbi
b94b803a40
fix a crash when excluding folder without parents
2017-03-04 10:34:46 +01:00
tibbi
c6de3a9e85
hide the Manage excluded folders in Settings, if nothing is excluded
2017-03-04 10:32:54 +01:00
tibbi
cf546e3c60
really exclude the selected folder
2017-03-04 10:28:02 +01:00
tibbi
f480ae6e14
get a list of parents at exclude folder dialog
2017-03-03 23:33:06 +01:00
tibbi
77d203214a
create a new confirmation dialog for excluding folders
2017-03-03 22:29:08 +01:00
tibbi
7844bf5f9b
added the new exclusion rules in release notes
2017-03-03 21:54:29 +01:00
tibbi
99376a3bb0
hide the subfolders of excluded folders too
2017-03-03 21:46:48 +01:00
tibbi
5064ca612f
lets always show the exclude confirmation dialog
2017-03-03 21:29:51 +01:00
tibbi
05b6d71035
simplify a check at deleting from fullscreen
2017-03-01 23:32:05 +01:00
tibbi
f67ce86cf2
fix #168 , do not autoplay gifs at thumbnails if chosen so
2017-03-01 23:21:20 +01:00
tibbi
ec11041cda
add the gif toggling in release notes
2017-03-01 23:07:40 +01:00
tibbi
75816a1b77
added an option to toggle animating gifs at thumbnails
2017-03-01 23:05:14 +01:00
tibbi
97554c36ed
add an extra check to avoid displaying hidden folders if shouldnt
2017-03-01 22:33:49 +01:00
tibbi
4164f6c980
change the way of displaying fullscreen images
2017-03-01 22:04:13 +01:00
tibbi
1af04a3e5d
remove the thumbnail from photo fragment
2017-02-28 23:21:28 +01:00
tibbi
ad39c4d644
do not show the "Use only in this folder" sorting checkbox if showing all media
2017-02-28 23:20:23 +01:00
tibbi
787b7af996
use the copy/move source path as the initial path at Other Folder option
2017-02-28 22:13:33 +01:00
tibbi
4b104fc8d6
do not allow picking the source folder as the destination at copy/move
2017-02-28 22:07:43 +01:00
tibbi
9cae71b7ab
show the destination picker at showing copy dialog right away
2017-02-28 21:17:35 +01:00
tibbi
e0454fcf06
add the custom folder sorting in release notes
2017-02-28 21:11:04 +01:00
tibbi
940ed8a43b
implement custom sorting per folder
2017-02-28 21:06:17 +01:00
tibbi
8c236aaf5b
remove the switch for same sorting of files and folders, never apply it
2017-02-28 20:46:12 +01:00
tibbi
a8eeac2f8b
add a checkbox to sorting dialog for applying the selection to a folder only
2017-02-28 20:40:55 +01:00
tibbi
4ca455c761
group the media files at querying the content resolver
2017-02-27 23:29:19 +01:00
tibbi
638f4b4d45
stop loading images on pause
2017-02-27 22:14:24 +01:00
tibbi
9fdcea056d
zoom in more on double tap
2017-02-27 20:31:17 +01:00
tibbi
46582a3d01
fix the icon color at manage folders screen
2017-02-27 20:20:38 +01:00
tibbi
f82b09470b
simplify the hidden folder check
2017-02-27 20:04:27 +01:00
tibbi
f372d46b51
simplify the SD card permission check at some activities
2017-02-27 19:20:19 +01:00
tibbi
609e341b81
feed the Glide bitmap to subsamplingScaleImageview
2017-02-27 18:57:17 +01:00
tibbi
a94d027388
fix #167 , actionbar back button not working
2017-02-27 18:41:20 +01:00
tibbi
e38ec1c5e3
hide .nomedia subfolders too
2017-02-26 23:17:56 +01:00
tibbi
d60ee0b387
show a Hide folder tooltip dialog at the first usage
2017-02-26 22:01:28 +01:00
tibbi
a198008c8e
stop media fetching asynctasks on pause
2017-02-26 21:52:53 +01:00
tibbi
6c11d71a9d
add a menu item for removing all excluded folders
2017-02-26 21:31:52 +01:00
tibbi
b4975a2bbd
add a cross for removing excluded folders
2017-02-26 21:10:52 +01:00
tibbi
a3bf684aea
list the excluded paths at excludedFolders activity
2017-02-26 20:38:18 +01:00
tibbi
6da347a55e
add a new activity for managing excluded folders
2017-02-26 19:44:25 +01:00
tibbi
46f99fd1c0
add a settings button for managing excluded folders
2017-02-26 19:37:54 +01:00
tibbi
4572295698
add the exclusion functionality
2017-02-26 19:31:20 +01:00
tibbi
f354818b66
show an explanation dialog at first attempt to exclude a folder
2017-02-26 19:15:51 +01:00
tibbi
0a649df9c3
store if hide/exclude folder tooltip was shown in prefs
2017-02-26 18:32:47 +01:00
tibbi
1e37c47bd0
add menu items for excluding folders
2017-02-26 18:12:23 +01:00
tibbi
445f7a612a
load a smaller preview at fullscreen photos first
2017-02-26 17:31:39 +01:00
tibbi
4311529664
small getMediaAsyncTask update
2017-02-26 17:28:21 +01:00
tibbi
169b9f45ca
increase the load priority of the current fullscreen image
2017-02-26 17:21:49 +01:00
tibbi
7ad804f5f9
move directory grouping into a separate function
2017-02-26 12:30:42 +01:00
tibbi
ad8cd557ce
filter wrong directories sooner
2017-02-26 12:26:32 +01:00
tibbi
e243de95d1
hide folders starting with a dot if hidden should be shown
2017-02-26 12:10:15 +01:00
tibbi
959b0862f5
update commons to 2.7.4
2017-02-25 18:59:39 +01:00
tibbi
b6b408e1f8
optimize the directory sorting related function
2017-02-25 17:30:06 +01:00
tibbi
7c4769701c
store the sd card path at launching the app
2017-02-25 16:38:45 +01:00
tibbi
aab55cef62
tweaking the getdirectories asynctask
2017-02-25 11:35:34 +01:00
tibbi
b778e60781
tweak getdirectories to use the string extensions
2017-02-25 11:15:47 +01:00
tibbi
795fad2240
do not check immediately if .nomedia folders contain media, we will check later
2017-02-25 11:10:02 +01:00
tibbi
2cf58c2e1e
update getmedia asynctask
2017-02-25 11:01:40 +01:00
tibbi
19093b989f
more attempt to optimize the media fetching process
2017-02-24 23:41:27 +01:00
tibbi
513694c117
add a helper function for fast getting folders with media
2017-02-24 22:02:09 +01:00
tibbi
30c7b9b055
change the way we obtain images
2017-02-23 23:57:49 +01:00
tibbi
a8c5cc1fdd
show folders with .nomedia if appropriate
2017-02-23 21:29:02 +01:00
tibbi
d03bdfc91a
add folder un/hiding from thumbnail view
2017-02-23 20:14:00 +01:00
tibbi
f27afeb674
add nomedia adding/removing at directory view
2017-02-23 20:11:33 +01:00
tibbi
3c821961b3
add folder hiding in release notes
2017-02-22 19:18:01 +01:00
tibbi
667dc4bf2e
replace fake folder hiding with .nomedia check
2017-02-22 19:13:18 +01:00
tibbi
2544c91859
update commons to 2.6.8
2017-02-22 18:32:03 +01:00
tibbi
814b0cc3b6
check if we are trying to rotate a photo fragment
2017-02-20 23:19:03 +01:00
tibbi
c0fcb48d9c
use the fast documentfile getting at Renaming too
2017-02-20 23:11:32 +01:00
tibbi
b46da2f58a
try speeding up the process of obtaining all images and videos
2017-02-20 21:59:55 +01:00
tibbi
07b2371b9c
try a faster way of deleting SD card files
2017-02-20 21:57:41 +01:00
tibbi
5d04e1967f
if a file is an image, do not check if its a video
2017-02-19 19:25:22 +01:00
tibbi
3d77834487
do not show the keyboard at Save as dialog
2017-02-18 21:38:38 +01:00
tibbi
bf952f71cf
tweak the way files are deleted
2017-02-17 19:28:37 +01:00
tibbi
8dfa688f7d
add an activity check at reloading viewpager
2017-02-15 21:33:25 +01:00
tibbi
a17e0f7a39
declare viewpager as nullable
2017-02-15 02:26:31 +01:00
tibbi
60cc462c6e
handle saving on SD card after rotating
2017-02-13 23:57:14 +01:00
tibbi
d4bd291461
use proper error strings at out of memory toasts
2017-02-13 23:34:00 +01:00
tibbi
a4ca22f419
catch out of memory error at editor activity too
2017-02-13 23:31:24 +01:00
tibbi
00dc0c16d3
add simple file saving to viewpager activity
2017-02-13 23:30:47 +01:00
tibbi
9a9ce890ca
add a Save as button for saving rotated images
2017-02-13 22:44:03 +01:00
tibbi
90a87615d9
show the rotate actionbar button only if the current item is an image
2017-02-13 21:06:47 +01:00
tibbi
964ffe360a
add the image rotating functions
2017-02-13 20:57:47 +01:00
tibbi
83a47e9b8c
prepare for rotating images in viewpager activity
2017-02-13 20:51:28 +01:00
tibbi
592c80d951
use the proper filepath at deleting from viewpager activity
2017-02-13 20:49:01 +01:00
tibbi
eb1ef6852e
rename some photo fragment views
2017-02-13 20:16:33 +01:00
tibbi
5dac9d2e3c
added image rotating and flipping in release notes
2017-02-12 23:43:05 +01:00
tibbi
e951b85570
add fullscreen actionbar menu items for rotating images
2017-02-12 23:38:22 +01:00
tibbi
b3342a8091
add in icon for rotating left
2017-02-12 21:09:04 +01:00
tibbi
82bd634830
add a null check
2017-02-12 20:00:58 +01:00
tibbi
0c2598d37b
show error messages if deleting failed
2017-02-10 23:59:28 +01:00
tibbi
67a459ced7
added the column changing option to whats new
2017-02-10 23:50:36 +01:00
tibbi
07335fba67
add the column changing methods to media screen too
2017-02-10 23:47:48 +01:00
tibbi
7f3b02a765
added menu options for changing the column counts
2017-02-10 23:44:10 +01:00
tibbi
cbcd3cfa6a
tweak the way files are deleted
2017-02-10 23:27:14 +01:00
tibbi
0e541f091c
delete images on a background thread from viewpager too
2017-02-09 21:57:21 +01:00
tibbi
58ace8e59f
url decode the document file uri before deleting, should fix SD delete issues
2017-02-09 21:46:43 +01:00
tibbi
099e13ea0c
check lollipop sd permissions at deleting asap
2017-02-09 21:38:07 +01:00
tibbi
5a625a3388
add a null check to viewpager menu items
2017-02-09 21:03:47 +01:00
tibbi
f728ca2650
add an activity null check at toggling fullscreen
2017-02-09 20:51:42 +01:00
tibbi
77e32c2790
speed up checking if directories or images changed
2017-02-07 00:14:51 +01:00
tibbi
9a7361795f
check if a Camera app is available before trying to launch it
2017-02-07 00:08:32 +01:00
tibbi
0f0b3cfc30
avoid VideoFragment implementing so many interfaces
2017-02-07 00:04:30 +01:00
tibbi
f2bcac6298
add the showmediapicker dialog
2017-02-06 23:55:42 +01:00
tibbi
762662a976
replace the media selection spinner in settings with text
2017-02-06 23:34:53 +01:00
tibbi
d6f77febfe
update commons to 2.5.4
2017-01-25 22:02:20 +01:00
tibbi
2c4bbfb0e2
make sure there is an application with maps before sending the intent
2017-01-23 23:05:25 +01:00
tibbi
06ac24eca5
add hex code picking in Whats new
2017-01-23 20:02:35 +01:00
tibbi
b6ee141c9c
remove a writeexif line when opening weird images, like K9 attachments
2017-01-23 19:33:44 +01:00
tibbi
90f7b0fb4c
update version to 2.3.4 with Whats new update
2017-01-22 20:04:40 +01:00
tibbi
10670a8f0d
wrap the whole exif part of photofragment in try catch
2017-01-22 18:58:04 +01:00
tibbi
9773a481c8
add some null checks to obtaining directories
2017-01-22 18:53:32 +01:00
tibbi
d1995d129a
fix #138 , add displaying photos on map, if theres coords available
2017-01-22 18:36:27 +01:00
tibbi
06e6f8a3f5
add a menu item for showing photo or video on map
2017-01-22 18:03:14 +01:00
tibbi
c4f49c56c9
use the main thread when deleting images from fullscreen view
2017-01-22 17:44:27 +01:00
tibbi
e13a37edf9
remove the Source field from the copy dialog
2017-01-16 20:45:07 +01:00
tibbi
876f81c0e7
add a null check before displaying properties dialog
2017-01-15 11:59:47 +01:00
tibbi
40ec71c5c2
remember scroll position when going from media to fullscreen mode
2017-01-15 11:51:18 +01:00
tibbi
c6c945eb36
cache 40 photos per folder
2017-01-15 11:46:21 +01:00
tibbi
bbd7cb17b3
add Exif additions to release notes
2017-01-14 23:53:49 +01:00
tibbi
6c7fc3683e
change the way third party photos are shared
2017-01-14 19:58:39 +01:00
tibbi
c060a45edf
properly open some special attachments, like k9 mail ones
2017-01-14 19:14:44 +01:00
tibbi
eed7be0f40
catch exceptions at trying to display fullscreen photos
2017-01-14 13:49:13 +01:00
tibbi
8b37560ed4
cache 30 images per folder for faster loading the second time
2017-01-14 13:04:22 +01:00
tibbi
a259a0240c
make some activity variables nonstatic
2017-01-14 12:26:32 +01:00
tibbi
c2f268d004
show a spinner while loading directories for the first time
2017-01-14 12:18:37 +01:00
tibbi
c2741f6dcb
move folder filtering to getParents()
2017-01-13 23:52:04 +01:00
tibbi
a48358bef3
filter out hidden folders asap, if appropriate
2017-01-13 23:49:56 +01:00
tibbi
289e82cc1e
what a stupid condition
2017-01-13 23:41:27 +01:00
tibbi
c1f1e92c14
lets always use lastModified as dateTaken and hope nobody is using it
2017-01-13 23:38:56 +01:00
tibbi
ef28b40186
create a config context extension
2017-01-13 23:36:05 +01:00
tibbi
59096651d6
implement Show All at media view
2017-01-13 23:21:28 +01:00
tibbi
59bf41745a
move some folder getting functions in context extensions
2017-01-13 23:09:27 +01:00
tibbi
ae5113b1f0
add some smaller helper functions for getting directories
2017-01-12 23:29:15 +01:00
tibbi
c09e472a14
rework the way of obtaining images and videos
2017-01-12 21:51:29 +01:00
tibbi
23d85f6ff9
switch to the new way of getting images again, with some tweak later
2017-01-11 18:47:49 +01:00
tibbi
d2ec946a3d
updating commons to 2.3.4
2017-01-10 18:42:26 +01:00
tibbi
9d300b7da8
check for null crop rect at editing an image
2017-01-10 18:34:22 +01:00
tibbi
271fa72abb
revert to the previous way of obtaining images
2017-01-10 18:22:39 +01:00
tibbi
a0ec0de5a4
couple threading fixes related to delete
2017-01-08 22:45:11 +01:00
tibbi
c81a54b9e3
adding photoview license
2017-01-07 19:59:31 +01:00
tibbi
544f92104a
hide subsamplingscaleimageview if the image failed to load
2017-01-07 19:48:37 +01:00
tibbi
f41d75aca1
update the way we are getting images, so we get more of them
2017-01-07 19:44:05 +01:00
tibbi
80c9044eab
rescan paths obtained from third parties
2017-01-07 17:27:41 +01:00
tibbi
926a45c72e
small get directories style tweak
2017-01-07 16:10:38 +01:00
tibbi
0efdb071cc
allow creating new folders at Copy or Save as dialogs
2017-01-07 16:08:15 +01:00
tibbi
92959d474c
update commons to 2.2.0
2017-01-07 15:58:01 +01:00
tibbi
aaab1593c0
remove some redundant brackets
2017-01-07 12:27:08 +01:00
tibbi
61a621fc3c
remove the Undo function from folder view
2017-01-07 12:22:25 +01:00
tibbi
e9b40a6c13
add zooming in whatsnew
2017-01-07 12:08:10 +01:00
tibbi
de63b61bf6
use a background thread for deleting stuff
2017-01-07 12:06:29 +01:00
tibbi
b6fbe68643
add PhotoView for zoomable gifs and pngs
2017-01-07 11:41:31 +01:00
tibbi
e7c9964d4a
simplify the settings spinner initialization
2017-01-06 21:08:34 +01:00
tibbi
df5981f74c
show .nomedia folders if Show hidden folders is checked
2017-01-06 16:59:29 +01:00
tibbi
ccf71496e2
small photofragment update
2017-01-06 16:56:37 +01:00
tibbi
c564e63135
tweak the photo fragment a bit
2017-01-06 14:31:32 +01:00
tibbi
7b9503229f
rewrite the way fullscreen images are loaded, for better quality, close #90 , #84
2017-01-06 14:15:05 +01:00
tibbi
e3779f6321
cache the directories to show instantly
2017-01-04 22:06:03 +01:00
tibbi
c7dd7b7e2e
handle cases when column _data does not exist
2017-01-04 21:32:34 +01:00
tibbi
3d089db697
do not convert medium and dir arrays to strings
2017-01-04 21:29:26 +01:00
tibbi
311f412c87
fixing a couple crashes
2017-01-04 21:24:17 +01:00
tibbi
f76a0cf0ce
reuse the built in fade animations
2017-01-04 20:19:11 +01:00
tibbi
2f8f3b4362
move icons into drawables and reuse some from Commons library
2017-01-04 20:13:26 +01:00
tibbi
1b4e98eb08
use the commons viewpager
2017-01-02 22:47:47 +01:00
tibbi
219f736471
do not pass the colors in adapter viewholders
2017-01-02 22:46:45 +01:00
tibbi
23768d847f
store dialog holders as views, not viewgroups
2016-12-29 23:48:34 +01:00
tibbi
5eb44b5bcf
leave WhatsNewDialog checking to commons library
2016-12-29 22:58:28 +01:00
tibbi
e6bc2e4da7
set image type to image/* when setting wallpaper
2016-12-29 20:00:31 +01:00
tibbi
0383769c9e
use Glide for displaying fullscreen images, if subsampling fails
2016-12-29 19:58:16 +01:00
tibbi
2dd6976e60
do now display the Whats new dialog to new users
2016-12-28 20:45:19 +01:00
tibbi
085c62b10b
loop the video if set so
2016-12-28 20:37:10 +01:00
tibbi
1bbca50bac
add the looping Setting switchcompat
2016-12-28 20:31:18 +01:00
tibbi
028d55d843
use the background color as image placeholder at directories
2016-12-27 22:44:33 +01:00
tibbi
6ba436db80
Improve the performance by removing file validity check
2016-12-27 20:06:38 +01:00
tibbi
4e75a84660
select the proper item at settings spinner
2016-12-27 01:09:56 +01:00
tibbi
fe85ef685b
use the stored background color as placeholder for image loading
2016-12-27 00:51:28 +01:00
tibbi
9e9d164f9f
make zooming in and out a bit easier
2016-12-27 00:39:54 +01:00
tibbi
044ccb3619
update commons and add Whats new dialog handling
2016-12-26 23:52:59 +01:00
tibbi
b0413fd756
properly initialize Autoplay setting
2016-12-26 22:36:27 +01:00
tibbi
60739762b0
use the inherited prefs variable for shared preferences
2016-12-26 21:54:00 +01:00
tibbi
6ad748d16a
make sure the proper image is the directory thumbnail
2016-12-26 20:40:08 +01:00
tibbi
727bd490d3
allow only pinch zooming, not double tap
2016-12-26 19:09:07 +01:00
tibbi
74dd400731
properly update foreground selector color if changed
2016-12-26 18:53:27 +01:00
tibbi
431acaf092
remove the explicit setView call at dialogs
2016-12-26 13:14:54 +01:00
tibbi
c383a530dd
replace fileproperties with commons
2016-12-26 13:12:01 +01:00
tibbi
16d97e9a92
replace filepicker library with commons
2016-12-26 12:00:50 +01:00
tibbi
a118990170
set proper long press selector colors to media screen too
2016-12-25 23:40:43 +01:00
tibbi
b02fa1c409
color the directory selected foreground properly
2016-12-25 23:16:27 +01:00
tibbi
f7d774a439
add a helper function for getting the proper view in adapters
2016-12-25 21:20:55 +01:00
tibbi
c2fb9ce0f3
add a black splash screen
2016-12-25 20:23:05 +01:00
tibbi
7cf5e658d8
check every photo, if it exists
2016-12-25 17:15:35 +01:00
tibbi
674c82c15d
add a Select all button to the directories screen too
2016-12-25 16:32:19 +01:00
tibbi
08879ee1e1
use the commons confirmation dialog in a couple other places too
2016-12-25 16:26:29 +01:00
tibbi
dea5d0a721
shorten some switch case code
2016-12-25 16:19:28 +01:00
tibbi
517f6a5825
use the commons confirmationdialog, not the filepicker one
2016-12-25 16:04:49 +01:00
tibbi
240c043422
update fullscreen activity actionbar to gradient
2016-12-25 15:37:37 +01:00
tibbi
81ee5f46f5
use our custom views where appropriate
2016-12-25 15:17:15 +01:00
tibbi
0efab3ef60
updating the dialog colors
2016-12-19 23:47:18 +01:00
tibbi
8fc683e6f4
tweak settings layout
2016-12-18 20:02:18 +01:00
tibbi
0864f4ac81
remove a redundant function
2016-12-18 19:43:22 +01:00
tibbi
a34685176f
add a file to invalids only if it doesnt exist
2016-12-18 18:25:12 +01:00
tibbi
a803948657
add the customization activity
2016-12-15 22:49:23 +01:00
tibbi
667befcb52
add license activity
2016-12-14 00:11:33 +01:00
tibbi
e7b307401b
updating some things related to adding Commons library
2016-12-13 23:53:59 +01:00
tibbi
f43da0654e
take some strings from Commons
2016-12-13 21:51:50 +01:00
Tibor Kaputa
1fd4169d26
small update to Copy / Move string
2016-12-13 15:22:24 +01:00
tibbi
9cabc09e4f
small photofragment update
2016-12-12 23:01:50 +01:00
tibbi
04339ac28b
let the models convert themselves to strings
2016-12-12 21:28:38 +01:00
tibbi
774f9d691b
simplify some dialogs
2016-12-12 19:11:30 +01:00
tibbi
fe61fdd66a
rely on the null check inside initMediaPlayer()
2016-12-11 22:51:02 +01:00
tibbi
0011f41cdb
add a mediaplayer nullcheck
2016-12-11 22:50:05 +01:00
tibbi
33af23878a
lets define File type too
2016-12-11 22:34:55 +01:00
tibbi
81f543f792
add a directory check at renaming
2016-12-11 22:33:26 +01:00
tibbi
9bb9e3496c
store the amount of columns
2016-12-11 21:54:40 +01:00
tibbi
72381ba53d
allow changing directory column cnt too
2016-12-11 21:38:15 +01:00
tibbi
f2074a4d16
move zoom handling into an own function
2016-12-11 21:35:05 +01:00
tibbi
b9d5c004e0
allow changing grid column count by pinching
2016-12-11 21:22:07 +01:00
tibbi
af9b5bd81e
update some strings
2016-12-10 23:47:40 +01:00
tibbi
2e88f83844
add the functionality to filter images or videos only
2016-12-10 23:38:07 +01:00
tibbi
ce4c098e32
add a spinner for displaying images or videos only
2016-12-10 21:16:53 +01:00
tibbi
960267c543
updated the About activity
2016-12-10 11:20:47 +01:00
tibbi
0926c60dd3
animate directory removal too
2016-12-08 22:53:04 +01:00
tibbi
ca62b62bec
add some animations at item deleting
2016-12-08 22:46:28 +01:00
tibbi
7fe6d616c0
add Select all to media screen
2016-12-08 22:01:35 +01:00
tibbi
c449ce43a5
lets actually remove Deselect all, there is the back button for it...
2016-12-08 21:31:48 +01:00
tibbi
26dfea3adb
add cab buttons for de/selecting all items
2016-12-08 21:27:13 +01:00
tibbi
5c9c0d4ac9
replace some functions with filepicker extensions
2016-12-08 21:02:40 +01:00
tibbi
31f42118bb
update filename in mediastore at Rename
2016-12-08 20:40:26 +01:00
tibbi
06e1796902
check SD card permissions also if moving files from SD card
2016-12-08 19:02:35 +01:00
tibbi
dad7404fdc
remove a redundant variable
2016-12-07 20:51:22 +01:00
tibbi
86d9652204
update deleted files from media screen manually
2016-12-07 20:50:19 +01:00
tibbi
5df874ff43
update the deletefiles function with stdlib
2016-12-07 20:37:37 +01:00
tibbi
b28f7dcc78
remove the Undo option at removing from media view
2016-12-07 20:36:42 +01:00
tibbi
62d11861ca
update mediastore after deleted files manually
2016-12-07 20:17:18 +01:00
tibbi
1ae4e0cc02
update renamed videos properly too
2016-12-07 19:37:39 +01:00
tibbi
4a2d8076d0
do now show the old folder after renaming
2016-12-07 19:31:00 +01:00
tibbi
e319bb1623
update mediastore after a rename manually, so its instant
2016-12-07 19:16:50 +01:00
tibbi
74d8287333
add an Edit button to media cab
2016-12-06 23:30:22 +01:00
tibbi
ade06101a5
add a Rename action button to the media screen
2016-12-06 22:53:11 +01:00
tibbi
4abc2d4b59
rename directory cab_edit to cab_rename
2016-12-06 22:40:09 +01:00
tibbi
1ed45dcc3d
update the actionbar title after renaming an item
2016-12-06 22:35:37 +01:00
tibbi
6c5a428b40
split filename and extension at save dialog
2016-12-06 22:31:17 +01:00
tibbi
ae927425aa
reload the viewpager after editing an image
2016-12-06 22:13:09 +01:00
tibbi
6449316f47
resize the saved image if wanted so
2016-12-06 22:09:40 +01:00
tibbi
d53000b667
validate the inserted resolution
2016-12-06 22:00:22 +01:00
tibbi
e99451b2f0
flip width and height if the image is rotated
2016-12-06 20:55:11 +01:00
tibbi
900dbbff32
properly update the Resize dialog values if we are keeping aspect ratio
2016-12-06 20:50:16 +01:00
tibbi
6d32e55bf4
creating the resize dialog
2016-12-06 20:15:33 +01:00
tibbi
463992a80d
add some Resize related assets
2016-12-06 19:06:54 +01:00
tibbi
4c0a0a43b8
add Camera, Settings and About to ShowAll actionbar
2016-12-06 18:11:15 +01:00
tibbi
3e779c0a98
move some activity intent actions to SimpleActivity
2016-12-06 18:03:27 +01:00
tibbi
6f11b05e25
store Show All in shared prefs making it permanent
2016-12-06 17:59:54 +01:00
tibbi
73cd9a5638
initialize viewpager mMedia at creation
2016-12-06 17:35:05 +01:00
tibbi
7ff2d43f64
handle showAll at viewpager properly
2016-12-06 17:29:12 +01:00
tibbi
b1fa8bca89
show all media files in the appropriate section
2016-12-06 17:14:54 +01:00