summaryrefslogtreecommitdiff
path: root/android/src/com
AgeCommit message (Expand)AuthorFilesLines
2014-02-04Drastic measures: make *all* optional camera params disabled by default to ap...BS-4.6.1Sean Owen1-4/+4
2014-01-28Use HTTPS to send product queries to Google ShoppingSean Owen1-1/+1
2014-01-25Issue #38 : extra defensive -- don't even assume the list is sorted in case o...Sean Owen1-2/+4
2014-01-25Back-port ability to control exposure, scene mode and metering. Latter two di...Sean Owen3-11/+107
2014-01-24Issue #38 : Add minimum FPS to be safeSean Owen1-11/+29
2014-01-24Add defensive checks for bad setFPS API behaviorSean Owen1-2/+9
2014-01-24Minimum change needed to get the camera working on Glass.Paul Peavyhouse1-0/+5
2014-01-21Remove Amazon results, per requestSean Owen2-192/+0
2014-01-19Tiny differences to back port from review of diff with BS Pluszxing-2.3.0ZXingTest-1.4.1BS-4.5.1Sean Owen5-16/+9
2014-01-18Update project site references to GithubSean Owen1-1/+1
2014-01-14Add zh-rHK as symlink to zh-rTWsrowen1-1/+1
2014-01-08Overhaul contact encoding in Android; encode phone type toosrowen8-150/+382
2014-01-01No need to save state in HelpActivitysrowen1-8/+0
2014-01-01Make most internal activities non-exported by removing uneeded intent-filtersrowen1-0/+7
2014-01-01Fix problem on some platforms with AsyncTask array arg typesrowen1-2/+2
2013-12-30Add prefs to enable Aztec, PDF417 barcodes. Separate prefs for 1D product and...srowen5-54/+87
2013-12-22Fix class descriptionsrowen1-1/+1
2013-12-06Whitespace cleanup and other inspections from IDEA 13srowen3-9/+6
2013-12-04Issue 1817 don't include name/title in map searchsrowen@gmail.com2-10/+3
2013-12-02Boldly move to Java 7 for everything, including Android.srowen@gmail.com17-157/+160
2013-11-29Suppress one compile warningsrowen@gmail.com1-0/+1
2013-11-25Only request default US results if local results are not foundsrowen@gmail.com1-4/+5
2013-11-23Also show 'generic' US results from Amazon for products in non-US locales to ...srowen@gmail.com1-2/+10
2013-11-06Remove the 'Here is a barcode I scanned' message attached to SMS/email messagessrowen@gmail.com1-4/+2
2013-10-10Swallow another weird Android HTTP lib exception; use the proper IOException ...srowen@gmail.com3-13/+12
2013-09-13Avoid weird case where batter status listener is unregistered without being r...srowen@gmail.com1-5/+17
2013-09-09Swallow Android clipboard bug (?)srowen@gmail.com1-0/+3
2013-09-06Add count to history activity titlesrowen@gmail.com1-0/+3
2013-09-01Updates for Android 4+srowen@gmail.com18-342/+181
2013-08-29Standardize result source name as "Google" brandsrowen@gmail.com1-4/+0
2013-08-28Remove references to Google Shoppersrowen@gmail.com3-78/+0
2013-08-26Type weakening and dead code commenting againsrowen@gmail.com16-66/+62
2013-08-08Avoid an NPE by checking for null handlersrowen@gmail.com1-5/+7
2013-08-08If camera fails to support its supported and chosen preview mode, use its act...srowen@gmail.com1-0/+9
2013-08-08More misc inspection stuffsrowen@gmail.com2-8/+4
2013-07-23Handle case of null result point (?) from PDF417srowen@gmail.com1-1/+3
2013-07-19Handle null WifiManagersrowen@gmail.com2-1/+7
2013-07-01Fix handling of book search snippets without page numbersrowen@gmail.com1-25/+30
2013-06-24Add Romanian translation from Radusrowen@gmail.com1-0/+1
2013-06-23Simplify help screen and make consistent with dark Holo themesrowen@gmail.com3-107/+8
2013-06-23Since preview size will not match preview size in Android 4+ with soft nav ba...srowen@gmail.com1-21/+32
2013-06-22Minor follow-up / fixes to last few comitssrowen@gmail.com2-2/+2
2013-06-17We can finally use isEmpty(), given Android 2.3.3+ is requiredsrowen@gmail.com16-54/+54
2013-06-17Small cleanup of deprecated API, simpler way to make a pref intentsrowen@gmail.com2-66/+11
2013-06-15Show used prices if no new price is available, and search for expanded UPC-A ...srowen@gmail.com2-7/+26
2013-06-15Fill 5/8 of screen dimensions with reticle, a small increasesrowen@gmail.com1-3/+3
2013-05-16Issue 1680 Finish / clean up media player in rare case the media server diessrowen@gmail.com1-11/+26
2013-05-15Avoid NPE when no resolver info is availablesrowen@gmail.com1-1/+1
2013-05-14Avoid NPE on null phone numbersrowen@gmail.com1-1/+3
2013-05-14Require Android 2.3 / API 10 for Barcode Scanner. Enable Holo theme and actio...srowen@gmail.com10-280/+60