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 |
|