codewell4
b5d412f6d0
Improved Slovenian translation
2015-06-30 18:53:53 +02:00
Kevin Mark
955a9e8a8d
Decode HTML entities in titles
...
This allows page titles with HTML entities like `&` to display
properly. Before, no decoding would be performed and `&` would be
shown where an ampersand should be. Additionally, decoding entities
prevents the following string length check from overcounting.
To replicate this bug scan an image with a URL pointing to
http://stackoverflow.com/questions/tagged/android The title displayed
within the app will be something like:
`Frequent 'android' Questions - Stack Overflow` After this
commit, the app will display the correct decoded title:
`Frequent 'android' Questions - Stack Overflow`
2015-05-22 23:14:38 -04:00
Sean Owen
867d580e66
Enable RAT check in build; enable checkstyle; fix some violations; update Jetty/Android plugin
2015-05-15 15:44:45 +01:00
Sean Owen
ec9487c0b2
Fixes from coverity
2015-05-13 13:04:43 +01:00
BrunoMioto
f4e00252a6
Translation updated to Portuguese-BR
2015-05-04 11:39:46 -03:00
Olexandr Nesterenko
13b0b2a8e8
Add GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD
2015-04-02 10:31:58 +03:00
Olexandr Nesterenko
491e164f6b
Update LocaleManager
2015-04-02 00:16:28 +03:00
Olexandr Nesterenko
1e1067709e
Fix order
2015-04-02 00:02:52 +03:00
Olexandr Nesterenko
5e7fb331d2
Update uk language
...
Add uk help
2015-04-01 22:36:15 +03:00
Sean Owen
bc3c8e3ffd
Target Android 5.1 (don't require it); bump BS app number for next release; update plugins
2015-03-21 16:44:46 +00:00
Sean Owen
717c53ddbe
Merge pull request #343 from nathbenjwolf/master
...
Fixed the cameraId changing on powerbutton press
2015-03-21 16:37:02 +00:00
Nathan
cec4b529a2
Fixed the cameraId changing on powerbutton press
2015-03-20 15:13:09 -07:00
Sean Owen
431806c896
Don't hold on to cursor for whole BookmarkPickerActivity lifecycle as it may become stale
2015-03-19 10:34:26 -04:00
Sean Owen
59dc943328
More French updates from Guillaume
2015-03-05 11:57:18 +00:00
slepmog
943be55a32
Fixed Russian translation for new menu item
2015-03-01 21:51:59 +03:00
slepmog
7c112f3500
Fixed Russian translation for new menu item
2015-03-01 21:48:56 +03:00
Sean Owen
a6e466e419
Merge pull request #317 from Matrix44/patch-6
...
Update strings.xml
2015-02-24 11:38:34 +00:00
Alessandro Fanna
a1b4461600
Fixed little typo and restored Data Matrix instead of italian's literal translation
...
Line 80: restitiuta > restituita
Line 100: Matrice dati > Data Matrix (currently in Italy this 2d barcode is known with its english name and shouldn't be translated ;-)
2015-02-17 20:32:51 +01:00
Sean Owen
914de38855
French fix from Guillaume Cottenceau
2015-02-17 09:56:06 +00:00
Sean Owen
a443654896
Point apps to 3.2.1-SNAPSHOT
2015-02-15 15:27:24 +00:00
Matrix44
5b665e4134
Update strings.xml
...
Updated translation. Please do not use automatic translation!
Thanky you,
Laurent
2015-02-15 16:05:17 +01:00
Sean Owen
e063996740
Spanish fix from Alejandro Tedin
2015-02-15 13:39:14 +00:00
Sean Owen
f7605ed040
4.7.3 bug fix : null HistoryManager
2015-02-15 00:02:12 +00:00
Miguel E. Hernández Cuervo
5ac949d25a
Merge branch 'master' of https://github.com/zxing/zxing
2015-02-12 14:39:37 -05:00
Miguel E. Hernández Cuervo
8dc99203e7
Updated Spanish (Android)
2015-02-12 12:56:42 -05:00
Sean Owen
2399d9913b
Update maven android plugin to new groupID
2015-02-12 14:58:04 +00:00
Sean Owen
d276d6aef0
Merge pull request #308 from Solvoj/master
...
A small correction on Spanish translation
2015-02-12 14:42:32 +00:00
Sean Owen
289d3d2999
Updates for 4.7.2
2015-02-12 14:41:17 +00:00
Sean Owen
4eb2896eea
Work around enum + proguard + dex problem
2015-02-12 14:41:00 +00:00
Miguel E. Hernández Cuervo
82861cd85d
Merge branch 'master' of https://github.com/zxing/zxing
2015-02-12 09:08:25 -05:00
Miguel E. Hernández Cuervo
2c3e04e7ac
Corrected Spanish "<history_empty_detail>".
2015-02-12 08:58:43 -05:00
fakhri626
ef74bb6a2c
Update strings.xml
2015-02-01 20:15:02 +07:00
Sean Owen
894ab95ea0
Closes issue #302 : incorrectly remembers state from Intent after processing
2015-01-30 20:35:37 +00:00
Sean Owen
c02bf4ca8e
Fix javadoc 8 error
2015-01-30 18:18:32 +00:00
Sean Owen
563294b36e
Fix unescaped quote in new translation and make translator escape quotes going forward
2015-01-30 17:08:37 +00:00
Sean Owen
9c4b8ed860
Update documentation of exported CSV format
2015-01-25 10:35:41 +00:00
Sean Owen
88c8f78a4f
Follow up with translations for #296
2015-01-24 11:10:52 +00:00
MicheleMas
f244a29c49
The history preference is now loaded at construction time
2015-01-23 15:12:11 +01:00
MicheleMas
b783feae47
Fixed a typo in the IT strings.xml
2015-01-23 11:54:40 +01:00
MicheleMas
7c79a96bb0
Now history can be disabled
2015-01-23 11:40:25 +01:00
Sean Owen
b1dabda5cf
Introduce NO_REQUESTED_CAMERA
2015-01-08 09:52:44 +00:00
Mert Emin Kalender
8846890006
Remove unused open function from OpenCameraInterface
2015-01-08 00:16:44 -08:00
Mert Emin Kalender
5e76333708
Remove unnecessary branch in CameraManager
...
OpenCameraInterface.open(id) function already deals with the negative case. So there is no need to have a branch based on camera id. This also removes the need for OpenCameraInterface.open() function.
2015-01-08 00:13:16 -08:00
eliovir
c4f5e7ef05
Update strings.xml
...
Typo (unbreakable spaces before ":")
2014-12-28 10:50:21 +01:00
Facundo Farias
9ff5db108b
Reviewed ES translations, fixes minor typos
2014-12-21 14:28:58 +01:00
Sean Owen
b8bafbe5c9
Update for Android 5; use Proguard 5
2014-10-21 18:05:08 +01:00
lskocik
cd21205738
Libor Skočík - update - xml
...
with spacing
2014-10-20 15:13:17 +02:00
Sean Owen
e3f2b0fb9f
Exclude Android apps from Maven deploy
2014-08-20 12:33:21 +01:00
Sean Owen
58be32036a
Remove exception on re-setting manual camera ID; this is fine and needed for an activity handling multiple Intents
2014-07-30 01:17:13 +01:00
Sean Owen
70b02ea882
Log final camera params
2014-07-27 15:18:50 +01:00