0
0
mirror of https://git.code.sf.net/p/opencamera/code.git synced 2024-09-20 03:52:26 +02:00
Commit Graph

4695 Commits

Author SHA1 Message Date
Mark Harman
32cd02dc1b Call freeMemory() on background thread, to fix ANRs or poor performance with SAF. 2024-02-25 16:11:48 +00:00
Mark Harman
b9d3483d49 Clarify long press on switch camera icons. 2024-02-23 23:16:41 +00:00
Mark Harman
e189806c00 Reword. 2024-02-20 22:39:34 +00:00
Mark Harman
f214f3cdf3 Remove more unnecessary calls. 2024-02-20 22:38:50 +00:00
Mark Harman
df982f9d6e Remove some unnecessary calls, and simplify About. 2024-02-20 22:33:11 +00:00
Mark Harman
f8f218d17b Log whether JPEG_R is available. 2024-02-20 22:32:18 +00:00
Mark Harman
053417d1a1 Document isVideo(). 2024-02-19 21:04:11 +00:00
Mark Harman
98b220169b longClickedTakePhoto() should return false if in video mode. 2024-02-19 21:03:53 +00:00
Mark Harman
3f25cdf408 Use loadThumbnailFromUri() to reduce codepaths and fix bugs. 2024-02-17 20:01:00 +00:00
Mark Harman
0be46d72f1 Corrections/clarifications for x- modes. 2024-02-11 16:17:48 +00:00
Mark Harman
0f9cf10118 Clarify cookie consent for adsense. 2024-02-11 16:17:25 +00:00
Mark Harman
fc3e2ceeaa Ad hr for ad. 2024-02-11 16:17:03 +00:00
Mark Harman
3bb8b77fdf Fix logging. 2024-01-28 13:00:17 +00:00
Mark Harman
e3262ee148 Fix crash when saving images if unable to create thumbnail. 2024-01-27 21:44:08 +00:00
Mark Harman
98c6ff9cc1 Guard against device specific crashes with vendor extension APIs. 2024-01-27 21:35:02 +00:00
Mark Harman
82d19f4f59 onCreate() should call setWindowFlagsForSettings() instead of setWindowFlagsForCamera() if in settings. 2024-01-27 21:00:30 +00:00
Mark Harman
ab10a3d4e9 Long press on switch camera icons to bring up a menu to jump to any camera. 2024-01-27 20:16:38 +00:00
Mark Harman
123cf719bf Show progress for camera vendor extensions. 2024-01-27 19:57:29 +00:00
Mark Harman
72d1d7ea24 Fix comments. 2024-01-13 00:50:06 +00:00
Mark Harman
688fbd5ffb Avoid use of settingsOnBackPressedCallback. 2024-01-13 00:13:03 +00:00
Mark Harman
8be299bf38 Update gradle / Android Studio. 2024-01-13 00:05:05 +00:00
Mark Harman
f8400f80fb Update copyright year. 2024-01-13 00:04:28 +00:00
Mark Harman
07b3e83886 Switch to using separate PreferenceScreens (so we can later move to AndroidX preference ibrary). 2024-01-07 17:10:49 +00:00
Mark Harman
4bfb6105f5 Need to specify RECEIVER_NOT_EXPORTED for Android 14. 2023-12-29 22:54:17 +00:00
Mark Harman
7a0fbde56c Add comment. 2023-12-28 21:59:29 +00:00
Mark Harman
c7d41e8864 Add logging. 2023-12-24 21:03:19 +00:00
Mark Harman
0ed1151be3 Fix tests for Pixel 6 Pro. 2023-12-17 19:25:44 +00:00
Mark Harman
10e10610c7 Fix tests for Pixel 6 Pro. 2023-12-17 19:25:32 +00:00
Mark Harman
23bdefd2bd Target Android 14, also use latest ExifInterface library. 2023-12-17 19:24:55 +00:00
Mark Harman
199eff6536 DROBrightenApplyFunction use LUT for performance. 2023-12-16 23:48:24 +00:00
Mark Harman
47761b67ee Fix bugs in last release for HDRApplyFunction and HDRNApplyFunction. 2023-12-16 23:47:57 +00:00
Mark Harman
ad1537d964 Use faster method for finding median, and add more tests for this. 2023-12-16 22:16:37 +00:00
Mark Harman
4be6e85fb7 AvgBrightenApplyFunction performance: find median with fewer comparisons. 2023-12-16 22:15:51 +00:00
Mark Harman
0e5dac1832 Improve performance for AvgBrightenApplyFunction, including using LUT for gamma_scale. 2023-12-14 23:44:26 +00:00
Mark Harman
e0b51dd778 Fix last release. 2023-12-14 22:25:23 +00:00
Mark Harman
43c07505f1 Improve AvgBrightenApplyFunction performance. 2023-12-14 22:24:55 +00:00
Mark Harman
44abb8aae9 Speed up HDRApplyFunction and HDRNApplyFunction. 2023-12-13 23:44:39 +00:00
Mark Harman
626396959f Panorama performance, avoid writing alpha where not needed. 2023-12-13 23:05:03 +00:00
Mark Harman
772a6f8c5c Reduce blend_hwidth for better performance. 2023-12-12 23:23:00 +00:00
Mark Harman
550a24e524 Replace NBSP character with spacce, in comment. 2023-12-09 20:59:05 +00:00
Mark Harman
acf556130f Fix typo in logging. 2023-12-08 21:47:02 +00:00
Mark Harman
f27bd20f1c Minor speedup. 2023-12-08 21:46:33 +00:00
Mark Harman
2e5f742281 Panorama Java performance: do reduce and expand/blur on direct array rather than bitmap. 2023-12-07 00:14:41 +00:00
Mark Harman
91805fc12a Improve performance for Java Panorama functions for reducing and expanding bitmaps. 2023-12-03 14:46:11 +00:00
Mark Harman
6f4d7959b3 Use 2D reduce algorithm in Java codepath, better performance. 2023-12-03 13:44:47 +00:00
Mark Harman
49eae6ab7d Remove code no longer needed for renderscript migration. 2023-12-02 17:05:19 +00:00
Mark Harman
93dbad9201 Slower refresh rate for zebra stripes and focus peaking, in case non-renderscript codepath too slow. 2023-11-21 12:00:53 -05:00
Mark Harman
a1393c08c7 Add support for non-renderscript codepaths (disabled for now). 2023-11-21 11:59:59 -05:00
Mark Harman
0893e192e0 Refactor code to new computeInterpolatedBestPath(). 2023-11-13 20:09:55 -05:00
Mark Harman
5c88808ca2 UPDATED Made user's font size preference apply to on-screen text. 2023-11-11 12:27:15 -05:00