Merge pull request #348 from KryptKode/feat/camera-x
Tibor Kaputa
2022-10-06 18:27:53 +0200
50601ca31bfix 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
#348
darthpaul
2022-10-06 11:09:45 +0100
315f8f559cclose image after capturing as Bitmap
darthpaul
2022-10-05 13:09:21 +0100
2627638a76minor 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 +0100
c38bab6824make all top icons Buttons with same height
darthpaul
2022-09-29 17:00:57 +0100
a324da022aupdate top layout and icons
darthpaul
2022-09-29 01:09:35 +0100
d9afde41edhandle 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 +0100
Translated using Weblate (Catalan)
#343
Josep M. Ferrer
2022-08-29 22:19:57 +0000
77994d408eUI fixes - hiding general settings option when child items are hidden - change icon for 1x1 and full screen - remove background tint from icons
darthpaul
2022-08-28 02:19:18 +0100
34c0f0bd6aUI fixes - hiding button on 3rd party intent - disabling option to change resolution when capturing media
darthpaul
2022-08-25 19:09:13 +0100
0fdb751909cleanup selection of media size - add MediaSizeStore to manage write/read operations for the media size
darthpaul
2022-08-25 08:42:13 +0100
c220b478c0UI fixes - handle top/button margin if there's a cutout with windowInsets.displayCutout - handle nav bar color - remove 16:9 size if the full screen size is already 16:9 - change layout to use Button instead of explicit MaterialButton
darthpaul
2022-08-25 06:56:15 +0100
22df3d8c58implement shutter animation - remove animation to blink icons - implement the shutter animation by setting alpha=1 and animating to alpha=0
darthpaul
2022-08-19 00:00:21 +0100
affcc078ddmake preview fill up to the cutoff (notch) - add theme attribute android:windowLayoutInDisplayCutoutMode to shortEdges in the theme - add flags FLAG_LAYOUT_NO_LIMITS to the window flags - add top margin to the icons on top, set to the statusBarHeight - add bottom margin to the icons at the bottom, set to the navigationBarHeight + view margin
darthpaul
2022-08-18 14:53:25 +0100
fc82a8bac5correcting some language codes
tibbi
2022-08-17 14:50:36 +0200
Translated using Weblate (Japanese)
Worldfast
2022-08-16 02:41:04 +0000
d9193f7494fix preview and capture resolutions - adjust the preview so the image captured is what the user sees - add method MySize.isSupported; current support is for full, 16:9, 4:3 and 1:1 of the highest resolution - cleanup ImageQualityManager, add method to get the full screen resolution which is just the resolution with the largest width - change the UI to move settings to the top and remove the auto fading
darthpaul
2022-08-17 01:12:18 +0100