b41f1e97e6
add a button at fullscreen media for locking screen orientation
2017-11-08 21:10:43 +01:00
1a3d52e1c2
adjusting sensitivity of rotating by Device Rotation
2017-11-08 20:46:28 +01:00
e06c65163a
add some strings related to un/locking device orientation
2017-11-08 20:43:03 +01:00
19a0621cab
let's try using GlideDecoder at fullscreen media
2017-11-08 20:35:35 +01:00
d0f7eb9fb1
reordering some ViewPagerActivity functions
2017-11-08 12:09:48 +01:00
3a23e2b0bf
add a toggle for forcing English language, if it isnt the device language
2017-11-08 12:08:36 +01:00
f62ee277a4
show the "Saving..." toast only when SAF dialog is handled
2017-11-07 23:55:17 +01:00
9a90787dbd
Adding handleSAFDialog for EXIF rotation
2017-11-07 23:08:20 +01:00
a57f608971
Update strings.xml
...
Change ´Gallerij' into correct Dutch 'Galerij'
2017-11-07 21:35:53 +01:00
54dca20bdb
initialize leak canary in debug build
2017-11-07 17:31:40 +01:00
add3760ed2
fix #440 , upgrade to Android Studio 3
2017-11-07 17:11:20 +01:00
932fc628a3
use applicationContext at launching settings
2017-11-06 23:59:09 +01:00
1e69561e84
use applicationContext at getting a Config instance
2017-11-06 23:54:31 +01:00
a8f1b88859
update commons to 2.36.1
2017-11-06 21:09:56 +01:00
283121a046
fix #428 , try url encoding video path if it throws IOException
2017-11-06 18:43:36 +01:00
733e9403dd
fix #420 , increase the max column count to 20
2017-11-06 17:59:54 +01:00
5c929f43ed
do the empty path check earlier at PhotoVideoActivity
2017-11-06 17:29:03 +01:00
124d44dfb9
fix #438 , properly handle GET_CONTENT intent
2017-11-06 17:17:23 +01:00
09ff1779e8
do not grant write_uri_permission at get_content result intent
2017-11-06 16:45:40 +01:00
f06fe6a299
make orientationEventListener nullable
2017-11-06 16:25:58 +01:00
434b98b5e6
update commons to 2.35.7
2017-11-06 15:14:05 +01:00
035f1ed715
Merge pull request #437 from ltGuillaume/patch-2
...
Rotation button fix
2017-11-03 22:30:02 +01:00
b4e43d1c21
Brackets and position fixed
2017-11-03 22:05:56 +01:00
4844e2c2d8
One more deleteFile to remove
...
...now I understand `return@getFileOutputStream`.
2017-11-03 22:00:28 +01:00
598eeb154d
Improvements as suggested
2017-11-03 21:57:56 +01:00
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
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
2ada4af2bf
catch exceptions thrown by GifDrawable, load them as simple jpgs
2017-11-02 16:23:20 +01:00
ef284691dd
Update FR strings.xml
2017-11-02 10:30:35 +01:00
9d8dd61dfa
style update + wrap gifDrawables in try/catch
2017-11-02 09:43:49 +01:00
56c9d09975
Update strings.xml
2017-11-01 22:41:51 +00:00
b72686cefd
updating the way photos are rotated and saved
2017-11-01 23:38:19 +01:00
1cecff008c
OCD :-P
2017-11-01 16:12:27 +01:00
5294997eef
Merge pull request #2 from SimpleMobileTools/master
...
isJpg()
2017-11-01 14:58:20 +01:00
76a9dfe6c7
.isJpg()
2017-11-01 14:52:49 +01:00
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
cb7d9ea108
adding a Malay strings file
2017-11-01 12:05:04 +01:00
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
4157f1fb11
Update strings.xml
2017-10-31 14:38:05 +01:00
fc5e8cb9db
Update strings.xml
2017-10-30 23:06:32 +03:00
a68d4155b4
Merge pull request #423 from ltGuillaume/master
...
Uniformity between apps
2017-10-30 19:44:45 +01:00
4701e58b0e
Uniformity between apps
2017-10-30 19:41:47 +01:00
25e5279696
Update strings.xml
2017-10-30 16:00:33 +08:00
0fdd03cda2
Update strings.xml
2017-10-30 00:07:46 -02:00
c20a814100
use the Keep last-modified setting text from Commons
2017-10-29 22:20:13 +01:00
27476a0735
lets show Set As and Edit button at videos too, why not
2017-10-29 20:19:12 +01:00
4c80ba98fb
move a couple more intent handling to the Commons library
2017-10-29 19:08:45 +01:00
437390cfa3
create a shareUris extension for sharing multiple media
2017-10-29 18:37:38 +01:00
02dfcd63c0
reuse shareUri at shareMedium
2017-10-29 18:35:08 +01:00
73856e6769
reuse the OpenFile intent handling from Commons
2017-10-29 18:28:28 +01:00