summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2024-01-31Update ancillary modules for 3.5.3Sean Owen1-1/+1
2023-07-30Update extra modules for 3.5.3Sean Owen1-1/+1
2023-07-30Manually update android-* to 3.5.2 for releaseSean Owen1-1/+1
2022-11-02Fix Android module snapshot versionsSean Owen1-1/+1
2022-11-02Prep for 3.5.1 - update android module versionsSean Owen1-1/+1
2022-05-01Update Android modules for 3.5.1-SNAPSHOTSean Owen1-1/+1
2022-05-01Update Android modules for 3.5.0Sean Owen1-1/+1
2022-04-28Update AndroidManifest.xml: set exported flag (#1516)Shreyas Patil1-4/+8
Set flag `android:exported` to all the activities having `<intent-filter>`.
2022-02-17Update to 3.5.0-SNAPSHOT for next release; deps updatesSean Owen1-1/+1
2021-10-05Enforce line length and indent in checkstyle (#1448)Sean Owen5-34/+36
2020-12-08Misc dead code cleanup, plugin updatesSean Owen1-14/+0
2020-11-19Update strings.xml (#1336)Daniel Pfeffer1-1/+1
Better German
2020-11-07Fix snapshot version in android componentsSean Owen1-1/+1
2020-09-30Fix android checkstyleSean Owen1-0/+9
2020-09-07Many small updates from code analysis; remove unused files; tune server ↵Sean Owen3-3/+6
params (#1311)
2020-08-26Update proguard to 7. Remove unused slf4j. Minor code tweaks and dep ↵Sean Owen1-2/+0
updates. (#1307)
2020-07-22Fix missing importSean Owen1-1/+0
2020-07-22Remove some old unuseful Android logsSean Owen6-24/+4
2020-06-06Misc code simplification and editsSean Owen1-9/+9
2020-02-16setPackage on encode intent internallySean Owen1-12/+11
2019-07-29Minor code inspection: Use Math.min, Arrays.fill. No point in keeping opts ↵Sean Owen2-10/+7
from J2ME days
2019-07-17Fix use of unicodes and punctuations in Persian translation (#1191)Ebrahim Byagowi8-145/+145
2019-07-04Default to allow focusing in continuous-picture mode (#1186)Wang Han2-2/+2
* 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-05-22Android app needs to use 3.3.3 as it can't use Java 8 features only ↵Sean Owen1-1/+2
supported in API 24+
2019-05-18Oops, Android app artifacts weren't updated to SNAPSHOT parentSean Owen1-1/+1
2019-05-18Update Android modules to 3.4.0Sean Owen1-1/+1
2019-05-14Bump to 3.4.0. Require Java 8. Various code simplifications and plugin / dep ↵Sean Owen2-2/+2
updates
2019-03-10Small fixes, dep updates, removed warning about Android app, made web app ↵Sean Owen1-2/+0
params into annotations
2019-02-11Use nanoTime for elapsed timeSean Owen1-3/+4
2019-01-20Small code improvements from inspectionsSean Owen1-3/+1
2018-12-31Corrections (#1125)Davod5-7/+7
* Update about1d.html * Update about2d.html * Update license.html * Update scanning.html * Corrections by Amitie10g
2018-12-05Avoid book search crash on invalid intent (#1114)John Hall1-0/+5
2018-09-11Barcode Scanner 4.7.8BS-4.7.8Sean Owen1-1/+1
2018-09-03Many more changes from recent IJ inspectionsSean Owen3-2/+5
2018-08-08Issue #1051: to avoid letting user input into logs, sanitize input and/or ↵Sean Owen7-16/+4
just remove unimportant log statements in Android, web app
2018-07-30Directory Bug (#1046)Felix Bergmann1-1/+1
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-06-14Fixed strings.xml Korean (#1029)kdwoo12171-11/+11
2018-05-29Update android apps to use 3.3.4-SNAPSHOTSean Owen1-1/+1
2018-05-29Update android parent versions to 3.3.3Sean Owen1-1/+1
2018-05-29Various small improvements from inspection, dependency updates, preparing ↵Sean Owen4-51/+41
for 3.3.3
2018-05-18Apply checkstyle to test code too, and fix violations; minor updates from ↵Sean Owen1-1/+1
code inspections
2018-05-14Set protocol to JABBER if XMPP IM handle is found (#1007)Wiktor1-2/+8
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-04-24Update JAI ImageIO for JDK 9; other trivial inspection and plugin updatesSean Owen1-3/+3
2018-02-23Added a workaround for low framerate issue on Nexus 4 (#959)Frank1-0/+4
* Added a workaround for low framerate issue on Nexus 4 * Move setRecordingHint to general camera configuration * change the location of setRecordingHint
2018-01-31Update android modules for 3.3.3-SNAPSHOTSean Owen1-1/+1
2018-01-31Updates for 3.3.2 release in android modulesSean Owen1-1/+1
2018-01-28Catch a few more SQLExceptions in HistoryManagerSean Owen1-5/+11
2017-11-30Fix typo in Norwegian translation (#918)Robert Theis1-1/+1
2017-11-02Guard against a few rare errors from Play logsSean Owen2-9/+11
2017-10-29Implement support for WPA2 Enterprise (EAP) (#865)Steffen Kieß2-1/+69