Commit graph

61 commits

Author SHA1 Message Date
rpechayr f13443cac8 [iphone] zyntax modified (actually cleaner now, so it is building with recent versions of clang
git-svn-id: https://zxing.googlecode.com/svn/trunk@2100 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-30 16:06:57 +00:00
smparkes@smparkes.net 274dd52968 add new files used by the datamatrix decoder; closes Issue 1040
git-svn-id: https://zxing.googlecode.com/svn/trunk@1994 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-28 17:49:47 +00:00
smparkes@smparkes.net a71d01c4a3 minor xcode cleanup
git-svn-id: https://zxing.googlecode.com/svn/trunk@1980 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-19 12:59:03 +00:00
smparkes@smparkes.net e65b139447 add new files to xcode project file
git-svn-id: https://zxing.googlecode.com/svn/trunk@1967 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-13 15:22:16 +00:00
smparkes@smparkes.net 3bd4e1e903 trying to cleanup/stabalize the xcode settings, remove a few deprectations, and plug some small leaks
git-svn-id: https://zxing.googlecode.com/svn/trunk@1957 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-11 19:46:52 +00:00
smparkes@smparkes.net 57c61ae22d fix file modes
git-svn-id: https://zxing.googlecode.com/svn/trunk@1955 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-09 19:25:17 +00:00
smparkes@smparkes.net 3a180d077e add i386 arch for simulator pre-xc4.2
git-svn-id: https://zxing.googlecode.com/svn/trunk@1954 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-09 18:55:59 +00:00
smparkes@smparkes.net f2e3fdc5e3 add armv6 arch and remove redundant build settings
git-svn-id: https://zxing.googlecode.com/svn/trunk@1924 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-20 22:02:45 +00:00
smparkes@smparkes.net 8491949707 remove llvm overrides
git-svn-id: https://zxing.googlecode.com/svn/trunk@1922 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-20 18:04:15 +00:00
smparkes@smparkes.net 229b8fd408 correct torch setting
git-svn-id: https://zxing.googlecode.com/svn/trunk@1889 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-08-18 15:03:35 +00:00
smparkes@smparkes.net afe03407b1 Fix leak in ZXingWidgetController. Fixes Issue 935.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1879 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-08-08 14:47:01 +00:00
smparkes@smparkes.net 806a2508e5 xcode project cleanup
git-svn-id: https://zxing.googlecode.com/svn/trunk@1877 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-08-08 14:39:37 +00:00
gln@google.com 0740925b0d Add ISBNResultParser.h, missed in the last commit.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1876 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-08-02 17:53:04 +00:00
gln@google.com c9d8400936 Add email, smtp, and isbn result parsers.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1872 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-08-01 21:30:04 +00:00
gln@google.com 20f18f6301 Add default.pbxuser to ZXingWidget so tests build. Remove no-longer-needed DoCoMoResultParser.m (moved to ArrayAndStringCategories.m).
git-svn-id: https://zxing.googlecode.com/svn/trunk@1871 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-08-01 18:09:12 +00:00
gln@google.com 711e746900 Add unit tests. Add VCardResultParser. Refactor DoCoMoResultParser.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1869 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-07-29 22:24:06 +00:00
gln@google.com 13fcdc4ffa Add Bizcard result parser to zxing widget.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1861 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-07-19 22:54:19 +00:00
gln@google.com fdb0c30497 iPhone address book imporovements: Make BusinessCardParsedResult more like Java version. Add AddressBookAUParser. Add more fields to MeCardParser. Fix order of parsers in UniversalResultParser.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1860 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-07-15 20:32:27 +00:00
gln@google.com 1314542b1d Add product parsed result and result parser for iPhone
git-svn-id: https://zxing.googlecode.com/svn/trunk@1859 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-07-14 21:59:34 +00:00
gln@google.com 2cbef6043b Add CBarcodeFormat.* to ZXingWidget project
git-svn-id: https://zxing.googlecode.com/svn/trunk@1857 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-07-13 19:08:47 +00:00
gln@google.com 8b0ca11c98 Add CBarcodeFormat (which mirrors BarcodeFormat, but is in Obj-C). Pass it to all ResultParsers.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1856 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-07-13 18:10:33 +00:00
srowen 3b9dccf95f Issue 903 logic error for setting torch
git-svn-id: https://zxing.googlecode.com/svn/trunk@1853 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-07-12 10:11:56 +00:00
smparkes@smparkes.net 91b55eb5e5 don't NSLog normal decode failures unless compiled with DEBUG
git-svn-id: https://zxing.googlecode.com/svn/trunk@1849 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-07-08 22:50:07 +00:00
smparkes@smparkes.net 4a545af746 add a distribution configuration (a copy of release)
git-svn-id: https://zxing.googlecode.com/svn/trunk@1846 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-07-01 17:59:30 +00:00
smparkes@smparkes.net 00c833d3c2 remove iphone project references for files not (yet) in the tree
git-svn-id: https://zxing.googlecode.com/svn/trunk@1808 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-06-02 14:17:31 +00:00
rpechayr 2f8acfd250 [ios/ZXingWidget] update to make ZxingWidget more acceptable on iPad 2
git-svn-id: https://zxing.googlecode.com/svn/trunk@1806 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-06-01 18:17:37 +00:00
smparkes@smparkes.net 8092a77e07 xc4 tweaks
git-svn-id: https://zxing.googlecode.com/svn/trunk@1750 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-28 18:43:34 +00:00
smparkes@smparkes.net 8922f5ff2a cleanup memory issues in decoder/decoder result; a few xcode4 svn tweaks
git-svn-id: https://zxing.googlecode.com/svn/trunk@1741 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-13 19:47:41 +00:00
rpechayr 55e3c2418c [iphone] fixed minor memory leaks
git-svn-id: https://zxing.googlecode.com/svn/trunk@1727 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-03-16 15:57:43 +00:00
rpechayr 13403613bc [iphone/ZxingWidget] widget now respects statusBarHidden or not instaed or always displaying it when controller is dismissed
git-svn-id: https://zxing.googlecode.com/svn/trunk@1726 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-03-16 08:25:50 +00:00
rpechayr 10262e8bf1 [iphone] torch patch from iss746. Also added ability to change text in OverlayView
git-svn-id: https://zxing.googlecode.com/svn/trunk@1725 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-03-16 08:11:20 +00:00
srowen 1b72e86760 User fix for Issue 726
git-svn-id: https://zxing.googlecode.com/svn/trunk@1719 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-02-21 18:24:53 +00:00
rpechayr b9d867c4aa [iphone/Barcodes/ZWingWidget] added ORG and TITLE tag support in Me card ResultParser. This is a bit ahead of the java version
git-svn-id: https://zxing.googlecode.com/svn/trunk@1709 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-01-27 16:45:25 +00:00
smparkes@smparkes.net e72c2ab85f iphone build tweaks: adds some error flags, fixes errors, and removes llvm as the compiler
git-svn-id: https://zxing.googlecode.com/svn/trunk@1695 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-01-06 01:46:15 +00:00
rpechayr 79381116c1 [iphone/ZXingWidget] added support for non standard ORG attribute in MECARD format
git-svn-id: https://zxing.googlecode.com/svn/trunk@1694 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-12-30 12:56:08 +00:00
rpechayr b54780cc5b [iphone/ZXingWidget] minor changes. Some syntax changed to make the code build with clang
git-svn-id: https://zxing.googlecode.com/svn/trunk@1690 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-12-22 17:33:00 +00:00
rpechayr 29dce2a397 [iphone/ZXingWidget] ZXingWidget alignment with what is used in Barcodes. This was not committed before by mistake.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1665 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-11-20 18:16:53 +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 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 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 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 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