- Oct 17, 2022
-
-
Mohammed Althaf Thayyil authored
- Fixes e/backlog#5818 Change-Id: Id2c1f9f5cc647017fc0469ff3009cb0f9acbe6ca
-
- Oct 16, 2022
-
-
Paolo Pantaleo authored
Currently translated at 100.0% (862 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/it/
-
- Oct 14, 2022
-
-
Nishith Khanna authored
Integrate elib See merge request !47
-
Nishith Khanna authored
-
- Oct 11, 2022
-
-
Mohammed Althaf Thayyil authored
Camera: Disable touch sounds for camera shutter See merge request !46
-
- Oct 07, 2022
-
-
Mohammed Althaf Thayyil authored
- Fixes double sound issue mentioned here https://gitlab.e.foundation/e/backlog/-/issues/5580 Change-Id: I2ee8e44815e64989727db8830e67a0682fa2e209
-
- Oct 06, 2022
-
-
Fahim Salam Chowdhury authored
-
- Sep 14, 2022
-
-
Fahim Salam Chowdhury authored
677-Automate_update_with_upstream See merge request !44
-
Fahim Salam Chowdhury authored
-
- Sep 11, 2022
-
-
Dam0k1es authored
Currently translated at 99.5% (858 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
F Wildermuth authored
Currently translated at 99.5% (858 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
- Sep 10, 2022
-
-
F Wildermuth authored
Currently translated at 96.1% (829 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
Dam0k1es authored
Currently translated at 96.1% (829 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
F Wildermuth authored
Currently translated at 96.0% (828 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
Dam0k1es authored
Currently translated at 96.0% (828 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
F Wildermuth authored
Currently translated at 95.9% (827 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
Dam0k1es authored
Currently translated at 95.9% (827 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
Dam0k1es authored
Currently translated at 95.8% (826 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
- Sep 06, 2022
-
-
F Wildermuth authored
Currently translated at 95.7% (825 of 862 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
- Sep 01, 2022
-
-
Fahim Salam Chowdhury authored
629- Fix regression issues introduced because of v1.50.1 update See merge request !42
-
Fahim Salam Chowdhury authored
-
- Aug 29, 2022
-
-
Fahim Salam Chowdhury authored
629-Update with upstream v1.50.1 See merge request !43
-
- Aug 17, 2022
-
-
Fahim Salam Chowdhury authored
-
Fahim Salam Chowdhury authored
-
Fahim Salam Chowdhury authored
issue: https://gitlab.e.foundation/e/os/backlog/-/issues/629 libncurses5 is needed for gradle build, which is missing in default android docker image. To gradle build success in pipeline job, needs to install libncurses5 in the runner. reference: https://discuss.circleci.com/t/android-renderscript-build-failure/38911
-
Fahim Salam Chowdhury authored
issue: https://gitlab.e.foundation/e/os/backlog/-/issues/629 upstream switches to java 11 from java 8.
-
Fahim Salam Chowdhury authored
-
- Aug 15, 2022
-
-
Paolo Pantaleo authored
Currently translated at 100.0% (845 of 845 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/it/
-
- Jul 19, 2022
-
-
Paolo Pantaleo authored
Currently translated at 100.0% (845 of 845 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/it/
-
- Jul 15, 2022
-
-
Fahim Salam Chowdhury authored
5664-continuous_burst_mode_not_stopping_issue See merge request !41
-
Fahim Salam Chowdhury authored
issue: e/backlog#5664 When user long press capture button & start continuousBrustMode & remove touch before cameraController start taking image, causes unwanted behavior where burst-mode doesn't stop. Here when user remove the touch should_run_continuous_fast_burst is maintained. When 1 burst image is taken an event is passed EventBus to the MainActivity. On listening the event, the flag is checked & burst-mode stop called if necessary.
-
- Jun 20, 2022
-
-
Fahim Salam Chowdhury authored
issue: e/backlog#5555 Camera app has loading issue for fp3-q build devices. This issue seems to resolved when loading cameraController in mainThread. This commit read the `camera.load.sync` property from system. If it present & true then it will load camera in the main thread. This property will be set in the https://gitlab.e.foundation/e/devices/android_device_fairphone_FP3/-/blob/v1-q/system.prop
-
Fahim Salam Chowdhury authored
issue: e/backlog#5555 Camera app has loading issue for fp3-q build devices. This issue seems to resolved when loading cameraController in mainThread. This commit read the `camera.load.sync` property from system. If it present & true then it will load camera in the main thread. This property will be set in the https://gitlab.e.foundation/e/devices/android_device_fairphone_FP3/-/blob/v1-q/system.prop
-
- Jun 14, 2022
-
-
F Wildermuth authored
Currently translated at 100.0% (845 of 845 strings) Translation: /e//Camera Translate-URL: https://i18n.e.foundation/projects/e/camera/de/
-
- Jun 09, 2022
-
-
Fahim Salam Chowdhury authored
5555-Camera_not_working_on_some_device_issue See merge request !39
-
Fahim Salam Chowdhury authored
issue: e/backlog#5555 stopPreview draw onPause
-
- Jun 08, 2022
-
-
Mark Harman authored
-
Mark Harman authored
-
- Jun 04, 2022
-
-
Mark Harman authored
-
Mark Harman authored
-