Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 3674 - simplified the barcode scan with native solution #3694

Closed
wants to merge 2 commits into from

Commits on Feb 11, 2023

  1. fix: 3674 - simplified the barcode scan with native solution

    Deleted files:
    * tons of them
    
    New file:
    * `smooth_qr_view.dart`: QR View.
    
    Impacted files:
    * `app_test.dart`: removed reference to specific scanner
    * `basic_test.dart`: removed reference to specific scanner
    * `camera_helper.dart`: removed now useless code
    * `camera_scan_page.dart`: HIGHLY simplified the code with the use of new class `SmoothQRView`
    * `constant_icons.dart`: added a "camera flip" icon
    * `labeler.yml`: removed reference to now removed files
    * `main.dart`: removed reference to specific scanner
    * `main_fdroid.dart`: removed reference to specific scanner
    * `main_google_play.dart`: removed reference to specific scanner
    * `main_ios.dart`: removed reference to specific scanner
    * `pubspec.lock`: wtf
    * `pubspec.yaml`: added `qr_code_scanner`; removed reference to specific camera and specific scanner
    * `scan_page.dart`: simplified the display - camera on top, carousel on bottom
    * `user_preferences_dev_mode.dart`: removed reference to camera post frame callback duration and scan area settings
    * `user_preferences_settings.dart`: removed reference to file/byte camera mode computation setting
    monsieurtanuki committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    f2faf95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f41af View commit details
    Browse the repository at this point in the history