You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| datatypes | 1 year ago | |
| flicker | 1 year ago | |
| io | 1 year ago | |
| parsers | 1 year ago | |
| scripts | 1 year ago | |
| traces | 1 year ago | |
| Cache.kt | 1 year ago | |
| ConsoleLogger.kt | 1 year ago | |
| Consts.kt | 1 year ago | |
| CrossPlatform.kt | 1 year ago | |
| Extensions.kt | 1 year ago | |
| FloatFormatter.kt | 1 year ago | |
| ILogger.kt | 1 year ago | |
| ITrace.kt | 1 year ago | |
| ITraceEntry.kt | 1 year ago | |
| LoggerBuilder.kt | 1 year ago | |
| NavBar.kt | 1 year ago | |
| PlatformConsts.kt | 1 year ago | |
| README.md | 1 year ago | |
| Rotation.kt | 1 year ago | |
| Scenario.kt | 1 year ago | |
| ScenarioBuilder.kt | 1 year ago | |
| ScenarioImpl.kt | 1 year ago | |
| Tag.kt | 1 year ago | |
| Timestamp.kt | 1 year ago | |
| TimestampFactory.kt | 1 year ago | |
README.md
Common library code used by Kotlin and JavaScript flicker library.
All elements in this package are shared between the Android codebase and Winscope (development/tools/winscope), which is written in JavaScript.
We rely on Kotlin JS to translate this package into JavaScript, therefore, the classes of this package must not rely on Java or Android specific elements.