summaryrefslogtreecommitdiffstats
path: root/quickReader/src
Commit message (Collapse)AuthorAgeFilesLines
* Snap: quickreader: Don't allow insecure actionsMichael W2020-04-151-4/+18
| | | | | | | | | * In order to not allow any app to start in the background or website to be opened, do not allow click actions on quickreader when the device is locked Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/1747 Change-Id: I75486dfb4468405356172c6da51abfca733ec541
* Snap: Allow quickreader to work with secure deviceMichael W2019-11-091-0/+13
| | | | | | | | | | | * Mimic the behaviour from CameraActivity to allow using the quickreader activity with locked screen * Pass the value if mSecureCamera as SECURE_CAMERA_EXTRA flag to get knowledge if the WindowManager flags have to be modified * Also tested: Scanning an url doesn't allow bypassing the lockscreen, so it's only the reader itself which will work with a locked device Change-Id: Ia9da7b712f5e5aab32a49d272e3d42651dee412d
* QuickReader: initial commitJoey Rizzoli2019-10-252-0/+559
libs from me.dm7.barcodescanner:zxing:1.9.0 maven cache Change-Id: Ib97b7e54d8e28cd6f637e452eb41045052cae3dc Signed-off-by: Joey Rizzoli <joey@lineageos.org>