Issue 465, remove reference to libs/ as it is not used
[zxing.git] / android / build.xml
2010-08-29 srowenIssue 465, remove reference to libs/ as it is not used
2010-07-16 dswitkin@google.comUpdated the version to 3.4 beta 3, and removed the...
2010-06-29 dswitkin@google.com- Bumped version to 3.4 beta 1.
2010-06-08 srowenNeed to not generate debug info in Android as well...
2010-05-15 srowenReinstate more optimization, but avoid disagreement...
2010-04-19 srowenUse RSS14 on the command line; scan more lines since...
2010-04-12 srowenFix small compile error in javame/, update for Java...
2010-04-10 srowenUse zipalign for debug, and reminder to use it after...
2010-02-09 srowenIssue 112
2010-01-10 dswitkinMade Barcode Scanner builds runs clean first to prevent...
2009-12-03 dswitkinReduced ProGuard passed from 7 to 4 since there was...
2009-11-23 srowenPull out optimize target so we can selectively disable...
2009-10-22 srowenTiny clarification to build
2009-09-28 dswitkinUnbroke the app after the big subpackage reshuffle...
2009-09-03 dswitkinFinal changes for Barcode Scanner 2.93.
2009-08-28 srowenSImplified optimization a bit and made it more aggressive.
2009-07-22 srowenRe-enable ProGuard, and finally identified the workarou...
2009-07-21 dswitkinSet a camera parameter to force the flash off. Also...
2009-07-21 dswitkinConverted the Android client and the test app to use...
2009-04-13 dswitkinFixed or removed a bunch of TODOs, and enforced the...
2009-01-03 srowengit-svn-id: zxing.googlecode.com/svn/trunk@813 59b500cc...
2008-11-14 srowenAdded note about dex's issue with post-optimization...
2008-11-03 dswitkinFixed Search Book Contents when built under ProGuard.
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-18 dswitkinThe new Android client, featuring:
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-06-19 srowenStandardize and update all copyright statements to...
2008-05-03 dswitkinMerged revisions 378,380,382 via svnmerge from
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-03-31 dswitkinChanged the project names for the two Android clients...
2008-03-28 srowenUpdates to build on M5
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-18 srowenOops, use 5 passes of optimization
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...
2008-02-22 srowenImproved GridSampler API -- no need for reflection...
2008-02-21 srowenAdded ProGuard
2008-02-14 srowenInclude android in main build; add android clean target
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-14 srowenAdded android build.xml file