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

4656 Commits

Author SHA1 Message Date
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
Mark Harman
1dfb866cb2 Fix typo. 2023-07-29 23:51:56 +01:00
Mark Harman
dc22b8fac9 Fix warnings. 2023-07-29 21:24:37 +01:00
Mark Harman
ff7359182a Update logging. 2023-07-21 22:02:15 +01:00
Mark Harman
2fa4f1ef67 Rename adjustHistogram to adjustHistogramRS. 2023-07-21 21:58:21 +01:00
Mark Harman
7b7eee0e93 Rename bitmap to output_bitmap. 2023-07-21 21:47:47 +01:00
Mark Harman
b78b5dff5c Comment out some logging. 2023-07-21 21:41:06 +01:00
Mark Harman
a9bcdf3387 Pass width/height to computeHistogram(). 2023-07-21 21:39:07 +01:00
Mark Harman
ead93ab49a Add commented out performance timing. 2023-07-21 21:22:55 +01:00
Mark Harman
111fd3b9dd Tweak frame rate for Android 13+. 2023-07-21 21:22:31 +01:00
Mark Harman
db4329f777 Pinch zoom improvements - zoom faster, but also fix jitter. 2023-07-15 21:35:34 +01:00
Mark Harman
b5635cf403 fix typo in logging. 2023-07-11 23:35:37 +01:00
Mark Harman
24bb99425e Fix for want_no_limits for tablets where navigation bar isn't in a fixed position. 2023-07-08 22:15:07 +01:00
Mark Harman
d31688e1a2 Update translation. 2023-07-08 21:55:59 +01:00
Mark Harman
353be9ba22 Add comment for computeHistogramAllocation(). 2023-07-06 21:37:28 +01:00
Mark Harman
a9672e652c Reorder. 2023-07-06 21:33:53 +01:00
Mark Harman
558a2aae2c Refactor. 2023-07-06 21:32:56 +01:00
Mark Harman
177bd97481 Reorder. 2023-07-06 21:30:08 +01:00
Mark Harman
9b28d7c418 More info on multiple cameras. 2023-06-29 21:36:49 +01:00
Mark Harman
38959a8777 Support "Touch to capture" for video. 2023-06-28 23:58:52 +01:00
Mark Harman
330745113b Possible crash when failing to save with Storage Access Framework. 2023-06-26 22:11:02 +01:00
Mark Harman
ccb321caa8 Crash related to multi-camera devices. 2023-06-26 22:09:10 +01:00
Mark Harman
7673c6008e Google Play pre-launch accessibility warnings - use COMPLEX_UNIT_SP not COMPLEX_UNIT_DIP for text. 2023-06-26 22:08:12 +01:00
Mark Harman
c3a214ad7c Call onError on UI thread. 2023-06-21 23:40:14 +01:00
Mark Harman
8a7e9f9965 Add logging. 2023-06-21 23:39:51 +01:00
Mark Harman
f36f0af7ba Update gradle to 8.0.2. 2023-06-21 22:18:22 +01:00
Mark Harman
cf615f8b45 Fix tests due to autofocus timeout change - should be doing calls on UI thread. 2023-06-20 23:41:30 +01:00
Mark Harman
c167f7abf0 MainUI.onOrientationChanged() only needed if lock_to_landscape==true. 2023-06-20 22:29:16 +01:00
Mark Harman
41096d3fc1 Aspect ratio and other fixes in split-screen and multi-window modes. 2023-06-15 20:46:47 +01:00