summaryrefslogtreecommitdiff
path: root/android/res/values
AgeCommit message (Collapse)AuthorFilesLines
2015-01-24Follow up with translations for #296Sean Owen1-2/+2
2015-01-23Now history can be disabledMicheleMas1-0/+2
2014-05-22Suppress two Android lint warningsBS-4.7.0Sean Owen1-3/+3
2014-03-16Remove 2 unused Android app stringsSean Owen1-2/+0
2014-03-16Back-port option to open web pages automatically. Off by default; use with ↵Sean Owen1-0/+1
caution.
2014-03-15Add new setting to freeze orientation on startup rather than switch between ↵Sean Owen1-0/+1
landscape orientations
2014-02-25Issue #71 : add error message if custom search URL is invalidSean Owen1-1/+3
2014-01-31Remove BS+ link in prefsSean Owen1-2/+0
2014-01-25Back-port ability to control exposure, scene mode and metering. Latter two ↵Sean Owen1-0/+2
disabled by default.
2014-01-22Add apache-rat check for copyright headers, and fix a bunch of files without ↵Sean Owen2-0/+30
them (mostly actionscript, jruby)
2013-12-30Add prefs to enable Aztec, PDF417 barcodes. Separate prefs for 1D product ↵srowen1-1/+4
and 1D industrial formats. git-svn-id: https://zxing.googlecode.com/svn/trunk@3006 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-06Remove the 'Here is a barcode I scanned' message attached to SMS/email messagessrowen@gmail.com1-1/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2906 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-09-01Updates for Android 4+srowen@gmail.com2-1/+35
git-svn-id: https://zxing.googlecode.com/svn/trunk@2880 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-29Standardize result source name as "Google" brandsrowen@gmail.com1-3/+3
git-svn-id: https://zxing.googlecode.com/svn/trunk@2878 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-28Remove references to Google Shoppersrowen@gmail.com1-3/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2877 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-30Remove some unneeded stringssrowen@gmail.com1-2/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2853 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-01Fix handling of book search snippets without page numbersrowen@gmail.com1-1/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2835 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-24Add Romanian translation from Radusrowen@gmail.com1-0/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2830 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14Require Android 2.3 / API 10 for Barcode Scanner. Enable Holo theme and ↵srowen@gmail.com1-0/+19
action bar for Android 4.x git-svn-id: https://zxing.googlecode.com/svn/trunk@2794 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-24Update product search domains, add LocaleManager.getCountry()srowen@gmail.com1-0/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2685 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-09Add invert scan optionsrowen@gmail.com1-0/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2571 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-09Remove "share via" label -- redundant in later Androidsrowen@gmail.com1-1/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2570 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-09Possibly final changes for automatic torch settingssrowen2-0/+13
git-svn-id: https://zxing.googlecode.com/svn/trunk@2506 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-28More safe mode, and, add a setting to disable exposure to work around bad ↵srowen1-0/+1
devices git-svn-id: https://zxing.googlecode.com/svn/trunk@2430 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-26Remove some unused stuffsrowen2-3/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2423 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-11Add link to BS+ in prefssrowen1-0/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2402 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-10Merge About into Help. Clean up Help a little. Auto-translate into common ↵srowen1-3/+0
languages. git-svn-id: https://zxing.googlecode.com/svn/trunk@2401 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-10Standardize colors, dimensions, text sizes, tweak and simplify layouts slightlysrowen3-5/+9
git-svn-id: https://zxing.googlecode.com/svn/trunk@2400 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-10Remove hard-coded colors as step towards importing Holo theme; remove ↵srowen1-11/+0
borders to match Holo git-svn-id: https://zxing.googlecode.com/svn/trunk@2399 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-07Add optional workaround for devices that support continuous focus but badly, ↵srowen1-0/+3
and enable it to be conservative git-svn-id: https://zxing.googlecode.com/svn/trunk@2380 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-07Oops, forgot auto-focus trigger (and one unrelated backport fix)srowen1-2/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2379 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-04Localize results message string for SBCsrowen1-0/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2368 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-10Back-port rewritten auto-focus cycle; allow disabling of auto focussrowen2-2/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2285 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-22Lint check: remove unused thingssrowen1-3/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2232 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-16Remove 'reverse image' pref. It was only ever relevant for front cameras and ↵srowen1-2/+0
the app doesn't support front camera. It's not even supposed to be needed for front cameras. Reports of some (carrier?) enabling it by default which disables QR code scanning. git-svn-id: https://zxing.googlecode.com/svn/trunk@2189 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-04Add switch to workaround LG Optimus V/S problems by forcing preview to ↵srowen1-0/+3
screen size git-svn-id: https://zxing.googlecode.com/svn/trunk@2161 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-21Removed defunct "not our results" message; results are delivered inline now ↵srowen1-1/+0
and are marked with source git-svn-id: https://zxing.googlecode.com/svn/trunk@2129 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-20Remove defunct 'buggy' message for 4.0 from HelpActivity. And add the other ↵srowen1-1/+0
half of new History impl that I forgot git-svn-id: https://zxing.googlecode.com/svn/trunk@2125 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-20Add support for %t (type) in custom search URLsrowen1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2124 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-10Reimplement History as a simple activity instead of dialog; add ability to ↵srowen1-0/+3
delete one entry with a long press git-svn-id: https://zxing.googlecode.com/svn/trunk@2106 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-23Issue 918 Add MECARD/vCard switch after factoring out and tidying some of ↵srowen1-0/+2
the contact encoding logic git-svn-id: https://zxing.googlecode.com/svn/trunk@2097 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-20Turns out permission-group is not going to do what I thought here, so remove itsrowen1-4/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2095 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-18New SDK 16 lint tool suggests removing some unused stuff, etc.srowen3-25/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2094 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-13Improve wifi message and return to scan after; a few string cleanups toosrowen1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2081 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02Issue 1029 Can now override device locale for purposes of determining which ↵srowen2-0/+36
Google to search git-svn-id: https://zxing.googlecode.com/svn/trunk@2005 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-25Group and label share/wi-fi permissions for Market users benefitsrowen1-0/+4
git-svn-id: https://zxing.googlecode.com/svn/trunk@1934 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-24Issue 987 chop down most of the wi-fi functionality so that it triggers the ↵srowen1-7/+0
network change and moves on; seems much less fragile in the face of Android device strangeness git-svn-id: https://zxing.googlecode.com/svn/trunk@1929 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-01Issue 950 add a confirmation dialog for Clear Historysrowen1-0/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@1900 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-08-22Issue 941 retrieve more info from Google Books for ISBNssrowen1-0/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@1891 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-06-02- Added support for xlarge screens to handle tablets and disable ↵dswitkin@google.com1-2/+1
compatibility mode. - Improved the layout of the Share screen on big screens. - Other minor cleanup. - Bumped the version to 3.6 final. git-svn-id: https://zxing.googlecode.com/svn/trunk@1807 59b500cc-1b3d-0410-9834-0bbf25fbcc57