summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importMichael Bestas2018-08-054-1/+4
| | | | Change-Id: Ida258f058b4dbbef2a2c1eb23841c860a60db3dd
* Automatic translation importMichael Bestas2018-07-155-0/+5
| | | | Change-Id: I03d42607110343494568ea885213d5bcf8183eff
* Automatic translation importMichael Bestas2018-07-0923-35/+56
| | | | Change-Id: I7a151cdfabe03a419d4bffdf99623341fde53c3e
* Snap: turn developer category title into a translatable stringAndreas Blaesius2018-06-242-1/+2
| | | | Change-Id: Id543286b1b823adccbab0fabdea1c8df8703f2ad
* Automatic translation importMichael Bestas2018-06-1810-13/+72
| | | | Change-Id: I6a1acb7e6a82886302bf7ff6ead370f1c488de76
* SnapdragonCamera: Panorama, replace border drawabledarkobas2018-06-0514-9/+15
| | | | Change-Id: Ic86c7146f53b96e70259fd6da81050277ebda23b
* Snap: remove unused shutter buttonsAndreas Blaesius2018-06-05168-144/+0
| | | | Change-Id: Id913626bbccc6fd245ed9f46374389ca7eca3c30
* Automatic translation importMichael Bestas2018-06-036-0/+28
| | | | Change-Id: Icbc929bcfcd53c0428ae750a842da9b55af8d135
* SnapdragonCamera: Change static nature for persist flagSuman Mukherjee2018-05-193-12/+17
| | | | | | | | Issue: Due to static declaration of flip flags, flip effect is not getting reflected until the application will get stopped. Change-Id: If47653a365c840ce262fe9c270472cf41e7dbdba Fix: In place of static, use flip flags as normal variable.
* Snap: Check for ACCESS_FINE_LOCATION instead of ACCESS_COARSE_LOCATIONArne Coucheron2018-05-184-9/+9
| | | | | | | | ACCESS_FINE_LOCATION is now required for GPS location feature to work. | LocationManager: java.lang.SecurityException: "gps" location provider requires ACCESS_FINE_LOCATION permission. Change-Id: I6b2f11bdab719cb9fc74a67a8e91ad558269d579
* Automatic translation importMichael Bestas2018-05-0814-5/+309
| | | | Change-Id: Idbd5e7346116695f315422d15a963e002daa764a
* Fix snapshot failed with logical camerazhuw2018-04-221-0/+3
| | | | | | if ZSl is enabled , use takeZSLpicture and return Change-Id: I501b40218daef5a5f2847426df00ab18743ee63f
* Add ui toast for bokehzhuw2018-04-223-0/+120
| | | | | | add ui toast change for bokeh Change-Id: I51598fbe80dd979159cbe9aadeaea26169026d4d
* Automatic translation importMichael Bestas2018-04-201-0/+5
| | | | Change-Id: I36de335c3a828aef86a96d1f2269e9faacd892bc
* Automatic translation importMichael Bestas2018-04-0116-11/+348
| | | | Change-Id: I073530821adf513680e486921a2ab733a2c77df0
* Snap: Configure focus ring preview dimensionsEthan Chen2018-03-162-1/+2
| | | | Change-Id: I49d7f28fb2f731e18c73b9d944882f9f8a4fb5c2
* Snap: Add support for focus distanceSteve Kondik2018-03-175-3/+127
| | | | | | * Hook up available metadata to the new focus manager. Change-Id: I793df67a2682d8bb2dee994193111227dd8c8d5a
* Drop new focus indicator into Camera2.Paul Rohde2018-03-1738-340/+2156
| | | | | | | * Create a new custom focus view that interacts with physical lens diopter changes. * Replace all occurances of the old focus indicator with the new one. Change-Id: Ia02646ce4d1eb059ecb8a1dfccc15dfc9c167e1b
* Snap: fix copy and paste failcodeworkx2018-03-121-1/+1
| | | | | | https://github.com/LineageOS/android_packages_apps_Snap/commit/70dbc05d00a5e6011f532d029c50bfb4a17a2e57 Change-Id: I9bee85c9a454dad074fec688974cc84b629cd62d
* Snap: add missing null check on isCamera2Supportedcodeworkx2018-03-111-12/+16
| | | | Change-Id: I61c04c7cb8d344573ab7fb11f7114f09aaf24fb7
* Snap: don't try to set up cameras with ids greater than MAX_NUM_CAMcodeworkx2018-03-111-1/+11
| | | | | | * fixes ArrayIndexOutOfBoundsException on setUpCameraOutputs Change-Id: I1565576b604bdcebea85d65f3c7a2b332292ed2d
* Automatic translation importMichael Bestas2018-03-0914-1/+250
| | | | Change-Id: Iedec8fcf539447ddf15f8d56f7993dad2f1762b7
* Do not crash if we don't have support for RAW filesAndreas Schneider2018-03-061-1/+3
| | | | Change-Id: I179e2a430b6ea790d6b4a68b124944e09f4b1715
* Automatic translation importMichael Bestas2018-02-2546-172/+514
| | | | Change-Id: If8e111c42a4920e6388ab2fed8870f8202f0a336
* Automatic translation importMichael Bestas2018-02-22427-15749/+90386
| | | | Change-Id: Ib8cf31736c2799fd0c58c459508c8f65624422b4
* Snap: Fix "Convert "save best" dialog text to a quantity string"Michael Bestas2018-02-221-2/+2
| | | | | | * Fixes I0f0a91fa3cd1abe17c9d3eef453c4ed706a6fb25 Change-Id: Ib4f2aa3854127ffd96bfa744987adfd65fa306fe
* Snap: Convert "save best" dialog text to a quantity stringMichael W2018-02-212-5/+15
| | | | | | | | | * Saving 1 vs saving several can be a different string in other languages (e.g. German: "1 von 10 Bildern wird gespeichert[...]" vs "2 von 10 Bildern werden gespeichert[...]") * Also fixes a missing "be" in the source string ("will _be_ deleted") Change-Id: I0f0a91fa3cd1abe17c9d3eef453c4ed706a6fb25
* Snap: adaptive iconAsher Simonds2018-02-1417-1/+21
| | | | | Change-Id: I22760394096e4b4259fb4a1755f26bb58b1b3141 Signed-off-by: Joey <joey@lineageos.org>
* Snap: Minor string fixstaging/lineage-15.1Michael W2018-02-051-1/+1
| | | | Change-Id: I165c2668bf2726b1c183702bbc568e52b3f451b2
* Snap: Port all string improvements from cm-14.1Michael Bestas2018-02-043-712/+697
| | | | | | * This is a mess Change-Id: I91b46d2e54c78f55b31fa8b45156d74ca05e8027
* Snap: Update pano and video icons to be more like photo iconsPaul Keith2018-01-299-20/+20
| | | | | | | * Put the colored ring on the _outside_ of the shutter * While we're at it, cleanup naming and usage of color resources Change-Id: I4f344fa272374d043f2b83dba7248e263fab8bf0
* Snap: Add missing thumbnails for filter modesSebastian Haderecker2018-01-297-6/+6
| | | | | | | | | | | | Added: Washed Vintage warm Vintage cold Point green Point blue Point red-yellow Change-Id: Ib5f6781347ad7cf99eb50e4e6be0446624219981
* Snap: update shutter buttons on CaptureUIcodeworkx2018-01-2713-104/+7
| | | | | | https://review.lineageos.org/#/c/200740/ Change-Id: I674de05dfb46fb714979ac66c16a85825af13c95
* Snap: Rebrand to org.lineageos.snapMichael Bestas2018-01-272-1/+3
| | | | Change-Id: I8c4d0ba2f558163d8a98137242c01166d63bd3b6
* QuickReader: Match switch icon size and fill color with other iconsArne Coucheron2018-01-271-4/+4
| | | | Change-Id: I9bfa84ed1ea188470cb9a58c5d59cf8a6b270215
* Revert "Snap: Bring back original shutter icons and animation"Paul Keith2018-01-2733-74/+144
| | | | | | | | No reason to do use caf ones This reverts commit a465e3a0cf7a81c7cb9a0e80cbfa7527e7d7de77. Change-Id: I611351ddfa0b24087cc58466dcba95ab4999d1bd
* Snap: add QReader to module switchJoey Rizzoli2018-01-274-4/+44
| | | | | Change-Id: I7cc33c7ebc6de35d19979a9a70f198029e46d88f Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* QuickReader: initial commitJoey Rizzoli2018-01-2723-0/+1042
| | | | | | | libs from me.dm7.barcodescanner:zxing:1.9.0 maven cache Change-Id: Ib97b7e54d8e28cd6f637e452eb41045052cae3dc Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Snap: check tags before using themcodeworkx2018-01-272-1/+7
| | | | | | | MessageQueue-JNI: java.lang.IllegalArgumentException: Could not find tag for key 'org.codeaurora.qcamera3.saturation.use_saturation') Change-Id: Ia42c67552f9d4574e5f86af2ac5aea853198d0ed
* Snap: Rip out hdr-need-1x optionPaul Keith2018-01-277-74/+1
| | | | | | | | | | * This breaks HDR on every device that has this param, because this makes the camera HAL return *1* e*x*tra frame at 0 exposure, and since Snap doesn't know what to do with this extra frame, it erroneously saves it as a second picture on device storage * Remove this option entirely to make HDR great again Change-Id: I8ef4072eb030f4ab6e608a0da268274a3dc58e34
* Removed littlemock dependency and cleanupPaul Duffin2018-01-271-2/+0
| | | | | | | | | | | The tests_camera classes are legacy tests that have not been built for nearly 4 years. This removes those classes and removes the littlemock and dexmaker dependencies that are no longer needed. Bug: 32912773 Test: build, install and run using am instrument Change-Id: I623d52fd5471f75622c2175061467ad5519dad13
* Snap: Update HDR iconsArne Coucheron2018-01-273-16/+29
| | | | | | | Current ones are so small, I can hardly see them. These new ones are bigger and looks more in line with the rest of the icons. Change-Id: Idaeec67a78d66105a375f09b6701a49dce43fd22
* Snap: Bring back original shutter icons and animationArne Coucheron2018-01-2733-144/+74
| | | | Change-Id: I843ba306053ea7f14fbf805c8633c02a854f84df
* Snap: Fix panorama layoutArne Coucheron2018-01-274-10/+40
| | | | | | Loosely based on old cyngn patches. Change-Id: I7fdb6ba82243f2f28e8ea655f83f0339d49de5ad
* Snap: Fix warning in Blend.cppArne Coucheron2018-01-271-1/+1
| | | | Change-Id: I32fdaf8f21f3d9edb31d6945be04bcaaa10d5b7e
* Snap: Arrange video menu so it's similar to photo menuArne Coucheron2018-01-271-7/+7
| | | | Change-Id: I3bd89db44663594871a992e6856f55fef8a70c85
* Snap: Remove "help screen on first start" featureArne Coucheron2018-01-2713-658/+6
| | | | | | | | | | | | | | | | | | | | Revert "SnapdragonCamera: Add help menu to camera2" This reverts commit 0dbfdffc9994a17e60c57b17c3cc5743cc75e155. Change-Id: Icb4e4bbc2b7883fa232483615a18d3197b2577bd Revert "SnapdragonCamera: Move help menu string to ressource" This reverts commit 901130273dbfc753ef883941a4e93b50056177e4. Change-Id: I82815ee7ef80985c88315c40d6b222f688fd6b75 Revert "SnapdragonCamera: Adding help screen on first start" This reverts commit 666692bf730a1c46210cc74781a56afb4b6fcf28. Change-Id: I8f2ee58c263537c3a02248aa344516f5321de13f
* Snap: Fix filter mode button after disabling HDR modeArne Coucheron2018-01-271-1/+4
| | | | Change-Id: I24953691c020727900a8cd944e60c27a24ff62c9
* Snap: Fix swipe right to open menuArne Coucheron2018-01-271-3/+10
| | | | Change-Id: I74b9230e7c63813b3e8b716acf66b10c835f12b5
* Snap: Don't close slide out menu after selecting scene modeArne Coucheron2018-01-271-1/+0
| | | | | | Keep consistent with how filter mode menu behaves. Change-Id: If53bdca075bf97e1f2ad3b8a3f494dcb720026dc