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