Lynx
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...
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.
This happens on Samsung devices. I think it happens on rotating to landscape. It is not isolated to this library, but happens on other apps / libraries too. ```java Fatal...
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...
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...
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...
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...
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...