Commit Graph

1600 Commits

Author SHA1 Message Date
Guillaume a9775781bb
Translated using Weblate (Dutch)
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/nl/
2022-10-13 10:49:39 +02:00
Digger 1e54b34a3a
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-13 10:49:38 +02:00
atilluF d9eac7f71f
Translated using Weblate (Italian)
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/it/
2022-10-13 10:49:38 +02:00
Linerly 5a0c7c4ce3
Translated using Weblate (Indonesian)
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/id/
2022-10-13 10:49:38 +02:00
gallegonovato e273de604c
Translated using Weblate (Spanish)
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/es/
2022-10-13 10:49:38 +02:00
Rex_sa 2a77a76cdb
Translated using Weblate (Arabic)
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/ar/
2022-10-13 10:49:37 +02:00
Tibor Kaputa 122841b641
adding back the Google Play button 2022-10-11 12:19:51 +02:00
tibbi 71c65fc9c2 updating changelog 2022-10-11 10:00:36 +02:00
tibbi 3f526e9128 update version to 5.4.0 2022-10-11 09:59:16 +02:00
tibbi fda88669e7 updating commons 2022-10-11 09:53:50 +02:00
Tibor Kaputa 6c3abfbbfc
removing the Deprecated tag 2022-10-11 09:43:36 +02:00
tibbi c40ac93b06 prioritize low latency over max quality by default 2022-10-11 09:41:56 +02:00
tibbi e8e6b0e28b adding new strings for toggling between quality and latency 2022-10-11 09:40:59 +02:00
tibbi b6501b6726 replacing pngs with jpegs 2022-10-11 08:36:22 +02:00
Tibor Kaputa b0fdbc78a4
Merge pull request #354 from KryptKode/feat/ui-tweaks
UI fixes
2022-10-11 08:33:22 +02:00
darthpaul 579f5d0514 disable PreviewView while capturing photo 2022-10-11 01:06:54 +01:00
darthpaul ac3044f52b show shutter animation along with sound 2022-10-11 01:06:54 +01:00
Tibor Kaputa 375bce1163
correcting README image links, will check why are they pngs 2022-10-10 21:37:52 +02:00
tibbi 6b2ea72cce syncing fastlane with google play 2022-10-10 21:17:33 +02:00
tibbi 2b3f1eb676 updating the apps feature graphic 2022-10-10 21:08:38 +02:00
Tibor Kaputa e817bc3325
Merge pull request #352 from KryptKode/feature/shadow-drawables
implement shadow drawables programmatically
2022-10-10 21:01:55 +02:00
darthpaul a14461d1c3 tweak top shadow values
- set shadowDy=2 and shadowColor=md_grey_200_dark
2022-10-10 19:48:55 +01:00
darthpaul a4af0929c5 implement shadow drawables programmatically
- add ShadowDrawable
- replace top icons to use ShadowDrawable
2022-10-10 19:17:25 +01:00
Tibor Kaputa 45e2ba1908
Merge pull request #351 from KryptKode/fix/camera-ui
FIX: UI issues
2022-10-10 08:41:34 +02:00
darthpaul 5085a1388d fix window insets after granting permissions 2022-10-09 23:22:38 +01:00
Tibor Kaputa f36f65f08e
Merge pull request #350 from KryptKode/feat/camera-x-fixes
FIX: properly play media sound on image capture
2022-10-09 09:17:55 +02:00
Tibor Kaputa 1193fef341
removing an empty line 2022-10-09 09:17:38 +02:00
darthpaul 89bf37d535 formatting: remove duplicate empty lines in ImageSaver 2022-10-09 02:41:25 +01:00
darthpaul 815287b9b2 fix: crash after accepting permission on Android 13+ 2022-10-09 02:33:35 +01:00
darthpaul 57d93f8c31 fix: close app when storage permission is denied 2022-10-08 11:24:39 +01:00
darthpaul 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
2022-10-08 03:58:47 +01:00
darthpaul 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
2022-10-08 03:07:42 +01:00
tibbi 9536995b79 updating commons and gradle 2022-10-07 19:19:06 +02:00
tibbi 516b049e58 renaming and compressing the settings icon 2022-10-07 18:46:33 +02:00
Tibor Kaputa 0e40faf303
Merge pull request #349 from KryptKode/feat/camera-x-fixes
Feat/camera x fixes
2022-10-07 18:45:51 +02:00
darthpaul 6b906d1076 move video timer text to top of shutter 2022-10-06 23:54:11 +01:00
darthpaul 1afd0f515c restore flash mode in photo mode 2022-10-06 23:47:42 +01:00
darthpaul 33e64f84a2 remove unused drawables 2022-10-06 23:38:26 +01:00
darthpaul 3275cf5179 sort resolutions by aspect ratio 2022-10-06 23:37:09 +01:00
darthpaul 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.
2022-10-06 23:37:03 +01:00
tibbi b6133a9944 fixing the ripple effect on Language setting item 2022-10-06 20:07:50 +02:00
tibbi 23eeab135a reset some stored config values 2022-10-06 19:45:03 +02:00
tibbi 57aa7405ac use full alpha at ic_photo_full_vector + formatting 2022-10-06 19:42:51 +02:00
tibbi 018b297b41 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Camera 2022-10-06 19:31:59 +02:00
tibbi a2828b69c4 removing some no longer needed stuff 2022-10-06 19:31:50 +02:00
Tibor Kaputa c920166eb3
Merge pull request #347 from weblate/weblate-simple-mobile-tools-simple-camera
Translations update from Hosted Weblate
2022-10-06 19:04:19 +02:00
Tibor Kaputa 31b25586a6
Delete video.txt 2022-10-06 19:00:54 +02:00
paula katos f99f32712b
Translated using Weblate (Romanian)
Currently translated at 100.0% (4 of 4 strings)

Translation: Simple Mobile Tools/Simple Camera metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera-metadata/ro/
2022-10-06 18:54:40 +02:00
gallegonovato 6c9f92ff84
Translated using Weblate (Spanish)
Currently translated at 75.0% (3 of 4 strings)

Translation: Simple Mobile Tools/Simple Camera metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera-metadata/es/
2022-10-06 18:54:40 +02:00
atilluF 7ee9108eed
Translated using Weblate (Italian)
Currently translated at 100.0% (41 of 41 strings)

Translation: Simple Mobile Tools/Simple Camera
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-camera/it/
2022-10-06 18:54:40 +02:00