- Nov 16, 2024
-
-
Dhina17 authored
Change-Id: I7bdbc979c4246deb4c147fa0da5a5c415a2cb4ee
-
LineageOS Infra authored
Change-Id: Ia2249c54827bbe2ad1f096131c8d4f544aa4a732
-
- Nov 03, 2024
-
-
LuK1337 authored
Change-Id: I4f6de7b0b8984de01ff8206f2cf9165814c78304
-
- Nov 02, 2024
-
-
LineageOS Infra authored
Change-Id: Id20568faed7401ff0859e027def2147e2a64c706
-
- Nov 01, 2024
-
-
Luca Stefani authored
In AOSP this isn't possible anymore, simply create a new string with the same content. Change-Id: I72daae766615a9b3f0f6ed29502b2d66e4177ee1
-
Luca Stefani authored
Usually a safe set of optimizations Change-Id: I1074af3a758439ff82771b03bdb0c4484828ca25
-
- Oct 31, 2024
-
-
LineageOS Infra authored
Change-Id: Ic2e737217d9ffe78aba468ed65c1635230c6bb02
-
- Oct 18, 2024
-
-
Michael Bestas authored
Test: pipx run reuse lint Change-Id: I2d615f7d6522d1eab9192bfc218d3c95d9883b4c
-
- Oct 16, 2024
-
-
LineageOS Infra authored
Change-Id: I0a9d5a4671db9f4ed64297fb10ef992dfdfd68a9
-
- Oct 04, 2024
-
-
Dhina17 authored
Change-Id: Ia7e0f4c7c624699a18488c71bf0fbb8c046e4994
-
- Oct 02, 2024
-
-
LuK1337 authored
Change-Id: Ib828b048b2375900a9e3ac67b5df861cba381cbd
-
- Oct 01, 2024
-
-
LineageOS Infra authored
Change-Id: I2379f93ea11f6fa7e8b8582c8ba01d0010c8fdc2
-
- Sep 15, 2024
-
-
LineageOS Infra authored
Change-Id: Ieea89e31c752b83a1165bf77bd14642025581aac
-
- Sep 12, 2024
-
-
LuK1337 authored
Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/7685 Change-Id: Id6298ab16e994a48370ab26b137186600930a536
-
- Sep 11, 2024
-
-
Dhina17 authored
Change-Id: Ida97b062f2bd369f2d76a9985b397bdd481c274c
-
- Sep 07, 2024
-
-
Sebastiano Barezzi authored
Change-Id: I05b31ccf1a458d1051b09d51fd6f34c8e7c349ab
-
- Sep 05, 2024
-
-
Sebastiano Barezzi authored
Change-Id: I1f9efd90ae52cb0ad48e23d4452a9bd2aa5b5a80
-
- Sep 04, 2024
-
-
LuK1337 authored
Change-Id: I5c8d27a59416fddc1b6496dae2da9e8d634fec6a
-
- Sep 02, 2024
-
-
LineageOS Infra authored
Change-Id: I18e9aa2fa036eedd7873c957ee1f37b870695845
-
- Aug 27, 2024
-
-
Dhina17 authored
Change-Id: I3621b720f7026354eedcbbd1ef0cab2f253cd0a3
-
Sebastiano Barezzi authored
Change-Id: I99d5384ef3c49069d9f9564213622a345b3a1f36
-
Sebastiano Barezzi authored
Change-Id: I04f054543c13afef7dee0569f38be05d21b81810
-
Sebastiano Barezzi authored
* Add zoom in and out buttons support * Commonize gesture code for all buttons * Dynamically add and remove settings based on keycode support * Fix repeat count checks Change-Id: I5971df696b2b4e83b5cbca423efc25d0c2a8782f
-
- Aug 26, 2024
-
-
Sebastiano Barezzi authored
Change-Id: I6353df301073b80fb8aa6535bd524d24433ba4f7
-
LuK1337 authored
Change-Id: Ibba4c7dbb4a8c8f02c3837a2381e3de205b5acfb
-
Sebastiano Barezzi authored
Change-Id: I11744c8bcea10940b45110411e00aa8938610b39
-
Sebastiano Barezzi authored
Change-Id: I9281f4ebc2d1f93bbb93930d2b295632057b67a4
-
Sebastiano Barezzi authored
While at it use 16dp for the corner radius Change-Id: Ib87d0c0ce88b744dce0d83c4cfc5e0e0722369b4
-
- Aug 22, 2024
-
-
Dhina17 authored
Change-Id: Ia54d0e44372434810b43f7c48ed5bbdba0264b33
-
- Aug 21, 2024
-
-
Tommy Webb authored
With image capture intents, properly mirror the preview image for a front-facing camera photo when the "Mirror front camera" feature is on, as is the default. Otherwise, in addition to not being mirrored like the live preview, the image preview may appear to be upside down. Issue: calyxos#2642 Change-Id: I49b6256750ac821c6eefdd28ed7a4c2ec1c519c9
-
LuK1337 authored
Change-Id: I4ac1f5ed437a0d7c63311b38b97a444462102e4b
-
- Aug 15, 2024
-
-
LineageOS Infra authored
Change-Id: I19bf898a397188aa88b0ca421199a8a56a046549
-
- Jul 27, 2024
-
-
Cosmin Tanislav authored
Not all cameras might have the same flash modes. If front facing camera is switched to screen flash mode, and the camera flip button is pressed to switch to the back camera, the app crashes with the following error. Not a front camera despite setting FLASH_MODE_SCREEN. CameraX disallows FLASH_MODE_SCREEN usage on back camera. Aperture does not switch the flash mode before switching camera usecase. Fix this by changing to FlashMode.OFF before switching usecase. Change-Id: I77e5144120ec1724e175c84400b7346da74bc779
-
- Jul 01, 2024
-
-
LineageOS Infra authored
Change-Id: I62c7c563bcd146d0863686ddbd712be35ac2b324
-
- Jun 27, 2024
-
-
Dhina17 authored
Change-Id: Ic3b29db9ccf5462b72e7d03b8baa56188bc0f35d
-
- Jun 22, 2024
-
-
LuK1337 authored
CameraViewModel uses that, so we must use it here too. Change-Id: I2d6f579d67b69ea4981406bb79704d38a09cc5cd
-
Aayush Gupta authored
* Translations are done by volunteer, not a requirement to have them Change-Id: I3c2ef0e8ec64528a7ad69e88f57c5d0a864c7d7f Signed-off-by:
Aayush Gupta <aayushgupta219@gmail.com>
-
LuK1337 authored
Change-Id: I8741ea78ff6a17a62f39f6ffe9491ff8722ea62c
-
Alexander Medvedev authored
Change-Id: I0e02fa72d6fd50335a3c21d671887d4a328dc56e
-
Dhina17 authored
Change-Id: I91faa381a322c150cfef41afa4909314c9fa6079
-