Tiny NPE fix
[zxing.git] / android /
2008-12-02 dswitkinUpdate the manifest to 2.4 beta 2.
2008-12-02 dswitkinWorked around a bug in Android 1.0 with using gravity...
2008-12-02 dswitkinNew HTML edits from Joseph, and added a fading edge...
2008-12-01 dswitkinAdded a specific message for unsearchable books, and...
2008-11-26 dswitkinBumped the version number to create v2.4 beta 1.
2008-11-25 dswitkinCreated an HTML help system, which is hooked up to...
2008-11-22 dswitkinMade phone numbers hyphenated in the display below...
2008-11-21 dswitkinAdded great new artwork from Joseph for the Share UI...
2008-11-20 dswitkinForced the Android client to only decode the existing...
2008-11-20 dswitkinAdded support for encoding multiple email addresses...
2008-11-19 dswitkinUpdated the Android client to use native/local QR Code...
2008-11-18 dswitkinAdded support for adding a contact with multiple email...
2008-11-16 srowenAppear to have fixed the URL escaping issues this time...
2008-11-14 srowenAdded note about dex's issue with post-optimization...
2008-11-13 srowenmaking stuff final, weakening types, etc. per IntelliJ...
2008-11-12 dswitkinWrote a new bookmark picker activity for use by the...
2008-11-12 dswitkinFixed a regression in the QR Code encoder. The contents...
2008-11-11 dswitkinChanged the ChartServer and Search Book Contents URLs...
2008-11-11 dswitkinAdded support for Furigana using the SOUND field in...
2008-11-11 srowenNow attempts to use locale-specific Google property...
2008-11-11 dswitkinSomehow the IntelliJ Subversion integration did not...
2008-11-10 dswitkinHid the Share menu if the results screen was showing...
2008-11-10 dswitkinDid a bunch of renaming, there was no need for the...
2008-11-10 dswitkinFirst pass at adding a UI for sharing data via QR Codes...
2008-11-07 dswitkinRenamed launcher icon.
2008-11-06 dswitkinFixed two leaks when using AndroidHttpClient.
2008-11-06 dswitkinAdded support for landscape mode when encoding QR Codes...
2008-11-06 dswitkinFinished renaming UPC --> Product in a few places.
2008-11-06 dswitkinAdded support for supplying a postal address when encod...
2008-11-04 srowenRenamed UPC result type to Product, and introduced...
2008-11-03 dswitkinFixed Search Book Contents when built under ProGuard.
2008-10-30 dswitkinDid a big refactoring on the MonochromeBitmapSource...
2008-10-30 dswitkinFixed the Android client when using ProGuard. The Viewf...
2008-10-29 dswitkinLooks like -allowaccessmodification to ProGuard results...
2008-10-29 dswitkinAdded androidtest to the top-level clean target and...
2008-10-29 dswitkinAdded another target for building a debug key signed...
2008-10-29 srowenmoved ProGuard optimization into Android build file...
2008-10-23 dswitkinAdded support for a title when searching for an address...
2008-10-22 srowenAdd column caching to MonochromeBitmapSources and use...
2008-10-18 dswitkinAdded versionName and versionCode to the Android client...
2008-10-18 dswitkinThe new Android client, featuring:
2008-10-18 dswitkinRemoved the old Android client in preparation for the...
2008-10-17 srowenReformatting and minor code tweaks
2008-10-13 dswitkinAdded the missing AndroidHttpClient to the package...
2008-09-11 dswitkinFixed missing "Send SMS" button in Android client....
2008-09-11 dswitkinSmall updates and improvements to the Android client.
2008-08-19 dswitkinThe new 0.9 SDK Android client (for real this time).
2008-08-19 dswitkinDeleted the M5 Android client in preparation for an...
2008-07-09 srowenMinor style tweaks
2008-06-27 srowenMore refactoring of parsed results / result parsers...
2008-06-26 srowenTake advantage of new parsed result fields in Android...
2008-06-26 srowenBig refactoring of ParsedResult: now split into ResultP...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-11 dswitkinRefactored the MonochromeBitmapSource hierarchy to...
2008-06-11 srowenFix bad logic black point estimator, improving threshol...
2008-05-23 srowenAdded SMSTO support, added subject/body param support...
2008-05-03 dswitkinMerged revisions 378,380,382 via svnmerge from
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-05-02 srowenFix typo introduced at the last second before commit...
2008-05-02 srowenAdded preliminary support for MobileTag formats; not...
2008-04-21 dswitkinFixed a typo in the Android build file.
2008-04-21 dswitkinMerged revisions 321,327,330,332,334,342-343,352-353...
2008-04-16 srowenFix Issue 50, not building on Windows, by adding some...
2008-04-16 srowenSmall simplification of build file condition properties...
2008-04-10 dswitkinMade sure the BitmapSource subclasses do not reuse...
2008-04-03 srowenForward-porting Daniel's fix
2008-03-31 dswitkinChanged the project names for the two Android clients...
2008-03-31 dswitkinRemoved @Override from Tom's code, which gave errors...
2008-03-31 srowenMade the RGB to luminance approximation/optimization...
2008-03-28 srowenUpdates to build on M5
2008-03-26 srowenImproved bounds-checking and point-nudging logic in...
2008-03-26 srowenRemoved old YUV-based implementation
2008-03-26 srowenbiasTowardsWhite was, embarassingly, not accomplishing...
2008-03-25 srowenMore aggressive inlining, to inline some key methods...
2008-03-21 srowenMore aggressive ProGuard optimization
2008-03-19 srowenAutomatically inserts version number in strings.xml now
2008-03-19 srowenAutomatically inserts version number in strings.xml now
2008-03-19 srowenMore proper support for geo: URLs in Android
2008-03-19 srowenFixed bug in rotation code for BufferedImageMonochromeB...
2008-03-18 srowenOops, use 5 passes of optimization
2008-03-17 srowenAdd support for tel: URIs
2008-03-17 srowenFixed naming convention. Everything should be a "Parsed...
2008-03-17 srowenSome refactoring to remove small disconnect between...
2008-03-17 srowenNope, disable link from geo: URL to Google Maps. Does...
2008-03-17 srowenAdd client support for geo URIs
2008-03-14 srowenMove GridSampler into common package and refactor to...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-10 srowenDeprecated YUV version
2008-03-10 srowenSwitch to RGB-based captures for decoding, in preparati...
2008-03-10 srowenFixed handling of new Android Intent result
2008-03-06 srowenJust addin' copyright comments
2008-03-06 srowenAdd support for Android Intent URIs encoded in a barcode
2008-03-06 srowenNow supports KDDI/AU / Softbank address book format
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-03 srowenDon't like using == instead of equals() here, even...
2008-03-03 srowenFix typo in method "isRotate*d*Supported"; don't attemp...
2008-03-03 srowenUse TRY_HARDER hint in javase CommandLineRunner. TRY_HA...
2008-02-25 srowenAdded "URLTO" format support
2008-02-22 srowenMore little tweaks to make the 'release' build target...
2008-02-22 srowenNow can use "-Ddebug=true" on the command line to build...
next