Commit graph

1126 commits

Author SHA1 Message Date
Sean Owen d806131020 Oops, Android app artifacts weren't updated to SNAPSHOT parent 2019-05-18 08:18:03 -05:00
Sean Owen 413210434b Update Android modules to 3.4.0 2019-05-17 19:29:33 -05:00
Sean Owen f1683e1f4f Bump to 3.4.0. Require Java 8. Various code simplifications and plugin / dep updates 2019-05-13 18:44:57 -05:00
Sean Owen bc645c50bb Small fixes, dep updates, removed warning about Android app, made web app params into annotations 2019-03-09 17:18:31 -06:00
Sean Owen 096cae7fcb Use nanoTime for elapsed time 2019-02-10 17:46:32 -06:00
Sean Owen a81dda90ba Small code improvements from inspections 2019-01-19 20:58:09 -06:00
Davod d897ad7f72 Corrections (#1125)
* Update about1d.html

* Update about2d.html

* Update license.html

* Update scanning.html

* Corrections by Amitie10g
2018-12-30 18:30:27 -06:00
John Hall 1765887315 Avoid book search crash on invalid intent (#1114) 2018-12-05 13:05:12 -06:00
Sean Owen ea0a9a670f Barcode Scanner 4.7.8 2018-09-11 08:59:25 -05:00
Sean Owen 36f38c5beb Many more changes from recent IJ inspections 2018-09-03 15:18:54 -05:00
Sean Owen 0b9b39a74f Issue #1051: to avoid letting user input into logs, sanitize input and/or just remove unimportant log statements in Android, web app 2018-08-07 19:28:06 -05:00
Felix Bergmann 45d89bce80 Directory Bug (#1046)
The correct pattern to make a directory is: `if (!dir.mkdirs() && !dir.isDirectory()) { error }` mkdirs checks for exists so the exists check is redundant.
2018-07-29 17:07:39 -05:00
kdwoo1217 fc057169cd Fixed strings.xml Korean (#1029) 2018-06-13 20:38:29 -05:00
Sean Owen db5f3ac62c Update android apps to use 3.3.4-SNAPSHOT 2018-05-29 10:31:42 -05:00
Sean Owen d305ea953a Update android parent versions to 3.3.3 2018-05-29 09:47:18 -05:00
Sean Owen 7a64f483fd Various small improvements from inspection, dependency updates, preparing for 3.3.3 2018-05-29 08:26:06 -05:00
Sean Owen a372dfe175 Apply checkstyle to test code too, and fix violations; minor updates from code inspections 2018-05-18 09:21:21 -05:00
Wiktor a203ea5c97 Set protocol to JABBER if XMPP IM handle is found (#1007)
IMPP field can be set to a URI [0]. If that URI is of XMPP scheme set the
protocol used to JABBER and drop the scheme part from the IM handle.

This format is used by XMPP messengers e.g. Conversations.im [1].

[0]: https://tools.ietf.org/html/rfc6350#section-6.4.3

[1]: https://github.com/siacs/Conversations/blob/master/README.md#how-does-the-address-book-integration-work
2018-05-14 07:50:02 -05:00
Sean Owen 553b5e97a3 Update JAI ImageIO for JDK 9; other trivial inspection and plugin updates 2018-04-24 11:31:57 -05:00
Frank c3d649f6ab Added a workaround for low framerate issue on Nexus 4 (#959)
* Added a workaround for low framerate issue on Nexus 4

* Move setRecordingHint to general camera configuration

* change the location of setRecordingHint
2018-02-23 09:26:38 -06:00
Sean Owen a75a8b8c55 Update android modules for 3.3.3-SNAPSHOT 2018-01-30 22:16:46 -06:00
Sean Owen f107a9b0ad Updates for 3.3.2 release in android modules 2018-01-30 22:10:07 -06:00
Sean Owen 379e18daf4 Catch a few more SQLExceptions in HistoryManager 2018-01-28 10:42:05 -06:00
Robert Theis 561f09b32e Fix typo in Norwegian translation (#918) 2017-11-29 21:45:55 -06:00
Sean Owen 7eae23f659 Guard against a few rare errors from Play logs 2017-11-02 11:54:25 +00:00
Steffen Kieß 49d90b6457 Implement support for WPA2 Enterprise (EAP) (#865) 2017-10-29 20:40:53 +00:00
Sean Owen 5a1521dca2 Update master for next Android app release 2017-10-29 09:57:08 +00:00
Sean Owen 7890b8afb3 Add values-nb as synonym for values-no; remove unused string 2017-10-29 09:56:30 +00:00
Sean Owen 111354bfbe Update android for 3.3.2-SNAPSHOT parent post 3.3.1 release 2017-10-25 18:37:52 +01:00
Sean Owen 4cf04e6273 Update CHANGES and android app for 3.3.1 2017-10-25 18:08:42 +01:00
Sergey Yanzin 8eaa8502ad fixed russian translation (#890)
* Fixed error key in doPost()

doPost() works only with badimage

* Update about1d.html

* Update about2d.html

* Update about2d.html

* Update index.html

* Update scanning.html

* Update whatsnew.html

* Update sharing.html

* Update strings.xml
2017-10-13 10:39:03 +01:00
DandelionSprout f9a74628cb Norwegian translation (#878)
* Create strings.xml

* Update strings.xml

* Update strings.xml

* Rename strings.xml to stringsx.xml

* Create strings.xml

It was tough to unify the lines to match those of the Free version's strings.xml, but I hope I succeeded at it.

* Delete stringsx.xml

* Delete strings.xml

Seeing if I can change the folder name as well.

* Create strings.xml

* Update strings.xml

Fixed the two crashing duplicate entries, it seems.
2017-09-21 10:47:36 +01:00
Sean Owen 04595508b6 Require Android API 19, so fully use Java 7 try-with-resources, as well as a few other Java 7 features. Reduce deprecation warning count in android 2017-09-11 14:05:37 +01:00
Sean Owen cbdf087933 Issue #842: allow + in MECARD TEL lines 2017-08-16 12:29:57 +01:00
Sean Owen e2afb336e2 Minor changes from inspection 2017-07-17 12:43:00 +01:00
Sean Owen ae6b9f4426 A few more touch-ups from Codacy 2017-06-16 13:51:08 +01:00
Sean Owen 3c64fa1e62 Fix Codacy warnings 2017-06-14 18:50:03 +01:00
Philipp Hasper da4e333d66 Fixed Wifi mangager memory leak on devices < N (#811)
AndroidStudio reported the error:
Error: The WIFI_SERVICE must be looked up on the Application context or
memory will leak on devices < Android N. Try changing
to .getApplicationContext()  [WifiManagerLeak]
2017-06-08 14:17:45 +01:00
Sean Owen 9fae90bc3c More defensive programming around odd Android exceptions 2017-06-04 15:51:39 +01:00
omodai ca488eb1ae update japanese strings.xml (#779) 2017-03-30 11:59:18 +01:00
Sean Owen b5f6d3f73c Update plugin and minor deps; catch additional Android error in app 2017-03-15 11:08:07 +00:00
Sean Owen 484ff7edcf Suppress most deprecation warnings due to old camera API; remove call to old cookie manager 2017-02-20 12:35:00 -08:00
Pedram Paknam 46461d37b6
add Farsi Help files 2017-01-15 10:48:46 +00:00
Sean Owen b81c9ea012
Generalize handling of non-fatal SQL exceptions in Android app 2017-01-06 13:29:36 +00:00
Roc Boronat 98ed0e1f92 Fix a typo in Catalan (#719) 2016-12-06 03:13:18 +08:00
Sean Owen 0dfda08078
Fix typos; avoid use of java.util.Date; other small improvements from inspection; deprecate some accidentally-public methods 2016-11-29 12:16:07 +00:00
Sean Owen 64eb07747e
Closes #707 : also copy to clipboard in bulk scan mode 2016-11-14 10:45:00 +01:00
Sean Owen 08a9d74062
Remove obsolete html-zh-rHK symlink 2016-11-11 20:23:20 +00:00
Sean Owen 28f8bd37f3
Update deps including Guava 20; use switch in pref to chained if-else for slightly more consistent style 2016-11-11 20:20:46 +00:00
Asier Iturralde Sarasola 995da03a39 Update Basque translation (#696) 2016-10-28 14:39:45 +02:00