Commit graph

41 commits

Author SHA1 Message Date
srowen 7e234d9dfd Russian updates from Dmitry
git-svn-id: https://zxing.googlecode.com/svn/trunk@2041 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-17 10:19:59 +00:00
srowen d148e9ff9d Issue 1029 Can now override device locale for purposes of determining which Google to search
git-svn-id: https://zxing.googlecode.com/svn/trunk@2005 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 13:33:50 +00:00
srowen 72b52f32c0 Group and label share/wi-fi permissions for Market users benefit
git-svn-id: https://zxing.googlecode.com/svn/trunk@1934 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-25 12:39:04 +00:00
srowen 4add23c286 Issue 987 chop down most of the wi-fi functionality so that it triggers the 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-24 15:46:17 +00:00
srowen 9278059461 Issue 950 add a confirmation dialog for Clear History
git-svn-id: https://zxing.googlecode.com/svn/trunk@1900 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-01 17:30:09 +00:00
srowen 9af326638d Issue 941 retrieve more info from Google Books for ISBNs
git-svn-id: https://zxing.googlecode.com/svn/trunk@1891 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-08-22 12:08:33 +00:00
srowen a866e832c9 Fix problem in translator with %s strings; restore deleted string
git-svn-id: https://zxing.googlecode.com/svn/trunk@1829 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-06-21 09:24:00 +00:00
srowen 51b3d726e3 Auto translation of latest string
git-svn-id: https://zxing.googlecode.com/svn/trunk@1770 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-12 20:54:12 +00:00
srowen 667657eb6f Commit Dmitry's Russian update for him
git-svn-id: https://zxing.googlecode.com/svn/trunk@1702 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-01-14 09:52:35 +00:00
srowen 1f46a8e5d8 Changes for compatibility with SDK 9 / Android 2.3
git-svn-id: https://zxing.googlecode.com/svn/trunk@1688 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-12-22 16:54:41 +00:00
srowen 625ab14af9 Add support for reading a flipped image to accommodate front cameras
git-svn-id: https://zxing.googlecode.com/svn/trunk@1682 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-12-16 13:36:04 +00:00
srowen 03537953f1 More Russian update from Dmitry
git-svn-id: https://zxing.googlecode.com/svn/trunk@1645 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-11-12 15:59:26 +00:00
srowen 51a4fa443d Dmitry Parfenov's updates
git-svn-id: https://zxing.googlecode.com/svn/trunk@1643 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-11-12 01:25:19 +00:00
srowen a44f07ce90 Add "retreive more info" feature -- resolves redirectors and gets first product result inside the app
git-svn-id: https://zxing.googlecode.com/svn/trunk@1624 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-10-12 21:35:16 +00:00
srowen d56893eb44 Add option to remember duplicate scans
git-svn-id: https://zxing.googlecode.com/svn/trunk@1603 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-09-22 13:25:29 +00:00
srowen ce3d27ed69 Turn on Data Matrix, including separate scan option in Android
git-svn-id: https://zxing.googlecode.com/svn/trunk@1579 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-09-09 07:30:57 +00:00
srowen ec4c7a14b4 Remove unused string
git-svn-id: https://zxing.googlecode.com/svn/trunk@1485 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-07-15 15:55:09 +00:00
vikrama 77207acb31 Some error checking put in. When a new network is created and the
connection fails, an alert message is displayed, and connection
attempts cease.  Retrying with a correct barcode works.  Not perfect
yet, but in my testing I have found this version much better than the
previous setup: at least errors are detected and the user is informed.



git-svn-id: https://zxing.googlecode.com/svn/trunk@1470 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-07-09 05:49:42 +00:00
vikrama 983d29eb62 Removed some commented code, and general code cleanup. Turned many
variables into finals.  Change the UI to display network name and type
more clearly.



git-svn-id: https://zxing.googlecode.com/svn/trunk@1469 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-07-08 05:12:51 +00:00
vikrama a55b3b0491 Connected, turned into a resource
git-svn-id: https://zxing.googlecode.com/svn/trunk@1460 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-23 22:26:43 +00:00
vikrama c003d96b89 1. Set up all strings in res/*/strings.xml rather than as string
literals.
2. Using a very handy script for this purpose, and checking it
   into utils/ since it saved me some headache.
3. Turned tabs -> spaces for WifiResultHandler.
4. Better error handling on network types: look for exact matches
   rather than substrings.



git-svn-id: https://zxing.googlecode.com/svn/trunk@1456 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-23 06:00:57 +00:00
srowen 7255ac8443 Issues 155.2 -- add %f for format
git-svn-id: https://zxing.googlecode.com/svn/trunk@1445 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-18 12:58:57 +00:00
srowen edd6ed8e7a Add bulk scan mode with preference (and rearrange prefs a bit). Reorder main strings file, add new pref string and remove probably-incorrect ellipses from Asian language translations
git-svn-id: https://zxing.googlecode.com/svn/trunk@1443 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-17 12:26:41 +00:00
srowen 02f090dd34 Add auto-translation tool to help update strings with Google Translate. Let it reorder (but not change) existing translations alphabetically by key. Add bulk-scan strings along the way as a test.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1442 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-17 10:55:00 +00:00
srowen 8cbe558ec3 Add support for UPC/EAN +5 extensions, plus basic tests, and display the content in Android client as metadata
git-svn-id: https://zxing.googlecode.com/svn/trunk@1436 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-16 19:49:22 +00:00
vikrama 2223a5cf42 Adding strings converted using Google Translate. Feeling bad about all the Engrish jokes I made in the past.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1435 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-16 04:11:54 +00:00
srowen 9d50d21837 Better error message when SD card isn't accessible
git-svn-id: https://zxing.googlecode.com/svn/trunk@1320 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-04-28 16:26:59 +00:00
srowen aacdce8d7e Better naming of shared barcode files and deal with case where SD card is mounted
git-svn-id: https://zxing.googlecode.com/svn/trunk@1306 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-04-13 16:32:12 +00:00
srowen 0b2f7dcd2e Add timestamp to result screen
git-svn-id: https://zxing.googlecode.com/svn/trunk@1261 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-03-26 22:40:09 +00:00
srowen fbd48c4c74 Add option to disable front light
git-svn-id: https://zxing.googlecode.com/svn/trunk@1259 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-03-26 12:13:13 +00:00
srowen fa82c20c2f Translate Google Shopper strings; untranslate app name in a few cases
git-svn-id: https://zxing.googlecode.com/svn/trunk@1229 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-03-01 14:58:38 +00:00
srowen 5afa0fd861 Notify users of Behold II and Pulse that the device has known bugs
git-svn-id: https://zxing.googlecode.com/svn/trunk@1225 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-03-01 10:04:48 +00:00
srowen 6758fcdca7 Added one missing translation
git-svn-id: https://zxing.googlecode.com/svn/trunk@1209 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-02-15 13:21:12 +00:00
srowen 44608c1373 Issue 325, 327
git-svn-id: https://zxing.googlecode.com/svn/trunk@1189 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-01-21 19:11:28 +00:00
srowen 8dde6264e9 Russian translation fix
git-svn-id: https://zxing.googlecode.com/svn/trunk@1188 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-01-21 15:06:51 +00:00
srowen 2153a6cd34 Translation fixes from Evgeny Kozdoba
git-svn-id: https://zxing.googlecode.com/svn/trunk@1163 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-22 10:07:41 +00:00
srowen 5199348cfd Issue 274, for consideration
git-svn-id: https://zxing.googlecode.com/svn/trunk@1129 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-26 02:47:44 +00:00
srowen 58b5bf7b0f Commit share app functionality for broader testing and comments
git-svn-id: https://zxing.googlecode.com/svn/trunk@1110 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-17 11:54:15 +00:00
srowen c47cf9752e Improve Spanish translation from Marcelo, standardize lines for comparison, add some auto translation of missing strings in Chinese
git-svn-id: https://zxing.googlecode.com/svn/trunk@1101 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-06 10:01:37 +00:00
srowen ac87d667c7 Update and reformat Russian translation
git-svn-id: https://zxing.googlecode.com/svn/trunk@1085 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-10-23 22:59:13 +00:00
srowen 989d3387f6 Russian translation
git-svn-id: https://zxing.googlecode.com/svn/trunk@1083 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-10-22 23:46:03 +00:00