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