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

4684 Commits

Author SHA1 Message Date
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
Mark Harman
a64a05d4fd UPDATED Improvements for popup menu and exposure UI when using large font sizes. 2023-11-11 12:24:27 -05:00
Mark Harman
36a7595cc6 Update computeHistogram() to receive new HistogramType. 2023-10-14 14:40:05 +01:00
Mark Harman
87cfb5b65d Updates for using Google's CMP for adsense/GDPR. 2023-10-14 13:27:30 +01:00
Mark Harman
b2da135481 Remove unused floating_point from autoAlignment(). 2023-10-06 22:58:08 +01:00
Mark Harman
ab2dfb3f13 Refactor code to new method setBackground(). 2023-09-29 21:42:11 +01:00
Mark Harman
e6312f25a8 Switch to AndroidX OnBackPressedCallback instead of overriding onBackPressed(). 2023-09-26 21:56:00 +01:00
Mark Harman
542a575b4d Add date for release. 2023-08-13 20:17:25 +01:00
Mark Harman
0685d2cf87 Make test more tolerant. 2023-08-08 00:49:08 +01:00
Mark Harman
c3697ab9b7 Fix missing version number from last commit. 2023-08-06 12:10:35 +01:00
Mark Harman
609216f4e2 Refactor. 2023-08-06 12:09:52 +01:00
Mark Harman
566ee5ad84 Bump to version 1.52 / 88. 2023-07-29 23:52:28 +01:00