Commit graph

16 commits

Author SHA1 Message Date
rpechayr 6ede7ed564 [iphone] now decoders need to be injected into ZXingWidgetController to enhance performance when only a few readers are needed. One exc bad access bug solved. A few minor bugs remain in ScanTest. 1st status bar does not reappear when success of scan. this one should be easy to fix. 2nd ScanTest does not display the results when scan success for the first time, but only second time. This second bug is strange
git-svn-id: https://zxing.googlecode.com/svn/trunk@1432 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-15 22:01:04 +00:00
rpechayr 52907d46ad [iphone] [ZXingWidget] removed llvm dependency for device. Now seems to build
git-svn-id: https://zxing.googlecode.com/svn/trunk@1414 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-06 13:15:13 +00:00
rpechayr bde9762bdc [iphone] ZXingWidget minor fix so that it just builds without any problem
git-svn-id: https://zxing.googlecode.com/svn/trunk@1413 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-06 12:58:04 +00:00
rpechayr cfd495a61a [iphone] added known issues in README when including ZXingWidget into your project, Modified ZXingWidgetController so that it know hosts a UIImagePickerController instead of SubClassing it. Please let me know if anything is broken
git-svn-id: https://zxing.googlecode.com/svn/trunk@1412 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-06 12:42:31 +00:00
rpechayr 0fb17b7e79 [iphone] all memory leaks fixed. A number of minor bugs corrected
git-svn-id: https://zxing.googlecode.com/svn/trunk@1397 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-30 11:40:09 +00:00
rpechayr dc8f256848 [iphone] Memory leak fixed. Widget does not crash anymore after a few seconds. No more memory warning either
git-svn-id: https://zxing.googlecode.com/svn/trunk@1396 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-29 11:31:41 +00:00
rpechayr d7b26bc831 [iphone]Reorganized ZXingWidget with directories for categories of source files
git-svn-id: https://zxing.googlecode.com/svn/trunk@1385 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-22 07:37:46 +00:00
srowen@gmail.com 1fa644f157 Fixes from Konstantin
git-svn-id: https://zxing.googlecode.com/svn/trunk@1377 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-20 13:17:39 +00:00
dkavanagh 57feb95498 removed erroneous import
git-svn-id: https://zxing.googlecode.com/svn/trunk@1373 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-19 11:50:49 +00:00
dkavanagh 4b2e92b9c4 Did a special OneD mode for scanning UPC codes and the like. It uses a landscape scan UI with a red line (and green line highlighting the decoded area). Must set it explictly in the ScanTest - where the ZXingWidget is created.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1370 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-19 01:52:38 +00:00
rpechayr 71eda605bc [iPhone] Minor Corrections: ZXingWidgets now also builds on release mode. Typo corrected that made compile error
git-svn-id: https://zxing.googlecode.com/svn/trunk@1362 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-14 17:21:12 +00:00
dkavanagh e8b3606779 Added beep. Settable sound file location via widget property. Client app sets this.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1361 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-13 17:34:36 +00:00
dkavanagh e99dd51de9 call widget delegate after 1 sec delay. this gives ui time to show points and user time to view them.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1360 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-13 16:05:02 +00:00
dkavanagh 4ec4217f4d tweaks to get the decode working
git-svn-id: https://zxing.googlecode.com/svn/trunk@1358 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-13 14:10:18 +00:00
dkavanagh 34c6f3b54e removed my proj files... get generated for each user locally.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1356 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-13 01:24:17 +00:00
dkavanagh 422eae3e81 a scan widget you can include in your iPhone app. Test app coming shortly.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1353 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-12 18:13:27 +00:00