Skip to content

Releases: Buglife/buglife-android

v1.5.2

26 Oct 05:58
Compare
Choose a tag to compare

• 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

16 Jun 22:43
Compare
Choose a tag to compare

• v1.5.1
• Revert "Remove RECEIVE_BOOT_COMPLETED permission; it’s not used"

v1.5.0

05 Jun 10:20
Compare
Choose a tag to compare

• 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

13 Mar 06:08
Compare
Choose a tag to compare

• 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

04 Mar 07:57
Compare
Choose a tag to compare

• v1.4.2
• There are 4-5 ways this 3-line block can throw. Just catch them all
• Fix for Issue #53, static analyzer fixes

v1.4.1

22 Feb 23:20
Compare
Choose a tag to compare

• v1.4.1
• fix logging on pre-Android 7.0 devices
• Fix AttributeMap parcelable

v1.4.0

10 Jan 05:11
Compare
Choose a tag to compare

• 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

17 Dec 18:45
Compare
Choose a tag to compare

• v1.3.4
• Use setExtrasClassLoader() for intents; attempt at fixing #49
• Update buildToolsVersion
• Update README for 1.3.3

v1.3.3

27 Oct 02:36
Compare
Choose a tag to compare

• Update README for 1.3.3
• Update version number to 1.3.3
• Upgrade to latest Volley
• Update README to add Volley as a dependency

v1.3.2

01 Aug 09:28
Compare
Choose a tag to compare

• 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.