Commit Graph

  • a014bad82f Translated using Weblate (Galician) gallegonovato 2022-10-16 11:48:36 +00:00
  • 8dbeca3be1 Added translation using Weblate (Slovenian) Alex 2022-10-16 13:52:24 +02:00
  • 7009157d15 Translated using Weblate (Galician) gallegonovato 2022-10-14 13:45:15 +00:00
  • fefd86e025 Translated using Weblate (Spanish) gallegonovato 2022-10-13 09:14:08 +00:00
  • 10e0d98853 Translated using Weblate (Polish) Agnieszka C 2022-10-11 13:12:14 +00:00
  • 5d3e39d215 Translated using Weblate (Spanish) gallegonovato 2022-10-11 15:34:53 +00:00
  • 5652223d80 Translated using Weblate (Catalan) Josep M. Ferrer 2022-10-12 15:12:55 +00:00
  • 3d3d7ec637 Translated using Weblate (Catalan) Josep M. Ferrer 2022-10-11 21:42:48 +00:00
  • 5f45870ae7 Translated using Weblate (Chinese (Simplified)) Eric 2022-10-12 02:15:55 +00:00
  • a140fd1b40 Translated using Weblate (Turkish) Oğuz Ersen 2022-10-11 14:59:27 +00:00
  • 41c57353b8 Translated using Weblate (Russian) solokot 2022-10-11 16:29:33 +00:00
  • ea15fb131b Translated using Weblate (Polish) Agnieszka C 2022-10-11 13:18:45 +00:00
  • a9775781bb Translated using Weblate (Dutch) Guillaume 2022-10-11 18:59:38 +00:00
  • 1e54b34a3a Translated using Weblate (Japanese) Digger 2022-10-12 03:49:18 +00:00
  • d9eac7f71f Translated using Weblate (Italian) atilluF 2022-10-12 15:07:12 +00:00
  • 5a0c7c4ce3 Translated using Weblate (Indonesian) Linerly 2022-10-13 05:10:01 +00:00
  • e273de604c Translated using Weblate (Spanish) gallegonovato 2022-10-11 13:04:31 +00:00
  • 2a77a76cdb Translated using Weblate (Arabic) Rex_sa 2022-10-13 05:46:48 +00:00
  • 122841b641 adding back the Google Play button Tibor Kaputa 2022-10-11 12:19:51 +02:00
  • 71c65fc9c2 updating changelog tibbi 2022-10-11 10:00:36 +02:00
  • 3f526e9128 update version to 5.4.0 tibbi 2022-10-11 09:59:16 +02:00
  • fda88669e7 updating commons tibbi 2022-10-11 09:53:50 +02:00
  • 6c3abfbbfc removing the Deprecated tag Tibor Kaputa 2022-10-11 09:43:36 +02:00
  • c40ac93b06 prioritize low latency over max quality by default tibbi 2022-10-11 09:41:56 +02:00
  • e8e6b0e28b adding new strings for toggling between quality and latency tibbi 2022-10-11 09:40:59 +02:00
  • b6501b6726 replacing pngs with jpegs tibbi 2022-10-11 08:36:22 +02:00
  • b0fdbc78a4 Merge pull request #354 from KryptKode/feat/ui-tweaks Tibor Kaputa 2022-10-11 08:33:22 +02:00
  • 579f5d0514 disable PreviewView while capturing photo darthpaul 2022-10-11 01:05:01 +01:00
  • ac3044f52b show shutter animation along with sound darthpaul 2022-10-11 00:24:41 +01:00
  • 375bce1163 correcting README image links, will check why are they pngs Tibor Kaputa 2022-10-10 21:37:52 +02:00
  • 6b2ea72cce syncing fastlane with google play tibbi 2022-10-10 21:17:33 +02:00
  • 2b3f1eb676 updating the apps feature graphic tibbi 2022-10-10 21:08:38 +02:00
  • e817bc3325 Merge pull request #352 from KryptKode/feature/shadow-drawables Tibor Kaputa 2022-10-10 21:01:55 +02:00
  • a14461d1c3 tweak top shadow values - set shadowDy=2 and shadowColor=md_grey_200_dark darthpaul 2022-10-10 19:48:55 +01:00
  • a4af0929c5 implement shadow drawables programmatically - add ShadowDrawable - replace top icons to use ShadowDrawable darthpaul 2022-10-10 19:17:25 +01:00
  • 45e2ba1908 Merge pull request #351 from KryptKode/fix/camera-ui Tibor Kaputa 2022-10-10 08:41:34 +02:00
  • 5085a1388d fix window insets after granting permissions darthpaul 2022-10-09 23:22:38 +01:00
  • f36f65f08e Merge pull request #350 from KryptKode/feat/camera-x-fixes Tibor Kaputa 2022-10-09 09:17:55 +02:00
  • 1193fef341 removing an empty line Tibor Kaputa 2022-10-09 09:17:38 +02:00
  • 89bf37d535 formatting: remove duplicate empty lines in ImageSaver darthpaul 2022-10-09 02:41:25 +01:00
  • 815287b9b2 fix: crash after accepting permission on Android 13+ darthpaul 2022-10-09 02:33:35 +01:00
  • 57d93f8c31 fix: close app when storage permission is denied darthpaul 2022-10-08 11:24:39 +01:00
  • 2608822169 hide last taken video icon during video recording - remove unused methods in MainActivity - fade out/in the toggle_camera and last_photo_video_preview buttons when video recording is started/stopped darthpaul 2022-10-08 03:58:47 +01:00
  • cc3c2108cf properly play media sound on image capture - instead of using the OnImageSavedCallback, we now use the OnImageCaptureCallback and we play the sound in the onCapturedSuccess method to prevent the user from hearing the capture sound before the actual capture takes place - add ImageSaver and ImageUtil based on CameraX implementation - add sealed interfaces ImageCaptureOutput and VideoCaptureOutput to prevent confusion on the supported output format for images and video - ImageSaver supports saving images with all MediaOutput.ImageCaptureOutput that can be saved to disk; MediaStoreOutput, OutputStreamMediaOutput and FileMediaOutput (unused at the moment), it throws an UnsupportedOperation when trying to save a BitmapOutput. - with ImageSaver, we now have control of whether the Exif attributes are written to disk and so we can get rid of ExifRemover - delete the extension method ImageProxy.toJpegByteArray as we have a similar method in ImageUtils class darthpaul 2022-10-08 03:07:42 +01:00
  • 9536995b79 updating commons and gradle tibbi 2022-10-07 19:19:06 +02:00
  • 516b049e58 renaming and compressing the settings icon tibbi 2022-10-07 18:46:33 +02:00
  • 0e40faf303 Merge pull request #349 from KryptKode/feat/camera-x-fixes Tibor Kaputa 2022-10-07 18:45:51 +02:00
  • 6b906d1076 move video timer text to top of shutter darthpaul 2022-10-06 23:54:11 +01:00
  • 1afd0f515c restore flash mode in photo mode darthpaul 2022-10-06 23:47:42 +01:00
  • 33e64f84a2 remove unused drawables darthpaul 2022-10-06 23:13:05 +01:00
  • 3275cf5179 sort resolutions by aspect ratio darthpaul 2022-10-06 23:31:20 +01:00
  • a83aa1c2e2 disable settings icon when recording - disable settings icon when recording video and enable when recording stopped - create ic_settings vector drawable resource that uses the @color/camera_option_color fillColor for simplicity. darthpaul 2022-10-06 23:08:54 +01:00
  • b6133a9944 fixing the ripple effect on Language setting item tibbi 2022-10-06 20:07:50 +02:00
  • 23eeab135a reset some stored config values tibbi 2022-10-06 19:45:03 +02:00
  • 57aa7405ac use full alpha at ic_photo_full_vector + formatting tibbi 2022-10-06 19:42:51 +02:00
  • 018b297b41 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Camera tibbi 2022-10-06 19:31:59 +02:00
  • a2828b69c4 removing some no longer needed stuff tibbi 2022-10-06 19:31:50 +02:00
  • c920166eb3 Merge pull request #347 from weblate/weblate-simple-mobile-tools-simple-camera Tibor Kaputa 2022-10-06 19:04:19 +02:00
  • 31b25586a6 Delete video.txt Tibor Kaputa 2022-10-06 19:00:54 +02:00
  • f99f32712b Translated using Weblate (Romanian) paula katos 2022-10-04 18:28:55 +00:00
  • 6c9f92ff84 Translated using Weblate (Spanish) gallegonovato 2022-10-05 11:52:09 +00:00
  • 7ee9108eed Translated using Weblate (Italian) atilluF 2022-10-04 15:27:24 +00:00
  • f71f9be788 Translated using Weblate (Hungarian) Balázs Meskó 2022-10-02 15:29:39 +00:00
  • b878b88b63 Translated using Weblate (Romanian) paula katos 2022-09-28 12:08:09 +00:00
  • 7264a191dd Translated using Weblate (Catalan) Josep M. Ferrer 2022-09-27 19:51:59 +00:00
  • 6356a387ed Translated using Weblate (Romanian) paula katos 2022-09-28 11:50:33 +00:00
  • c94f16eccd Translated using Weblate (Spanish) gallegonovato 2022-09-27 15:26:22 +00:00
  • bc6997966c Translated using Weblate (Galician) gallegonovato 2022-09-25 18:56:27 +00:00
  • 5ecb03bfd2 Translated using Weblate (Spanish) gallegonovato 2022-09-25 18:54:54 +00:00
  • 8f80fcc83f removing some empty lines here and there tibbi 2022-10-06 18:54:35 +02:00
  • 48fc96158d updating commons tibbi 2022-10-06 18:41:03 +02:00
  • adc5e8e36b renaming and compressing some vector images, no real change tibbi 2022-10-06 18:40:58 +02:00
  • 879251e8cb Merge pull request #348 from KryptKode/feat/camera-x Tibor Kaputa 2022-10-06 18:27:53 +02:00
  • 50601ca31b fix crash due to IndexOutOfBounds on the MaterialToggleGroup - this seems like a bug on the MaterialToggleGroup; for example, when 4 items are added to it and removed and later on 3 items added, it will crash - the only feasible fix is to create a new MaterialToggleGroup when displaying the options - calling invalidate, removeAllViews, etc do not work darthpaul 2022-10-06 11:09:45 +01:00
  • 315f8f559c close image after capturing as Bitmap darthpaul 2022-10-05 13:09:21 +01:00
  • 2627638a76 minor fixes for media output and toggling resolution - handle exception when creating media output - if only one resolution is supported, no need to restart the camera darthpaul 2022-09-29 18:05:40 +01:00
  • c38bab6824 make all top icons Buttons with same height darthpaul 2022-09-29 17:00:57 +01:00
  • a324da022a update top layout and icons darthpaul 2022-09-29 01:09:35 +01:00
  • c406636492 update CameraX darthpaul 2022-09-29 00:49:37 +01:00
  • d9afde41ed handle new storage permissions for API 33 - handle requesting READ_MEDIA_IMAGES and READ_MEDIA_VIDEO for Android 13+ - request WRITE_EXTERNAL_STORAGE for Android 12 and below - set the permission WRITE_EXTERNAL_STORAGE to maxSdkVersion=32 in the AndroidManifest darthpaul 2022-09-29 00:49:16 +01:00
  • 73c737ea67 Merge pull request #346 from weblate/weblate-simple-mobile-tools-simple-camera Tibor Kaputa 2022-09-24 11:56:29 +02:00
  • 8fe6a215e3 Translated using Weblate (Polish) Agnieszka C 2022-09-23 20:48:10 +00:00
  • 86a1cc30f3 Translated using Weblate (Arabic) Rex_sa 2022-09-24 07:20:31 +00:00
  • bac6880a6d syncing fastlane with google play tibbi 2022-09-23 22:36:25 +02:00
  • 1ea0664b7c Merge branch 'master' into feat/camera-x darthpaul 2022-09-22 00:53:02 +01:00
  • 67566eeea6 remove change bounds animation darthpaul 2022-09-22 00:51:58 +01:00
  • 58bf7fded0 fix back button darthpaul 2022-09-22 00:48:50 +01:00
  • c9a770f161 minor update to 2 libraries tibbi 2022-09-21 12:51:30 +02:00
  • 4c4ec8baff adding monochrome icon support on Android 13+ tibbi 2022-09-21 12:47:36 +02:00
  • 6f833c2f17 allow picking any language on Android 13+ tibbi 2022-09-21 12:43:17 +02:00
  • 75a8a0de76 updating kotlin, common, gradle and target SDK to 33 tibbi 2022-09-21 12:36:35 +02:00
  • 729c47a513 always scroll the settings menu tibbi 2022-09-21 12:32:54 +02:00
  • 418ded9dc9 Merge pull request #344 from weblate/weblate-simple-mobile-tools-simple-camera Tibor Kaputa 2022-09-21 12:29:47 +02:00
  • 9f9a0ff57a Translated using Weblate (Estonian) words wave 2022-09-17 17:34:57 +00:00
  • e6540710b3 Translated using Weblate (Galician) gallegonovato 2022-09-18 12:53:43 +00:00
  • c21e29cd90 Translated using Weblate (Finnish) words wave 2022-09-17 11:26:27 +00:00
  • 909e30890b Translated using Weblate (Croatian) Milo Ivir 2022-09-14 16:12:27 +00:00
  • 14b3eaa30c Translated using Weblate (Hungarian) Kovacs Bea 2022-09-14 14:57:44 +00:00
  • 4c23db1b56 Translated using Weblate (Lithuanian) Moo 2022-09-13 17:12:21 +00:00
  • 77a6df5908 Translated using Weblate (Bulgarian) Stefan Ivanov 2022-09-13 12:26:09 +00:00