This repository was archived by the owner on Jan 12, 2019. It is now read-only.
  
  
  - 
                Notifications
    You must be signed in to change notification settings 
- Fork 378
feature: scan_progress #73
          
     Open
      
      
            m-schmoock
  wants to merge
  12
  commits into
  card-io:master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
COCUSAG:feature/scan_progress
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
  
     Open
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            12 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      f510eac
              
                feat: scan_progress variable
              
              
                m-schmoock 0b9a566
              
                chore: set submodule tracking feature branch
              
              
                m-schmoock bdca783
              
                chore: added new scan progress states
              
              
                m-schmoock 2270499
              
                fix: pass scan progress back to java
              
              
                m-schmoock d0dcb02
              
                feat: scan result
              
              
                m-schmoock 665c95b
              
                fix: update compare scan_progress
              
              
                 f09caf0
              
                feat: autofocus once after SCAN_PROGRESS_HSEG
              
              
                m-schmoock 734f258
              
                feat: color based on progress
              
              
                m-schmoock fdd9ce0
              
                fix: update progress when no card was detected
              
              
                m-schmoock d91c6ee
              
                chore: set dmz reference for feature/scan_progress
              
              
                m-schmoock e0b1376
              
                chore: fix code style a tiny bit
              
              
                m-schmoock da8f0b7
              
                refactor: not apply progress color to the guide
              
              
                m-schmoock File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
  Submodule card.io-dmz
    updated
      
        4 files
      
      
          
    | +7 −0 | scan/frame.cpp | |
| +14 −0 | scan/frame.h | |
| +18 −9 | scan/scan.cpp | |
| +1 −0 | scan/scan.h | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this removed? Is it unused?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, nowhere in it is was used or referenced. I just removed it because I stumbled upon it. I think the iOS part has a variable like this. Maybe it got obsolete somewhere due to refactorization.