Lynx icon indicating copy to clipboard operation
Lynx copied to clipboard

Lynx is an Android library created to show a custom view with all the information Android logcat is printing, different traces of different levels will be rendererd to show from log messages to your a...

Results 9 Lynx issues
Sort by recently updated
recently updated
newest added

Changes in this PR: * Update artefacts with AndroidX equivalents; * TargetSDK updated to 30; * minSdkVersion bumped to 14 (minSdk supported by `androidx.appcompat`); * Update gradle version, add `google()`...

Update Lynx to support AndroidX.

Update the project to use the latest renderers library release where a new feature to update the recycler view with a better performance is implemented.

enhancement

Hi @pedrovgs That's great feature for getting log for app, but can i also getting the log messages of app which is running in background. suppose the i open Facebook...

enhancement

A `check` Gradle task is causing some instrumentation tests to fail. It seems they're consistent, as I've found the same problem in a Nexus 5X and several emulators. @pedrovgs Travis...

enhancement

Steps to reproduce: 1. Initialize LynxShakeDetector inside Application onCreate method. 2. Close the application without kill it. You can pulse the home button. 3. Shake your phone. Bug: LynxActivity is...

bug

To be able to keep a trace in the screen even if you have more traces than the max configured in LynxConfig we should implement a play pause button to...

enhancement

In order to improve the library UI we should add a new feature to Lynx. The main idea is to be able to provide a new library customization, but not...

enhancement