Commit graph

42 commits

Author SHA1 Message Date
srowen a9f8293724 Ignores exception when trying to stop auto-focus to handle devices that don't support this
git-svn-id: https://zxing.googlecode.com/svn/trunk@168 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-02-06 16:13:12 +00:00
srowen 18fabdbb50 "Inline" library jars passed to ProGuard to avoid issues with path names with space on Windows
git-svn-id: https://zxing.googlecode.com/svn/trunk@163 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-02-05 21:13:30 +00:00
srowen 80aee75c6d Small improvement to display of unexpected errors
git-svn-id: https://zxing.googlecode.com/svn/trunk@162 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-02-04 19:42:56 +00:00
srowen 4645d1eaad Now fails if ProGuard can't run
git-svn-id: https://zxing.googlecode.com/svn/trunk@160 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-02-04 19:16:34 +00:00
srowen 8f7a3346cb Major refactoring of 1D barcode code. Moved into com.google.zxing.oned package. Misc. other changes to support this refactoring
git-svn-id: https://zxing.googlecode.com/svn/trunk@159 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-02-04 19:14:29 +00:00
srowen e4c014d324 Now does something with UPC codes. :)
git-svn-id: https://zxing.googlecode.com/svn/trunk@158 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-01-30 19:50:43 +00:00
srowen 64cebdfdd7 Implemented possible workaround for Nokias that want to use capture://image and may have trouble with default image encoding in getSnapshot()
git-svn-id: https://zxing.googlecode.com/svn/trunk@157 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-01-30 18:58:25 +00:00
srowen af603abfff Now any valid game key will trigger capture
git-svn-id: https://zxing.googlecode.com/svn/trunk@156 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-01-30 18:57:22 +00:00
srowen b503b1cdc6 Checks that dependencies are built now and produces an appropriate warning message.
git-svn-id: https://zxing.googlecode.com/svn/trunk@155 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-01-30 16:12:56 +00:00
srowen f242e266e8 Explictly add Yes/No commands to "Open xxx" dialog to ensure that both options show on all platforms
git-svn-id: https://zxing.googlecode.com/svn/trunk@154 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-01-22 23:38:25 +00:00
srowen 1ec82dd376 Slightly friendlier, more generic error message when no barcode is found
git-svn-id: https://zxing.googlecode.com/svn/trunk@149 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-01-22 18:59:47 +00:00
srowen a9b85ab5b3 Name of midlet is "ZXingMIDlet", not "ZXingMidlet"!
git-svn-id: https://zxing.googlecode.com/svn/trunk@148 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-01-22 18:14:53 +00:00
srowen 8affbdfe6c Icon now has transparent background
git-svn-id: https://zxing.googlecode.com/svn/trunk@132 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-01-02 22:56:56 +00:00
srowen a5985bcd04 Reduce default zoom from 2.5x to 2.0x
git-svn-id: https://zxing.googlecode.com/svn/trunk@131 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-01-02 16:24:10 +00:00
srowen f1639974f0 Added new app icon from Haase & Martin
git-svn-id: https://zxing.googlecode.com/svn/trunk@125 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-12-20 22:04:48 +00:00
srowen 74ff130112 Now public
git-svn-id: https://zxing.googlecode.com/svn/trunk@122 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-12-18 16:45:36 +00:00
srowen 0eff866ec0 Oops, fix compile problem
git-svn-id: https://zxing.googlecode.com/svn/trunk@116 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-12-12 18:55:30 +00:00
srowen 0daa06a5e0 Moved com.google.zxing.client.result from core-ext to core, rewrote it for J2ME, changed javame to use it, and removed core-ext
git-svn-id: https://zxing.googlecode.com/svn/trunk@114 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-12-12 18:38:22 +00:00
srowen 39389daad4 Various improvements to handling and detection of URLs in codes
git-svn-id: https://zxing.googlecode.com/svn/trunk@113 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-12-11 21:52:11 +00:00
srowen 797e502410 Fixed a few little typos
git-svn-id: https://zxing.googlecode.com/svn/trunk@107 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-12-07 22:16:18 +00:00
srowen 34c8f125ce Typo fix
git-svn-id: https://zxing.googlecode.com/svn/trunk@94 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-12-06 22:27:49 +00:00
srowen 5ee60cd4e2 Add proguard optimizer support. Switch to compile against WTK class files and target version 1.2 class file output, to possibly fix compatibility issues.
git-svn-id: https://zxing.googlecode.com/svn/trunk@84 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-29 19:44:05 +00:00
srowen 958edca745 Use version when creating manfiest/.jad files
git-svn-id: https://zxing.googlecode.com/svn/trunk@82 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-28 17:29:10 +00:00
srowen aea9fa22f9 Use max compression on .zip/.jar files
git-svn-id: https://zxing.googlecode.com/svn/trunk@81 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-28 17:22:39 +00:00
srowen 0dd08d5ed4 I guess build.xml should have a copyright statement too
git-svn-id: https://zxing.googlecode.com/svn/trunk@80 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-28 17:19:36 +00:00
srowen 0cf90f2197 Now, can build "ZXingReaderBasic" which does not require JSR-234
git-svn-id: https://zxing.googlecode.com/svn/trunk@76 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-26 20:04:32 +00:00
srowen 2ab0f2e2ad Now makes sure JDK 1.4 / WTK are present. No longer requires Unix-style wc binary, so runs on Windows
git-svn-id: https://zxing.googlecode.com/svn/trunk@74 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-26 16:21:57 +00:00
srowen 9081d63ce1 preverify classpath now should work on Windows
git-svn-id: https://zxing.googlecode.com/svn/trunk@68 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-22 03:52:30 +00:00
srowen 153e4e5035 Updates for version 0.1.1
git-svn-id: https://zxing.googlecode.com/svn/trunk@66 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-21 19:14:01 +00:00
srowen a164858fe4 Reference JDK 1.4 classes file location directly to accommodate Mac users, and also include top-level build files in release.
git-svn-id: https://zxing.googlecode.com/svn/trunk@62 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-20 18:22:52 +00:00
srowen b4b090219e Increase maximum desired zoom to 2.5x
git-svn-id: https://zxing.googlecode.com/svn/trunk@61 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-20 18:19:18 +00:00
dswitkin 25d112c554 Implemented row sampling for histograms and tweaked the valley finding algorithm
for better performance.


git-svn-id: https://zxing.googlecode.com/svn/trunk@56 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-19 17:26:22 +00:00
srowen eb52d61f46 Initial refactorings to support multiple kinds of black point estimation
git-svn-id: https://zxing.googlecode.com/svn/trunk@50 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-16 22:06:18 +00:00
srowen ff4f86126f Finally, much better support for auto-focus, other UI fixes. Now requires JSR-234.
git-svn-id: https://zxing.googlecode.com/svn/trunk@49 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-16 21:34:39 +00:00
srowen 7ab9de8fd8 Broke out classes, tried to add "open URL" support. Still some issues.
git-svn-id: https://zxing.googlecode.com/svn/trunk@46 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-15 21:46:36 +00:00
srowen e66596aac3 git-svn-id: https://zxing.googlecode.com/svn/trunk@40 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2007-11-15 18:17:20 +00:00
srowen 852bd08760 "Fire" button now triggers decoding
git-svn-id: https://zxing.googlecode.com/svn/trunk@33 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-14 18:35:46 +00:00
srowen b01673fa29 Added top-level build file, removed local copy of JUnit, added test target to core
git-svn-id: https://zxing.googlecode.com/svn/trunk@32 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-14 15:27:06 +00:00
srowen fbb9d110de Break out properties that user should customize into a build.properties file
git-svn-id: https://zxing.googlecode.com/svn/trunk@29 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-12 20:22:22 +00:00
srowen 2a113d9226 Added icon
git-svn-id: https://zxing.googlecode.com/svn/trunk@20 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-07 23:02:50 +00:00
srowen a583462cde Should fix up remaining problems in J2ME build and enable build of deployable .jar file
git-svn-id: https://zxing.googlecode.com/svn/trunk@19 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2007-11-07 21:56:22 +00:00
srowen 7726e8fcb2 git-svn-id: https://zxing.googlecode.com/svn/trunk@6 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2007-10-23 19:12:27 +00:00