| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-10-25 | Cleanup. | Ralf Kistner | 1 | -21/+2 | |
| 2021-10-25 | ScanOptions and ScanContract. | Ralf Kistner | 2 | -96/+69 | |
| 2021-10-25 | minSdkVersion 19. Multidex and desugaring. | Ralf Kistner | 1 | -5/+2 | |
| 2020-01-07 | Camera permission behaviour (#505) | Andre Ippisch | 2 | -2/+16 | |
| * Remove unused else * Remove SDK version check since we are on minimum 24 already * Add intent key about missing camera permission * Add boolean value to show error dialog - always true for the beginning to keep current behaviour * Make displaying an error dialog for missing camera permissions optional * Add intent extras for Intent initialisation * Initialise camera permission dialog visibility from Intent * Add original intent to IntentResult * Use original intent in IntentResult * Make onRequestPermissionResult public again * Forward onRequestPermissionResult * React on Intent information - for example on the missing camera permission * Revert "Remove SDK version check since we are on minimum 24 already" This reverts commit 8f79f56a * Add missing imports | |||||
| 2019-11-17 | some code cleanup | Hannes Achleitner | 5 | -19/+12 | |
| 2019-10-17 | Let visibility of "laser scanner" be set (#503) | Andre Ippisch | 2 | -0/+6 | |
| * Add laser visibility attribute * Add laser visibility attribute usage to sample project - set to true to stick with the current behavior - included for didactic reasons * Add laser visibility attribute to ViewfinderView and set it accordingly * Draw "laser scanner" only if wanted * Let laser visibility be changed programmatically * Add sample code to show how laser visibility can be changed programmatically | |||||
| 2018-11-02 | Switch to androidx. | Ralf Kistner | 5 | -17/+19 | |
| 2018-11-02 | Add AboutLibaries to the sample app. | Ralf Kistner | 3 | -0/+14 | |
| 2018-11-02 | Merge branch 'master' of github.com:journeyapps/zxing-android-embedded | Ralf Kistner | 1 | -0/+1 | |
| 2018-11-02 | Remove redundant call; set random color on every launch in sample. | Ralf Kistner | 1 | -1/+3 | |
| 2018-11-02 | Merge branch 'change-mask-color-programmatically' of ↵ | Ralf Kistner | 1 | -0/+13 | |
| https://github.com/amadeu01/zxing-android-embedded into amadeu01-change-mask-color-programmatically | |||||
| 2018-11-02 | Merge pull request #383 from CaramelHeaven/feature/update_sample | Ralf Kistner | 1 | -0/+1 | |
| Updated sample | |||||
| 2018-11-02 | More updates and fixes. | Ralf Kistner | 3 | -4/+0 | |
| 2018-10-16 | Added support for programmatically change ViewfinderView mask color | Amadeu Cavalcante | 1 | -0/+13 | |
| 2018-03-30 | Updated sample | CaramelHeaven | 1 | -0/+1 | |
| 2018-03-04 | Make it easier to specify barcode formats. | Ralf Kistner | 3 | -0/+24 | |
| 2018-03-04 | Cleanup. | Ralf Kistner | 1 | -0/+6 | |
| 2018-03-04 | Merge pull request #327 from alpbak/master | Ralf Kistner | 1 | -1/+7 | |
| Added a mixed scan mode to scan inverted and normal barcodes at the same time. | |||||
| 2018-03-04 | Make requestCode non-static. | Ralf Kistner | 1 | -16/+14 | |
| 2018-03-04 | Merge branch 'master' of github.com:journeyapps/zxing-android-embedded | Ralf Kistner | 3 | -0/+25 | |
| 2018-03-04 | Fix some lint issues. | Ralf Kistner | 1 | -1/+1 | |
| 2017-09-15 | Revert "Added a mixed scan mode to enable scanning inverted and normal barcodes" | alpbak | 1 | -3/+0 | |
| This reverts commit cf4c0dce50e56de1ac17869182621af50c009cac. # Conflicts: # sample/src/main/java/example/zxing/MainActivity.java # zxing-android-embedded/src/com/google/zxing/client/android/Intents.java # zxing-android-embedded/src/com/journeyapps/barcodescanner/DecoratedBarcodeView.java # zxing-android-embedded/src/com/journeyapps/barcodescanner/DefaultDecoderFactory.java | |||||
| 2017-09-15 | Revert "Added a mixed scan mode to enable scanning inverted and normal barcodes" | alpbak | 2 | -7/+3 | |
| This reverts commit cf4c0dce50e56de1ac17869182621af50c009cac. | |||||
| 2017-09-15 | Added a mixed scan mode to enable scanning inverted and normal barcodes | alpbak | 1 | -2/+2 | |
| 2017-09-14 | Added a mixed scan mode to enable scanning inverted and normal barcodes | alpbak | 2 | -0/+13 | |
| 2017-04-01 | Redefine the default activity request code for using switch statement. | nlv | 3 | -0/+25 | |
| Add a construct function to set customized activity request code. | |||||
| 2017-03-20 | Add tabbed scanner example. | Ralf Kistner | 8 | -113/+164 | |
| 2017-03-20 | Close camera before finishing Activity. | Ralf Kistner | 6 | -0/+241 | |
| 2017-03-12 | Squashed commit of the following: | Ralf Kistner | 1 | -1/+1 | |
| commit 01acef10132802b22e104c411122c2790673afdc Author: Ralf Kistner <ralf@journeyapps.com> Date: Sun Mar 12 13:08:09 2017 +0200 Try again. commit 4c0605282d13df59c856fd64945d096d5789f227 Author: Ralf Kistner <ralf@journeyapps.com> Date: Sun Mar 12 13:01:58 2017 +0200 Show lint output on build failure. commit e9af0670c8b2e07a4bd2418042b0487e97fb9389 Author: Ralf Kistner <ralf@journeyapps.com> Date: Sun Mar 12 12:50:11 2017 +0200 Handle missing local.properties file. commit e3976102e7342d3008c7b88cb3f75397397e3d95 Author: Ralf Kistner <ralf@journeyapps.com> Date: Sun Mar 12 12:36:47 2017 +0200 Update SDK components installed on Travis. commit e50952cc89cc83720e146838debf6a22bb1d9c2a Author: Ralf Kistner <ralf@journeyapps.com> Date: Sun Mar 12 12:28:18 2017 +0200 More tool upgrades. * Gradle 3.4.1 * Android Gra dle plugin 2.3.0 * Remove android-sdk-manager (no longer required). * Ignore lint for translation issues in sample apps. | |||||
| 2016-11-03 | Added support for inverted scans. | Leighton, Michael | 2 | -0/+13 | |
| 2016-10-16 | Simplify BeepManager. Beep based on media volume only. | Ralf Kistner | 1 | -2/+13 | |
| 2016-09-04 | Fixed deprecation | Alec Bickerton | 2 | -2/+4 | |
| 2016-07-04 | removes unnecessary new lines | Servus7 | 2 | -2/+0 | |
| 2016-06-05 | Merge branch 'next-cleanup' | Ralf Kistner | 8 | -22/+20 | |
| 2016-05-11 | create a new constructor to finish the barcode scan on predefined finish time. | Lucas Daniel | 3 | -0/+13 | |
| 2016-03-29 | Rename CompoundBarcodeView -> DecoratedBarcodeView. | Ralf Kistner | 8 | -22/+20 | |
| 2016-02-06 | Improve sample with margin for older devices. | Ralf Kistner | 1 | -3/+7 | |
| 2016-02-06 | Merge branch 'master' into refactor-preview-scaling | Ralf Kistner | 1 | -1/+1 | |
| 2016-02-06 | Save torch state. | Ralf Kistner | 1 | -1/+1 | |
| 2016-02-05 | Default to using TextureView for direct usage of BarcodeView. | Ralf Kistner | 1 | -1/+1 | |
| 2016-02-05 | Allow specifying scaling strategies from the XML; add fitXY strategy. | Ralf Kistner | 1 | -1/+2 | |
| 2015-12-29 | Update sample with texture view. | Ralf Kistner | 2 | -8/+9 | |
| 2015-12-29 | Merge branch 'surface-texture' | Ralf Kistner | 6 | -0/+71 | |
| 2015-12-29 | Upgrade build tools and add initial runtime permission support. | Ralf Kistner | 1 | -0/+1 | |
| 2015-10-26 | Default to SurfaceView; make useTextureView configurable. | Ralf Kistner | 1 | -1/+2 | |
| 2015-10-26 | Fix centering of texture preview. | Ralf Kistner | 1 | -1/+4 | |
| 2015-10-23 | Experimental SurfaceTexture support. | Ralf Kistner | 6 | -0/+67 | |
| 2015-10-18 | Move framing rectangle logic to CameraPreview. | Ralf Kistner | 2 | -10/+9 | |
| 2015-10-08 | [Issue #87] Changing size of framing rectangle in BarcodeView. | Hanuk Lee and Sunho Yang | 1 | -1/+4 | |
| override calculateFramingRect method to make rectangle as a given size. change parameters of initialize method so that we can set the values in the layout xml(custom_barcode_scanner.xml). | |||||
| 2015-08-16 | Use windowTranslucentStatus in toolbar sample. | Ralf Kistner | 3 | -7/+22 | |
