Commit Graph

1326 Commits

Author SHA1 Message Date
Anonymous f2b55551b3
Translated using Weblate (English (United Kingdom))
Currently translated at 0.0% (0 of 36 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/en_GB/
2022-07-10 23:41:54 +02:00
Weblate 3620f731de
Added translation using Weblate (English (United Kingdom)) 2022-07-10 23:41:46 +02:00
мачко 375f8f7601
Translated using Weblate (Bulgarian)
Currently translated at 83.3% (30 of 36 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/bg/
2022-07-10 22:20:45 +02:00
tomechio c7bc397ff2
Translated using Weblate (Finnish)
Currently translated at 86.1% (31 of 36 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/fi/
2022-07-10 22:20:45 +02:00
darthpaul e1f292692a properly ensure RECORD_AUDIO permission is requested during camera initialisation
- since allowBackup is set to true in the manifest,
- it is possible for the app to be launch after a fresh install with mIsInPhotoMode=true in MainActivity
- this commit ensure the audio permission is requested at this point
- if the user denies, then it is initialised in photo mode instead
2022-07-10 18:57:01 +01:00
Tibor Kaputa f1b9bf13fe
Merge pull request #327 from KryptKode/feat/camera-x
fix passing bitmap thumbnail after IMAGE_CAPTURE intent
2022-07-09 08:09:43 +02:00
darthpaul d5e1d61d02 fix passing bitmap thumbnail after IMAGE_CAPTURE intent
- add a new BitmapOutput, returned from the MediaOutputHelper when no output URI is specified in an IMAGE_CAPTURE intent
- in this format, take the picture without actually saving it and return the bitmap
- this behaviour is consistent with the implementation described in the official Android docs https://developer.android.com/training/camera/photobasics#TaskPhotoView
2022-07-09 02:55:41 +01:00
zica 9d655b0893
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (36 of 36 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/zh_Hant/
2022-07-08 22:33:28 +02:00
zmni 15583523df
Translated using Weblate (Indonesian)
Currently translated at 100.0% (36 of 36 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/id/
2022-07-08 22:33:28 +02:00
J. Lavoie 5f6963dd1d
Translated using Weblate (French)
Currently translated at 100.0% (36 of 36 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/fr/
2022-07-08 22:33:28 +02:00
J. Lavoie 676d417d3b
Translated using Weblate (German)
Currently translated at 100.0% (36 of 36 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/de/
2022-07-08 22:33:28 +02:00
Tibor Kaputa 63a5985cfa
Merge pull request #325 from spkprs/patch-2
Update strings.xml
2022-07-08 22:33:25 +02:00
Tibor Kaputa 3c16ba8853
Merge pull request #326 from KryptKode/feat/camera-x
try to handle changing video quality and image resolution
2022-07-08 22:33:14 +02:00
darthpaul 74e2656831 try to handle changing video quality and image resolution
- CameraX video allowed predefined buckets of qualities UHD, FHD, HD, SD (defined in VideoQuality enum),
the CameraXPreview is configured to use the highest quality and
 CameraX will select the closest corresponding resolution supported by the device.
- tentatively add ChangeResolutionDialogX (which would be renamed back to ChangeResolutionDialog) to give user option to select photo resolution and video qualities
- add ImageQualityManager which performs the same operation for getting all resolutions supported by a device using the Camera2 API, as defined in the legacy CameraPreview
- add VideoQualityManager to manage saving/ getting user selected quality.
2022-07-08 00:12:03 +01:00
spkprs 815950e8c1
Update strings.xml 2022-07-05 00:27:17 +03:00
tibbi e00582adbc adding a prepaid build variant 2022-07-04 22:48:52 +02:00
tibbi 60bb5799f3 removing app title, short and long description strings 2022-07-04 22:48:32 +02:00
Tibor Kaputa aec0b9e3c1
Update strings.xml 2022-07-04 22:45:27 +02:00
Tibor Kaputa 536f1e076a
Update strings.xml 2022-07-04 22:44:57 +02:00
Anonymous b9748475b0
Translated using Weblate (Thai)
Currently translated at 0.0% (0 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/th/
2022-07-04 03:21:14 +02:00
Weblate 5c7e4fd635
Added translation using Weblate (Thai) 2022-07-04 03:21:04 +02:00
liquidvacuum-by e8e1e8aa78
Translated using Weblate (Belarusian)
Currently translated at 12.8% (5 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/be/
2022-07-03 22:54:21 +02:00
Anonymous e1603e03ca
Translated using Weblate (Belarusian)
Currently translated at 0.0% (0 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/be/
2022-07-03 22:54:20 +02:00
Weblate 5989227e4b
Added translation using Weblate (Belarusian) 2022-07-03 22:54:20 +02:00
Guillaume 96a6959d11
Translated using Weblate (Dutch)
Currently translated at 100.0% (39 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/nl/
2022-07-03 22:54:20 +02:00
Milo Ivir 91766afc21
Translated using Weblate (Croatian)
Currently translated at 97.4% (38 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/hr/
2022-07-03 22:54:20 +02:00
Vitor Henrique b0d970ef28
Translated using Weblate (Portuguese (Brazil))
Currently translated at 48.7% (19 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/pt_BR/
2022-07-02 12:24:17 +02:00
Josep M. Ferrer 260372fde4
Translated using Weblate (Catalan)
Currently translated at 100.0% (39 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/ca/
2022-07-02 12:24:17 +02:00
Priit Jõerüüt 8c2f73e153
Translated using Weblate (Estonian)
Currently translated at 97.4% (38 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/et/
2022-07-02 12:24:17 +02:00
Eric 7b7ff320a5
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (39 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/zh_Hans/
2022-07-02 12:24:16 +02:00
Artem 131fc78fd3
Translated using Weblate (Ukrainian)
Currently translated at 97.4% (38 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/uk/
2022-07-02 12:24:16 +02:00
Oğuz Ersen 4ed992c933
Translated using Weblate (Turkish)
Currently translated at 100.0% (39 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/tr/
2022-07-02 12:24:16 +02:00
solokot 12de00798f
Translated using Weblate (Russian)
Currently translated at 100.0% (39 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/ru/
2022-07-02 12:24:16 +02:00
Agnieszka C c23db94a3d
Translated using Weblate (Polish)
Currently translated at 100.0% (39 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/pl/
2022-07-02 12:24:15 +02:00
AbsurdUsername b45883af0d
Translated using Weblate (Italian)
Currently translated at 100.0% (39 of 39 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/it/
2022-07-02 12:24:15 +02:00
tibbi 6ad3312384 adding the missing strings into all languages 2022-07-01 08:37:50 +02:00
darthpaul 889a384f21 handle 3rd party image/video capture intents
- in MediaOutputHelper,
   - add support for specifying the output URI if present in the intent
   - when the output URI is specified,
       - for Image Capture, we return a `Bitmap` as a `data` extra and also the URI as the Intent data
       - for Video Capture we return the `Uri` as the Intent data
    - if no output URI is specified in the capture intent or if there is an error while trying to access the URI, use the default location with MediaStore, so we do not return inconsistent URIs (eg, SAF tree URIs)

- add CameraXInitializer to abstract CameraXPreview initialisation logic
2022-06-30 00:23:41 +01:00
darthpaul f43cd4f939 handle some camera errors
- add CameraErrorHandler to handle
  - errors during camera lifecycle
  - when capturing images
  - when recording videos
2022-06-26 21:54:32 +01:00
darthpaul b10d8639fd handle torch state in video capture
- set initial torch state to off
- enable/disable the torch when flash mode is on/off in video mode
2022-06-26 11:12:43 +01:00
darthpaul 79f9267383 handle storage location
- add MediaOutputHelper
   - to create OutputStream for photos
   - to create FileDescriptor for videos (currently requires API 26+)
2022-06-26 10:58:17 +01:00
darthpaul e691fc1e8c use more stable CameraX 1.1.0-rc02 2022-06-26 00:12:19 +01:00
darthpaul 79cbe55a7f Merge branch 'master' into feat/camera-x 2022-06-25 23:33:12 +01:00
darthpaul d168040722 replace property getters with actual functions in CameraXPreview 2022-06-25 23:25:20 +01:00
darthpaul cc5fa462c4 revert compileSdkVersion and targetSdkVersion to 31 2022-06-25 23:22:37 +01:00
darthpaul 916121ffc9 store/restore last used camera lens 2022-06-25 23:21:51 +01:00
darthpaul fe3710510d add pinch to zoom support 2022-06-25 22:42:47 +01:00
darthpaul b44b6a9b2b update focus and unbind useCase
- update to use the DisplayOrientedMeteringPointFactory
- add Auto Focus (AF) and Auto Exposure (AE) metering points
- unbind VideoCaptureUseCase when in photo mode
- unbind ImageCaptureUseCase when not in photo mode
2022-06-25 21:42:15 +01:00
darthpaul e15078499b modify package name and app name
- this is so we can install both versions on the same device
- it would be reverted when camerax is ready to go live
2022-06-25 18:10:33 +01:00
darthpaul f0030670cf add basic support for focus and metering 2022-06-25 17:51:13 +01:00
darthpaul 1f3dd341d0 add flipping horizontally and photo quality 2022-06-25 17:14:49 +01:00
darthpaul c398370446 handle playing media sounds
- add MediaSoundHelper to separate logic for playing media action sounds
- add support for playing media action sounds (shutter, start and stop recording) in CameraXPreview
2022-06-25 16:39:29 +01:00
darthpaul 074351b88f add initial camera-x implementation
- add CameraXPreview
  - basic support image capture
  - basic support for video capture
  - add CameraXPreviewListener to prevent coupling to MainActivity
  - support switching camera, flash light modes
- modify MyPreview interface to add default implementation for methods not needed by the CameraXPreview
2022-06-25 15:43:39 +01:00
tibbi ff90f08094 removing a string available in Commons 2022-06-22 23:38:24 +02:00
Tibor Kaputa ab6fd9b041
Update strings.xml 2022-06-22 23:35:29 +02:00
Tibor Kaputa 246b5f614f
Update strings.xml 2022-06-22 23:35:14 +02:00
мачко 84f89617ef
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/bg/
2022-06-22 23:32:20 +02:00
AHOHNMYC d83c9524c4
Translated using Weblate (Russian)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/ru/
2022-06-22 23:32:20 +02:00
Alberto 085b76d3c5
Translated using Weblate (Spanish)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/es/
2022-06-22 23:32:20 +02:00
אליעזר שלמה דיין a92d749980
Translated using Weblate (Hebrew)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/he/
2022-06-22 23:32:20 +02:00
Anonymous a3173efdb3
Translated using Weblate (Portuguese (Brazil))
Currently translated at 0.0% (0 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/pt_BR/
2022-06-22 23:32:20 +02:00
Weblate f31d0bc44b
Added translation using Weblate (Portuguese (Brazil)) 2022-06-22 23:32:20 +02:00
Anonymous 3d36b96784
Translated using Weblate (Hebrew)
Currently translated at 0.0% (0 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/he/
2022-06-22 23:32:20 +02:00
Weblate f177568563
Added translation using Weblate (Hebrew) 2022-06-22 23:32:20 +02:00
tibbi dfe9a0d051 updating some casual things 2022-06-22 23:32:14 +02:00
tibbi 9ccd1402bf changing the indonesian language from id to in 2022-06-21 23:24:35 +02:00
Tibor Kaputa d11dd8abd0
Delete strings.xml 2022-06-05 23:11:16 +02:00
Tibor Kaputa 8f09448d42
Update strings.xml 2022-06-05 23:11:04 +02:00
Tibor Kaputa 70ccb46827
Update strings.xml 2022-06-05 23:10:39 +02:00
Tibor Kaputa 164e79721b
Update strings.xml 2022-06-05 23:10:30 +02:00
Tibor Kaputa dc83b1df69
Delete strings.xml 2022-06-05 23:10:20 +02:00
Tibor Kaputa 9a3450929e
Update strings.xml 2022-06-05 23:10:08 +02:00
Tibor Kaputa ae7528c935
Update strings.xml 2022-06-05 23:09:59 +02:00
AbsurdUsername 68c7b4f05e
Translated using Weblate (Italian)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/it/
2022-06-05 23:02:01 +02:00
solokot 80b2a144a6
Translated using Weblate (Russian)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/ru/
2022-06-04 07:14:28 +02:00
Artem acd636dea2
Translated using Weblate (Ukrainian)
Currently translated at 97.0% (33 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/uk/
2022-06-02 14:14:18 +02:00
Priit Jõerüüt 9d654b5906
Translated using Weblate (Estonian)
Currently translated at 97.0% (33 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/et/
2022-05-31 20:15:34 +02:00
Josep M. Ferrer 67de54c3a8
Translated using Weblate (Catalan)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/ca/
2022-05-30 13:18:28 +02:00
Artem 714af921af
Translated using Weblate (Ukrainian)
Currently translated at 97.0% (33 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/uk/
2022-05-30 13:18:28 +02:00
Júlia da Rosa 2822ba58c6
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/pt_BR/
2022-05-30 13:18:27 +02:00
Weblate 9e5fbdd63a
Added translation using Weblate (English (United States)) 2022-05-27 21:09:21 +02:00
Weblate a992e0ddfd
Added translation using Weblate (Hungarian) 2022-05-27 20:53:34 +02:00
Weblate 99a6cfc724
Added translation using Weblate (Portuguese) 2022-05-27 20:53:30 +02:00
Weblate 8411ed40b2
Added translation using Weblate (Bulgarian) 2022-05-27 20:53:29 +02:00
Weblate cdef041d1b
Added translation using Weblate (Esperanto) 2022-05-27 20:53:29 +02:00
Tibor Kaputa e5842efe0f
Update strings.xml 2022-05-19 21:51:51 +02:00
Tibor Kaputa ad9e93bca0
Update strings.xml 2022-05-19 17:35:31 +02:00
Josep M. Ferrer 77af2210e0
Translated using Weblate (Catalan)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/ca/
2022-05-17 04:13:59 +02:00
Artem 4d65e2b26d
Translated using Weblate (Ukrainian)
Currently translated at 97.0% (33 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/uk/
2022-05-17 04:13:58 +02:00
Josep M. Ferrer 9da38be3af
Added translation using Weblate (Catalan) 2022-05-15 19:11:17 +02:00
Artem b97d3b06fc
Translated using Weblate (Ukrainian)
Currently translated at 97.0% (33 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/uk/
2022-05-15 11:16:01 +02:00
Vitor Henrique 794ccaa467
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.0% (33 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/pt_BR/
2022-05-15 11:16:01 +02:00
Priit Jõerüüt 4da0208c23
Translated using Weblate (Estonian)
Currently translated at 97.0% (33 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/et/
2022-04-27 21:09:25 +02:00
Priit Jõerüüt 58466e9bf5
Translated using Weblate (Estonian)
Currently translated at 17.6% (6 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/et/
2022-04-26 19:11:35 +02:00
Priit Jõerüüt f2a85147a2
Added translation using Weblate (Estonian) 2022-04-26 19:08:44 +02:00
Simon N e2a0946991
Translated using Weblate (Swedish)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/sv/
2022-04-26 12:08:06 +02:00
tibbi 0cdf08b45f removing 2 more settings 2022-04-20 22:28:44 +02:00
tibbi 16bed1a1b0 removing the FocusBeforeCapture setting 2022-04-20 22:19:57 +02:00
tibbi b9dd068495 use the new design at Settings 2022-04-20 21:58:44 +02:00
Tibor Kaputa d05bdf72b9
Merge pull request #312 from weblate/weblate-simple-mobile-tools-simple-camera
Translations update from Hosted Weblate
2022-04-20 21:27:55 +02:00
tibbi 3628ddb9e9 adding core and fdroid build flavors 2022-04-20 21:25:55 +02:00
tibbi 196f477d3e lets set the minimal required OS version to Android 10 2022-04-20 21:20:40 +02:00
tibbi 77458cc759 updating commons 2022-04-20 21:17:05 +02:00
tibbi d717fe299c updating target SDK to 31 and some small things 2022-04-20 21:13:57 +02:00
J. Lavoie e5b49900b2
Translated using Weblate (French)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/fr/
2022-04-18 10:27:48 +02:00
J. Lavoie 4ebff1493b
Translated using Weblate (German)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/de/
2022-04-18 10:27:48 +02:00
Tibor Kaputa 704487d641
reordering some strings 2021-12-08 15:02:36 +01:00
Tibor Kaputa 214236ddfd
reverting some english translations 2021-12-08 14:59:21 +01:00
Tibor Kaputa 01f955cf8e
reordering some strings 2021-12-08 14:58:39 +01:00
protagnost 097a094c60
Translated using Weblate (Dutch)
Currently translated at 70.5% (24 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/nl/
2021-11-30 21:34:55 +01:00
teemue 689f2c8cff
Translated using Weblate (Finnish)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/fi/
2021-11-29 12:50:59 +01:00
Eric 7efa7ece56
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/zh_Hans/
2021-11-17 14:47:36 +01:00
J. Lavoie 3a42a6eb8d
Translated using Weblate (Italian)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/it/
2021-11-17 14:47:36 +01:00
J. Lavoie 347b87c68a
Translated using Weblate (French)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/fr/
2021-11-17 14:47:35 +01:00
J. Lavoie d72032b135
Translated using Weblate (German)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/de/
2021-11-17 14:47:35 +01:00
Allan Nordhøy 51156f51d0
Translated using Weblate (Norwegian Bokmål)
Currently translated at 67.6% (23 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/nb_NO/
2021-11-16 09:19:05 +01:00
solokot 9bd6a77ea4
Translated using Weblate (Russian)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/ru/
2021-11-16 09:19:04 +01:00
J. Lavoie d15886215a
Translated using Weblate (French)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/fr/
2021-11-16 09:19:04 +01:00
Rex_sa 09463db72d
Translated using Weblate (Arabic)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/ar/
2021-11-16 09:19:04 +01:00
ERYpTION e7cf22bd97
Translated using Weblate (Danish)
Currently translated at 91.1% (31 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/da/
2021-11-15 00:58:10 +01:00
Oğuz Ersen 6fa1123d83
Translated using Weblate (Turkish)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/tr/
2021-11-15 00:58:09 +01:00
Agnieszka C 9da0941095
Translated using Weblate (Polish)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/pl/
2021-11-15 00:58:09 +01:00
Allan Nordhøy c83f7fdcc7
Translated using Weblate (English)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/en/
2021-11-15 00:58:09 +01:00
ERYpTION 7a694560e3
Added translation using Weblate (Danish) 2021-11-14 15:36:02 +01:00
Agnieszka C 71ce28748c
Translated using Weblate (Polish)
Currently translated at 88.2% (30 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/pl/
2021-11-14 11:36:26 +01:00
Allan Nordhøy e91384d22f
Translated using Weblate (English)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/en/
2021-11-14 11:36:26 +01:00
Allan Nordhøy 456c29bf03
Added translation using Weblate (Norwegian Bokmål) 2021-11-14 10:29:03 +01:00
tibbi 40fb19f878 removing a duplicate Indonesian translation file 2021-11-13 17:16:39 +01:00
melintemarian 3ab5241817 Added romanian strings 2021-11-08 21:07:29 +02:00
YFdyh000 c276c722d6 Refine zh-rCN translation 2021-10-14 06:13:21 +08:00
lnux-usr a3ffc7aea1
Updates in pt-br translations 2021-09-26 17:38:15 -03:00
tibbi 7a73ade61d update version to 5.3.1 2021-04-19 09:27:10 +02:00
tibbi b4169cf2c4 updating commons 2021-04-19 09:24:17 +02:00
tibbi baa128e11a updating commons, kotlin and gradle 2021-04-15 22:48:00 +02:00
GithubUser699 71860ceffd
Updated german translations 2021-02-02 00:23:12 +00:00
Nekromanser b280bdf760
Create strings.xml
Adding finnish strings.
2021-01-31 16:44:19 +02:00
tibbi 5e8a94f0a0 update version to 5.3.0 2020-12-29 18:58:20 +01:00
tibbi 7636f8ea90 require Simple Thank You purchase for customizing colors 2020-12-29 18:54:30 +01:00
tibbi f7e0b711cb catch more exceptions at toggling to recording mode 2020-12-29 17:45:03 +01:00
tibbi a713f8aba6 use a background thread for closing the camera on pause 2020-12-29 17:38:47 +01:00
Luis Alfredo Figueroa Bracamontes 81074f3282
Update strings.xml español
Long description translation
2020-11-25 21:36:49 -06:00
tibbi 890355488b update version to 5.2.3 2020-11-07 19:56:06 +01:00
tibbi 9928ed46c1 adding some crashfixes 2020-11-07 19:48:46 +01:00
tibbi 9734743705 do not show the New apps popup anymore 2020-11-07 19:48:31 +01:00
Tibor Kaputa 593cc7f60b
shortening the app title 2020-10-03 17:21:19 +02:00
davidre345 5f6c5bf60f
Definitive updating galician strings 2020-10-02 00:05:40 +02:00
tibbi 8b2a17b785 update version to 5.2.2 2020-09-19 19:10:26 +02:00
tibbi df49a77898 do not require a microphone for installing the app 2020-09-19 19:09:12 +02:00
tibbi 42971cc80d catch exceptions thrown at focusing an area 2020-09-19 18:57:17 +02:00
tibbi a40e1611db updating some libraries 2020-09-19 18:00:02 +02:00
vachan-maker b27c0870db
New translation malayalam(ml-in) 2020-09-16 03:20:47 +00:00
Tommy He 65ddcd12b0 Add translated zh_CN strings.xml 2020-06-02 20:51:50 +08:00
tibbi 40733acd84 updating the app icon 2020-05-24 20:53:24 +02:00
tibbi 80ec1a0921 update version to 73 2020-05-16 19:53:10 +02:00
tibbi c35e755488 show a dialog about new apps to some users 2020-05-16 19:51:46 +02:00
tibbi 619366807b catching an exceptions at focusing some area 2020-05-16 17:39:13 +02:00
tibbi b07afb2906 catch all exceptions thrown at getting camera characteristics 2020-05-16 17:35:44 +02:00
Tibor Kaputa 25592e625d
shortening the app title 2020-05-07 21:15:36 +02:00
Guillaume 50cfe038d4
Dutch 2020-05-07 17:24:56 +02:00
tibbi 855792baf1 update version to 5.2.0 2020-04-22 09:58:23 +02:00
tibbi 025151cb5d update target SDK to 29 2020-04-22 09:51:47 +02:00
tibbi 7c0924b2fd fix recording videos on some SD cards 2020-04-22 09:49:08 +02:00
tibbi af049de119 store camera characteristics in a variable, dont always refetch it 2020-04-21 23:10:48 +02:00
tibbi 8de7262aa4 fix #242, rewriting gesture zooming 2020-04-21 22:58:09 +02:00
tibbi ca273da40e rely on GestureDetector at detecting focus clicks 2020-04-21 22:33:25 +02:00
tibbi fab62ee3b8 fix saving files on some SD cards 2020-04-21 22:21:27 +02:00
tibbi 4040fe8c0a use some helper extensions from Commons 2020-04-21 22:10:49 +02:00
tibbi cb8d1e8c21 removing the dividers from the app settings 2020-04-21 22:06:49 +02:00
tibbi 15ca2195f8 updating commons, gradle, kotlin 2020-04-21 22:04:38 +02:00
spkprs 776a5a78c7
Update strings.xml 2020-03-13 20:50:50 +03:00
tibbi 8947cca895 updating the slovak app long description 2020-03-12 11:20:45 +01:00
Fatih Fırıncı f6afc8f14b
Update strings.xml 2020-03-12 07:06:44 +03:00
tibbi be1864de5a updating the apps title, short and long desc, make them longer 2020-03-11 23:49:25 +01:00
tibbi cee0f94fcd update version to 5.1.3 2020-03-09 19:16:04 +01:00
tibbi 0ad3ad8cf5 update commons to 5.22.19 2020-03-09 17:56:42 +01:00
Guillaume 65387c517f
Dutch 2020-03-07 15:14:55 +01:00
tibbi 2b478ad176 adding some links in the apps long description 2020-03-06 22:29:23 +01:00
Fatih Fırıncı 679bb80f83
Update strings.xml 2020-03-06 19:36:36 +03:00
tibbi 835485a13b update version to 5.1.2 2020-02-16 22:27:55 +01:00
tibbi 32baae3a6e changing the Nepali strings file from np to ne 2020-02-16 22:26:09 +01:00
tibbi 6c60721552 always show the Purchase Simple Thank You button at the settings 2020-02-16 22:21:16 +01:00
tibbi 51c55811d6 do some preparations for target SDK 29 2020-02-16 22:19:49 +01:00
tibbi d233671c95 updating the app icon 2020-02-16 12:27:34 +01:00
tibbi bde8446529 updating kotlin, commons, gradle 2020-02-16 12:27:25 +01:00
tibbi 9665c26988 adding greek translation 2020-02-05 22:03:02 +01:00
pcpepik 43a12b0dbb
Update czech translation
- Revert more unnecessarily translated strings
2020-01-27 14:47:44 +01:00
pcpepik def4168a41
Update czech translation
- Revert unnecessarily translated strings
2020-01-26 22:53:54 +01:00
pcpepik 233169741d
Update czech translation
- Improve some translations
2020-01-26 21:13:13 +01:00
herkul-s bf286a159f
adding czech strings 2020-01-25 19:50:38 +01:00
Tibor Kaputa 56b2b8fdf2
Merge pull request #253 from dipenSan/patch-1
adding Nepali Strings
2020-01-13 10:52:38 +01:00
Florian Scholdei 7b1486e6b5
Adding German strings 2020-01-12 21:26:28 +01:00
dipenSan 4ae8710878
adding Nepali Strings 2020-01-12 22:24:26 +05:45
tibbi af2e66aa1b make building the app easier, do not require a release version 2019-12-22 22:56:21 +01:00
Luis Alfredo Figueroa Bracamontes a77801bdc4
Update string.xml Español
I've translated a few lines and modified another ones
2019-12-21 15:02:26 -06:00
tibbi 46bf33916b allow building the debug app version without keystore.properties 2019-12-19 22:02:48 +01:00
fricyo 8057bc5910
Update Translation 2019-12-16 17:39:35 +08:00
zmni 5724e21f15 Update Indonesian translation 2019-12-15 17:47:03 +07:00
Sérgio Marques 78b817db8f
Update strings.xml 2019-11-18 22:52:12 +00:00
Sérgio Marques f0fa513620
Update strings.xml 2019-11-18 22:51:25 +00:00
Guillaume b35faceb56
Dutch 2019-11-11 19:54:18 +01:00
tibbi feae7fd306 adding a more descriptive app title 2019-11-10 23:28:44 +01:00
fricyo 3beb9dbaed
Update Translation 2019-11-03 14:16:01 +08:00
zmni 5eaa2f4a8c Update indonesian translation 2019-10-30 18:32:47 +07:00
tibbi 6926832e87 update version to 5.1.1 2019-10-28 23:29:19 +01:00
tibbi 862bcf57c8 updating commons to 5.18.15 2019-10-28 23:28:48 +01:00
tibbi 07b45d0f96 removing some error messages 2019-10-28 23:07:50 +01:00
Tibor Kaputa b1265bc960
Merge pull request #233 from ThibG/fixes/front-camera
Try selecting compatible preview sizes even if the aspect ratio doesn't match
2019-10-28 23:06:10 +01:00
tibbi 783b70a347 updating commons to 5.18.14 2019-10-28 23:04:32 +01:00
en2sv 513b1a62b1
Update Swedish translation 2019-10-27 20:04:33 +01:00
Guillaume ba5049b709
Dutch
I doubt that there's a proper translation for this (in many languages), because "memory" has strange connotation in this sentence.
2019-10-25 00:09:54 +02:00
tibbi 03631d9675 updating the app short description 2019-10-22 10:36:28 +02:00
tibbi 9d30e8317c adding some localized fastlane files 2019-10-16 14:20:14 +02:00
Thibaut Girka bb83a47f4d Try selecting compatible preview sizes even if the aspect ratio doesn't match 2019-10-02 10:36:41 +02:00
tibbi ce79db61e3 update commons to 5.17.18 2019-09-24 20:03:06 +02:00
tibbi 54f6d4b0fc update version to 5.1.0 2019-09-03 11:40:39 +02:00
tibbi 7e4985d629 fix #145, blink in a black screen at photo capturing 2019-09-03 11:26:52 +02:00
tibbi c2b042c5ac use matrix transformation at landscape photos too 2019-09-03 11:09:18 +02:00
tibbi f73cb32db8 fixing some image rotation issues 2019-09-03 10:19:51 +02:00
tibbi 715fc4f79a fix #230, properly handle images captured with the front camera 2019-09-03 09:16:38 +02:00
tibbi b793026bbb replacing some images with vectors 2019-09-02 22:46:49 +02:00
tibbi 92cccc9ff7 properly color the top menu at the app settings 2019-09-02 22:32:43 +02:00
tibbi 01099e353e updating kotlin, commons, gradle 2019-09-02 22:27:57 +02:00
tibbi a3a51d68c8 update version to 5.0.2 2019-07-06 15:27:26 +02:00
tibbi d631d109c3 adding a null check 2019-07-06 15:27:20 +02:00
tibbi 6032b767c0 updating commons, kotlin, gradle 2019-07-06 15:14:31 +02:00
zmni ea8052b4a4 Create Indonesian translation 2019-06-25 23:43:12 +07:00
motomoto7 e091edbb4f
Create values-uk/strings.xml
Added Ukrainian translation
2019-05-23 13:06:34 +03:00
Cymrodor d95b9c9c1a
Created Welsh strings.xml
In line 37 should 'exif' be 'exit'?
2019-05-06 14:04:46 +01:00
tibbi 88a252e576 update version to 5.0.1 2019-04-07 23:39:21 +02:00
tibbi ec9c121333 lets handle an exception better 2019-04-07 23:35:47 +02:00
tibbi 2f9da53c5b adding a new FAQ item 2019-04-07 23:35:37 +02:00
tibbi 966e2c5a36 catching some exceptions 2019-04-07 23:16:40 +02:00
tibbi b1a0bddc4a updating the way apps are signed 2019-04-07 23:13:24 +02:00
tibbi 34d9b27367 updating gradle, commons 2019-04-07 23:10:01 +02:00
tibbi d941b1d9a5 escaping some quotes 2019-03-27 10:16:07 +01:00
ScratchBuild 1fe2668f3f Update Japanese translation 2019-03-06 15:32:24 +09:00
Guillaume 817200f6fc
Dutch 2019-01-15 23:19:13 +01:00
Emanuele Petriglia d6b162ffe7
Improve italian translation 2018-12-23 13:16:53 +00:00
Fatih Fırıncı 1946d27dad
Update strings.xml 2018-11-04 20:42:43 +00:00
tibbi 9d3d857df6 update version to 5.0.0 2018-10-18 14:12:38 +02:00
tibbi c6411b7b79 fix #189, #170, properly handle video recording on SD cards 2018-10-18 14:09:06 +02:00
tibbi 00884bb881 ignore exceptions thrown at checking flashlight 2018-10-18 14:07:54 +02:00
tibbi 39aba65589 updated Commons, min Android OS to 5, removed Camera One implementation 2018-10-17 23:32:12 +02:00
tibbi d7a9002076 removing LeakCanary 2018-10-17 22:59:20 +02:00
tibbi 850c842ae7 escaping some apostrophes + updating gradle 2018-10-17 22:34:51 +02:00
Emanuele Petriglia d867e94984
Big update of italian translation 2018-10-07 08:45:55 +00:00
en2sv cb8ac0e2b1
Update Swedish translation 2018-09-30 20:20:07 +02:00
Ettore Atalan 393c692318
Updated German translation
Improved new and old strings.
2018-09-23 02:26:22 +02:00
Tibor Kaputa fb27364b28
updating the app long description 2018-09-20 14:47:01 +02:00
Tibor Kaputa 4df5a4c820
removing a redundant file 2018-09-20 14:46:33 +02:00
unknowtech f0a5b5e630 Updated fr (French) translation
Commit made via Stringlate
2018-09-20 01:09:17 +02:00
dugi991 0ee3a78209
Update Croatian translations
Translated new strings.
2018-09-15 10:43:55 +00:00
Sérgio Marques e9dc0dfce9
Update strings.xml 2018-08-12 20:07:16 +01:00
tibbi 742f6cad9e update version to 4.2.0 2018-08-08 23:57:27 +02:00
tibbi 15bf2ee193 couple updates related to capturing images with Camera2 2018-08-08 23:54:58 +02:00
tibbi 78bdec9a9f adding switch paddings in Settings 2018-08-07 21:28:59 +02:00
tibbi 48c3dae1e5 adding the Orange splash activity alias 2018-08-07 21:27:24 +02:00
tibbi 1ebb8a2ebb update commons to 4.6.3 2018-08-07 21:24:15 +02:00
tibbi 87293d9706 catch all exceptions at unlocking focus 2018-08-07 20:36:19 +02:00
Gozzwip b87b6d0e35
more translations 2018-07-20 18:43:31 +05:00
Tibor Kaputa 36d6b4b2c8
Merge pull request #184 from solokot/master
Update Russian
2018-07-15 19:01:02 +02:00
fricyo cfca0c570f
Update Translation 2018-07-14 21:11:22 +08:00
gregory678 f38b089051
PL translation update [2018.07.12] 2018-07-12 10:01:07 +02:00
ScratchBuild fb4125a914 Update Japanese translation 2018-07-11 16:11:27 +09:00
solokot 5b14174f48
Update strings.xml 2018-07-10 22:09:47 +03:00
tibbi a66b12215b update version to 4.1.3 2018-07-10 16:13:49 +02:00
tibbi 6862b3bc6d delete the wrong video file, if some exception gets thrown 2018-07-10 12:18:39 +02:00
tibbi baef1530f3 adding a missed layouts file 2018-07-10 12:18:29 +02:00
tibbi c28e030cbc show a Purchase Thank You button at the settings, if it isnt installed 2018-07-10 12:18:16 +02:00
tibbi 1d3462083e update commons to 4.4.0 2018-07-10 12:01:23 +02:00
tibbi 7e709bebfb show a video resolution picker if recording fails 2018-07-10 11:56:05 +02:00
tibbi 63d228a50e use the selected resolution as preview, if nothing better is found 2018-07-10 11:41:29 +02:00
tibbi cf64374411 removing a redundant variable 2018-07-10 11:27:15 +02:00
tibbi 4f1bfc3e2a simplify the resolution aspect ratio calculations 2018-07-10 10:58:58 +02:00
tibbi 18909040c4 apply the proper frame range on videos too 2018-07-10 00:13:56 +02:00
tibbi 9548d6621d fix #171, try avoiding capturing rotated photos 2018-07-10 00:03:34 +02:00
tibbi 8fae1b167a fix a glitch preventing capturing multiple images in a row 2018-07-09 23:51:58 +02:00
tibbi 15ba3462c1 fix too dark image preview on some devices 2018-07-09 22:05:59 +02:00
en2sv 7112a40aa1
Update Swedish translation 2018-07-08 20:14:26 +02:00
tibbi 536fe8ff7c rescan captured video path before updating lastMediaPreview 2018-07-06 21:11:06 +02:00
tibbi ef7505ce81 update commons to 4.3.31 2018-07-06 21:04:00 +02:00
tibbi 42e8fd3183 update commons to 4.3.30 2018-07-05 23:39:55 +02:00
tibbi 9cb353d0b5 adding some crashfixes, show exceptions thrown at starting recording 2018-07-05 18:57:10 +02:00
tibbi f2f330ffd3 update commons to 4.3.29 2018-07-05 18:46:17 +02:00
ScratchBuild 376af161b0 Update Japanese translation 2018-06-26 16:47:59 +09:00
tibbi 2fa5965e7b update version to 4.1.2 2018-06-18 23:19:00 +02:00
tibbi b351729646 remove the error toast at Create Preview 2018-06-18 23:18:16 +02:00
tibbi 2c26981fd0 flip the icons used at toggle front/rear camera 2018-06-18 23:16:25 +02:00
tibbi 7e42da897a split the video and image capture intent checks 2018-06-18 23:12:49 +02:00
tibbi 39a235141e update commons to 4.2.6 2018-06-18 22:49:23 +02:00
tibbi c6dfeb97b7 show some exception messages publicly to speed up the glitch fixes 2018-06-18 22:43:42 +02:00
tibbi 335529ccbb catch and show exceptions thrown at starting recording 2018-06-18 21:22:19 +02:00
tibbi 7afa969505 fix #172, set SCALER_CROP_REGION at image capturing only if the user zoomed 2018-06-18 21:04:01 +02:00
tibbi 29fc0add5c update commons to 4.2.5 2018-06-18 21:03:23 +02:00
gregory678 edacc556b9
PL translation update [2018.06.18] 2018-06-18 20:52:08 +02:00
tibbi ff33c4f30d notify the activity at stoping the video recording, fixed third party intents 2018-06-14 14:14:57 +02:00
tibbi 16fdbf8d5a fix handling of third party video intent 2018-06-14 13:53:51 +02:00
tibbi 854a865071 fix third party intent image capturing 2018-06-14 13:04:46 +02:00
tibbi 22ed7a2678 update kotlin to 1.2.50 2018-06-14 11:52:30 +02:00
tibbi d4d497612a update version to 4.1.1 2018-06-12 10:22:22 +02:00
tibbi 049245e43d make capture session nullable 2018-06-12 10:18:25 +02:00
tibbi b1a6fc7411 update version to 4.1.0 2018-06-11 18:48:35 +02:00
tibbi 1ec2c68961 recreate the preview session after capturing a photo without focus 2018-06-11 18:35:43 +02:00
tibbi 9696db4ef4 set preview intent at control capture intent 2018-06-11 17:52:33 +02:00
tibbi f246a23440 remove the standalone cancel autofocus function 2018-06-11 16:58:39 +02:00
tibbi d21124e3bc flip autofocus canceling and stopRepeating 2018-06-11 15:07:03 +02:00
tibbi 45177dd7d9 move the autofocus cancelling code in an own function 2018-06-11 14:30:35 +02:00
tibbi 8ae53e4f2f do not rotate the preview at front camera, always use sensor orientation 2018-06-11 14:10:59 +02:00
tibbi c0d0a06dfe try disabling Focus before capture by default 2018-06-11 13:56:25 +02:00
tibbi 8b7185d38c let Camera2 take care of exif fields, just copy it over 2018-06-11 12:50:07 +02:00
tibbi d8f68fe643 fix #98, properly set some date/time related exif values when appropriate 2018-06-11 12:32:52 +02:00
tibbi 368a9c109d hide the last photo preview too at third party intents 2018-06-11 11:49:19 +02:00
tibbi 1f55c1345a make sure the image is rotated as appropriate at third party intents 2018-06-11 11:26:50 +02:00
tibbi ff85805636 send setRecordingState false to CameraOne only if the recording is really stoping 2018-06-11 11:06:32 +02:00
tibbi a39e7ad233 update the front/read camera icon as appropriate at toggling 2018-06-10 23:46:00 +02:00
tibbi 3daa79590f fix a glitch at remembering front/back camera 2018-06-10 23:42:18 +02:00
tibbi 594c024cd1 adding some brackets at checking front/back camera 2018-06-10 23:20:44 +02:00
tibbi 9dc29390f1 properly init front/back camera 2018-06-10 23:08:18 +02:00
tibbi e240e0752f init photo mode by default 2018-06-10 23:04:02 +02:00
tibbi 84199fb858 recognize 19:9 and 19:8 aspect ratios better 2018-06-10 22:51:22 +02:00
tibbi 24036931cd limit available video sizes by max width and height 2018-06-10 22:43:32 +02:00
tibbi 39c9227844 stop recording at changing the resolution if needed 2018-06-10 22:14:16 +02:00
tibbi d533b18a91 make sure the aspect ratio is always updated on the main thread 2018-06-10 21:18:28 +02:00
tibbi 5f0a1d0475 remember last used focus area, set it again after capturing an image 2018-06-10 14:56:37 +02:00
Tibor Kaputa a24a3979d2
Merge pull request #166 from FatihFIRINCI/patch-1
Create Turkish strings.xml
2018-06-10 14:18:08 +02:00
tibbi 8443aac425 release the mediarecorder at closing the camera too 2018-06-10 12:51:38 +02:00
Fatih Fırıncı bd0f768a82
Create strings.xml 2018-06-10 13:36:35 +03:00
tibbi 2b6370c77e fix some focusing glitches on Android 8 2018-06-10 11:47:05 +02:00
tibbi fc058e2f05 catch exceptions thrown at saving images 2018-06-10 11:46:53 +02:00
tibbi 104eca5196 update every button clickability on the main thread 2018-06-08 22:46:15 +02:00
tibbi afa5a46303 fix some camera state glitches around recording and capturing 2018-06-08 22:38:02 +02:00
tibbi 13d4f25810 add sounds to shutter actions 2018-06-08 18:48:14 +02:00
tibbi e33d550ba6 catch all exceptions thrown during focus or zoom 2018-06-08 14:17:38 +02:00
tibbi d7c4c76640 avoid launching multiple shutter actions at pressing volumes 2018-06-08 14:11:43 +02:00
tibbi d57eb9ef98 add camera state check to video recording toggle too 2018-06-08 13:59:28 +02:00
tibbi ac3a09dd85 avoid shutter actions when not in state_preview state 2018-06-08 13:54:46 +02:00
tibbi b4cb2dd0bb focus before capturing the image only if Focus before capture is enabled 2018-06-08 12:13:55 +02:00
tibbi 885df0ef88 disable showing photo preview after capturing on Android 5+ 2018-06-08 12:06:51 +02:00
tibbi 55fbe8dd4b make sure the back camera is always open by default, if selected so 2018-06-08 12:02:07 +02:00
tibbi 4d06be8b4d fix focusing during recording 2018-06-07 23:36:33 +02:00
tibbi 57698fb817 set a control capture intent at recording 2018-06-07 15:41:42 +02:00
tibbi 31d7ee2663 make sure we have a valid capture session at focusing and zooming 2018-06-07 13:42:22 +02:00
tibbi a037fd5761 catch all exceptions thrown at opening the camera 2018-06-07 11:33:18 +02:00
tibbi 6536bb707f removing some empty line and stacktrace 2018-06-07 11:21:11 +02:00
tibbi 40bc253bd8 allow toggling flashlight during recording too 2018-06-06 22:48:22 +02:00
tibbi f83a841ae4 allow toggling flashlight at recording preview 2018-06-06 22:41:56 +02:00
tibbi 8ae6c32206 use a background thread for restarting the camera after recording 2018-06-06 22:28:14 +02:00
tibbi 6c885c83c2 add some video recording handling 2018-06-06 21:50:09 +02:00
tibbi 9e3e732bbf handle toggling between photo and video modes 2018-06-06 15:09:09 +02:00
tibbi 440180f79a list proper video resolutions at the resolution picker dialog 2018-06-05 23:49:19 +02:00
tibbi ea640f96ca minor code style cleanup 2018-06-05 23:16:34 +02:00