Details
-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3 Beta
-
Fix Version/s: BridgeIt 1.0.2
-
Component/s: Containers
-
Labels:None
-
Environment:ICEmobile
Description
Currently the scanned QR code value is stored in a hidden field and requires server-side processing to be displayed or used. In some cases it would be preferable to display the QR code immediately in the browser.
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.4 Beta [ 10874 ] | |
Fix Version/s | Bridge-it 1.0 [ 11172 ] |
Ted Goddard
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36601 | Mon Jul 08 13:36:13 MDT 2013 | ted.goddard | QR scan sent locally to browser ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/ViewController.m
MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterfaceViewController.h MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.m MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Shared/QRScanner.mm |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36602 | Mon Jul 08 13:37:23 MDT 2013 | ted.goddard | QR scan sent locally to browser ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/core/src/main/java/org/icemobile/component/IDevice.java
MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/DeviceCoreRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36603 | Mon Jul 08 13:37:31 MDT 2013 | ted.goddard | QR scan sent locally to browser ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/DeviceTag.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36604 | Mon Jul 08 13:37:39 MDT 2013 | ted.goddard | QR scan sent locally to browser ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/video/VideoCapture.java
MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/microphone/Microphone.java MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/scan/Scan.java MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/camera/Camera.java MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38280 | Wed Sep 25 11:48:51 MDT 2013 | ted.goddard | iOS 7 barcodes supporting QR code and UPC ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.m
ADD /icemobile/trunk/icemobile/client/ios/icemobile/Shared/AVScanViewController.m ADD /icemobile/trunk/icemobile/client/ios/icemobile/Shared/AVScanViewController.xib ADD /icemobile/trunk/icemobile/client/ios/icemobile/Shared/AVScanViewController.h |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38281 | Wed Sep 25 15:10:48 MDT 2013 | ted.goddard | iOS 7 barcodes supporting QR code and UPC ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.m
MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Shared/AVScanViewController.m MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Shared/AVScanViewController.xib |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38283 | Wed Sep 25 15:43:23 MDT 2013 | ted.goddard | setup QR camera view in viewDidAppear to resize properly on iPad ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/Shared/AVScanViewController.m
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38320 | Mon Sep 30 16:23:52 MDT 2013 | ted.goddard | using iOS 7 for barcode scanning in place of ZXing ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.m
MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX.xcodeproj/project.pbxproj MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile.xcodeproj/project.pbxproj MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.h MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Container/MainViewController.mm MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Container/MainViewController.h |
Ted Goddard
made changes -
Fix Version/s | BridgeIt 1.0.2 [ 11378 ] | |
Fix Version/s | 1.4 Beta [ 10874 ] | |
Fix Version/s | Bridge-it 1.0 [ 11172 ] |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
QR code values are returned from ICEmobile-SX via #icemobilesx_name=value. This can be extended to multiple name=value separated by &.
Remaining to be implemented: Spring integration, callback function, thumbnail support.
Thumbnail support is of a slightly different nature since the thumbnail can be implemented with server-side decoding and offline image capture is intended for a future version.