Commit graph

79 commits

Author SHA1 Message Date
rpechayr 0481ca04ac [iphone] updated README to clearly list the iOS framework to include in a project using ZXingWidget
git-svn-id: https://zxing.googlecode.com/svn/trunk@1647 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-11-14 15:59:48 +00:00
rpechayr ec506e27be [iphone] Moved original iPhone project into legacy directory
git-svn-id: https://zxing.googlecode.com/svn/trunk@1646 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-11-14 15:56:00 +00:00
rpechayr 60bca1b22c [iphone] issue 606 fixed. 1 click build problem with ScanTest seems fixed. Base SDK is now temporarly 4.2 which I can change if people are having problem with this. Seems like issue 606 was due to some obscurely corrupted project config file
git-svn-id: https://zxing.googlecode.com/svn/trunk@1638 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-11-09 10:23:23 +00:00
smparkes@smparkes.net 77b2b199d5 fix typos
git-svn-id: https://zxing.googlecode.com/svn/trunk@1627 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-10-22 15:25:12 +00:00
smparkes@smparkes.net c19eb95cfc add preview layer before starting capture
git-svn-id: https://zxing.googlecode.com/svn/trunk@1580 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-09-09 15:10:50 +00:00
smparkes@smparkes.net ba2bb1c171 git/svn ignore build artifacts
git-svn-id: https://zxing.googlecode.com/svn/trunk@1571 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-31 17:36:28 +00:00
smparkes@smparkes.net a4a88a0083 git/svn ignores for build artifacts/personal xcode settings
git-svn-id: https://zxing.googlecode.com/svn/trunk@1559 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-25 16:10:25 +00:00
smparkes@smparkes.net 439ff92bd9 Issue 479
Note, the audio no longer plays. I'm pretty sure this is because the widget is dismissed immediately
and the sound is released before it is played. I'm thinkng audio feedback should be done by the caller.


git-svn-id: https://zxing.googlecode.com/svn/trunk@1546 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-17 21:18:56 +00:00
smparkes@smparkes.net d09cad7863 fix log to reflect reality
git-svn-id: https://zxing.googlecode.com/svn/trunk@1538 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-16 20:54:15 +00:00
rpechayr d4765a6afd [iphone] temporary fix because still not valid for app store. ScanTest now builds and run ad decodes QRCode. Does not work yet on iPhone 4. Next step is to completely change ZXingWidget to make it use AVFoundation
git-svn-id: https://zxing.googlecode.com/svn/trunk@1516 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-09 04:46:06 +00:00
rpechayr 211b24a454 [iphone][ScanTest] updated after update of ZingWidgetController
git-svn-id: https://zxing.googlecode.com/svn/trunk@1449 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-19 16:58:19 +00:00
rpechayr 32bbefc1d2 [iphone][ZXingWidgetController] delegate API changed to conform to standard delagate APIs, bug fixed regarding status bar displaying upon success of scanning
git-svn-id: https://zxing.googlecode.com/svn/trunk@1448 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-19 16:57:05 +00:00
rpechayr b8453900ed [iphone] updated README to clearly advise to make .mm files whenever including files from ZXing
git-svn-id: https://zxing.googlecode.com/svn/trunk@1444 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-17 18:16:53 +00:00
rpechayr 9e5e997e96 [iphone] updated README
git-svn-id: https://zxing.googlecode.com/svn/trunk@1434 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-15 22:10:23 +00:00
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 7cceeec2f8 [iphone][ScanTest] now builds again. Had some minor small problems
git-svn-id: https://zxing.googlecode.com/svn/trunk@1415 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-06 13:34:02 +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 a7081d7d00 [iphone] updated README to include exportList ..
git-svn-id: https://zxing.googlecode.com/svn/trunk@1409 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-02 19:15:03 +00:00
rpechayr a9c9ab8c09 [iphone] README added with steps to include ZXingWidget into your project
git-svn-id: https://zxing.googlecode.com/svn/trunk@1408 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-02 19:09:03 +00:00
rpechayr e99e231c23 [iphone] BarCodes partially fixed. Now builds with warnings. Unit Test are not fixed yet
git-svn-id: https://zxing.googlecode.com/svn/trunk@1405 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-01 06:48:27 +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 d2cf37af74 Added README to Barcodes original iphone project
git-svn-id: https://zxing.googlecode.com/svn/trunk@1388 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-22 09:39:33 +00:00
rpechayr 8e3615881c [iphone]Original iPhone project moved into dedicated subfolders iphone/Barcodes
git-svn-id: https://zxing.googlecode.com/svn/trunk@1387 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-22 09:35:27 +00:00
rpechayr c125dea97a [iphone] ScanTest was not displaying results on my device
git-svn-id: https://zxing.googlecode.com/svn/trunk@1386 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-22 09:17: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
rpechayr 56dca92d2d [iphone] scanTest project now automatically references and builds ZXingWidget project
git-svn-id: https://zxing.googlecode.com/svn/trunk@1384 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-22 07:19:37 +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 8673bff046 use the export list to get the decoder working
git-svn-id: https://zxing.googlecode.com/svn/trunk@1359 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-13 14:11:50 +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 f337066fcc removed personal project files. Shouldn't be checked in
git-svn-id: https://zxing.googlecode.com/svn/trunk@1357 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-13 01:28:38 +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 d5cd0e1901 the very simple test app that calls the ZXingWidget
git-svn-id: https://zxing.googlecode.com/svn/trunk@1354 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-12 18:24:18 +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
dmaclach 0ab1caee3e Fixes to get zxing compatible back to OS 3.0 as proposed by David Oster.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1349 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-10 17:44:49 +00:00
dmaclach 52e6d56a63 Added David Phillip Oster's fixes for compiling and getting the Barcodes app to scan for barcodes.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1343 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-07 17:10:06 +00:00
dmaclach 715eecb593 Tightened up a few more build settings in Xcode.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1335 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-04 21:57:40 +00:00
dmaclach 505af10197 Cleaned up the iPhone code so that it compiles with the 3.1.2 SDK. Also tightened up warnings and cleaned up the C++ code that violated the warnings.
Fixed up some memory issues.



git-svn-id: https://zxing.googlecode.com/svn/trunk@1334 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-04 21:44:53 +00:00
thomas.recloux 4b865c1339 Include DataMatrix CPP files in order to link
git-svn-id: https://zxing.googlecode.com/svn/trunk@1248 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-03-20 09:29:03 +00:00
warcholuke 7f877dc5d7 Missing MultiFormatReader bug fix
git-svn-id: https://zxing.googlecode.com/svn/trunk@1208 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-02-14 08:09:51 +00:00
warcholuke 3f6ba8771a QRcodeReader changed to MultiFormatReader (qrcode and one-d code detection)
git-svn-id: https://zxing.googlecode.com/svn/trunk@1197 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-02-02 20:40:12 +00:00
thomas.recloux fe87c689bc Adapt iPhone App with Cpp refactoring
git-svn-id: https://zxing.googlecode.com/svn/trunk@1136 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-06 09:29:32 +00:00
srowen 14b2850f92 Issue 224, remove Christian's info since it seems to prevent the build from working for developers?
git-svn-id: https://zxing.googlecode.com/svn/trunk@1033 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-08-12 09:15:52 +00:00