MCPcopy Create free account

hub / github.com/BarcodeEye/BarcodeEye / types & classes

Types & classes59 in github.com/BarcodeEye/BarcodeEye

ClassAmazonInfoRetriever
@author Sean Owen
src/com/github/barcodeeye/scan/result/supplement/AmazonInfoRetriever.java:38
ClassAmbientLightManager
Detects ambient light and switches on the front light when very dark, and off again when sufficiently light. @author Sean Owen @author Nikolaus Huber
src/com/github/barcodeeye/migrated/AmbientLightManager.java:33
ClassAppInfo
src/com/google/zxing/client/android/share/AppInfo.java:21
ClassAppPickerActivity
src/com/google/zxing/client/android/share/AppPickerActivity.java:27
ClassAutoFocusManager
src/com/google/zxing/client/android/camera/AutoFocusManager.java:29
ClassAutoFocusTask
src/com/google/zxing/client/android/camera/AutoFocusManager.java:91
ClassBaseGlassActivity
src/com/github/barcodeeye/BaseGlassActivity.java:14
ClassBeepManager
Manages beeps and vibrations for {@link CaptureActivity}.
src/com/github/barcodeeye/migrated/BeepManager.java:34
ClassBookResultInfoRetriever
@author Kamil Kaczmarczyk @author Sean Owen
src/com/github/barcodeeye/scan/result/supplement/BookResultInfoRetriever.java:39
ClassBookmarkAdapter
A custom adapter designed to fetch bookmarks from a cursor. Before Honeycomb we used SimpleCursorAdapter, but it assumes the existence of an _id colum
src/com/google/zxing/client/android/share/BookmarkAdapter.java:38
ClassBookmarkPickerActivity
This class is only needed because I can't successfully send an ACTION_PICK intent to com.android.browser.BrowserBookmarksPage. It can go away if that
src/com/google/zxing/client/android/share/BookmarkPickerActivity.java:34
ClassCameraConfigurationManager
A class which deals with reading, parsing, and setting the camera parameters which are used to configure the camera hardware.
src/com/google/zxing/client/android/camera/CameraConfigurationManager.java:35
ClassCameraManager
This object wraps the Camera service object and expects to be the only one talking to it. The implementation encapsulates the steps needed to take pre
src/com/google/zxing/client/android/camera/CameraManager.java:38
ClassCaptureActivity
This activity opens the camera and does the actual scanning on a background thread. It draws a viewfinder to help the user place the barcode correctly
src/com/github/barcodeeye/scan/CaptureActivity.java:63
ClassCaptureActivityHandler
This class handles all the messaging which comprises the state machine for capture. @author dswitkin@google.com (Daniel Switkin)
src/com/github/barcodeeye/scan/CaptureActivityHandler.java:46
ClassCardPresenter
src/com/github/barcodeeye/scan/api/CardPresenter.java:19
ClassCardScrollViewAdapter
src/com/github/barcodeeye/scan/ResultsActivity.java:81
ClassClipboardInterface
src/com/google/zxing/client/android/clipboard/ClipboardInterface.java:24
ClassContactEncoder
Implementations encode according to some scheme for encoding contact information, like VCard or MECARD. @author Sean Owen
src/com/google/zxing/client/android/encode/ContactEncoder.java:28
EnumContentType
src/com/github/barcodeeye/migrated/HttpHelper.java:49
ClassDBHelper
@author Sean Owen
src/com/google/zxing/client/android/history/DBHelper.java:26
ClassDecodeFormatManager
src/com/github/barcodeeye/migrated/DecodeFormatManager.java:30
ClassDecodeHandler
src/com/github/barcodeeye/scan/DecodeHandler.java:38
ClassDecodeHintManager
@author Lachezar Dobrev
src/com/github/barcodeeye/migrated/DecodeHintManager.java:34
ClassDecodeThread
This thread does all the heavy lifting of decoding the images. @author dswitkin@google.com (Daniel Switkin)
src/com/github/barcodeeye/scan/DecodeThread.java:40
ClassFinishListener
Simple listener used to exit the app in a few cases. @author Sean Owen
src/com/github/barcodeeye/migrated/FinishListener.java:27
InterfaceFormatter
Encapsulates some simple formatting logic, to aid refactoring in {@link ContactEncoder}. @author Sean Owen
src/com/google/zxing/client/android/encode/Formatter.java:24
ClassHistoryItem
src/com/google/zxing/client/android/history/HistoryItem.java:21
ClassHistoryItemAdapter
src/com/google/zxing/client/android/history/HistoryItemAdapter.java:32
ClassHttpHelper
Utility methods for retrieving content over HTTP using the more-supported {@code java.net} classes in Android.
src/com/github/barcodeeye/migrated/HttpHelper.java:37
ClassImageManager
src/com/github/barcodeeye/image/ImageManager.java:14
ClassInactivityAsyncTask
src/com/github/barcodeeye/migrated/InactivityTimer.java:102
ClassInactivityTimer
Finishes an activity after a period of inactivity if the device is on battery power.
src/com/github/barcodeeye/migrated/InactivityTimer.java:29
ClassIntents
This class provides the constants to use when sending an Intent to Barcode Scanner. These strings are effectively API and cannot be changed. @author
src/com/github/barcodeeye/migrated/Intents.java:23
ClassIsbnResultProcessor
src/com/github/barcodeeye/scan/result/internal/IsbnResultProcessor.java:17
ClassLaunchActivity
src/com/github/barcodeeye/LaunchActivity.java:11
ClassLoadPackagesAsyncTask
Loads a list of packages installed on the device asynchronously. @author Sean Owen
src/com/google/zxing/client/android/share/LoadPackagesAsyncTask.java:41
ClassLocaleManager
Handles any locale-specific logic for the client. @author Sean Owen
src/com/github/barcodeeye/migrated/LocaleManager.java:31
ClassMECARDContactEncoder
Encodes contact information according to the MECARD format. @author Sean Owen
src/com/google/zxing/client/android/encode/MECARDContactEncoder.java:28
EnumNetworkType
src/com/google/zxing/client/android/wifi/NetworkType.java:19
ClassOpenCameraInterface
src/com/google/zxing/client/android/camera/open/OpenCameraInterface.java:19
ClassPowerStatusReceiver
src/com/github/barcodeeye/migrated/InactivityTimer.java:86
ClassPreviewCallback
src/com/google/zxing/client/android/camera/PreviewCallback.java:25
ClassProductResultInfoRetriever
<p>Retrieves product information from Google Product search.</p> <p><strong>Please do not reuse this code.</strong> Using results in this way require
src/com/github/barcodeeye/scan/result/supplement/ProductResultInfoRetriever.java:40
ClassProductResultProcessor
src/com/github/barcodeeye/scan/result/internal/ProductResultProcessor.java:17
ClassResultProcessor
@author javier.romero
src/com/github/barcodeeye/scan/result/ResultProcessor.java:17
ClassResultProcessorFactory
src/com/github/barcodeeye/scan/result/ResultProcessorFactory.java:17
ClassResultsActivity
src/com/github/barcodeeye/scan/ResultsActivity.java:23
ClassScan
src/com/github/barcodeeye/migrated/Intents.java:27
EnumState
src/com/github/barcodeeye/scan/CaptureActivityHandler.java:56
ClassSupplementalInfoRetriever
src/com/github/barcodeeye/scan/result/supplement/SupplementalInfoRetriever.java:39
ClassTextResultProcessor
src/com/github/barcodeeye/scan/result/internal/TextResultProcessor.java:15
ClassTitleRetriever
Retrieves the title of a web page as supplemental info. @author Sean Owen
src/com/github/barcodeeye/scan/result/supplement/TitleRetriever.java:33
ClassURIResultInfoRetriever
src/com/github/barcodeeye/scan/result/supplement/URIResultInfoRetriever.java:30
ClassUriResultProcessor
src/com/github/barcodeeye/scan/result/internal/UriResultProcessor.java:15
ClassVCardContactEncoder
Encodes contact information according to the vCard format. @author Sean Owen
src/com/google/zxing/client/android/encode/VCardContactEncoder.java:28
ClassViewfinderResultPointCallback
src/com/github/barcodeeye/scan/ui/ViewfinderView.java:193
ClassViewfinderView
This view is overlaid on top of the camera preview. It adds the viewfinder rectangle and partial transparency outside it, as well as the laser scanner
src/com/github/barcodeeye/scan/ui/ViewfinderView.java:41
ClassWifiConfigManager
@author Vikram Aggarwal @author Sean Owen
src/com/google/zxing/client/android/wifi/WifiConfigManager.java:32