Skip to content

Releases: pedrovgs/Lynx

Release 1.1.0

26 Jul 07:05
59c6dd8
Compare
Choose a tag to compare

Update filters implementation to be able to support regular expressions.

Release 1.0.8

20 Apr 14:42
0a84fc4
Compare
Choose a tag to compare
  • Fix a concurrent modification exception thrown when the traces to show are being modified from different threads
  • Fix an exception thrown by the AndroidSDK when trying to share a lot of traces.

Release 1.0.7

12 Feb 12:54
Compare
Choose a tag to compare

Update Renderers version from 3.0.0 to 3.2.0.

Release 1.6

02 Nov 19:42
Compare
Choose a tag to compare

Fix NPE found when LynxActivity is started without any LynxConfig instance.

Release 1.5

30 Mar 22:16
Compare
Choose a tag to compare

Fix bug related with an IllegalThreadStateException inside Lynx when Logcat.start() method was invoked.

Release 1.4

03 Mar 21:28
Compare
Choose a tag to compare

Fixed bug related to traces pending to be notified in Lynx and Lynx restart process.

Release 1.3

01 Mar 20:24
Compare
Choose a tag to compare

Added support to acceptance testing and enable execution in Travis-CI environment.

Fix bug related to LynxActivity initialized using getIntent method using a TraceLevel filter.

Release 1.2

21 Feb 10:58
Compare
Choose a tag to compare

Added support to filter traces by level.

Feature implemented by Israel Ferrer Camacho: https://github.com/rallat

Release 1.1

15 Feb 12:15
Compare
Choose a tag to compare

Removed appcompat-v7 dependency from lynx module. This library was added by default during the project creation process but we don't need it.

Release 1.0

14 Feb 18:03
Compare
Choose a tag to compare

Lynx has been released!!!