Commit Graph

439 Commits

Author SHA1 Message Date
18905792c0 simplify button drawable updating 2018-05-28 11:53:20 +02:00
86d13eaf54 small cleanup at checking camera availability 2018-05-28 11:49:52 +02:00
05dee60cb7 add a helper function for toggling timer visibility in the activity 2018-05-28 11:35:36 +02:00
b8db893c1c do not store mCurrCameraId in the activity 2018-05-28 11:29:25 +02:00
bf82752748 update flashlight handling 2018-05-28 10:54:10 +02:00
95d0ca1fd0 do not reset the activity at releasing camera 2018-05-28 00:00:47 +02:00
bad8653d36 minor cleanup here and there 2018-05-27 23:56:07 +02:00
2cdae95de8 create a helper function for getting the proper camera impl 2018-05-27 23:35:40 +02:00
3e6aab0cb5 rename Preview to PreviewCameraOne 2018-05-27 23:03:57 +02:00
7bf69e1d04 change the focus rectangle to a focus circle 2018-05-27 21:47:54 +02:00
d6ff4c5c64 adding AutoFitTextuewView from the Camera2 sample 2018-05-27 21:33:28 +02:00
b2e9854b9a create an interface to be reused by camera1 and camera2 2018-05-27 19:48:27 +02:00
cc4e07d1ff update commons to 4.1.4 2018-05-27 15:50:21 +02:00
43b399d552 fix #130, make sure the preview is zoomed out at camera init 2018-05-15 21:44:50 +02:00
e2ae2caf11 split Settings into subsections 2018-05-15 20:48:41 +02:00
6b7022f547 adding colored launcher icons 2018-05-15 20:14:31 +02:00
9538c47ba0 send the captured photo path as an extra at refresh_media intent 2018-04-23 23:04:41 +02:00
ad1a721f8f catch and show exceptions thrown at rotating saved image 2018-04-08 11:13:31 +02:00
6fc21c7eb9 tweak window flags a bit 2018-04-01 16:11:22 +02:00
b55ebb669c allow the app be ran over lockscreen 2018-04-01 16:07:04 +02:00
f73f8ad1c5 fix a condition check 2018-04-01 12:16:46 +02:00
15e24a7f83 use the functions from Commons for saving rotated images 2018-04-01 12:12:46 +02:00
1bade23297 rotate images by exif on SD card on Nougat+ 2018-04-01 11:20:26 +02:00
750ff3f782 update commons to 3.17.19 2018-03-31 23:42:01 +02:00
2f08c2b59e adding a null check at photo saving 2018-03-31 23:33:47 +02:00
43ff590e64 make toggle_camera nullable at MainActivity 2018-03-31 23:29:34 +02:00
dccc85e0a1 catch exceptions thrown at setting camera parameters 2018-03-31 23:11:12 +02:00
774630fd43 adding a new FAQ item 2018-02-26 18:18:35 +01:00
ae74efbf25 added a toggle for avoiding seeing Whats New 2018-02-26 16:58:59 +01:00
d04ed7d334 move the error with failed resolution setting to the moment of image capture 2018-02-26 16:33:31 +01:00
59da992442 show an error if Data returned from the camera after capturing a photo is empty 2018-02-26 16:15:02 +01:00
5f4e10c4aa add a new error message if setting proper resolution fails 2018-02-26 12:37:53 +01:00
f0fb06f111 show an Unknown error message if resolution selection failed 2018-02-26 12:31:11 +01:00
6f8b6c4b49 fix storing videos on the SD card 2018-02-26 11:37:52 +01:00
740a1e4e20 fix saving images on the SD card 2018-02-26 11:26:58 +01:00
e8696fd29e adding a FAQ section 2018-02-26 11:25:43 +01:00
c023445b3b update commons to 3.13.9 2018-02-26 11:22:58 +01:00
d02f391ed6 add a helper function for setting camera parameters 2018-02-25 16:28:25 +01:00
44fb913b0e adding a comment to the slow preview hackfix 2018-02-22 17:41:20 +01:00
1c4543f468 Fix #120 2018-02-22 23:20:44 +08:00
7ab1ae411a update commons to 3.8.2 2018-01-23 18:53:11 +01:00
f8368150fb call scanPath after capturing an image on app context 2018-01-23 18:39:08 +01:00
5699ab4ca3 call scanPath on the context after saving a video 2018-01-23 18:33:42 +01:00
c5f3d312d3 properly apply zoom, do not delay it 2018-01-23 17:02:41 +01:00
df500e2da4 make sure the camera supports zoom before trying to zoom 2018-01-23 16:57:23 +01:00
16d6d2044d catch OutOfMemory errors at saving images 2018-01-23 16:48:30 +01:00
95e75b4e74 show an error if no profile has been retrieved at video recording 2018-01-23 16:37:19 +01:00
91137228d2 send a broadcast for refreshing media at file save 2018-01-22 23:42:52 +01:00
3152b545e9 catch IOException at setting photo exif data separately so the code continues 2018-01-14 12:06:26 +01:00
1d41dd1602 add the photo compression quality in release notes 2018-01-13 16:16:59 +01:00