Commit Graph

  • 5bf53c464b Translated using Weblate (Dutch) Guillaume 2022-07-02 15:35:53 +00:00
  • 96a6959d11 Translated using Weblate (Dutch) Guillaume 2022-07-02 15:40:36 +00:00
  • 91766afc21 Translated using Weblate (Croatian) Milo Ivir 2022-07-02 18:52:08 +00:00
  • 2670b79a7b removing bolds from the apps description tibbi 2022-07-03 22:54:14 +02:00
  • f9b1eaad53 adding Telegram to social links tibbi 2022-07-03 21:30:25 +02:00
  • 00ec808c14 Merge pull request #322 from weblate/weblate-simple-mobile-tools-simple-camera Tibor Kaputa 2022-07-02 12:41:01 +02:00
  • 20f6c7dde5 Translated using Weblate (Hebrew) אליעזר שלמה דיין 2022-07-01 08:58:42 +00:00
  • b5dfc7a496 Translated using Weblate (Polish) Agnieszka C 2022-07-01 10:00:55 +00:00
  • b0d970ef28 Translated using Weblate (Portuguese (Brazil)) Vitor Henrique 2022-07-01 18:11:12 +00:00
  • 260372fde4 Translated using Weblate (Catalan) Josep M. Ferrer 2022-07-01 09:09:17 +00:00
  • 8c2f73e153 Translated using Weblate (Estonian) Priit Jõerüüt 2022-07-01 21:02:56 +00:00
  • 7b7ff320a5 Translated using Weblate (Chinese (Simplified)) Eric 2022-07-01 22:17:22 +00:00
  • 131fc78fd3 Translated using Weblate (Ukrainian) Artem 2022-07-02 06:24:24 +00:00
  • 4ed992c933 Translated using Weblate (Turkish) Oğuz Ersen 2022-07-01 19:15:21 +00:00
  • 12de00798f Translated using Weblate (Russian) solokot 2022-07-01 07:43:56 +00:00
  • c23db94a3d Translated using Weblate (Polish) Agnieszka C 2022-07-01 06:41:13 +00:00
  • b45883af0d Translated using Weblate (Italian) AbsurdUsername 2022-07-01 09:53:34 +00:00
  • 6ad3312384 adding the missing strings into all languages tibbi 2022-07-01 08:37:50 +02:00
  • 198faec306 Merge pull request #320 from KryptKode/feat/camera-x Tibor Kaputa 2022-06-30 21:37:04 +02:00
  • 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) darthpaul 2022-06-30 00:23:41 +01:00
  • dc0e73002f Merge pull request #319 from weblate/weblate-simple-mobile-tools-simple-camera Tibor Kaputa 2022-06-26 22:55:08 +02:00
  • f43cd4f939 handle some camera errors - add CameraErrorHandler to handle - errors during camera lifecycle - when capturing images - when recording videos darthpaul 2022-06-26 21:54:32 +01:00
  • f6a23561ea Translated using Weblate (Indonesian) Linerly 2022-06-25 00:33:59 +00:00
  • 749c86da14 Merge pull request #318 from KryptKode/feat/camera-x Tibor Kaputa 2022-06-26 22:54:25 +02:00
  • 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 darthpaul 2022-06-26 11:12:43 +01:00
  • 79f9267383 handle storage location - add MediaOutputHelper - to create OutputStream for photos - to create FileDescriptor for videos (currently requires API 26+) darthpaul 2022-06-26 10:58:17 +01:00
  • e691fc1e8c use more stable CameraX 1.1.0-rc02 darthpaul 2022-06-26 00:12:19 +01:00
  • 79cbe55a7f Merge branch 'master' into feat/camera-x darthpaul 2022-06-25 23:33:12 +01:00
  • d168040722 replace property getters with actual functions in CameraXPreview darthpaul 2022-06-25 23:25:20 +01:00
  • cc5fa462c4 revert compileSdkVersion and targetSdkVersion to 31 darthpaul 2022-06-25 23:22:37 +01:00
  • 916121ffc9 store/restore last used camera lens darthpaul 2022-06-25 23:21:51 +01:00
  • fe3710510d add pinch to zoom support darthpaul 2022-06-25 22:42:47 +01:00
  • 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 darthpaul 2022-06-25 21:42:15 +01:00
  • 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 darthpaul 2022-06-25 18:10:33 +01:00
  • f0030670cf add basic support for focus and metering darthpaul 2022-06-25 17:51:13 +01:00
  • 1f3dd341d0 add flipping horizontally and photo quality darthpaul 2022-06-25 17:14:49 +01:00
  • 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 darthpaul 2022-06-25 16:39:29 +01:00
  • 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 darthpaul 2022-06-25 15:43:39 +01:00
  • ff90f08094 removing a string available in Commons tibbi 2022-06-22 23:38:24 +02:00
  • 61228b11f7 Merge pull request #316 from weblate/weblate-simple-mobile-tools-simple-camera Tibor Kaputa 2022-06-22 23:35:48 +02:00
  • ab6fd9b041 Update strings.xml Tibor Kaputa 2022-06-22 23:35:29 +02:00
  • 246b5f614f Update strings.xml Tibor Kaputa 2022-06-22 23:35:14 +02:00
  • 0f294650ff Translated using Weblate (Chinese (Simplified)) Eric 2022-06-22 00:17:49 +00:00
  • 1260a7805e Translated using Weblate (Italian) Giovanni Donisi 2022-06-22 09:37:44 +00:00
  • 8fd6b7e13a Translated using Weblate (Catalan) Josep M. Ferrer 2022-06-22 11:59:04 +00:00
  • 84f89617ef Translated using Weblate (Bulgarian) мачко 2022-06-21 05:29:26 +00:00
  • d83c9524c4 Translated using Weblate (Russian) AHOHNMYC 2022-06-17 19:27:39 +00:00
  • 085b76d3c5 Translated using Weblate (Spanish) Alberto 2022-06-14 16:26:47 +00:00
  • a92d749980 Translated using Weblate (Hebrew) אליעזר שלמה דיין 2022-06-12 19:42:18 +00:00
  • a3173efdb3 Translated using Weblate (Portuguese (Brazil)) Anonymous 2022-06-12 15:50:27 +00:00
  • f31d0bc44b Added translation using Weblate (Portuguese (Brazil)) Weblate 2022-06-12 17:50:26 +02:00
  • 3d36b96784 Translated using Weblate (Hebrew) Anonymous 2022-06-12 12:55:33 +00:00
  • f177568563 Added translation using Weblate (Hebrew) Weblate 2022-06-12 00:25:34 +02:00
  • dfe9a0d051 updating some casual things tibbi 2022-06-22 23:32:14 +02:00
  • 9ccd1402bf changing the indonesian language from id to in tibbi 2022-06-21 23:24:35 +02:00
  • 24b66b0ab3 removing fastlane changelog files tibbi 2022-06-21 23:11:24 +02:00
  • 0d7271200f removing the wrong Indonesian fastlane folder tibbi 2022-06-21 15:33:06 +02:00
  • c9218393f6 updating some fastlane info tibbi 2022-06-19 15:22:31 +02:00
  • ce179b8ebf updating the feature graphic tibbi 2022-06-19 12:36:11 +02:00
  • 13abdcd874 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Camera tibbi 2022-06-05 23:11:59 +02:00
  • 40e76fe4b5 Merge pull request #314 from weblate/weblate-simple-mobile-tools-simple-camera Tibor Kaputa 2022-06-05 23:11:41 +02:00
  • d11dd8abd0 Delete strings.xml Tibor Kaputa 2022-06-05 23:11:16 +02:00
  • 8f09448d42 Update strings.xml Tibor Kaputa 2022-06-05 23:11:04 +02:00
  • 70ccb46827 Update strings.xml Tibor Kaputa 2022-06-05 23:10:39 +02:00
  • 164e79721b Update strings.xml Tibor Kaputa 2022-06-05 23:10:30 +02:00
  • dc83b1df69 Delete strings.xml Tibor Kaputa 2022-06-05 23:10:20 +02:00
  • 9a3450929e Update strings.xml Tibor Kaputa 2022-06-05 23:10:08 +02:00
  • ae7528c935 Update strings.xml Tibor Kaputa 2022-06-05 23:09:59 +02:00
  • 68c7b4f05e Translated using Weblate (Italian) AbsurdUsername 2022-06-05 19:36:56 +00:00
  • 80b2a144a6 Translated using Weblate (Russian) solokot 2022-06-03 04:42:43 +00:00
  • acd636dea2 Translated using Weblate (Ukrainian) Artem 2022-06-01 12:00:11 +00:00
  • 9d654b5906 Translated using Weblate (Estonian) Priit Jõerüüt 2022-05-30 17:22:33 +00:00
  • 67de54c3a8 Translated using Weblate (Catalan) Josep M. Ferrer 2022-05-29 10:31:56 +00:00
  • 714af921af Translated using Weblate (Ukrainian) Artem 2022-05-28 11:31:44 +00:00
  • 2822ba58c6 Translated using Weblate (Portuguese (Brazil)) Júlia da Rosa 2022-05-29 05:54:40 +00:00
  • 9e5fbdd63a Added translation using Weblate (English (United States)) Weblate 2022-05-27 21:09:21 +02:00
  • a992e0ddfd Added translation using Weblate (Hungarian) Weblate 2022-05-27 20:53:34 +02:00
  • 99a6cfc724 Added translation using Weblate (Portuguese) Weblate 2022-05-27 20:53:30 +02:00
  • 8411ed40b2 Added translation using Weblate (Bulgarian) Weblate 2022-05-27 20:53:27 +02:00
  • cdef041d1b Added translation using Weblate (Esperanto) Weblate 2022-05-27 20:53:26 +02:00
  • 4dfe90a399 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Camera tibbi 2022-05-19 21:52:31 +02:00
  • f1d2a4f58e adding ca fastlane files tibbi 2022-05-19 21:52:24 +02:00
  • 8afc926a0c Merge pull request #313 from weblate/weblate-simple-mobile-tools-simple-camera Tibor Kaputa 2022-05-19 21:52:09 +02:00
  • e5842efe0f Update strings.xml Tibor Kaputa 2022-05-19 21:51:51 +02:00
  • ad9e93bca0 Update strings.xml Tibor Kaputa 2022-05-19 17:35:31 +02:00
  • 77af2210e0 Translated using Weblate (Catalan) Josep M. Ferrer 2022-05-16 08:30:10 +00:00
  • 4d65e2b26d Translated using Weblate (Ukrainian) Artem 2022-05-15 11:45:00 +00:00
  • 9da38be3af Added translation using Weblate (Catalan) Josep M. Ferrer 2022-05-15 19:11:17 +02:00
  • b97d3b06fc Translated using Weblate (Ukrainian) Artem 2022-05-13 22:19:12 +00:00
  • 794ccaa467 Translated using Weblate (Portuguese (Brazil)) Vitor Henrique 2022-05-13 14:38:18 +00:00
  • 4da0208c23 Translated using Weblate (Estonian) Priit Jõerüüt 2022-04-26 17:29:35 +00:00
  • 58466e9bf5 Translated using Weblate (Estonian) Priit Jõerüüt 2022-04-26 17:09:01 +00:00
  • f2a85147a2 Added translation using Weblate (Estonian) Priit Jõerüüt 2022-04-26 19:08:44 +02:00
  • e2a0946991 Translated using Weblate (Swedish) Simon N 2022-04-25 09:21:05 +00:00
  • 0cdf08b45f removing 2 more settings tibbi 2022-04-20 22:28:44 +02:00
  • 16bed1a1b0 removing the FocusBeforeCapture setting tibbi 2022-04-20 22:19:57 +02:00
  • b9dd068495 use the new design at Settings tibbi 2022-04-20 21:58:44 +02:00
  • d05bdf72b9 Merge pull request #312 from weblate/weblate-simple-mobile-tools-simple-camera Tibor Kaputa 2022-04-20 21:27:55 +02:00
  • 3628ddb9e9 adding core and fdroid build flavors tibbi 2022-04-20 21:25:55 +02:00
  • 196f477d3e lets set the minimal required OS version to Android 10 tibbi 2022-04-20 21:20:40 +02:00