| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-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-04 | Default to allow focusing in continuous-picture mode (#1186) | Wang Han | 1 | -1/+1 | |
| * 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-14 | Bump to 3.4.0. Require Java 8. Various code simplifications and plugin / dep ↵ | Sean Owen | 1 | -1/+1 | |
| 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-05 | Avoid book search crash on invalid intent (#1114) | John Hall | 1 | -0/+5 | |
| 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-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-28 | Catch a few more SQLExceptions in HistoryManager | Sean Owen | 1 | -5/+11 | |
| 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 | |
| 2017-09-11 | Require Android API 19, so fully use Java 7 try-with-resources, as well as a ↵ | Sean Owen | 22 | -264/+147 | |
| few other Java 7 features. Reduce deprecation warning count in android | |||||
| 2017-08-16 | Issue #842: allow + in MECARD TEL lines | Sean Owen | 1 | -2/+2 | |
| 2017-07-17 | Minor changes from inspection | Sean Owen | 2 | -2/+2 | |
| 2017-06-16 | A few more touch-ups from Codacy | Sean Owen | 1 | -51/+52 | |
| 2017-06-14 | Fix Codacy warnings | Sean Owen | 5 | -23/+20 | |
| 2017-06-08 | Fixed Wifi mangager memory leak on devices < N (#811) | Philipp Hasper | 1 | -1/+1 | |
| 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-04 | More defensive programming around odd Android exceptions | Sean Owen | 3 | -2/+12 | |
| 2017-03-15 | Update plugin and minor deps; catch additional Android error in app | Sean Owen | 1 | -2/+2 | |
| 2017-02-20 | Suppress most deprecation warnings due to old camera API; remove call to old ↵ | Sean Owen | 7 | -6/+6 | |
| cookie manager | |||||
| 2017-01-15 | add Farsi Help files | Pedram Paknam | 1 | -1/+1 | |
| 2017-01-06 | Generalize handling of non-fatal SQL exceptions in Android app | Sean Owen | 1 | -3/+14 | |
| 2016-11-29 | Fix typos; avoid use of java.util.Date; other small improvements from ↵ | Sean Owen | 4 | -34/+25 | |
| inspection; deprecate some accidentally-public methods | |||||
| 2016-11-14 | Closes #707 : also copy to clipboard in bulk scan mode | Sean Owen | 1 | -9/+10 | |
| 2016-11-11 | Remove obsolete html-zh-rHK symlink | Sean Owen | 1 | -5/+4 | |
| 2016-11-11 | Update deps including Guava 20; use switch in pref to chained if-else for ↵ | Sean Owen | 1 | -4/+7 | |
| slightly more consistent style | |||||
| 2016-08-22 | Minor changes from inspection | Sean Owen | 3 | -4/+4 | |
| 2016-08-22 | I've seen some codes with the type set to WPA2 (#650) | steelman | 1 | -1/+2 | |
| 2016-07-24 | A bunch of inspection changes, including some dead code removal and ↵ | Sean Owen | 5 | -17/+12 | |
| tightening visibility, removing unnecessary casts | |||||
| 2016-07-16 | Update plugins; use https:// URLs consistently for good practice | Sean Owen | 1 | -1/+1 | |
| 2016-06-24 | Implement more style checks around whitespace | Sean Owen | 3 | -3/+3 | |
| 2016-06-22 | Preload bookmarks instead of holding open cursor to avoid concurrent ↵ | Sean Owen | 2 | -37/+30 | |
| modification; no longer that slow that it must be avoided on the UI thread | |||||
| 2016-06-05 | Enable some additional checkstyle rules | Sean Owen | 1 | -1/+1 | |
| 2016-06-04 | Add minimal javadoc to all classes (and enforce with checkstyle); minor ↵ | Sean Owen | 12 | -1/+55 | |
| refactoring to of array sum code | |||||
| 2016-03-09 | More for issue #557: remove another constant that's not present in API 23+ | Sean Owen | 1 | -2/+4 | |
