Commit graph

323 commits

Author SHA1 Message Date
tibbi
74dd65281c Merge branch 'master' of github.com:SimpleMobileTools/Simple-Gallery 2016-10-03 23:29:26 +02:00
tibbi
53c7c78801 handle orientation changes manually to prevent video glitches 2016-10-03 23:27:56 +02:00
YSmhXQDd6Z
a7caee04af Create strings.xml 2016-10-02 21:49:13 +00:00
tibbi
ee6f1a6eb3 fix #25, fill the Play buttons with transparent grey for better visibility 2016-09-25 23:46:59 +02:00
tibbi
481fc40653 fix #19, use the special foreground selector only from v23 2016-09-25 23:36:29 +02:00
tibbi
08f7a57c55 prevent the screen from turning off while playing a video 2016-09-25 23:16:34 +02:00
Tibor Kaputa
016a6a464e Merge pull request #30 from vanitasvitae/master
Fixed typo
2016-09-09 00:19:43 +02:00
vanitasvitae
b5dabe87cd Fixed typo 2016-09-08 10:06:38 +02:00
tibbi
d1e4437e93 small change to selectable item background 2016-09-07 22:59:03 +02:00
vanitasvitae
128e7bdb69 Added german translation 2016-09-06 13:38:07 +02:00
tibbi
7d4b19de4f remove some non translatable strings 2016-08-30 19:32:22 +02:00
Laura Arjona Reina
f5c021a827 Add Spanish translation 2016-08-30 19:07:49 +02:00
tibbi
f0c9583213 update launcher icons 2016-08-26 20:43:00 +02:00
tibbi
cc802df7fd change the app launcher name to Gallery 2016-08-25 21:52:49 +02:00
tibbi
b9ee748855 update launcher icon 2016-08-25 21:45:48 +02:00
tibbi
d8dfbc3627 remove the Set as wallpaper feature for now, it needs more work 2016-08-25 21:33:07 +02:00
tibbi
9a75c3ae8c rescan directories too recursively 2016-08-24 23:51:48 +02:00
tibbi
3a515e5844 rescan all files only at pull to refresh 2016-08-24 23:48:48 +02:00
tibbi
ea9e43c00b apply the image as wallpaper if picked so 2016-08-24 23:39:46 +02:00
tibbi
2b83491631 show a "Set as Wallpaper" menu item at images 2016-08-24 23:32:01 +02:00
tibbi
131f0647a9 rescan all files in directory on open
- related to #18, #16
2016-08-24 23:26:52 +02:00
tibbi
605a4a29c3 allow using the app as both an image and video picker, related to #15 2016-08-24 22:08:29 +02:00
tibbi
2ce5c90204 if Same sorting is enabled, use the directory sorting 2016-08-23 21:48:23 +02:00
tibbi
5bc11afc69 add a switch to enable/disable same sorting for files and dirs 2016-08-23 21:18:40 +02:00
tibbi
9612e53dbb fix #23, allow different sorting for folders and files 2016-08-23 20:53:07 +02:00
tibbi
325e5fe6f3 add an Invite friends button 2016-08-22 23:52:09 +02:00
tibbi
802f61cf64 use our own strings for OK and Cancel 2016-08-21 20:39:16 +02:00
tibbi
284ff3d697 make the buttons in About section easier to click 2016-08-21 20:13:15 +02:00
tibbi
20aac8175f make the dark theme really dark 2016-07-26 22:47:51 +02:00
tibbi
1d2e7b310e use the subsampling-scale-image-view for zoomable photos 2016-07-24 22:53:32 +02:00
tibbi
7141563463 sort directories already at the query 2016-07-24 21:15:05 +02:00
tibbi
8054f51727 allow sorting directories 2016-07-24 21:02:02 +02:00
tibbi
90e8309aa1 allow sorting media 2016-07-24 19:43:12 +02:00
tibbi
cd567c370b add sorting button to the menu 2016-07-24 16:40:10 +02:00
tibbi
fddaea76c3 calculate the size of directories
+ adding some initial sorting things
2016-07-24 16:34:45 +02:00
tibbi
0c9fe0e4c3 remove a not needed flag 2016-07-24 11:42:10 +02:00
tibbi
34a1a15d74 move the settings layout back where it should be 2016-07-20 23:32:06 +02:00
tibbi
31100a3afe properly handle orientation changes 2016-07-20 23:23:43 +02:00
tibbi
cdc07b0bff allow sharing multiple items at once 2016-07-20 23:10:31 +02:00
tibbi
427e44f3bd allow refreshing media view too
- closes #10
2016-07-20 22:41:58 +02:00
tibbi
b31a18e48c add pull to refresh to the directories view 2016-07-20 22:35:29 +02:00
tibbi
cda29dd904 use resources instead of some hardcoded values 2016-07-20 21:03:48 +02:00
tibbi
b0d9c7e8ee wrap directory thumbnails in FrameLayout only on Android 4 2016-07-20 21:00:02 +02:00
tibbi
32aa2fbc39 add a Dark theme
+ adding the Settings itself (splitting it into multiple commits would make no sense)
2016-07-20 20:46:51 +02:00
tibbi
952a820aa8 remove some non translatable strings 2016-07-17 23:22:14 +02:00
Sopor
286dc7a628 swedish translation 2016-07-16 20:11:34 +02:00
Sopor
90ca54f28a swedish language 2016-07-16 20:08:41 +02:00
Sopor
d95f90aedb Create strings.xml 2016-07-16 00:09:37 +02:00
tibbi
7427f266a7 properly highlight the items that are going to be deleted 2016-07-15 23:07:21 +02:00
tibbi
7b47da40c3 remove the strings that arent supposed to be translated 2016-07-15 22:51:17 +02:00
tibbi
d3168fe1f1 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Gallery 2016-07-15 22:46:55 +02:00
tibbi
7aed3a846f mark some strings as not to be translated 2016-07-15 22:46:40 +02:00
Tibor Kaputa
1462068cd0 Merge pull request #8 from naofum/master
Added Japanese translation
2016-07-15 22:45:48 +02:00
naofum
d649c5bb51 Added Japanese translation 2016-07-16 00:10:20 +09:00
anthologist
8be07f3eff Create strings.xml 2016-07-14 15:16:56 +02:00
tibbi
6bcb522d59 use a different action at the Camera icon
closes #6
2016-07-12 11:10:57 +02:00
tibbi
1b30b011b2 allow rotating the device 2016-07-11 20:47:06 +02:00
tibbi
6aefd23436 some english fixes 2016-07-11 20:22:18 +02:00
tibbi
cb1b8c296f remove a duplicate intent filter action 2016-07-10 16:20:54 +02:00
tibbi
11af15fb80 properly open a couple more VIEW intents 2016-07-09 22:18:05 +02:00
tibbi
c3420aa748 add a button to open the Camera, closes #4
- added it only to the main screen with the directories, as adding it in the specific album might be confusing. People could think that the photo will be saved in that album
2016-07-09 21:15:05 +02:00
tibbi
569ce03f80 improve GIF support 2016-07-07 15:02:11 +02:00
tibbi
77077b7369 more renames 2016-07-04 16:19:28 +02:00
tibbi
1e3b2ff8d6 rename a couple variables 2016-07-04 16:18:03 +02:00
tibbi
bb71618d54 use the new Google Plus logo 2016-07-01 23:03:19 +02:00
tibbi
4b7049b8a9 change the default year in About section 2016-07-01 15:10:37 +02:00
tibbi
600705f155 use capital G at shared prefs 2016-07-01 15:07:34 +02:00
tibbi
9d5277a090 show a Rate us button to returning users 2016-07-01 15:04:31 +02:00
tibbi
42226e88d2 make the thumbnails smaller on tablets 2016-07-01 11:41:06 +02:00
tibbi
4ab90d0e08 scale up the sizes properly for tablets 2016-06-30 23:12:46 +02:00
tibbi
c6c54940f8 add a Google Plus link in About section 2016-06-27 22:57:53 +02:00
tibbi
971141652b handle a couple more Pick intents 2016-06-27 15:40:25 +02:00
tibbi
75e4f6c8ab lets also react to vnd.android.cursor.dir/ intent 2016-06-27 12:47:57 +02:00
tibbi
719af8c8ba implement GET_CONTENT intent handling 2016-06-27 12:37:01 +02:00
tibbi
8d63aedf2a allow setting Wallpaper with the app 2016-06-26 22:38:25 +02:00
tibbi
686430fcca show the path at directory renaming dialog 2016-06-23 11:43:32 +02:00
tibbi
6a21c8a27c display the file path at the Edit dialog 2016-06-23 11:34:21 +02:00
tibbi
28ab32a3ad replace SubsamplingImageView with PhotoView 2016-06-23 11:12:51 +02:00
tibbi
a9ca9ef39c increase the seekbar height for easier clickability 2016-06-19 16:40:37 +02:00
tibbi
8efae34fc9 lets use higher resolution images 2016-06-19 13:14:32 +02:00
tibbi
65abeb5303 add a Facebook follow image at the About section 2016-06-19 13:07:18 +02:00
tibbi
9fdf5bcd44 restore the video progress at rotate 2016-06-19 11:19:41 +02:00
tibbi
e4bbe31276 reuse the same activity at photo and video view intents 2016-06-19 11:15:27 +02:00
tibbi
9ebdffdda0 some refactoring, no functionality change 2016-06-18 23:10:50 +02:00
tibbi
fd9980ba41 move Undo button to the top 2016-06-18 20:59:51 +02:00
tibbi
1bcf68c125 really sort the items by timestamp only, not by type 2016-06-18 14:46:28 +02:00
tibbi
71c9e7e04e order the directories properly by timestamp 2016-06-18 14:26:55 +02:00
tibbi
c2aea6b5fb sort media before displaying 2016-06-18 13:22:54 +02:00
tibbi
b47e13c4b5 add timestamp to media 2016-06-18 12:59:04 +02:00
tibbi
2fb8fc2dc7 use the same item for photo and video thumbnails 2016-06-18 12:50:34 +02:00
tibbi
6db5615076 set the default time to 00:00 2016-06-16 17:05:20 +02:00
tibbi
ebcc328d2e add extra bottom padding to time holder only if the device has software nav bar 2016-06-16 16:14:02 +02:00
tibbi
08dd94f10f allow using the gallery as a video chooser 2016-06-15 15:55:13 +02:00
tibbi
99a2ea6829 do not display videos if the app is used as an image chooser 2016-06-15 15:40:07 +02:00
tibbi
b36e85844d allow using the app as an image chooser 2016-06-15 15:20:05 +02:00
tibbi
fd01e7dca5 fix some freezes at multiple orientation changes 2016-06-15 13:52:53 +02:00
tibbi
05af0f7862 setup a fragment listener after orientation change if theres none 2016-06-14 12:42:11 +02:00
tibbi
74a4a5173c offer opening third party videos too with the gallery 2016-06-14 11:39:45 +02:00
tibbi
d6a8683941 allow opening other photos with the Gallery 2016-06-14 11:24:57 +02:00
tibbi
a6e4e949e0 use interfaces for communicating with fragments 2016-06-14 11:05:49 +02:00
tibbi
e97f9b1db8 avoid arrayoutofbounds when deleting the last photo 2016-06-14 10:12:03 +02:00
tibbi
d36b8142f3 do not implement OnScanCompleted with activities 2016-06-14 09:41:43 +02:00
tibbi
714b1804da use a different function for displaying the toast 2016-06-13 19:01:49 +02:00
tibbi
7be7fe06b2 remove the viewpagers DepthPageTransformer 2016-06-13 17:47:16 +02:00
tibbi
14774ee222 check storage permission at every activity 2016-06-13 17:45:53 +02:00
tibbi
51981e4f06 close the app when no permission to storage is given 2016-06-13 17:32:38 +02:00
tibbi
ff40ea8a92 make sure to set the progress bar to Max when the video is complete 2016-06-12 22:05:30 +02:00
tibbi
29273fb4fa fix sharing videos 2016-06-09 21:15:43 +02:00
tibbi
ba76a4a215 remember the state on orientation change 2016-06-09 21:12:46 +02:00
tibbi
186b5bfd4f some minor video layout change 2016-06-09 21:07:41 +02:00
tibbi
825e40595d properly update the neighbour time holder visibility too 2016-06-09 18:02:31 +02:00
tibbi
82241c250b fade the timeholder together with the system ui 2016-06-09 17:01:43 +02:00
tibbi
f8dfc3f423 properly calculate the video size 2016-06-09 15:43:03 +02:00
tibbi
a733bef4c1 convert ViewPagerFragment to a local variable 2016-06-09 14:51:42 +02:00
tibbi
4e3efeb9ff dont do anything if the fragment gets hidden 2016-06-09 14:50:42 +02:00
tibbi
e7e31e25f6 pause the video if being swiped away 2016-06-09 14:48:50 +02:00
tibbi
3cd30f7f37 create separate directories for fragments and models 2016-06-09 10:29:31 +02:00
tibbi
73575f8839 split viewpagerfragment into photo and video 2016-06-09 10:22:07 +02:00
tibbi
1923479591 add seekbar functionality + misc changes 2016-06-09 00:13:30 +02:00
tibbi
309e52ef3a allow playing videos 2016-06-08 20:58:45 +02:00
tibbi
c1b112c57d remove Exoplayer 2016-06-08 20:50:42 +02:00
tibbi
28988becd0 add exoplayer 2016-06-06 16:48:35 +02:00
tibbi
9ae1e592ed set viewpager item as a medium 2016-06-06 16:27:23 +02:00
tibbi
b36d06aafa properly open the video item at viewpager 2016-06-06 00:09:03 +02:00
tibbi
e206fa92ca save the directory activities scroll state too 2016-06-05 23:54:01 +02:00
tibbi
399f9ee066 rescan invalid files at mediaactivity too 2016-06-05 23:51:38 +02:00
tibbi
b676bc7ca4 add a play outline on videos 2016-06-05 23:49:57 +02:00
tibbi
728afc915c rename photos to media 2016-06-05 23:22:32 +02:00
tibbi
39fa01ab96 consider images and videos too when listing directories 2016-06-05 23:01:12 +02:00
tibbi
c0f32c25f2 add launcher icons 2016-06-04 11:33:50 +02:00
tibbi
ea9a943dd0 change some colors 2016-06-03 23:28:35 +02:00
tibbi
288ba628e6 properly rename folders 2016-06-03 19:31:46 +02:00
tibbi
4813a2d5ee couple more checks to prevent displaying invalid images 2016-06-03 18:43:54 +02:00
tibbi
64cae1b25d do not display photos currently being deleted 2016-06-02 23:31:44 +02:00
tibbi
ac6ef1ea3f change the selected items overlay color 2016-06-02 23:17:14 +02:00
tibbi
b8c16e42c1 add some licences 2016-06-02 21:52:42 +02:00
tibbi
f863febba1 change the font at fullscreen activity text too 2016-06-02 13:21:03 +02:00
tibbi
03c79360e2 changing the actionbar font style 2016-06-02 13:19:34 +02:00
tibbi
46638aa6f2 use a higher resolution Undo icon 2016-06-01 23:45:10 +02:00
tibbi
d0a7cb2b03 add some icons and colors 2016-06-01 22:15:38 +02:00
tibbi
89e08c282c make use of Butterknife 2016-06-01 19:15:14 +02:00
tibbi
d4978d0223 update Butterknife to 8.0.1 2016-06-01 18:06:28 +02:00
tibbi
a28162fc0d add About section 2016-06-01 17:44:50 +02:00
tibbi
1d76f572f2 add depth to scrolling the viewpager 2016-05-23 23:10:09 +02:00
tibbi
77e25ae9a7 save the gridview state when maximizing an image 2016-05-23 22:51:43 +02:00
tibbi
e71aad937d make a constant static 2016-04-25 23:41:36 +02:00
tibbi
4ff6f21968 setup Undo button margin properly at landscape 2016-04-25 21:30:48 +02:00
tibbi
de84071cc0 set adapter paths in the constructor 2016-04-25 21:08:13 +02:00
tibbi
86a0495a2f fix picture deleting 2016-04-25 20:58:19 +02:00
tibbi
6af43c0b81 use the local variable for getting current page index 2016-04-25 19:56:04 +02:00