Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BarcodeEye/BarcodeEye
/ types & classes
Types & classes
59 in github.com/BarcodeEye/BarcodeEye
⨍
Functions
263
◇
Types & classes
59
Class
AmazonInfoRetriever
@author Sean Owen
src/com/github/barcodeeye/scan/result/supplement/AmazonInfoRetriever.java:38
Class
AmbientLightManager
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
Class
AppInfo
src/com/google/zxing/client/android/share/AppInfo.java:21
Class
AppPickerActivity
src/com/google/zxing/client/android/share/AppPickerActivity.java:27
Class
AutoFocusManager
src/com/google/zxing/client/android/camera/AutoFocusManager.java:29
Class
AutoFocusTask
src/com/google/zxing/client/android/camera/AutoFocusManager.java:91
Class
BaseGlassActivity
src/com/github/barcodeeye/BaseGlassActivity.java:14
Class
BeepManager
Manages beeps and vibrations for {@link CaptureActivity}.
src/com/github/barcodeeye/migrated/BeepManager.java:34
Class
BookResultInfoRetriever
@author Kamil Kaczmarczyk @author Sean Owen
src/com/github/barcodeeye/scan/result/supplement/BookResultInfoRetriever.java:39
Class
BookmarkAdapter
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
Class
BookmarkPickerActivity
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
Class
CameraConfigurationManager
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
Class
CameraManager
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
Class
CaptureActivity
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
Class
CaptureActivityHandler
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
Class
CardPresenter
src/com/github/barcodeeye/scan/api/CardPresenter.java:19
Class
CardScrollViewAdapter
src/com/github/barcodeeye/scan/ResultsActivity.java:81
Class
ClipboardInterface
src/com/google/zxing/client/android/clipboard/ClipboardInterface.java:24
Class
ContactEncoder
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
Enum
ContentType
src/com/github/barcodeeye/migrated/HttpHelper.java:49
Class
DBHelper
@author Sean Owen
src/com/google/zxing/client/android/history/DBHelper.java:26
Class
DecodeFormatManager
src/com/github/barcodeeye/migrated/DecodeFormatManager.java:30
Class
DecodeHandler
src/com/github/barcodeeye/scan/DecodeHandler.java:38
Class
DecodeHintManager
@author Lachezar Dobrev
src/com/github/barcodeeye/migrated/DecodeHintManager.java:34
Class
DecodeThread
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
Class
FinishListener
Simple listener used to exit the app in a few cases. @author Sean Owen
src/com/github/barcodeeye/migrated/FinishListener.java:27
Interface
Formatter
Encapsulates some simple formatting logic, to aid refactoring in {@link ContactEncoder}. @author Sean Owen
src/com/google/zxing/client/android/encode/Formatter.java:24
Class
HistoryItem
src/com/google/zxing/client/android/history/HistoryItem.java:21
Class
HistoryItemAdapter
src/com/google/zxing/client/android/history/HistoryItemAdapter.java:32
Class
HttpHelper
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
Class
ImageManager
src/com/github/barcodeeye/image/ImageManager.java:14
Class
InactivityAsyncTask
src/com/github/barcodeeye/migrated/InactivityTimer.java:102
Class
InactivityTimer
Finishes an activity after a period of inactivity if the device is on battery power.
src/com/github/barcodeeye/migrated/InactivityTimer.java:29
Class
Intents
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
Class
IsbnResultProcessor
src/com/github/barcodeeye/scan/result/internal/IsbnResultProcessor.java:17
Class
LaunchActivity
src/com/github/barcodeeye/LaunchActivity.java:11
Class
LoadPackagesAsyncTask
Loads a list of packages installed on the device asynchronously. @author Sean Owen
src/com/google/zxing/client/android/share/LoadPackagesAsyncTask.java:41
Class
LocaleManager
Handles any locale-specific logic for the client. @author Sean Owen
src/com/github/barcodeeye/migrated/LocaleManager.java:31
Class
MECARDContactEncoder
Encodes contact information according to the MECARD format. @author Sean Owen
src/com/google/zxing/client/android/encode/MECARDContactEncoder.java:28
Enum
NetworkType
src/com/google/zxing/client/android/wifi/NetworkType.java:19
Class
OpenCameraInterface
src/com/google/zxing/client/android/camera/open/OpenCameraInterface.java:19
Class
PowerStatusReceiver
src/com/github/barcodeeye/migrated/InactivityTimer.java:86
Class
PreviewCallback
src/com/google/zxing/client/android/camera/PreviewCallback.java:25
Class
ProductResultInfoRetriever
<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
Class
ProductResultProcessor
src/com/github/barcodeeye/scan/result/internal/ProductResultProcessor.java:17
Class
ResultProcessor
@author javier.romero
src/com/github/barcodeeye/scan/result/ResultProcessor.java:17
Class
ResultProcessorFactory
src/com/github/barcodeeye/scan/result/ResultProcessorFactory.java:17
Class
ResultsActivity
src/com/github/barcodeeye/scan/ResultsActivity.java:23
Class
Scan
src/com/github/barcodeeye/migrated/Intents.java:27
Enum
State
src/com/github/barcodeeye/scan/CaptureActivityHandler.java:56
Class
SupplementalInfoRetriever
src/com/github/barcodeeye/scan/result/supplement/SupplementalInfoRetriever.java:39
Class
TextResultProcessor
src/com/github/barcodeeye/scan/result/internal/TextResultProcessor.java:15
Class
TitleRetriever
Retrieves the title of a web page as supplemental info. @author Sean Owen
src/com/github/barcodeeye/scan/result/supplement/TitleRetriever.java:33
Class
URIResultInfoRetriever
src/com/github/barcodeeye/scan/result/supplement/URIResultInfoRetriever.java:30
Class
UriResultProcessor
src/com/github/barcodeeye/scan/result/internal/UriResultProcessor.java:15
Class
VCardContactEncoder
Encodes contact information according to the vCard format. @author Sean Owen
src/com/google/zxing/client/android/encode/VCardContactEncoder.java:28
Class
ViewfinderResultPointCallback
src/com/github/barcodeeye/scan/ui/ViewfinderView.java:193
Class
ViewfinderView
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
Class
WifiConfigManager
@author Vikram Aggarwal @author Sean Owen
src/com/google/zxing/client/android/wifi/WifiConfigManager.java:32