darthpaul
fc2296e2ae
fix inconsistencies when user switches camera mode fast
...
- debounce switching by 500ms when toggling between video/photo capture
- ensure there is only one source of truth for the current camera mode - this is the CameraXPreview
- refactor the MainActivity to depend on the CameraXPreview for the camera mode
- remove unused code in CameraXPreviewListener, MyPreview and in MainActivity
2022-11-23 14:32:16 +00:00
darthpaul
c858e5b908
fix inconsistencies when user switches camera mode fast
...
- debounce switching by 300ms when toggling between video/photo capture
- setCameraAvailable only when there is no error and the camera state is Type.OPEN
2022-11-11 00:44:53 +00:00
darthpaul
7b7838331e
persist/restore torch state for video and image capture
2022-11-09 10:09:47 +00:00
tibbi
ef3729345e
updating changelog
5.4.3
2022-10-30 16:43:58 +01:00
tibbi
15d7099012
update version to 5.4.3
2022-10-30 16:43:52 +01:00
tibbi
3b0c877766
updating commons
2022-10-30 16:38:48 +01:00
tibbi
d89e68d062
fixing a condition check
2022-10-30 13:01:39 +01:00
tibbi
c7d88f3a33
updating changelog
5.4.2
2022-10-29 16:05:23 +02:00
tibbi
911204e847
update version to 5.4.2
2022-10-29 16:05:17 +02:00
tibbi
6cc9897c99
updating commons
2022-10-29 15:59:15 +02:00
tibbi
a47561246a
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Camera
2022-10-29 15:44:57 +02:00
tibbi
80ec710edd
adding a crashfix
2022-10-29 15:44:48 +02:00
Tibor Kaputa
ffac30706d
Merge pull request #363 from weblate/weblate-simple-mobile-tools-simple-camera
...
Translations update from Hosted Weblate
2022-10-29 15:43:02 +02:00
Tibor Kaputa
eb830b4ff8
Update strings.xml
2022-10-29 15:42:53 +02:00
Anonymous
3f321a2ea1
Translated using Weblate (Punjabi (Pakistan))
...
Currently translated at 100.0% (0 of 0 strings)
Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/pa_PK/
2022-10-28 16:56:50 +02:00
bgo-eiu
3da89a488e
Added translation using Weblate (Punjabi (Pakistan))
2022-10-28 16:56:40 +02:00
tibbi
3989eca8e8
renaming some functions and variables
2022-10-28 15:59:02 +02:00
tibbi
674f259d5b
updating changelog
5.4.1
2022-10-28 15:51:30 +02:00
tibbi
9bc28dce78
update version to 5.4.1
2022-10-28 15:51:24 +02:00
tibbi
8cdbdad22a
updating gradle, commons, exifinterface and camerax
2022-10-28 15:45:21 +02:00
Tibor Kaputa
e9f68515da
Merge pull request #359 from KryptKode/feat/always-on-torch
...
add always on torch mode for image capture
2022-10-28 15:35:43 +02:00
Tibor Kaputa
a7904f2944
compressing the new icon
2022-10-28 15:35:28 +02:00
Tibor Kaputa
3ea0ce18a3
refixing imports
2022-10-28 15:34:45 +02:00
Tibor Kaputa
2420b7dc31
Merge branch 'master' into feat/always-on-torch
2022-10-28 15:31:50 +02:00
Tibor Kaputa
4d7149cb95
removing some empty lines
2022-10-28 15:31:10 +02:00
Tibor Kaputa
b7a3ca088b
Merge pull request #362 from weblate/weblate-simple-mobile-tools-simple-camera
...
Translations update from Hosted Weblate
2022-10-28 15:30:22 +02:00
Tibor Kaputa
7564110159
Delete video.txt
2022-10-28 15:29:51 +02:00
Alex
c7d09ddef7
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: Simple Mobile Tools/Simple Camera metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera-metadata/sl/
2022-10-26 09:27:51 +02:00
tibbi
dace1e9da8
small renaming
2022-10-24 16:32:34 +02:00
Tibor Kaputa
237421646d
Merge pull request #357 from KryptKode/feat/capture-mode-toggle
...
add settings option for capture mode
2022-10-24 16:31:26 +02:00
Tibor Kaputa
8157c036fa
removing a comma
2022-10-24 16:30:18 +02:00
Tibor Kaputa
d304088963
removing a redundant variable
2022-10-24 16:30:04 +02:00
Tibor Kaputa
540008dfd9
Merge pull request #358 from KryptKode/feat/zoom-fling-fixes
...
disable flinging on preview view
2022-10-24 16:27:26 +02:00
Tibor Kaputa
36d9fc4f5f
Merge pull request #355 from weblate/weblate-simple-mobile-tools-simple-camera
...
Translations update from Hosted Weblate
2022-10-24 10:14:23 +02:00
Tibor Kaputa
5753e46d67
Update strings.xml
2022-10-24 10:13:14 +02:00
Tibor Kaputa
fca6566789
Delete video.txt
2022-10-24 00:01:53 +02:00
Alex
d7b359bf21
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: Simple Mobile Tools/Simple Camera metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera-metadata/sl/
2022-10-23 21:03:03 +02:00
darthpaul
3d4c38de04
add always on torch mode for image capture
2022-10-23 00:00:22 +01:00
darthpaul
a20c7137bb
disable flinging on preview view
...
- only change camera mode when fling happens on the bottom tab
- so zoom gestures do not interfere with the fling
2022-10-22 23:36:41 +01:00
darthpaul
e412cec759
add settings option for capture mode
2022-10-22 23:21:58 +01:00
Alex
ab137fe565
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (44 of 44 strings)
Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/sl/
2022-10-21 12:03:01 +02:00
Vri 🌈
419ddd044a
Translated using Weblate (German)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: Simple Mobile Tools/Simple Camera metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera-metadata/de/
2022-10-21 12:03:01 +02:00
Priit Jõerüüt
f73e89d442
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (44 of 44 strings)
Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/et/
2022-10-21 12:03:01 +02:00
Digger
363a849601
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (44 of 44 strings)
Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/ja/
2022-10-21 12:03:00 +02:00
Чтабс
175d314e2c
Translated using Weblate (Esperanto)
...
Currently translated at 40.0% (2 of 5 strings)
Translation: Simple Mobile Tools/Simple Camera metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera-metadata/eo/
2022-10-18 21:04:39 +02:00
gallegonovato
1d2c60cea8
Translated using Weblate (Spanish)
...
Currently translated at 80.0% (4 of 5 strings)
Translation: Simple Mobile Tools/Simple Camera metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera-metadata/es/
2022-10-18 21:04:38 +02:00
Чтабс
a02da1e5c5
Translated using Weblate (Esperanto)
...
Currently translated at 95.4% (42 of 44 strings)
Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/eo/
2022-10-18 21:04:38 +02:00
Alex
2df1661d69
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (44 of 44 strings)
Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/sl/
2022-10-17 07:56:55 +02:00
Anonymous
03177adf57
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (0 of 0 strings)
Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/sl/
2022-10-16 13:52:32 +02:00
gallegonovato
a014bad82f
Translated using Weblate (Galician)
...
Currently translated at 100.0% (44 of 44 strings)
Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/gl/
2022-10-16 13:52:31 +02:00