Commit Graph

1055 Commits

Author SHA1 Message Date
tibbi ac529cd07f do not mess with CONTROL_AF_MODE at touch-to-focus 2018-06-01 21:26:11 +02:00
tibbi 4d640d7d5a shortening some code 2018-06-01 20:24:54 +02:00
tibbi bbe2ba171d replace textureView click listener with manual touch events checking 2018-06-01 20:06:21 +02:00
tibbi 1708bf562a make sure a proper photo section is captured at zooming in 2018-06-01 16:40:02 +02:00
tibbi f26cc4c2f0 use proper capture callback and background handler at focusing 2018-06-01 16:27:35 +02:00
tibbi a52586165c add zooming by gestures 2018-06-01 14:32:09 +02:00
tibbi 1531f89ea4 changing some float number declarations 2018-06-01 12:15:44 +02:00
tibbi 67b3b50fa8 improving the Touch To Focus functionality 2018-06-01 11:59:37 +02:00
tibbi 94488adb24 make sure the bottom button visibility is updated on the main thread 2018-05-31 12:44:24 +02:00
tibbi a8aba856b7 removing an Equals sign 2018-05-30 23:13:27 +02:00
tibbi bf314ecf22 add a helper function for getting the camer amanager 2018-05-30 23:10:26 +02:00
tibbi b25beb3a34 moving some code in if statement 2018-05-30 23:03:12 +02:00
tibbi 5c6d4132cb adding some touch to focus handling 2018-05-30 22:58:12 +02:00
tibbi 328c4300a5 update mLastClickX and Y only at Down action 2018-05-30 21:26:16 +02:00
tibbi 7ffe53a0ae draw a focus circle at pressing the preview 2018-05-30 17:50:15 +02:00
tibbi 292e2f6ad0 lets remove PreviewListener interface, call activity functions directly 2018-05-30 17:27:30 +02:00
tibbi dfcb72b7f6 add a click listener for focusing 2018-05-30 17:22:36 +02:00
tibbi 7ff48fc880 removing another redundant function 2018-05-30 16:40:46 +02:00
tibbi 250bf176c1 removing a redundant variable 2018-05-30 16:35:13 +02:00
tibbi 7d5a60f13d fix the rotation of images captured with Camera2 api 2018-05-30 16:11:23 +02:00
tibbi 184f87aab1 removing a redundant function 2018-05-30 15:02:26 +02:00
tibbi 410822bd38 always set camera state to STATE_PICTURE_TAKEN at capturing 2018-05-30 14:56:53 +02:00
tibbi 27fb68704b show the bottom buttons after taking a photo 2018-05-30 14:50:48 +02:00
tibbi 9cb94fc5e6 OCD 2018-05-30 14:32:01 +02:00
tibbi f8dea07ebe send the device rotation to photo saver + cleanup 2018-05-30 14:28:52 +02:00
tibbi 4b17fbf3d3 removing some redundant code, since there is portrait orientation forced 2018-05-30 13:40:14 +02:00
tibbi 49bd2b1be9 add photo saving with Camera2 api 2018-05-30 13:19:15 +02:00
tibbi a894f6e01c properly close the camera on pause 2018-05-30 11:21:02 +02:00
tibbi c69e34a9b4 make sure flashlight changes are ignored if the device has no flashlight 2018-05-30 11:10:56 +02:00
Xosé M 71d6322ee4 actualiza idioma 2018-05-30 08:01:56 +02:00
tibbi d01ad834f6 add a toggle for selecting if front/rear camera should be used 2018-05-29 23:42:23 +02:00
tibbi 3d7ec35e3b handle auto flash too 2018-05-29 20:38:55 +02:00
tibbi 3fd08d3940 fix toggling between flash on/off 2018-05-29 19:56:45 +02:00
tibbi 4aed627b7c simplify a flashlight state check 2018-05-29 00:00:34 +02:00
tibbi 209700dc72 toggle Camera availability when appropriate 2018-05-28 22:43:38 +02:00
tibbi c521b33ed9 replacereplace a SparseIntArray appends with puts 2018-05-28 22:39:26 +02:00
tibbi 26f33e8c26 add some initial PreviewCameraTwo implementation from the sample code 2018-05-28 21:47:23 +02:00
tibbi 77fb00097c show an AutoFitTextureView on Lollipop+ 2018-05-28 20:15:06 +02:00
tibbi 22d463f0e0 create a PreviewCameraTwo to be used with Camera2 API on Android 5+ 2018-05-28 20:12:02 +02:00
tibbi 0d71a4492b create an interface for some shared Preview functions 2018-05-28 19:30:31 +02:00
tibbi 3bc54c2e5f remove a few more direct variable calls at PreviewCameraOne 2018-05-28 16:15:29 +02:00
tibbi e529bdd15c adding some initial camera states 2018-05-28 16:00:30 +02:00
tibbi a52716a3a5 do not implement OnScanCompletedListener at PreviewCameraOne 2018-05-28 15:14:35 +02:00
tibbi ec294da274 flip the photo quality selector, start at the highest 2018-05-28 12:11:53 +02:00
tibbi bc8459ce00 use a white focus circle at B&W theme 2018-05-28 11:59:57 +02:00
tibbi 18905792c0 simplify button drawable updating 2018-05-28 11:53:20 +02:00
tibbi 86d13eaf54 small cleanup at checking camera availability 2018-05-28 11:49:52 +02:00
tibbi 05dee60cb7 add a helper function for toggling timer visibility in the activity 2018-05-28 11:35:36 +02:00
tibbi b8db893c1c do not store mCurrCameraId in the activity 2018-05-28 11:29:25 +02:00
tibbi bf82752748 update flashlight handling 2018-05-28 10:54:10 +02:00
tibbi 95d0ca1fd0 do not reset the activity at releasing camera 2018-05-28 00:00:47 +02:00
tibbi bad8653d36 minor cleanup here and there 2018-05-27 23:56:07 +02:00
tibbi 2cdae95de8 create a helper function for getting the proper camera impl 2018-05-27 23:35:40 +02:00
tibbi 3e6aab0cb5 rename Preview to PreviewCameraOne 2018-05-27 23:03:57 +02:00
tibbi 7bf69e1d04 change the focus rectangle to a focus circle 2018-05-27 21:47:54 +02:00
tibbi d6ff4c5c64 adding AutoFitTextuewView from the Camera2 sample 2018-05-27 21:33:28 +02:00
tibbi 5fa8f06391 removing a redundant view 2018-05-27 21:29:12 +02:00
tibbi b2e9854b9a create an interface to be reused by camera1 and camera2 2018-05-27 19:48:27 +02:00
tibbi cc4e07d1ff update commons to 4.1.4 2018-05-27 15:50:21 +02:00
Sérgio Marques 745ba224e6
Update strings.xml 2018-05-21 13:45:55 +01:00
solokot 7cf725b0d2
Update strings.xml 2018-05-17 15:57:38 +03:00
tibbi c33cadaf01 moving some strings to Commons 2018-05-16 23:47:16 +02:00
tibbi bbb4447c34 update version to 4.0.0 2018-05-15 21:50:11 +02:00
tibbi 43b399d552 fix #130, make sure the preview is zoomed out at camera init 2018-05-15 21:44:50 +02:00
tibbi e2ae2caf11 split Settings into subsections 2018-05-15 20:48:41 +02:00
tibbi 6b7022f547 adding colored launcher icons 2018-05-15 20:14:31 +02:00
tibbi 5bf1d39036 unify side paddings at the settings screen 2018-05-09 16:32:57 +02:00
solokot a169abd6d2
Add files via upload 2018-04-28 19:33:10 +03:00
tibbi 9538c47ba0 send the captured photo path as an extra at refresh_media intent 2018-04-23 23:04:41 +02:00
Kompiuterių meistras +37060040020 53566b7e5f
Update strings.xml 2018-04-16 00:43:37 +03:00
en2sv 7d7c3f3a64
Update Swedish translation 2018-04-14 20:13:00 +02:00
tibbi b0b68bd243 update version to 3.2.1 2018-04-08 11:17:57 +02:00
tibbi 4df0e1b414 update commons to 3.18.10 2018-04-08 11:15:51 +02:00
tibbi ad1a721f8f catch and show exceptions thrown at rotating saved image 2018-04-08 11:13:31 +02:00
Kompiuterių meistras +37060040020 4b57d5ff0e
Update strings.xml 2018-04-04 01:26:36 +03:00
tibbi d6f9943a4b update version to 3.2.0 2018-04-01 16:14:40 +02:00
tibbi 6fc21c7eb9 tweak window flags a bit 2018-04-01 16:11:22 +02:00
tibbi b55ebb669c allow the app be ran over lockscreen 2018-04-01 16:07:04 +02:00
tibbi f73f8ad1c5 fix a condition check 2018-04-01 12:16:46 +02:00
tibbi 15e24a7f83 use the functions from Commons for saving rotated images 2018-04-01 12:12:46 +02:00
tibbi 1bade23297 rotate images by exif on SD card on Nougat+ 2018-04-01 11:20:26 +02:00
tibbi 750ff3f782 update commons to 3.17.19 2018-03-31 23:42:01 +02:00
tibbi 2f08c2b59e adding a null check at photo saving 2018-03-31 23:33:47 +02:00
tibbi 43ff590e64 make toggle_camera nullable at MainActivity 2018-03-31 23:29:34 +02:00
tibbi dccc85e0a1 catch exceptions thrown at setting camera parameters 2018-03-31 23:11:12 +02:00
tibbi 4aac512a05 removing a weird file 2018-03-27 20:11:32 +02:00
Unknown f7c7128de3 Croatian translation
App fully translated to Croatian.
2018-03-27 19:38:24 +02:00
Kompiuterių meistras +37060040020 644e5d8dbd
Update strings.xml 2018-03-23 23:58:01 +02:00
julianaito 4adf23c402 Fixed and updated French translation 2018-03-13 15:06:56 +01:00
fricyo 52fbc43506
Creat Chinese(TW) Translation 2018-03-06 12:15:22 +08:00
Sérgio Marques 2c63d186a6
Update strings.xml 2018-03-04 22:31:45 +00:00
Tibor Kaputa 3e1b97a2ea
removing an extra space 2018-02-28 13:19:07 +01:00
kniddl 70fdb07dc2
Updated German GAQ section 2018-02-28 12:22:53 +01:00
gregory678 ae1987e3f8
PL translation update [2018.02.27] 2018-02-27 17:55:16 +01:00
Tibor Kaputa e15dc66b8d
escaping some apostrophes 2018-02-26 21:58:40 +01:00
Gozzwip 1093eb3b99
adding azerbaijani strings 2018-02-27 00:31:28 +04:00
hanjoong.cho 8f538ba551 Add Korean translation 2018-02-27 04:20:44 +09:00
tibbi 774630fd43 adding a new FAQ item 2018-02-26 18:18:35 +01:00
tibbi 740b7f21a4 update version to 3.1.4 2018-02-26 17:02:50 +01:00
tibbi ae74efbf25 added a toggle for avoiding seeing Whats New 2018-02-26 16:58:59 +01:00
tibbi d04ed7d334 move the error with failed resolution setting to the moment of image capture 2018-02-26 16:33:31 +01:00
tibbi 59da992442 show an error if Data returned from the camera after capturing a photo is empty 2018-02-26 16:15:02 +01:00
Xosé M e84c5198cd update gl 2018-02-26 14:34:14 +01:00
tibbi 5f4e10c4aa add a new error message if setting proper resolution fails 2018-02-26 12:37:53 +01:00
tibbi f0fb06f111 show an Unknown error message if resolution selection failed 2018-02-26 12:31:11 +01:00
tibbi 6f8b6c4b49 fix storing videos on the SD card 2018-02-26 11:37:52 +01:00
tibbi 740a1e4e20 fix saving images on the SD card 2018-02-26 11:26:58 +01:00
tibbi e8696fd29e adding a FAQ section 2018-02-26 11:25:43 +01:00
tibbi c023445b3b update commons to 3.13.9 2018-02-26 11:22:58 +01:00
tibbi d02f391ed6 add a helper function for setting camera parameters 2018-02-25 16:28:25 +01:00
tibbi 44fb913b0e adding a comment to the slow preview hackfix 2018-02-22 17:41:20 +01:00
Lili Wei 1c4543f468 Fix #120 2018-02-22 23:20:44 +08:00
Sérgio Marques 8abc1318ce
Update strings.xml 2018-02-10 16:19:04 +00:00
en2sv 529e182327
Update Swedish translation 2018-02-03 20:16:33 +01:00
gregory678 675ca1bb31
Update strings.xml 2018-02-03 01:30:48 +01:00
gregory678 be9d1b3cd9
Translation updates and fixes [2018.02.03] 2018-02-03 01:29:08 +01:00
Nikola Trubitsyn ade17b667e Set unique applicationIdSuffix in debug builds 2018-02-02 00:48:29 +03:00
tibbi 4eefa05ea9 update version to 3.1.2 2018-01-23 19:09:03 +01:00
tibbi 7ab1ae411a update commons to 3.8.2 2018-01-23 18:53:11 +01:00
tibbi f8368150fb call scanPath after capturing an image on app context 2018-01-23 18:39:08 +01:00
tibbi 5699ab4ca3 call scanPath on the context after saving a video 2018-01-23 18:33:42 +01:00
tibbi c5f3d312d3 properly apply zoom, do not delay it 2018-01-23 17:02:41 +01:00
tibbi df500e2da4 make sure the camera supports zoom before trying to zoom 2018-01-23 16:57:23 +01:00
tibbi 16d6d2044d catch OutOfMemory errors at saving images 2018-01-23 16:48:30 +01:00
tibbi 95e75b4e74 show an error if no profile has been retrieved at video recording 2018-01-23 16:37:19 +01:00
tibbi 91137228d2 send a broadcast for refreshing media at file save 2018-01-22 23:42:52 +01:00
tibbi aeafddd9ed update commons to 3.8.0 2018-01-22 23:07:45 +01:00
Nikola Trubitsyn bcef746e32
Specify build tools 27.0.3 explicitly 2018-01-22 13:04:35 +03:00
tibbi 1da74e916d update commons to 3.7.7 2018-01-16 22:20:01 +01:00
Xose M 42c393cdaa
galician update
new string & minor improvements
2018-01-16 07:07:15 +01:00
tibbi b852b38491 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Camera 2018-01-14 12:07:33 +01:00
tibbi ca25dc9c6d update version to 3.1.1 2018-01-14 12:07:14 +01:00
tibbi 3152b545e9 catch IOException at setting photo exif data separately so the code continues 2018-01-14 12:06:26 +01:00
Tibor Kaputa a24d97f911
Merge pull request #106 from Phoenix1747/patch-1
Update DE
2018-01-14 09:31:17 +01:00
Nikola Trubitsyn 0329292763
Update strings.xml 2018-01-14 01:39:22 +03:00
Phoenix1747 cd59907bb4
Update strings.xml 2018-01-13 21:48:33 +01:00
tibbi f81dbdfd0d update version to 3.1.0 2018-01-13 16:17:15 +01:00
tibbi 1d41dd1602 add the photo compression quality in release notes 2018-01-13 16:16:59 +01:00
tibbi a1865811a9 fix #105, allow changing the photo compression quality 2018-01-13 15:21:34 +01:00
tibbi d38eb229d7 improve the sd card treeuri check at saving photos 2018-01-13 09:30:45 +01:00
tibbi c4b977517b remove an error showing at saving photo 2018-01-13 09:29:08 +01:00
tibbi c3861299b2 make dark theme the default 2018-01-13 00:00:30 +01:00
tibbi b0c5c1a1ee update commons to 3.6.19 2018-01-13 00:00:21 +01:00
tibbi 6d19ddc59d adding some crashfixes 2018-01-12 23:58:01 +01:00
tibbi 2023cdca50 handle picture taking on a background thread 2018-01-12 23:47:50 +01:00
tibbi 103fc0cbb1 add a new string for adjustable photo compression quality 2018-01-12 17:17:57 +01:00
Phoenix1747 e3b43458e0
Update DE Play Store description 2017-12-30 13:36:32 +01:00
Tibor Kaputa 5485e88e3c
Merge pull request #101 from rex07/stringlate-ar-4819
Add ar (Arabic) translation
2017-12-22 09:40:28 +01:00
Nikola Trubitsyn 93af3a2d2a Simple Commons 3.3.12 2017-12-22 08:40:27 +03:00
Nikola Trubitsyn e23a44d36b Build Tools 27.0.2 2017-12-22 08:40:01 +03:00
Rex_sa 2de5349d74 Updated ar (Arabic) translation 2017-12-21 14:15:11 -09:00
tibbi 91aac901b0 adding one more space 2017-12-15 12:03:20 +01:00
Tibor Kaputa 10d53e30a7
adding some spaces 2017-12-15 12:00:08 +01:00
Xose M b23dbae703
strings to Galician (gl)
primeira tradución ao galego do aplicativo Simple-Camera
2017-12-15 11:49:13 +01:00
Xose M 655eaa0f59
Galician (gl) translation file
new language file (gl)
2017-12-15 11:29:11 +01:00
tibbi 039d1f8431 use helper extension functions for checking if the activity is alive 2017-12-08 17:13:52 +01:00
tibbi 695e0a0c1e update version to 3.0.1 2017-12-07 09:47:43 +01:00
tibbi 9d9ca0f6da replace vector launcher icon with pngs 2017-12-07 09:42:32 +01:00
tibbi 455fcec5ce update version to 3.0.0 2017-12-04 20:17:41 +01:00
tibbi 9a22651423 use svg launcher icons wherever possible 2017-12-04 20:17:18 +01:00
tibbi 3b99a26124 use rounded app launcher icon on every device 2017-12-04 17:14:16 +01:00
tibbi 7f69a0af57 remove the use_leak_canary constant 2017-12-03 23:21:24 +01:00
tibbi eeb1077fc2 make the variables in MainActivity and FocusRectView non-static 2017-12-03 21:25:05 +01:00
tibbi a016f514f8 moving some files in subfolders + renaming extension files to first capital letter 2017-12-03 21:20:51 +01:00
Phoenix1747 59bb61ed03
Updated German
Translated missing word.
2017-12-03 12:50:36 +01:00
tibbi 36a390a96b make mPreview null at destroying MainActivity 2017-12-02 18:02:27 +01:00
tibbi b94d7305ea make mActivity nullable to avoid leaking 2017-12-01 14:27:15 +01:00
tibbi 9aa7935590 update commons to 3.0.12 2017-11-30 20:39:51 +01:00
tibbi b5e0761d8c do not use the dynamic theme at the camera screen 2017-11-29 22:37:42 +01:00
tibbi 0b01a79942 update commons, kotlin, gradle 2017-11-29 21:51:05 +01:00
tibbi 29ee9a96c5 update version to 2.6.0 2017-11-21 16:26:08 +01:00
tibbi 0b5159a36b reuse the missing permission strings from Commons 2017-11-21 16:07:33 +01:00
tibbi 9799148e3d adding Leak Canary 2017-11-21 15:58:24 +01:00
tibbi 2bd75568ac move the save folder to the bottom of Settings 2017-11-21 15:54:30 +01:00
tibbi c69f526c4e adding adaptive icons 2017-11-21 15:44:59 +01:00
tibbi 608af14ce9 add a toggle for using english 2017-11-21 15:17:17 +01:00
tibbi 1d2a5d225f properly handle the case when surface is prepared earlier than the camera 2017-11-21 14:52:46 +01:00
tibbi 38785577b9 update Commons, Gradle etc 2017-11-21 13:55:19 +01:00
tibbi b18f0cc4a3 catch exceptions thrown at trying to zoom manually 2017-11-21 13:49:07 +01:00
tibbi 3295e58306 get low quality camcorder, if high quality isnt available 2017-11-21 13:44:31 +01:00
Daria Szatan 1ed80975a7 [Update] Polish app name 2017-11-12 12:58:27 +01:00
tibbi 0e941ffc63 explicitly remove the Fingerprint permission 2017-11-06 17:50:19 +01:00
tibbi 755d0e93bf update version to 2.5.0 2017-11-05 12:08:15 +01:00
tibbi 6247d67f91 fix #78, updating some Japanese strings 2017-11-05 11:54:12 +01:00
tibbi 3d38b071d2 reuse the shared openFile way of opening last media file 2017-11-05 11:48:40 +01:00
tibbi 7320798931 make switching to landscape less sensitive 2017-11-05 11:38:54 +01:00
tibbi 03675f67ea update Commons and target SDk to 26 2017-11-05 11:35:05 +01:00
tibbi 4bd40976f8 fix focusing on some devices 2017-11-05 11:17:07 +01:00
tibbi 7103b447bc do not show an error toast at focus fail either 2017-11-04 23:56:41 +01:00
tibbi 78949bb0a8 catch exceptions thrown by takePicture 2017-11-04 23:49:11 +01:00
tibbi bc2eb5e80d do not show an error toast at startPreview failed 2017-11-04 23:43:37 +01:00
tibbi 8d7c2c5a23 do not report FileNotFoundException at PhotoProcessor 2017-11-04 23:30:33 +01:00
Phoenix1747 97b982c72b
Update strings.xml 2017-10-31 14:47:23 +01:00
Sérgio Marques e3d95873e0 Update strings.xml 2017-10-26 13:36:43 +01:00
ddhash 6e6a933458 Update strings.xml 2017-10-24 12:44:43 -02:00
ddhash 68992edf9c Create strings.xml 2017-10-24 12:37:48 -02:00
ddhash d967137d37 Delete strings.xml 2017-10-24 12:37:25 -02:00
Tibor Kaputa 68e146cbc0 Merge pull request #83 from RyDroid/fr
Improving french translation
2017-10-24 12:22:06 +02:00
Tibor Kaputa 1d58f61c9c Merge pull request #81 from trubitsyn/patch-1
Russian translation update
2017-10-24 12:21:58 +02:00
Nicola Spanti (RyDroid) 4633ea5273 Improving french translation 2017-10-24 00:10:42 +02:00
Nikola Trubitsyn 8e4a868cbd Russian translation update 2017-10-24 00:56:18 +03:00
Nicola Spanti (RyDroid) 391cd93497 Adding some missing XML declarations 2017-10-23 23:49:33 +02:00
tibbi 1b73fffbac update version to 2.4.1 2017-10-22 09:32:42 +02:00
tibbi b6834e2099 add a zoom check before trying to get zoom ratios 2017-10-22 09:31:11 +02:00
tibbi c794145132 update version to 2.4.0 2017-10-21 23:35:46 +02:00
tibbi ec244858ee updating Whats new 2017-10-21 23:31:39 +02:00
tibbi 2f73156679 update build tools to 25.0.3 2017-10-21 23:30:26 +02:00
tibbi c30a161073 add a toggle for disabling photo exif metadata 2017-10-21 23:29:57 +02:00
tibbi 82d93f56d4 attach exif data to images whenever possible 2017-10-21 23:19:05 +02:00
tibbi 1150eee2a6 catch all exceptions when trying to focus some area 2017-10-21 21:46:43 +02:00
tibbi 406236cb2e fix #76, add a toggle for always opening the back camera at startup 2017-10-21 21:37:13 +02:00
tibbi e1528e5416 fix #77, add a toggle for keeping the setting buttons always visible 2017-10-21 21:29:18 +02:00
tibbi dcca4b1250 adding strings for 2 new setting items 2017-10-21 20:41:39 +02:00
tibbi 4541dc6e7d show error toasts in more exception cases 2017-10-21 20:35:35 +02:00
tibbi 15e88a8510 update Commons for easy runtime permissions handling 2017-10-21 20:33:03 +02:00
tibbi 4b9eb1bfd9 adding a launcher black splash activity 2017-10-19 21:52:32 +02:00
tibbi 7c95988cca update kotlin to 1.1.51 2017-10-19 21:50:27 +02:00
tibbi ab81f2235b update commons to 2.30.4 2017-10-19 21:50:16 +02:00
FriederZi bebb627f33 Update strings.xml 2017-10-06 14:36:38 +02:00
tibbi f25fa53ca5 update commons to 2.28.8 2017-09-27 23:28:56 +02:00
Sérgio Marques 0da99f3269 Update strings.xml 2017-09-27 13:46:51 +01:00
tibbi 36a4aeb43e add a couple more resolution aspect ratios 2017-09-26 19:52:26 +02:00
tibbi cb0bb2e68e update version to 2.3.6 2017-09-23 16:54:45 +02:00
tibbi 3cac30436d set the photo exif a bit later after saving 2017-09-23 16:54:39 +02:00
tibbi 84d4c1f779 update commons to 2.28.4 2017-09-23 16:49:16 +02:00
tibbi 485b81fbf9 update kotlin to 1.1.50 2017-09-23 16:48:11 +02:00
tibbi 4262e0c14b catch exceptions thrown at startPreview 2017-09-23 14:34:22 +02:00
tibbi b5f8b9c8f9 update version to 2.3.5 2017-09-21 23:12:56 +02:00
tibbi a68317a13e updating Whats New 2017-09-21 23:12:50 +02:00
tibbi c9537ec2c4 fix #56, add a toggle for enabling front camera photo flipping 2017-09-21 23:02:33 +02:00
tibbi 02978b8375 rotate photos by exif if we are storing them on the internal storage 2017-09-21 22:24:33 +02:00
tibbi 1b01fce15b properly save the file in an uri, if it is provided by a third party intent 2017-09-21 21:04:53 +02:00
tibbi 5c2e2b83b4 improve the handling of third party intents 2017-09-21 20:40:36 +02:00
tibbi 6d9fbc4504 adding Slovak translation 2017-09-21 19:49:02 +02:00
tibbi d854e5d94c updating and removing some strings 2017-09-20 23:52:48 +02:00
tibbi 612a6918b7 couple minor code style and string updates 2017-09-20 23:34:13 +02:00
tibbi 36c0d351fe update commons to 2.28.3 2017-09-20 23:26:21 +02:00
tibbi eb6b5c143d add some camera null checks at autofocusing 2017-09-20 23:22:22 +02:00
tibbi 95c763cd62 ignore lint errors in release build 2017-09-20 23:18:20 +02:00
tibbi 4d46434d05 update kotlin to 1.1.4-3 2017-09-20 23:18:00 +02:00
tibbi 00b2c45abd remove some empty lines 2017-09-19 22:26:54 +02:00
Alexander Schäferdiek 9f32ff8716 update german translations 2017-09-09 14:20:45 +02:00
gregory678 fc881f12a6 Polish translation 2017-08-11 15:51:44 +02:00
Sérgio Marques 60a07b7f7e Update strings.xml 2017-07-19 21:40:15 +01:00
en2sv 001610ba15 Update Swedish translation 2017-07-09 20:19:03 +02:00
tibbi 2fcf55eace update version to 2.3.4 2017-06-22 23:05:02 +02:00
tibbi 710e7d3cf5 avoid rotating images by 0 degrees 2017-06-22 22:54:03 +02:00
tibbi 1c60320f5c catch out of memory error thrown at rotating images before save 2017-06-22 22:50:41 +02:00
tibbi e77f211f07 wrap startpreview in a try/catch block 2017-06-22 22:09:47 +02:00
tibbi 0d5fd22921 start checking device orientation only after permissions were granted 2017-06-22 22:04:52 +02:00
tibbi 97e72417fa schedule autofocusing at app launch 2017-06-22 22:00:33 +02:00
tibbi 64aec3cf4f wrap autofocusing in a try/catch block 2017-06-22 21:55:59 +02:00
tibbi 3734ece6bf update commons to 2.21.11 2017-06-22 21:20:27 +02:00
tibbi 3d07ffd748 adding rounded launcher icons 2017-06-22 21:17:38 +02:00
tibbi 99421833c3 remove the mdpi resources 2017-06-22 21:16:18 +02:00
tibbi 9aeb993c08 catch exceptions thrown at rotating views 2017-06-17 12:25:31 +02:00
tibbi 3a32f69ad2 update version to 2.3.3 2017-06-17 08:16:12 +02:00
tibbi 0667437d42 update commons to 2.20.2 2017-06-16 23:15:48 +02:00
tibbi 048dbffd03 let the user know if the photo wasnt saved because he quit too early 2017-06-16 21:52:55 +02:00
tibbi 811cfbf668 move getSelectedResolution inside the camera null check 2017-06-16 21:19:59 +02:00
tibbi b7615013aa stop orientation checking if the activity is destroyed 2017-06-16 21:17:51 +02:00
tibbi 7acdcd60e6 fix some issues with camera stucking at focus stage 2017-06-16 21:01:03 +02:00
Sérgio Marques 7911229b2b Create strings.xml 2017-06-14 22:23:53 +01:00
tibbi 11d1465c11 update version to 2.3.2 2017-06-14 22:42:09 +02:00
tibbi 0fadd3d6be update commons and kotlin 2017-06-14 22:41:14 +02:00
tibbi 5968fd0242 add proguard rules for keeping line numbers 2017-06-14 22:37:41 +02:00
Nikola Trubitsyn ebd53d94e8 Fix #57 2017-06-14 21:02:25 +03:00
Sérgio Marques 0c59b166a0 Update strings.xml 2017-05-10 22:14:03 +01:00
sebastian05067 f9f0b7c447 Update strings.xml
08-05-17
2017-05-08 11:46:12 -05:00
tibbi fd7abed3b1 update version to 2.3.1 2017-05-07 22:44:09 +02:00
tibbi ed3bdfe5dd keep autofocusing every 3 secs only we are in photo mode, or not recording 2017-05-07 22:42:46 +02:00
tibbi fea59c3d2a update release notes and version to 2.3.0 2017-05-07 16:05:51 +02:00
tibbi 69beac2f55 focus the middle of the screen if no other place was clicked 2017-05-07 16:05:29 +02:00
tibbi 5115739a96 show the bottom buttons on resume only if we have the permissions already 2017-05-07 15:58:00 +02:00
tibbi 520a2b160e do not allow clicking bottom buttons if they are invisible 2017-05-07 15:53:03 +02:00
tibbi aa4cf933c6 make sure the bottom buttons are visible after resume or camera toggle 2017-05-07 15:48:42 +02:00
tibbi e56e1f15d1 reinit the static variables at app launch 2017-05-07 15:39:15 +02:00
tibbi e721f43274 update kotlin to 1.1.2-3 2017-05-07 15:35:26 +02:00
tibbi 8f33f47542 move the top right buttons closer to the side 2017-05-07 15:31:38 +02:00
tibbi e93da71d3e fix video rotation 2017-05-07 15:22:16 +02:00
tibbi 01b3f5e952 show a hint about resuming photo preview with a click 2017-05-07 13:13:07 +02:00
tibbi 1ed076a8f7 show the captured photo until a click if selected so 2017-05-07 12:47:46 +02:00
tibbi 605a2a96f0 fix #52, allow using the volume buttons as shutter 2017-05-07 12:25:42 +02:00
tibbi 62ab418c86 add an option to use volume buttons as shutter 2017-05-07 12:22:27 +02:00
tibbi d59577512f try refocusing the selected area every 3 secs 2017-05-07 12:09:26 +02:00
tibbi ca1cb05b93 update some Focus before capture translations 2017-05-07 11:56:33 +02:00
tibbi c608407fc1 implement the "Focus before capture" functionality 2017-05-07 11:55:17 +02:00
tibbi 6ffea6c542 update commons to 2.17.2 2017-05-06 13:16:39 +02:00
tibbi e0f4cf4688 add a setting for Focus before Capture 2017-05-06 13:12:06 +02:00
tibbi 91d827512d update version to 2.2.1 2017-05-05 11:41:02 +02:00
tibbi 7eeba29a8c make parameters and camera nullable at autoflash 2017-05-05 11:39:13 +02:00
tibbi d02df3bd4d make the preview at orientation change listener nullable 2017-05-05 11:37:47 +02:00
tibbi c1ea435343 make sure the camera is not null when setting up the preview after measuring 2017-05-05 11:33:12 +02:00
tibbi 28bb406d42 pass the config parameter to ChangeResolutionDialog 2017-05-05 11:27:26 +02:00
tibbi 4e3d8ae9ac use the activity config at showing resolution picker 2017-05-05 11:15:34 +02:00
tibbi 9b27d22bf3 allow creating new folders at selecting the save folder 2017-05-05 11:11:36 +02:00
tibbi 1fe72e79cb recheck the button state after granting record audio permission 2017-05-05 11:09:53 +02:00
Nikola Trubitsyn 0a2e5dd20e Complete Russian translation 2017-04-19 20:22:27 +03:00
Tibor Kaputa bbe85988fc remove some translated release notes 2017-04-12 09:18:46 +02:00
Joseph Lewis a032b8052e Reformat Dutch Translation 2017-04-12 15:39:35 +10:00
Joseph Lewis 56341db70d Added missing Dutch string 2017-04-12 14:58:07 +10:00
Joseph Lewis 3cf7f6f1ae Added Dutch (nl) localisation 2017-04-12 14:47:46 +10:00
tibbi dbe57707e9 update version to 2.2.0 2017-04-07 21:36:06 +02:00
tibbi 26f0a46ce9 make sure we rotate the final photo properly 2017-04-07 21:35:23 +02:00
tibbi b45b4cf4a3 use the orientation event listener for checking device orientation 2017-04-07 21:16:37 +02:00
tibbi 3239d37bab update commons and gradle 2017-04-07 21:05:54 +02:00
tibbi 3bfde4d4a3 make mOrientation a local variable 2017-04-01 22:17:07 +02:00
tibbi 824ad221df check device orientation less frequently 2017-04-01 22:09:54 +02:00
tibbi 019afe0d5b update version to 2.1.1 2017-03-30 22:06:09 +02:00
tibbi 98957391c5 adding another null check 2017-03-30 22:05:30 +02:00
tibbi 7cf1b38578 add a null check 2017-03-30 22:04:03 +02:00
tibbi baf6c36bcd fix a crash at getting -1th element of an array 2017-03-30 22:02:25 +02:00
Rodrigo c1838de77b Update strings.xml 2017-03-28 17:28:06 -03:00
tibbi 1064ffd0ee adding a brazil portuguese file 2017-03-28 20:28:45 +02:00
Tibor Kaputa ffc89a8970 make sure the flash is not on Torch mode when toggling to auto 2017-03-27 09:44:18 +02:00
tibbi 965bdffd1c updating version to 2.1.0 2017-03-26 18:46:41 +02:00
tibbi 99d7e11cfe updating release notes 2017-03-26 18:45:26 +02:00
tibbi 273f583f0a use a bit lower resolution icons 2017-03-26 18:43:18 +02:00
tibbi f2b8b1ed32 do not allow automatic flash in video mode 2017-03-26 18:29:15 +02:00
tibbi 604c5b9e76 fix #26, add automatic flash 2017-03-26 18:24:51 +02:00
tibbi 10549b4542 add icons for automatic flash 2017-03-26 17:58:26 +02:00
tibbi fc4bd98e68 reinitialize the recorder if the device rotation changes while not recording 2017-03-26 17:28:22 +02:00
tibbi 10282d36ba remove the hardcoded rotation degree 2017-03-26 15:07:52 +02:00
tibbi 8c0e0af270 move the permission checking things into a separate function 2017-03-26 15:05:14 +02:00
tibbi e44e1ccdbf rename the photo video toggling functions 2017-03-26 14:41:58 +02:00
tibbi fa9eb58012 move camera init into a standalone function 2017-03-26 12:11:22 +02:00
tibbi f62f5314f6 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Camera 2017-03-26 12:05:52 +02:00
tibbi 9cca79877b fix some video rotation checks 2017-03-26 12:05:38 +02:00
Sérgio Marques f2e7bb6b9d Portuguese update 2017-03-25 23:47:49 +00:00
tibbi 0bead6f1fb fix toggling toggle camera visibility 2017-03-25 18:37:08 +01:00
tibbi ba979443ad show the Toggle Camera button only if the user has multiple cameras 2017-03-25 18:23:07 +01:00
tibbi 726ab0acd2 fix #17, improve photo saving rotation 2017-03-25 17:59:25 +01:00
tibbi b8928f3137 update version to 2.0.1 2017-03-23 18:10:06 +01:00
tibbi 60c6544c16 flip some conditions 2017-03-23 18:09:41 +01:00
tibbi f2cf12437c update version to 2.0.0 2017-03-22 20:23:31 +01:00
tibbi ded93e2d34 add the moved resolution picker in release notes 2017-03-22 20:23:03 +01:00
tibbi 586890b5e9 try filling the screen with the default back camera photo resolution 2017-03-22 20:12:57 +01:00
Tibor Kaputa e84ab36c79 add more bottom margin to bottom buttons 2017-03-22 11:06:54 +01:00
tibbi c013f85ce5 show the aspect ratio at the resolutions dialog too 2017-03-21 23:24:31 +01:00
tibbi af72725ad7 close the resolution picker dialog after changing a resolution 2017-03-21 23:05:23 +01:00
tibbi 0fe47acc4e move the aspect ratio check in a Size extension 2017-03-21 23:00:24 +01:00
tibbi 60f2cf9e1a append the megapixels to the resolution 2017-03-21 22:50:22 +01:00
tibbi 5a04995b77 use the apps color on the focus rect 2017-03-21 22:39:25 +01:00
tibbi e309221b76 fix saving videos on SD cards 2017-03-21 22:02:50 +01:00
tibbi 658977953b change the way we calculate the navigation bar height 2017-03-21 21:53:46 +01:00
tibbi be0f949b19 recheck preview size on toggling photo/video mode 2017-03-21 21:37:36 +01:00
tibbi 4a13d766f0 recheck the previews aspect ratio on resolution change 2017-03-21 21:23:15 +01:00
tibbi c8af745297 let the Preview handle the changeResolutionDialog 2017-03-21 20:43:40 +01:00
tibbi af58be70dd removing a local variablec cpHigh 2017-03-21 20:38:49 +01:00
tibbi 89e41d1fac take pictures and videos in the selected resolution 2017-03-21 20:37:23 +01:00
tibbi d01a3ca636 setup proper preview size 2017-03-21 20:19:07 +01:00
Sérgio Marques 34fce5d6a8 Portuguese update 2017-03-21 16:00:53 +00:00
tibbi d7b105f065 properly store the selected resolution index in db 2017-03-21 00:04:17 +01:00
tibbi 4938da8d0d update the dialog with the selected resolution 2017-03-21 00:01:26 +01:00
tibbi 7ead59dad4 tweak the resolution picker dialog 2017-03-20 23:58:53 +01:00
tibbi ba173944f7 fill in the values at resolution pickers 2017-03-20 23:23:30 +01:00
tibbi cee0ada35f send the Camera object to the ChangeResolutionDialog 2017-03-20 23:01:28 +01:00
tibbi 0afb2d57a8 create a dialog for changing resolutions 2017-03-20 21:02:20 +01:00
tibbi 74863e3149 create the default values for resolution indexes 2017-03-20 20:45:23 +01:00
tibbi 1ea95c709b add a button for setting the photo/video resolution 2017-03-20 20:41:36 +01:00
tibbi f043d6df65 remove the resolution setters from Settings 2017-03-20 20:30:08 +01:00
tibbi 2e43f53af2 sort camera preview sizes differently 2017-03-20 19:48:37 +01:00
tibbi 0eed22d749 minor update 2017-03-20 19:13:32 +01:00
tibbi 207bb44eed misc tweaks here and there 2017-03-19 23:30:54 +01:00
tibbi 9a6a4ffe9e removing the Utils class 2017-03-19 22:10:52 +01:00
tibbi 0cfebacd01 couple more updates of the Preview class 2017-03-19 21:36:45 +01:00
tibbi 1095ed56e5 convert Preview to kotlin 2017-03-19 21:21:21 +01:00
tibbi 9576aa0f51 disable RTL support for now 2017-03-19 21:07:15 +01:00
tibbi c653345ff7 removing some mipmap icons 2017-03-19 21:02:19 +01:00
tibbi 8c793112e6 move the icons into the drawables folder + some renames 2017-03-19 21:02:02 +01:00
tibbi 9f5d6ea75e reuse some resources from the Commons library 2017-03-19 20:51:43 +01:00
tibbi 81ff55f9c9 use just one version of spanish and portugal 2017-03-19 19:59:06 +01:00
tibbi 382a39cfea add some settings for resolutions 2017-03-19 19:13:43 +01:00
tibbi 7ea48812a2 add some new resolution related strings and 2 more spanish languages 2017-03-19 19:08:25 +01:00
tibbi cf667f8760 setup the color customization button 2017-03-19 18:45:20 +01:00
tibbi e29717da20 remove the previous weird way of setting photo/video resolution 2017-03-19 18:43:51 +01:00
tibbi 7fadf48b4f make sure the selected save path exists and its a directory 2017-03-19 17:48:49 +01:00
tibbi f40d7f6f7c fix setting the photo save folder 2017-03-19 17:43:56 +01:00
tibbi 862295fbba add the Whats new dialog 2017-03-19 13:19:21 +01:00
tibbi 0efa54ee6c use the shared About and License activities 2017-03-19 13:16:37 +01:00
tibbi 367da03d02 update the Settings screen 2017-03-19 13:10:32 +01:00
tibbi 1ef1bbe176 add an initial version of the Commons library 2017-03-19 13:01:08 +01:00
tibbi c05dcff4e6 update kotlin, gradle and a couple libs 2017-03-19 12:20:31 +01:00
tibbi 223befe536 update the signing constants 2017-03-19 12:18:04 +01:00
tibbi cdbe4ed0c1 remove the alternative string locations 2017-01-12 18:17:55 +01:00
Taras 57ab65037d update Russian 2017-01-12 14:45:10 +03:00
tibbi 5d7527f38e ading French translation 2017-01-05 22:57:55 +01:00
Stefan a720458c4c Update strings.xml 2017-01-03 23:39:19 +01:00
tibbi c378952700 updating app descriptions 2016-12-18 18:40:48 +01:00
tibbi 2b23e3aa08 update version to 1.32 2016-12-18 18:36:13 +01:00
tibbi 27e88f9fb1 tweak the crashfix a bit 2016-12-18 18:36:07 +01:00
tibbi 824685258e fix a crash at closing the app right after taking a photo 2016-12-18 18:33:23 +01:00
tibbi 5409038007 update filepicker to 1.6.1 2016-12-18 18:09:34 +01:00
tibbi 93ec82df00 have flash on permanently even in photo mode, if set so 2016-12-18 18:04:47 +01:00
Sérgio Marques 10683d7dc8 Portuguese update 2016-12-13 21:57:07 +00:00
tibbi e85389281b add some links to more strings 2016-12-11 11:03:51 +01:00
Sérgio Marques a82e581110 Portuguese update 2016-12-05 22:09:46 +00:00
tibbi 92f87e2740 escape some apostrophes 2016-12-03 11:03:10 +01:00
Sérgio Marques 41539a53fb Portuguese update 2016-12-02 23:27:52 +00:00
naofum da427f443c Updated Japanese 2016-11-30 23:12:27 +09:00
tibbi f319f42cbf add Spanish app description 2016-11-29 18:13:50 +01:00
tibbi 4cd239604b lets support RTL languages 2016-11-27 12:14:39 +01:00
tibbi 3e8515b6e8 update version to 1.31 2016-11-24 21:15:30 +01:00
tibbi d9577f859e update filepicker to 1.5.4 2016-11-24 21:14:36 +01:00
tibbi f8f2125d53 add the google play strings into strings.xml 2016-11-24 21:11:14 +01:00
tibbi e8cb8d1464 move some more code in utils 2016-11-24 21:03:45 +01:00
tibbi 0223867412 move some helper functions in Utils 2016-11-24 20:57:51 +01:00
tibbi f48334ea2d show a preview of captured image only if set so 2016-11-24 20:49:56 +01:00
tibbi dd650a34b5 store config in a variable 2016-11-24 19:06:14 +01:00
tibbi 987cf48467 add a toggle for showing photo preview after capturing 2016-11-24 18:56:15 +01:00
tibbi b7e0285aa4 move preview resuming to a separate function 2016-11-24 18:35:16 +01:00
Tibor Kaputa 69c269d7c6 always use the max possible preview in video 2016-11-24 14:35:08 +01:00
tibbi e68384100a added Spanish translation 2016-11-21 18:17:04 +01:00
tibbi 001240c03f update version to 1.30 2016-11-20 21:22:44 +01:00
tibbi bebc02dee5 fix storing max video resolution 2016-11-20 21:20:54 +01:00
tibbi 15a68dabd6 update version to 1.29 2016-11-20 18:55:22 +01:00
tibbi e35f849548 fixing some startup crashes 2016-11-20 18:55:14 +01:00
tibbi 679103f810 add Glide license 2016-11-20 18:45:56 +01:00
tibbi fa67c5dc88 use Glide for displaying last photo preview 2016-11-20 18:41:51 +01:00
tibbi 4261f38417 adding kotlin license 2016-11-20 18:29:54 +01:00
tibbi 811e9b19d5 remove the no longer needed write storage images 2016-11-17 09:57:06 +01:00
Sérgio Marques 465eef59ca Portuguese update 2016-11-16 23:26:44 +00:00
tibbi edc88dca58 update version to 1.28 2016-11-16 00:08:47 +01:00
tibbi 8ed58d6899 add filepicker license 2016-11-16 00:05:50 +01:00
tibbi 8f120d1a86 remove Butterknife 2016-11-16 00:03:20 +01:00
tibbi b2869fc6ba convert Constants to kotlin 2016-11-15 23:59:56 +01:00
tibbi 924f3585ce move Utils to the proper folder 2016-11-15 23:53:36 +01:00
tibbi 79055ebc3e move PhotoProcessor to proper folder 2016-11-15 23:48:10 +01:00
tibbi 900f12634e convert MainActivity to kotlin 2016-11-15 23:47:06 +01:00
tibbi c50608aa27 convert HardwareShutterReceiver to kotlin 2016-11-15 23:05:44 +01:00
tibbi f34b9c7e9f move FocusRectView in proper folder 2016-11-15 22:41:11 +01:00
tibbi 8b1b6ae413 convert FocusRectView to kotlin 2016-11-15 22:40:21 +01:00
tibbi e4c4504c71 convert config to kotlin 2016-11-15 22:35:06 +01:00
tibbi 6c83203bbb convert AboutActivity to kotlin 2016-11-15 22:29:32 +01:00
tibbi 3f90e2e325 convert LicenseActivity to kotlin 2016-11-15 22:28:31 +01:00
tibbi e9fca9e7dd convert SimpleActivity to kotlin 2016-11-15 22:27:38 +01:00
tibbi 0dab91be56 fix #31, never allow phone sleep while on the main screen 2016-11-15 22:23:03 +01:00
tibbi c8266491be remove some testing related things 2016-11-15 21:00:52 +01:00
tibbi f2b6eb4c74 use the write permissions dialog which comes with the filepicker 2016-11-15 20:59:01 +01:00
tibbi a3f466b762 add some right margin to save photo folder 2016-11-15 20:38:17 +01:00
tibbi 5e93e4225a get use of some filepicker extensions 2016-11-15 20:36:31 +01:00
tibbi 60d46d2f56 update filepicker to 1.4.2 2016-11-15 20:27:44 +01:00
tibbi 0934331fe7 minor style fix 2016-11-15 20:22:47 +01:00
tibbi 7bc73b48a4 disable rtl support 2016-11-15 20:22:33 +01:00
Sérgio Marques 889c61b728 Update strings.xml 2016-11-13 18:10:40 +00:00
Tibor Kaputa 63251fbb2e Merge pull request #29 from smarquespt/master
Portuguese update
2016-11-13 17:37:41 +01:00
tibbi b14df432b1 updating the lt translation 2016-11-12 21:51:00 +01:00
techwebpd 5ff67eb5e2 lithuanian translation 2016-11-11 23:51:38 +02:00
Sérgio Marques 65cbc6dc32 Portuguese update 2016-11-09 23:40:59 +00:00
tibbi 027d0545a8 update version to 27 (1.27) 2016-11-07 23:51:14 +01:00