index
:
ZXing/zxing.git
dependabot/github_actions/actions/setup-java-6
dependabot/maven/biz.aQute.bnd-bnd-maven-plugin-7.2.1
dependabot/maven/biz.aQute.bnd-bnd-maven-plugin-7.2.3
dependabot/maven/com.google.guava-guava-33.6.0-android
dependabot/maven/com.puppycrawl.tools-checkstyle-12.1.2
dependabot/maven/com.puppycrawl.tools-checkstyle-12.2.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.10.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.4.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.4.2
dependabot/maven/com.puppycrawl.tools-checkstyle-13.5.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.7.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.8.0
dependabot/maven/com.puppycrawl.tools-checkstyle-13.9.0
dependabot/maven/com.puppycrawl.tools-checkstyle-14.1.0
dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.8.0
dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.15.0
dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.16.0
dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.10.0
dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.11.0
dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.6.3
dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.5.0
dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.5.1
dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.2.0
dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.3.1
dependabot/maven/org.apache.maven.plugins-maven-resources-plugin-3.4.0
dependabot/maven/org.apache.maven.plugins-maven-resources-plugin-3.5.0
dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.4.0
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.5
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.6
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.6.0
dependabot/maven/org.apache.maven.plugins-maven-war-plugin-3.5.1
dependabot/maven/org.apache.rat-apache-rat-plugin-0.18
dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.15
dependabot/maven/spring.version-7.0.0
dependabot/maven/spring.version-7.0.6
dependabot/maven/spring.version-7.0.7
dependabot/maven/zxingorg/maven-9524d1971a
master
version-3.5.4
ZXing ("Zebra Crossing") barcode scanning library for Java, Android (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
android
/
src
/
com
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-16
Back-port option to open web pages automatically. Off by default; use with ca...
Sean Owen
4
-5
/
+23
2014-03-15
Add new setting to freeze orientation on startup rather than switch between l...
Sean Owen
2
-1
/
+22
2014-03-15
Issue #80 : handle %t not %d escape
Sean Owen
1
-2
/
+2
2014-03-06
Issue #80 : address case where barcode text has a matching escape sequence, a...
Sean Owen
2
-3
/
+10
2014-03-06
Issue #80 : validate custom search URL without placeholders, which will make ...
Sean Owen
1
-0
/
+3
2014-02-25
Issue #71 : add error message if custom search URL is invalid
Sean Owen
1
-0
/
+43
2014-02-25
Make all the pref defaults in the code the same as defaults in XML, to be dou...
Sean Owen
3
-6
/
+6
2014-02-13
Fix printing of FPS ranges in log messages
Sean Owen
1
-2
/
+20
2014-02-09
Rewrite auto-focus loop to be more robust, like continuing even if camera dri...
Sean Owen
1
-20
/
+40
2014-02-09
Avoid NPE on networks with no SSID
Sean Owen
1
-1
/
+2
2014-02-04
Drastic measures: make *all* optional camera params disabled by default to ap...
BS-4.6.1
Sean Owen
1
-4
/
+4
2014-01-28
Use HTTPS to send product queries to Google Shopping
Sean Owen
1
-1
/
+1
2014-01-25
Issue #38 : extra defensive -- don't even assume the list is sorted in case o...
Sean Owen
1
-2
/
+4
2014-01-25
Back-port ability to control exposure, scene mode and metering. Latter two di...
Sean Owen
3
-11
/
+107
2014-01-24
Issue #38 : Add minimum FPS to be safe
Sean Owen
1
-11
/
+29
2014-01-24
Add defensive checks for bad setFPS API behavior
Sean Owen
1
-2
/
+9
2014-01-24
Minimum change needed to get the camera working on Glass.
Paul Peavyhouse
1
-0
/
+5
2014-01-21
Remove Amazon results, per request
Sean Owen
2
-192
/
+0
2014-01-19
Tiny differences to back port from review of diff with BS Plus
zxing-2.3.0
ZXingTest-1.4.1
BS-4.5.1
Sean Owen
5
-16
/
+9
2014-01-18
Update project site references to Github
Sean Owen
1
-1
/
+1
2014-01-14
Add zh-rHK as symlink to zh-rTW
srowen
1
-1
/
+1
2014-01-08
Overhaul contact encoding in Android; encode phone type too
srowen
8
-150
/
+382
2014-01-01
No need to save state in HelpActivity
srowen
1
-8
/
+0
2014-01-01
Make most internal activities non-exported by removing uneeded intent-filter
srowen
1
-0
/
+7
2014-01-01
Fix problem on some platforms with AsyncTask array arg type
srowen
1
-2
/
+2
2013-12-30
Add prefs to enable Aztec, PDF417 barcodes. Separate prefs for 1D product and...
srowen
5
-54
/
+87
2013-12-22
Fix class description
srowen
1
-1
/
+1
2013-12-06
Whitespace cleanup and other inspections from IDEA 13
srowen
3
-9
/
+6
2013-12-04
Issue 1817 don't include name/title in map search
srowen@gmail.com
2
-10
/
+3
2013-12-02
Boldly move to Java 7 for everything, including Android.
srowen@gmail.com
17
-157
/
+160
2013-11-29
Suppress one compile warning
srowen@gmail.com
1
-0
/
+1
2013-11-25
Only request default US results if local results are not found
srowen@gmail.com
1
-4
/
+5
2013-11-23
Also show 'generic' US results from Amazon for products in non-US locales to ...
srowen@gmail.com
1
-2
/
+10
2013-11-06
Remove the 'Here is a barcode I scanned' message attached to SMS/email messages
srowen@gmail.com
1
-4
/
+2
2013-10-10
Swallow another weird Android HTTP lib exception; use the proper IOException ...
srowen@gmail.com
3
-13
/
+12
2013-09-13
Avoid weird case where batter status listener is unregistered without being r...
srowen@gmail.com
1
-5
/
+17
2013-09-09
Swallow Android clipboard bug (?)
srowen@gmail.com
1
-0
/
+3
2013-09-06
Add count to history activity title
srowen@gmail.com
1
-0
/
+3
2013-09-01
Updates for Android 4+
srowen@gmail.com
18
-342
/
+181
2013-08-29
Standardize result source name as "Google" brand
srowen@gmail.com
1
-4
/
+0
2013-08-28
Remove references to Google Shopper
srowen@gmail.com
3
-78
/
+0
2013-08-26
Type weakening and dead code commenting again
srowen@gmail.com
16
-66
/
+62
2013-08-08
Avoid an NPE by checking for null handler
srowen@gmail.com
1
-5
/
+7
2013-08-08
If camera fails to support its supported and chosen preview mode, use its act...
srowen@gmail.com
1
-0
/
+9
2013-08-08
More misc inspection stuff
srowen@gmail.com
2
-8
/
+4
2013-07-23
Handle case of null result point (?) from PDF417
srowen@gmail.com
1
-1
/
+3
2013-07-19
Handle null WifiManager
srowen@gmail.com
2
-1
/
+7
2013-07-01
Fix handling of book search snippets without page number
srowen@gmail.com
1
-25
/
+30
2013-06-24
Add Romanian translation from Radu
srowen@gmail.com
1
-0
/
+1
2013-06-23
Simplify help screen and make consistent with dark Holo theme
srowen@gmail.com
3
-107
/
+8
[next]