summaryrefslogtreecommitdiff
path: root/android/src
AgeCommit message (Collapse)AuthorFilesLines
2016-02-15Closes #557 : Remove refs to Browser.BookmarkColumns which isn't in API 23 ↵Sean Owen3-11/+14
/ 6.0
2016-01-24Fix possible NPE from null actionSean Owen2-3/+3
2016-01-21Update plugins, dependencies, and clean up small code inspection issuesSean Owen1-1/+2
2015-12-05Added a method "onSaveInstanceState()" in HelpActivity.javasato yoshiyuki1-0/+5
Related Issue#504 "Help screen" goes blank on screen orientation change. Checked Nexus5 (Android6.0/MRA58N)
2015-11-06Closes issue #492 : correctly restart autofocus after light is changedSean Owen1-2/+5
2015-11-02Issue #489 : allow request of front camera againSean Owen1-6/+12
2015-10-26Closes issue #484 : back-port almost all the orientaiton logic from BS+ to ↵Sean Owen6-56/+246
handle reverse-mounted cameras on devices like the Nexus 5X
2015-10-23Target API 22 since not yet updated for new permission model; fix beep ↵Sean Owen1-13/+5
problem that surfaces in Android 6; update plugins
2015-09-23Fix two rare crashes from bad input / stateSean Owen1-1/+1
2015-08-17Fix a few small app bugs from stack traces, and update pluginsSean Owen2-28/+31
2015-05-23Decode HTML entities in titlesKevin Mark1-0/+2
This allows page titles with HTML entities like `&` to display properly. Before, no decoding would be performed and `&` would be shown where an ampersand should be. Additionally, decoding entities prevents the following string length check from overcounting. To replicate this bug scan an image with a URL pointing to http://stackoverflow.com/questions/tagged/android The title displayed within the app will be something like: `Frequent 'android' Questions - Stack Overflow` After this commit, the app will display the correct decoded title: `Frequent 'android' Questions - Stack Overflow`
2015-05-15Enable RAT check in build; enable checkstyle; fix some violations; update ↵Sean Owen1-45/+42
Jetty/Android plugin
2015-05-13Fixes from coveritySean Owen1-4/+6
2015-04-02Add GOOGLE_PRODUCT_SEARCH_COUNTRY_TLDOlexandr Nesterenko1-0/+1
2015-04-02Update LocaleManagerOlexandr Nesterenko1-1/+1
2015-03-21Merge pull request #343 from nathbenjwolf/masterSean Owen1-10/+11
Fixed the cameraId changing on powerbutton press
2015-03-21Fixed the cameraId changing on powerbutton pressNathan1-10/+11
2015-03-19Don't hold on to cursor for whole BookmarkPickerActivity lifecycle as it may ↵Sean Owen1-5/+5
become stale
2015-02-154.7.3 bug fix : null HistoryManagerSean Owen1-1/+1
2015-01-30Closes issue #302 : incorrectly remembers state from Intent after processingSean Owen1-0/+3
2015-01-30Fix javadoc 8 errorSean Owen1-1/+1
2015-01-25Update documentation of exported CSV formatSean Owen1-3/+4
2015-01-23The history preference is now loaded at construction timeMicheleMas2-7/+10
2015-01-23Now history can be disabledMicheleMas2-1/+5
2015-01-08Introduce NO_REQUESTED_CAMERASean Owen2-3/+6
2015-01-08Remove unused open function from OpenCameraInterfaceMert Emin Kalender1-10/+0
2015-01-08Remove unnecessary branch in CameraManagerMert Emin Kalender1-6/+1
OpenCameraInterface.open(id) function already deals with the negative case. So there is no need to have a branch based on camera id. This also removes the need for OpenCameraInterface.open() function.
2014-07-30Remove exception on re-setting manual camera ID; this is fine and needed ↵Sean Owen1-5/+1
for an activity handling multiple Intents
2014-07-27Log final camera paramsSean Owen1-1/+4
2014-07-26Support multiple "to", and CC and BCC, throughout the email result API.Sean Owen3-18/+22
2014-07-14Add check for null stream from ContentResolver when encodingSean Owen1-0/+3
2014-06-29Touch up whitespace and other small issues from inspectionSean Owen4-6/+6
2014-05-25Minor updates to nickname / birthday result changesSean Owen1-20/+17
2014-05-23[android] Website, Birthday and Nickname fieldsThomas Weißschuh1-9/+36
Only the first valid occurrence of Website and Birthday is used
2014-05-16Don't set FPS in main BS app, as it was for Glass and there is now a ↵Sean Owen2-3/+1
specialized Glass app
2014-05-10Issue #142 : fix escaping of %f / %tSean Owen1-4/+3
2014-05-01Indentation wtfslepmog1-4/+4
2014-05-01Refactored open() into one methodslepmog1-37/+28
2014-05-01>= 0slepmog1-1/+1
2014-05-01+ comments, >=0, IllegalStateExceptionslepmog1-3/+3
2014-05-01Indentation wtfslepmog1-4/+4
2014-05-01Indentation wtfslepmog1-7/+7
2014-05-01Indentation wtfslepmog1-2/+2
2014-05-01Amended onResume() to read CAMERA_ID from intentslepmog1-0/+7
2014-05-01Indentation wtfslepmog1-5/+5
2014-05-01Indentation wtfslepmog1-5/+5
2014-05-01Added setManualCameraId() and amended openDriver()slepmog1-3/+25
2014-05-01Added constant Intents.Scan.CAMERA_IDslepmog1-0/+7
2014-05-01Added overload: open(cameraId)slepmog1-0/+33
2014-04-30Refactor common code from across Android apps into moduleSean Owen2-309/+15