zxing/iphone/Classes
christian.brunschen c7949c34d1 Added rudimentary handling of address information. Since we can't really parse
it into the detailed format the iPhone's Address Book API wants, we punt a bit
and instead just break it into multiple pieces, each on a separate line, and
store that as the 'street' part of the 'Home' address for the contact we're
creating. That way, at least the information is captured rather than lost, and
the user can sync it to their computer, copy-and-paste it into the appropriate
fields, and then sync it back to the iPhone. Not idea, but better than 
nothing, which is what we had before.


git-svn-id: https://zxing.googlecode.com/svn/trunk@589 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-09-24 15:38:40 +00:00
..
AddContactAction.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
AddContactAction.m Added rudimentary handling of address information. Since we can't really parse 2008-09-24 15:38:40 +00:00
ArchiveController.h scan archive UI improvements, phase 3 2008-06-24 16:24:36 +00:00
ArchiveController.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
BookmarkDoCoMoResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
BookmarkDoCoMoResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
BusinessCardParsedResult.h Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
BusinessCardParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
CallAction.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
CallAction.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
Database.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
Database.m Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
Decoder.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
Decoder.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
DecoderDelegate.h Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
DecoderViewController.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
DecoderViewController.m Added 'About' screen, localized application name 2008-08-14 11:00:48 +00:00
DecodingView.xib First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
DoCoMoResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
DoCoMoResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
EmailAction.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
EmailAction.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
EmailDoCoMoResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
EmailDoCoMoResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
EmailParsedResult.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
EmailParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
GeoParsedResult.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
GeoParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
GeoResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
GeoResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
MeCardParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
MeCardParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
MessageViewController.h Added version number and list of supported barcode format(s) in About screen. Cleaned up MessageViewController's loading of data. 2008-08-14 12:49:52 +00:00
MessageViewController.m Added version number and list of supported barcode format(s) in About screen. Cleaned up MessageViewController's loading of data. 2008-08-14 12:49:52 +00:00
NSString+HTML.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
NSString+HTML.m Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
OpenUrlAction.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
OpenUrlAction.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ParsedResult.h Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
ParsedResult.m Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
PlainEmailResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
PlainEmailResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ResultAction.h scan archive UI improvements, phase 2 2008-06-24 14:18:11 +00:00
ResultAction.m scan archive UI improvements, phase 2 2008-06-24 14:18:11 +00:00
ResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
Scan.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
Scan.m Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
ScanCell.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ScanCell.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ScannedImageView.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ScannedImageView.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ScanViewController.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ScanViewController.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ShowMapAction.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
ShowMapAction.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSAction.h Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
SMSAction.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSParsedResult.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSTOResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSTOResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TelParsedResult.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
TelParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TelResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TelResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TextParsedResult.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
TextParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TextResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TextResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TwoDDecoderResult.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
TwoDDecoderResult.m Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
URIParsedResult.h Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
URIParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
URLResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
URLResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
URLTOResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
URLTOResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ZXingAppDelegate.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
ZXingAppDelegate.m UI improvements 2008-07-02 14:22:23 +00:00