Tibor Kaputa
6bc3e4cfa6
Merge pull request #443 from ltGuillaume/patch-1
...
Adding handleSAFDialog for EXIF rotation
2017-11-07 23:55:42 +01:00
Tibor Kaputa
f62ee277a4
show the "Saving..." toast only when SAF dialog is handled
2017-11-07 23:55:17 +01:00
Guillaume
9a90787dbd
Adding handleSAFDialog for EXIF rotation
2017-11-07 23:08:20 +01:00
Tibor Kaputa
fef04593ac
Merge pull request #442 from alpenblauwtje/patch-1
...
Update strings.xml
2017-11-07 21:52:54 +01:00
alpenblauwtje
a57f608971
Update strings.xml
...
Change ´Gallerij' into correct Dutch 'Galerij'
2017-11-07 21:35:53 +01:00
tibbi
21263b093c
update commons to 2.37.2
2017-11-07 18:22:54 +01:00
tibbi
54dca20bdb
initialize leak canary in debug build
2017-11-07 17:31:40 +01:00
tibbi
add3760ed2
fix #440 , upgrade to Android Studio 3
2017-11-07 17:11:20 +01:00
tibbi
932fc628a3
use applicationContext at launching settings
2017-11-06 23:59:09 +01:00
tibbi
1e69561e84
use applicationContext at getting a Config instance
2017-11-06 23:54:31 +01:00
tibbi
ae7fd50193
updating changelog
2017-11-06 21:20:31 +01:00
tibbi
bb1da4a2b5
update version to 2.17.4
2017-11-06 21:18:55 +01:00
tibbi
a8f1b88859
update commons to 2.36.1
2017-11-06 21:09:56 +01:00
tibbi
283121a046
fix #428 , try url encoding video path if it throws IOException
2017-11-06 18:43:36 +01:00
tibbi
733e9403dd
fix #420 , increase the max column count to 20
2017-11-06 17:59:54 +01:00
tibbi
5c929f43ed
do the empty path check earlier at PhotoVideoActivity
2017-11-06 17:29:03 +01:00
tibbi
124d44dfb9
fix #438 , properly handle GET_CONTENT intent
2017-11-06 17:17:23 +01:00
tibbi
09ff1779e8
do not grant write_uri_permission at get_content result intent
2017-11-06 16:45:40 +01:00
tibbi
6f53df863a
update commons to 2.35.8
2017-11-06 16:45:25 +01:00
tibbi
f06fe6a299
make orientationEventListener nullable
2017-11-06 16:25:58 +01:00
tibbi
434b98b5e6
update commons to 2.35.7
2017-11-06 15:14:05 +01:00
Tibor Kaputa
035f1ed715
Merge pull request #437 from ltGuillaume/patch-2
...
Rotation button fix
2017-11-03 22:30:02 +01:00
Tibor Kaputa
248822e4a8
Merge pull request #435 from ltGuillaume/master
...
Working EXIF lossless on Internal & SD
2017-11-03 22:29:19 +01:00
Guillaume
b4e43d1c21
Brackets and position fixed
2017-11-03 22:05:56 +01:00
Guillaume
4844e2c2d8
One more deleteFile to remove
...
...now I understand `return@getFileOutputStream`.
2017-11-03 22:00:28 +01:00
Guillaume
598eeb154d
Improvements as suggested
2017-11-03 21:57:56 +01:00
Guillaume
1aa9ebe286
Rotation button fix
...
When rotating is initiated, show rotate button permanently to facilitate further rotation. Also, prevent accidental click on Delete when the option "replace share with rotate" is enabled.
2017-11-03 21:36:17 +01:00
Guillaume
63d39b589a
Working EXIF lossless on Internal & SD
...
Tested and works on both Internal Storage and External SD cards
2017-11-03 17:01:13 +01:00
tibbi
d0e4fd1df7
updating changelog
2017-11-02 18:46:15 +01:00
tibbi
65ef896c30
update version to 2.17.3
2017-11-02 18:46:06 +01:00
tibbi
14abbe6b69
update version to 2.35.0
2017-11-02 18:42:04 +01:00
tibbi
2ada4af2bf
catch exceptions thrown by GifDrawable, load them as simple jpgs
2017-11-02 16:23:20 +01:00
Tibor Kaputa
56af281cf4
Merge pull request #432 from Primokorn/patch-3
...
Update FR strings.xml
2017-11-02 10:44:25 +01:00
Primokorn
ef284691dd
Update FR strings.xml
2017-11-02 10:30:35 +01:00
tibbi
9d8dd61dfa
style update + wrap gifDrawables in try/catch
2017-11-02 09:43:49 +01:00
Tibor Kaputa
ac640bbccc
Merge pull request #431 from smarquespt/patch-1
...
Update strings.xml
2017-11-01 23:51:44 +01:00
Sérgio Marques
56c9d09975
Update strings.xml
2017-11-01 22:41:51 +00:00
tibbi
b72686cefd
updating the way photos are rotated and saved
2017-11-01 23:38:19 +01:00
Tibor Kaputa
0cc2c3d8f1
Merge pull request #427 from ltGuillaume/master
...
Lossless rotation for JPEG
2017-11-01 21:25:19 +01:00
Guillaume
1cecff008c
OCD :-P
2017-11-01 16:12:27 +01:00
Guillaume
5294997eef
Merge pull request #2 from SimpleMobileTools/master
...
isJpg()
2017-11-01 14:58:20 +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
tibbi
cb7d9ea108
adding a Malay strings file
2017-11-01 12:05:04 +01:00
tibbi
a934510165
updage Commons to 2.34.9
2017-11-01 11:56:21 +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
Guillaume
bc9f62db40
Merge pull request #1 from SimpleMobileTools/master
...
Get this thing up-to-date
2017-10-31 23:02:01 +01:00
Tibor Kaputa
c96a446e49
Merge pull request #425 from Phoenix1747/patch-1
...
Updated German
2017-10-31 16:40:39 +01:00
Phoenix1747
4157f1fb11
Update strings.xml
2017-10-31 14:38:05 +01:00
Tibor Kaputa
0dc1203b94
Merge pull request #424 from OLEG4120/patch-1
...
Update translation
2017-10-30 21:13:02 +01:00