Commit graph

217 commits

Author SHA1 Message Date
Sean Owen 550afd451c [maven-release-plugin] prepare for next development iteration 2017-10-25 18:28:09 +01:00
Sean Owen 0edfaa0318 [maven-release-plugin] prepare release zxing-3.3.1 2017-10-25 18:28:02 +01:00
Sean Owen b14d476a30 Use gpg not gpg2 2017-10-25 18:23:43 +01:00
Sean Owen f4d5b1f785 [maven-release-plugin] rollback the release of zxing-3.3.1 2017-10-25 18:22:03 +01:00
Sean Owen cd97b100fa [maven-release-plugin] prepare for next development iteration 2017-10-25 18:12:27 +01:00
Sean Owen 06eb69b579 [maven-release-plugin] prepare release zxing-3.3.1 2017-10-25 18:12:21 +01:00
Sean Owen 67c6e4126c Minor plugin, dependency updates 2017-10-25 17:39:54 +01:00
Sean Owen 7c1f313c05 Revert to checkstyle 6.x for Java 7 support 2017-10-06 12:41:47 +01:00
Sean Owen 5b9ce1cd74 Better web app logging and checkstyle update 2017-10-06 12:09:40 +01:00
Sean Owen 05093ed3d2 Disable Android, proguard, appspot for JDK 9 2017-09-22 17:50:34 +01:00
Sean Owen ea6111c7f9 Build Java 9 on Travis; update plugins 2017-09-22 16:07:00 +01:00
Sean Owen 7a5038a070 Update plugins, deps; update Guava but restore Java 7 interop by using 23.0-android and restricting to zxingorg module 2017-08-16 12:30:37 +01:00
Sean Owen f4266e0a51 Minor version updates 2017-06-08 13:52:39 +01:00
Sean Owen 6ae3a36107 Remove glass, androidtest apps 2017-04-15 13:13:52 +01:00
Sean Owen 7fdc869d02 Minor plugin updates 2017-04-13 17:16:47 +01:00
Sean Owen 5b14d23194 Update plugins/deps, fix bug in base64 decoding 2017-04-06 14:31:14 +01:00
Sean Owen b5f6d3f73c Update plugin and minor deps; catch additional Android error in app 2017-03-15 11:08:07 +00:00
Sean Owen 27b686e132
Finally, make sure android.jar now isn't built into / dexed into .apks 2017-01-24 15:20:06 +00:00
Sean Owen a4485c2293
Set Android plugin SDK location explicitly to solve Travis error? 2017-01-24 13:37:41 +00:00
Sean Owen 5d61990e26
Build entirely using local Android SDK to move beyond Android 4.1 2017-01-24 13:25:08 +00:00
Sean Owen 63c4b21556
Minor dependency updates, including Guava 2017-01-24 12:21:37 +00:00
Sean Owen 7daac7cb8b
Don't target platform 25; easier to leave it at 24 2017-01-06 14:12:30 +00:00
Sean Owen 0fe0d09602
Minor dep update 2017-01-06 13:30:11 +00:00
Sean Owen dfe4819691
Minor updates / optimization from inspection; minor plugin / dependency updates 2016-12-12 15:50:30 +00:00
Sean Owen 0dfda08078
Fix typos; avoid use of java.util.Date; other small improvements from inspection; deprecate some accidentally-public methods 2016-11-29 12:16:07 +00:00
Sean Owen 28f8bd37f3
Update deps including Guava 20; use switch in pref to chained if-else for slightly more consistent style 2016-11-11 20:20:46 +00:00
Sean Owen bdd1bd3640
Test bumping android platform to 24 2016-10-01 06:48:03 -05:00
Sean Owen 9130b7907e
Minor dep updates 2016-09-30 00:22:02 -05:00
Sean Owen ec383d2411 [maven-release-plugin] prepare for next development iteration 2016-09-16 15:20:51 +01:00
Sean Owen 6b6ad7ff0b [maven-release-plugin] prepare release zxing-3.3.0 2016-09-16 15:20:45 +01:00
Sean Owen 47459f4bd7 Bump SNAPSHOT to 3.3.0 for next release 2016-09-11 22:07:04 +01:00
Sean Owen 1a444601d9 Move gh-pages branch into docs/, fix/overhaul site gen and javadoc, and regenerate site for 3.2.2-SNAPSHOT 2016-09-11 20:52:01 +01:00
Sean Owen 5451f71722 And fix @{argLine} syntax for non-Jacoco builds 2016-09-04 22:41:08 +01:00
Sean Owen 343ddc7a98 Fix argLine for jacoco, and update to war plugin 3.0.0 2016-09-04 21:31:26 +01:00
Sean Owen f6a1e20e1b Fix one code warning; update plugins 2016-08-08 11:16:57 +01:00
Sean Owen 78fbdc58fc Update plugins; use https:// URLs consistently for good practice 2016-07-16 12:38:19 +01:00
Sean Owen d3dd1827ba Don't interpret very long strings.with.dots.like.this to be interpreted as URIs 2016-07-08 15:21:18 +01:00
Sean Owen 08e5431d99 Implement more style checks around whitespace 2016-06-24 10:28:00 +01:00
Sean Owen 53ce55ed96 Render groupings of packages in javadoc 2016-06-20 15:55:22 +01:00
Sean Owen 19ce4cfb3b Use HTTPS for all zxing.org / zxing.appspot.com links 2016-06-20 15:51:44 +01:00
Sean Owen 5927f6ef09 Redirect to https://zxing.org directly, and touch up a build warning 2016-06-20 09:13:21 +01:00
Sean Owen 6ffb40e1fd Update plugins; fix logging of uploaded file name 2016-06-12 18:10:45 +01:00
Sean Owen 3d18e3e449 Update proguard plugin to 2.0.13 2016-06-10 13:59:08 +01:00
Sean Owen b1f4b5a269 Try local-only Proguard optimization for core library 2016-06-08 18:40:27 +01:00
Sean Owen 58f748a451 Remove unneeded .gitignore, and unneeded libs copy step for Android targets. Update plugins. Fix javadoc warning / checkstyle problem. 2016-06-08 15:15:06 +01:00
Sean Owen 2a5a62e373 Don't build source, javadoc in Travis 2016-05-22 22:33:04 -05:00
Sean Owen a064c719e6 Update plugins 2016-05-08 09:32:07 +01:00
Sean Owen d5058a71c6
Test signed commit and update minor deps, plugin 2016-04-05 22:51:25 +01:00
Sean Owen 85f5d0597d Update plugins, slf4j, jetty 2016-03-01 00:32:30 +00:00
Sean Owen 1fbefcac31 New profile to limit memory usage in Travis 2016-02-08 14:38:18 +00:00