Commit graph

2055 commits

Author SHA1 Message Date
tibbi
8effeedd7d catch and show exceptions thrown at fetching path of MediaActivity 2018-02-04 18:02:06 +01:00
tibbi
0a752cea03 use our own Linear and Grid layout managers 2018-02-04 18:00:09 +01:00
tibbi
38fe73d9b4 updating some translations deleted by mistake 2018-02-04 12:59:13 +01:00
tibbi
605cf6ae0f wteak the MediaSideScroll callback a bit 2018-02-04 12:57:40 +01:00
tibbi
42faaf51c1 delete file from mediastore on ViewPagerActivity in the background 2018-02-04 12:13:49 +01:00
Tibor Kaputa
2ca0bded2d
Merge pull request #623 from trubitsyn/drag-images
Allow changing the brightness by dragging on images
2018-02-04 11:58:53 +01:00
Tibor Kaputa
cc79c99c04
move the Photo gestures toggle from Videos to Fullscreen media section 2018-02-04 11:58:46 +01:00
tibbi
8524970d6d add a toggle for preventing showing Whats New 2018-02-04 11:49:54 +01:00
Nikola Trubitsyn
d884da9b82 Allow to toggle photo gestures via settings toggle 2018-02-04 03:33:51 +03:00
Tibor Kaputa
b3578e51aa
Merge pull request #624 from anthologist/master
Updated italian
2018-02-03 09:32:05 +01:00
gregory678
e76e7a7d8e
Translation update [2018.02.02] 2018-02-02 23:58:10 +01:00
anthologist
16945a153f Updated italian 2018-02-02 21:36:10 +01:00
Nikola Trubitsyn
467058583b Rename callback and allow it to be set externally 2018-02-02 17:07:49 +03:00
Nikola Trubitsyn
5ab2bc2fe7 Join two dimens together 2018-02-02 16:55:12 +03:00
Nikola Trubitsyn
b735636ecf Remove unused comment 2018-02-02 16:52:58 +03:00
Nikola Trubitsyn
e91bc71ee0 Add an empty line to the end of MediaSideScroll.kt 2018-02-02 16:52:23 +03:00
Nikola Trubitsyn
330d501889 Remove Context from MediaSideScroll constructor 2018-02-02 16:50:19 +03:00
Nikola Trubitsyn
abd027e27b Use MediaSideScroll in PhotoFragment 2018-02-02 16:34:25 +03:00
Nikola Trubitsyn
ff66f36cda Move side scroll functionality to MediaSideScroll.kt 2018-02-02 16:28:13 +03:00
Tibor Kaputa
e45d6a0a55
Merge pull request #619 from trubitsyn/patch-1
Set unique applicationIdSuffix in debug builds
2018-02-01 23:57:34 +01:00
Nikola Trubitsyn
f4a475da18 Set unique applicationIdSuffix in debug builds 2018-02-02 00:39:19 +03:00
tibbi
fe7b425d79 store thumbnail data only if we arent loading them from cache 2018-01-31 19:23:03 +01:00
tibbi
96b93c4cb2 remove the file cleanup 2018-01-31 19:08:18 +01:00
tibbi
5a24c92c96 shorten the search close code 2018-01-31 19:01:57 +01:00
Tibor Kaputa
ef42517e11
Merge pull request #615 from Phoenix1747/master
Update DE
2018-01-31 17:22:51 +01:00
Tibor Kaputa
fd39d7d939
Merge pull request #616 from fricyo/patch-5
Translation update
2018-01-31 17:22:44 +01:00
Tibor Kaputa
fd43af798a
Merge pull request #617 from Solatec/patch-3
Update strings.xml
2018-01-31 17:22:34 +01:00
Tibor Kaputa
20a3f7f879
Merge pull request #618 from Solatec/patch-4
Update strings.xml
2018-01-31 17:22:25 +01:00
Pzqqt
f113b22900
Update strings.xml 2018-01-31 18:10:31 +08:00
Solatec Informàtica
37a26d46fd
Update strings.xml 2018-01-30 12:22:34 +01:00
Solatec Informàtica
fdc6692e65
Update strings.xml 2018-01-30 12:20:37 +01:00
fricyo
bc5984bba5
Translation update 2018-01-30 16:57:22 +08:00
Phoenix1747
788ece2a1c
Update strings.xml 2018-01-30 09:47:10 +01:00
Guillaume
c109c27d87
Dutch 2018-01-29 23:02:48 +01:00
Phoenix1747
c5ee2b13c3
Merge branch 'master' of https://github.com/Phoenix1747/Simple-Gallery
Oh god, git please
2018-01-29 22:14:00 +01:00
Phoenix1747
29fd01afe7
Update DE 2018-01-29 22:13:32 +01:00
Guillaume
3041b3bbc0
Dutch + 2 remarks
1. When "Replace zoomable images" is enabled, I can actually zoom less than when it's disabled
2. One finger zoom somehow puts the image upside down after some zooming in and out. Perhaps EXIF-tag or "rotate according to device orientation" related?

(Not the right place, I know)
2018-01-29 21:37:16 +01:00
Rodrigo
059f606f7d
Update strings.xml 2018-01-29 15:34:20 -02:00
Phoenix1747
6fc1541ea7
Update strings.xml 2018-01-29 08:31:03 +01:00
tibbi
c5cd4cb6a7 add the new toggles in Whats New 2018-01-29 00:11:53 +01:00
tibbi
7c7b7d254d disable "Temporarily show hidden" after 10 minutes of app backgrounding 2018-01-28 21:30:14 +01:00
tibbi
c3a7068806 store only 80 media files in shared prefs and catch OOMs 2018-01-28 21:15:36 +01:00
Nikola Trubitsyn
00a0ea6eda
Update strings.xml 2018-01-28 20:31:27 +03:00
tibbi
c4c083b77f add a toggle for hiding extended details when the statusbar is hidden 2018-01-28 17:49:29 +01:00
tibbi
4e15f047c5 add an extra check to avoid removing valid files 2018-01-28 17:29:15 +01:00
tibbi
95e5480d03 add "const" modifier to some values 2018-01-28 16:49:05 +01:00
tibbi
b824023722 add a toggle for replacing zoomable images with better quality ones, related to #343 2018-01-28 16:39:12 +01:00
Tibor Kaputa
7642f4948c
Merge pull request #605 from FTno/patch-8
Update strings.xml
2018-01-28 16:27:04 +01:00
tibbi
d36ce4ab8d fix target resolution of fullscreen media in case the image is rotated 2018-01-28 16:20:15 +01:00
FTno
c16a8f6ad6
Update strings.xml
Norwegian translation update
2018-01-28 16:18:16 +01:00