Releases: Buglife/buglife-android
v1.5.2
• v1.5.2
• Work around Android 11 crasher
• Merge pull request #71 from taras-doloshytskyi/patch-1
• Merge pull request #70 from taras-doloshytskyi/master
• Add error log for bug with screenshot
• Update README.md
• fix example and video recording bug
• Merge pull request #66 from Sonphil/master
• Call canDrawOverlays
again to check if the permission has been granted
v1.5.1
v1.5.0
• v1.5.0
• Undo version change to let build scripts do their thing
• Improve README, bump version number, fix comments
• Allow non-collection of location data, even if the app would allow it
• Remove RECEIVE_BOOT_COMPLETED permission; it’s not used
• Update gradle
• Resolve #58 - Copy screenshot instead of editing it in place.
• Crashlife interop, a couple bug fixes
v1.4.3
• v1.4.3
• update readme (before build this time!)
• Merge pull request #56 from R4md4c/replace-volley-with-okhttp
• Adjust the writeTimeout
• Close body after receiving the response.
• Replace Volley with OkHttp (#55)
• Fix crash in example app
• Fix for Issue #54 - screenshot all windows
• use new gradle. Doesn’t seem to be causing problems
v1.4.2
v1.4.1
v1.4.0
• v1.4.0
• Merge branch 'Sonphil-master'
• Fix TextInputField.summaryInputField() API to not require title param
• Move summary field title to resource file (strings.xml) and bump support libraries version
• Sample code for location enabled
• Send Device location on location-enabled apps
v1.3.4
v1.3.3
v1.3.2
• v1.3.2
• Stop reflectively looking up dependencies
• Don’t explicitly check for WRITE_EXTERNAL_STORAGE permission
• Check for presence of summary attribute on report submission
• Merge pull request #33 from arnab-kundu/patch-1
• Merge pull request #37 from Abdelrhmanwalid/fix
• Use logs for denied storage permission instead of a toast
• Issue #32 solved
• Update README version
• Bump version number
• Fix Issue #31: primary text color theming doesn’t work
• Merge pull request #30 from alexfu/bugfix/28
• Merge pull request #29 from alexfu/bugfix/27
• Only execute legacy reporter if Lollipop or earlier.
• Use api instead of implementation.