summaryrefslogtreecommitdiff
path: root/android/res/layout
AgeCommit message (Collapse)AuthorFilesLines
2014-03-23Suppress some lint warnings that are ignorableSean Owen5-7/+18
2014-01-22Add apache-rat check for copyright headers, and fix a bunch of files without ↵Sean Owen2-0/+29
them (mostly actionscript, jruby)
2014-01-19Tiny differences to back port from review of diff with BS Pluszxing-2.3.0ZXingTest-1.4.1BS-4.5.1Sean Owen7-11/+22
2013-09-01Updates for Android 4+srowen@gmail.com3-24/+11
git-svn-id: https://zxing.googlecode.com/svn/trunk@2880 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-28Remove references to Google Shoppersrowen@gmail.com1-8/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2877 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-23Simplify help screen and make consistent with dark Holo themesrowen@gmail.com1-34/+5
git-svn-id: https://zxing.googlecode.com/svn/trunk@2829 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-31Add icon to app pickersrowen@gmail.com2-0/+23
git-svn-id: https://zxing.googlecode.com/svn/trunk@2601 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-10Standardize colors, dimensions, text sizes, tweak and simplify layouts slightlysrowen8-58/+31
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 ↵srowen5-13/+3
borders to match Holo git-svn-id: https://zxing.googlecode.com/svn/trunk@2399 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-25Remove unused transparent viewfinder background which apparently can cause ↵srowen1-2/+1
problems on some devices git-svn-id: https://zxing.googlecode.com/svn/trunk@2395 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-22Lint check: remove unused thingssrowen2-7/+3
git-svn-id: https://zxing.googlecode.com/svn/trunk@2232 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-10Reimplement History as a simple activity instead of dialog; add ability to ↵srowen1-0/+22
delete one entry with a long press git-svn-id: https://zxing.googlecode.com/svn/trunk@2106 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-18New SDK 16 lint tool suggests removing some unused stuff, etc.srowen2-4/+5
git-svn-id: https://zxing.googlecode.com/svn/trunk@2094 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-24Issue 987 chop down most of the wi-fi functionality so that it triggers the ↵srowen1-12/+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-08-22Issue 941 retrieve more info from Google Books for ISBNssrowen1-2/+1
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-79/+73
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
2011-05-12Issue 821: Add text box for encoding arbitrary QR Code contents.dswitkin@google.com1-8/+17
git-svn-id: https://zxing.googlecode.com/svn/trunk@1766 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-05- Centered the results UI to look better on tablets.dswitkin@google.com1-11/+12
- Other minor polish. - Bumped the version to 3.54 beta 1. git-svn-id: https://zxing.googlecode.com/svn/trunk@1737 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-11-30Make text more easily scrollablesrowen1-20/+23
git-svn-id: https://zxing.googlecode.com/svn/trunk@1675 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-10-13Add "retreive more info" feature -- resolves redirectors and gets first ↵srowen1-8/+25
product result inside the app git-svn-id: https://zxing.googlecode.com/svn/trunk@1624 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-09-22Issue 546, let share screen scroll on tiny screenssrowen1-52/+67
git-svn-id: https://zxing.googlecode.com/svn/trunk@1602 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-07-22Added a Google Shopper icon to the result buton for products and ISBNs.dswitkin@google.com1-0/+9
git-svn-id: https://zxing.googlecode.com/svn/trunk@1492 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-07-21Final Barcode Scanner 3.4 changes:dswitkin@google.com2-16/+13
- Cleaned up the sharing UI - Removed a piece of black artwork - Fixed the Froyo bug with the Help screen appearing blank - Made external URLs in Help launch in the Browser - Updated some help text git-svn-id: https://zxing.googlecode.com/svn/trunk@1491 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-30- Bumped version to 3.4 beta 1.dswitkin@google.com2-3/+3
- Fixed two crashes on low DPI devices because of missing/stale views in layout-ldpi/capture.xml. - Added support for apps on SD card on Froyo. - Updated SDK to 8. - Tweaked some font sizes. - Updated the What's New page. git-svn-id: https://zxing.googlecode.com/svn/trunk@1464 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-16Add support for UPC/EAN +5 extensions, plus basic tests, and display the ↵srowen1-0/+22
content in Android client as metadata git-svn-id: https://zxing.googlecode.com/svn/trunk@1436 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-16Oops remove bar againsrowen1-15/+8
git-svn-id: https://zxing.googlecode.com/svn/trunk@1433 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-16... and roll back a bit more to old status view, smaller text againsrowen1-8/+15
git-svn-id: https://zxing.googlecode.com/svn/trunk@1431 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-15... and put back status text, in a simplified form?srowen1-0/+9
git-svn-id: https://zxing.googlecode.com/svn/trunk@1430 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-15Style-related changessrowen1-11/+9
git-svn-id: https://zxing.googlecode.com/svn/trunk@1428 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-15Rest of cosmetic changes -- simpler, black theme with easier-to-touch ↵srowen2-61/+22
buttons and consistent sizing, icons git-svn-id: https://zxing.googlecode.com/svn/trunk@1426 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-15Android activity to add a network, and all associated code for dealingvikrama1-0/+14
with WIFI: schemes on the Android side. Things to be done: 1. Much more testing. 2. Implement SB and test it well. 3. Clean up the UI to make it beautiful. 4. Figure out what to do when the network is connected: exit the Barcode Scanner? Currently, the activity kills itself, restoring camera capture. 5. Publicize the WIFI: scheme. git-svn-id: https://zxing.googlecode.com/svn/trunk@1425 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-14Prettify scan result screen, I thinksrowen1-34/+82
git-svn-id: https://zxing.googlecode.com/svn/trunk@1423 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-09Make font sizes more consistent in the appsrowen5-8/+8
git-svn-id: https://zxing.googlecode.com/svn/trunk@1418 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-05-10New icon from Roman Nurik, and help system tweaks.dswitkin@google.com1-3/+3
git-svn-id: https://zxing.googlecode.com/svn/trunk@1346 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-03-30Ditch ugly "unknown" icon for standard project icon; tighten up barcode ↵srowen1-1/+3
image view settings a little, I believe, by putting them in capture.xml and in dip units git-svn-id: https://zxing.googlecode.com/svn/trunk@1265 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-03-27Add timestamp to result screensrowen1-0/+8
git-svn-id: https://zxing.googlecode.com/svn/trunk@1261 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-01-06Made a bunch of improvements to QVGA layouts.dswitkin2-4/+4
git-svn-id: https://zxing.googlecode.com/svn/trunk@1179 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-03Made the buttons on the Share screen a bit wider and better spaced out. I ↵dswitkin1-43/+47
didn't bother with the landscape version although it could use the same treatment. git-svn-id: https://zxing.googlecode.com/svn/trunk@1133 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-17Commit share app functionality for broader testing and commentssrowen1-11/+30
git-svn-id: https://zxing.googlecode.com/svn/trunk@1110 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-10-22- Added back support for Cupcake by making the choice of preview callback ↵dswitkin7-18/+19
conditional on the build flavor. - Fixed a number of non-dpi-aware resource dimensions. - Bumped the version to 3.0 beta 3. git-svn-id: https://zxing.googlecode.com/svn/trunk@1081 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-09-28Unbroke the app after the big subpackage reshuffle of '09:dswitkin1-3/+2
- Updated manifest entries. - Made necessary classes public. - Fixed ProGuard exclusions. - Updated resource file class name. git-svn-id: https://zxing.googlecode.com/svn/trunk@1065 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-07-09Created v2.9 of Barcode Scanner, and added Japanese translations.dswitkin1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@1018 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-02-17- Fixed issue 146, QR Codes get clipped when encoding very large amount of ↵dswitkin1-23/+30
data, by adding a ScrollView. - Also added support for sharing multiple email addresses and phone numbers. git-svn-id: https://zxing.googlecode.com/svn/trunk@864 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-12-03Worked around a bug in Android 1.0 with using gravity and padding at the ↵dswitkin1-2/+1
same time, which broke the Share UI. git-svn-id: https://zxing.googlecode.com/svn/trunk@774 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-12-02New HTML edits from Joseph, and added a fading edge to the WebView to make ↵dswitkin1-4/+9
it more obvious that there is more content the user can scroll to. git-svn-id: https://zxing.googlecode.com/svn/trunk@773 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-12-01Added a specific message for unsearchable books, and changed the Exit button ↵dswitkin1-2/+2
in the help to Done to be a little clearer. git-svn-id: https://zxing.googlecode.com/svn/trunk@766 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-11-26Created an HTML help system, which is hooked up to the Menu/Help button. It ↵dswitkin1-0/+49
also runs automatically the first time a new version of the app is run on a particular device. I wrote up a bunch of pages, which feature great art by Joseph, including a What's New page that we can edit for every release. git-svn-id: https://zxing.googlecode.com/svn/trunk@761 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-11-22Added great new artwork from Joseph for the Share UI. Also renamed the Share ↵dswitkin1-21/+37
menu item to be clearer. git-svn-id: https://zxing.googlecode.com/svn/trunk@758 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-11-19Updated the Android client to use native/local QR Code encoding. For now it ↵dswitkin1-1/+3
still runs on a thread and has a temporary "Working..." dialog. As I optimize a bit further, these may not be necessary. git-svn-id: https://zxing.googlecode.com/svn/trunk@739 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-11-12Wrote a new bookmark picker activity for use by the Share button, because I ↵dswitkin1-0/+37
couldn't get the platform version to work. git-svn-id: https://zxing.googlecode.com/svn/trunk@691 59b500cc-1b3d-0410-9834-0bbf25fbcc57