Sean Owen
2b7b027869
Update ancillary modules for 3.5.3
2024-01-30 18:24:05 -06:00
Sean Owen
bb669f46d2
Update extra modules for 3.5.3
2023-07-30 08:30:19 -05:00
Sean Owen
8e51613be2
Manually update android-* to 3.5.2 for release
2023-07-29 20:35:40 -05:00
Sean Owen
bc88dd15c8
Fix Android module snapshot versions
2022-11-01 22:20:04 -05:00
Sean Owen
74bd455daa
Prep for 3.5.1 - update android module versions
2022-11-01 21:29:35 -05:00
Sean Owen
1950f11204
Update Android modules for 3.5.1-SNAPSHOT
2022-05-01 10:41:57 -06:00
Sean Owen
89a56210cc
Update Android modules for 3.5.0
2022-05-01 10:13:28 -06:00
Shreyas Patil
4f9f466f7d
Update AndroidManifest.xml: set exported flag ( #1516 )
...
Set flag `android:exported` to all the activities having `<intent-filter>`.
2022-04-28 09:20:24 -05:00
Sean Owen
f3f73b47d3
Update to 3.5.0-SNAPSHOT for next release; deps updates
2022-02-17 14:10:00 -06:00
Sean Owen
b51346c072
Enforce line length and indent in checkstyle ( #1448 )
2021-10-05 15:49:47 -05:00
Sean Owen
e7ed6aee2f
Misc dead code cleanup, plugin updates
2020-12-08 11:55:33 -06:00
Daniel Pfeffer
820d091073
Update strings.xml ( #1336 )
...
Better German
2020-11-19 06:48:45 -06:00
Sean Owen
28d339e67d
Fix snapshot version in android components
2020-11-07 09:08:01 -06:00
Sean Owen
c7cb59044a
Fix android checkstyle
2020-09-30 09:10:00 -05:00
Sean Owen
40c2e2e9af
Many small updates from code analysis; remove unused files; tune server params ( #1311 )
2020-09-06 18:21:05 -05:00
Sean Owen
da049f21d9
Update proguard to 7. Remove unused slf4j. Minor code tweaks and dep updates. ( #1307 )
2020-08-26 13:09:20 -05:00
Sean Owen
85e37821a5
Fix missing import
2020-07-22 13:00:29 -05:00
Sean Owen
07fdff4df7
Remove some old unuseful Android logs
2020-07-22 12:51:41 -05:00
Sean Owen
9aa4db5c1f
Misc code simplification and edits
2020-06-05 21:34:13 -05:00
Sean Owen
24a5f9c654
setPackage on encode intent internally
2020-02-16 08:46:36 -06:00
Sean Owen
4e110ecdbb
Minor code inspection: Use Math.min, Arrays.fill. No point in keeping opts from J2ME days
2019-07-29 14:36:16 -05:00
Ebrahim Byagowi
48aba96999
Fix use of unicodes and punctuations in Persian translation ( #1191 )
2019-07-17 08:19:13 -04:00
Wang Han
4199e41fb8
Default to allow focusing in continuous-picture mode ( #1186 )
...
* This is supported on almost all devices now, and they handle this pretty
well. Additionally, this workarounds a bug in some devices which auto mode
will hang forever for unknown reason.
2019-07-04 14:55:58 -05:00
Sean Owen
4b573da62a
Android app needs to use 3.3.3 as it can't use Java 8 features only supported in API 24+
2019-05-22 08:39:05 -05:00
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