Commit graph

34 commits

Author SHA1 Message Date
srowen 8f461afd09 Let callers specify more extras to IntentIntegrator. Use it in test app, so we can use it in all cases, and avoid ActivityNotFoundException
git-svn-id: https://zxing.googlecode.com/svn/trunk@2260 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 16:22:24 +00:00
srowen e4fcc8ee02 Issue 1249 add note about enabling experimental formats
git-svn-id: https://zxing.googlecode.com/svn/trunk@2255 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-18 20:20:36 +00:00
srowen 3b90a72727 Issue 1187 Better still use the artifacts that are now available in Maven central
git-svn-id: https://zxing.googlecode.com/svn/trunk@2211 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-02 19:59:29 +00:00
srowen b43bea0376 Issue 1156 use ANDROID_HOME system property
git-svn-id: https://zxing.googlecode.com/svn/trunk@2209 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-02 12:51:35 +00:00
srowen b89939018a [maven-release-plugin] prepare for next development iteration
git-svn-id: https://zxing.googlecode.com/svn/trunk@2149 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-04 10:59:15 +00:00
srowen 15c6680fa7 [maven-release-plugin] prepare release android-integration-2.0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2147 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-04 10:59:03 +00:00
srowen d98ddd0cd2 Temporarily commit my pom.xml change so release plugin works
git-svn-id: https://zxing.googlecode.com/svn/trunk@2146 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-04 10:58:20 +00:00
srowen 6780eee869 More of Lachezars changes to integrate support-v4 support
git-svn-id: https://zxing.googlecode.com/svn/trunk@2122 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-19 16:46:54 +00:00
srowen 420e47efd1 Add Fragment-friendly integration and bump requirement to Android 4.0 to build (not to use) since that's the only thing available in Maven beyond 2.x
git-svn-id: https://zxing.googlecode.com/svn/trunk@2119 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-18 17:11:54 +00:00
srowen 5ef08d7719 More pom changes - may need later plugin versions to proceed
git-svn-id: https://zxing.googlecode.com/svn/trunk@2073 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-09 11:55:42 +00:00
srowen 130dc89beb Few more pom fixes for new OSS config
git-svn-id: https://zxing.googlecode.com/svn/trunk@2072 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-09 10:47:11 +00:00
srowen 6796e12bff pom changes I believe are necessary to get this into oss.sonatype.org correctly
git-svn-id: https://zxing.googlecode.com/svn/trunk@2071 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-08 17:23:11 +00:00
srowen f2fe9dbd67 Added more metadata to the integrator
git-svn-id: https://zxing.googlecode.com/svn/trunk@2068 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-06 20:13:27 +00:00
srowen 6de693fa06 Issue 1079 return metadata like byte segments and more in Intent extras; add raw bytes to intent integrator code
git-svn-id: https://zxing.googlecode.com/svn/trunk@2053 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-28 15:06:44 +00:00
srowen c4e860f812 Set better intent flags in integration so user's activity stays on top
git-svn-id: https://zxing.googlecode.com/svn/trunk@2024 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-11 09:32:30 +00:00
srowen f328cb618e Update ZXingTest to work on 3.x+, mostly by removing the camera capture bit for now. It can come back after android/ is updated and can be cloned again. Updated android-integration with better API and ability to specify package. Now ZXingTest uses our integration code. It's updated for Android 2.x and reports camera params in a slightly better form. Also fixed a few Android 2.x issues and related intent integration stuff left over from other recent changes.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2020 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-10 11:16:24 +00:00
srowen 79add84a5a Recreate build files for android, androidtest, for latest SDK
git-svn-id: https://zxing.googlecode.com/svn/trunk@2008 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 19:34:19 +00:00
srowen db60385d7d Update all Java code to use Java 6
git-svn-id: https://zxing.googlecode.com/svn/trunk@2002 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 11:16:30 +00:00
srowen b5be6c68cf Issue 1006 touch up pom.xml files and add new contributed one for android-integration
git-svn-id: https://zxing.googlecode.com/svn/trunk@1950 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-06 16:43:20 +00:00
srowen 0519393846 Only use bottom 16 bits for compatibility with FragmentActivity
git-svn-id: https://zxing.googlecode.com/svn/trunk@1898 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-08-29 11:24:38 +00:00
srowen b27dc8eb28 Issue 945 don't die if Market isn't there
git-svn-id: https://zxing.googlecode.com/svn/trunk@1887 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-08-16 09:26:21 +00:00
srowen 2d17cf4491 Access Intent.setPackage() via reflection only if available for 1.5 compatibility
git-svn-id: https://zxing.googlecode.com/svn/trunk@1802 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-28 18:06:18 +00:00
srowen df65c5b83e A bunch of code style related changes
git-svn-id: https://zxing.googlecode.com/svn/trunk@1795 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-21 03:36:39 +00:00
srowen ea813c3f88 User-contributed doc fixes and Issue 725
git-svn-id: https://zxing.googlecode.com/svn/trunk@1718 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-02-21 14:53:11 +00:00
srowen 912a7f1d56 Issue 691 specify Barcode Scanner package to handle intents
git-svn-id: https://zxing.googlecode.com/svn/trunk@1704 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-01-18 15:41:17 +00:00
srowen 5108924d05 Use includeantruntime=false to avoid Ant 1.8 warning
git-svn-id: https://zxing.googlecode.com/svn/trunk@1631 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-10-25 21:03:11 +00:00
srowen 89c421c2bb Small fixes for 1.6 release
git-svn-id: https://zxing.googlecode.com/svn/trunk@1587 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-09-13 10:58:48 +00:00
srowen 05e8181ef5 Add Code 93 support. Update tests to reflect new (better) number of successes.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1398 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-30 14:37:08 +00:00
srowen 816d6b81e0 Replace tabs with spaces ( part of accepting another big patch); fix one failing test due to typo
git-svn-id: https://zxing.googlecode.com/svn/trunk@1326 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-02 06:49:18 +00:00
srowen 2a4daa5262 Allow caller to manage resulting AlertDialog. Also use CharSequence for a tiny bit more flexibility.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1315 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-04-21 00:26:05 +00:00
srowen 43c3fed6b2 Issue 367, add custom format support
git-svn-id: https://zxing.googlecode.com/svn/trunk@1273 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-04-02 23:14:13 +00:00
srowen 9cfc5158b3 Need to use 1.5 jar location
git-svn-id: https://zxing.googlecode.com/svn/trunk@1031 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-08-04 15:57:37 +00:00
srowen 89121c71bb Added 'shareText' integration code from Isaac
git-svn-id: https://zxing.googlecode.com/svn/trunk@928 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-05-03 05:59:49 +00:00
srowen 81ef8e251c Added small android-integration module
git-svn-id: https://zxing.googlecode.com/svn/trunk@860 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-02-17 12:27:14 +00:00