Releases: darshanparajuli/LogcatReader
Releases · darshanparajuli/LogcatReader
v2.2.1
v2.1.1
- Fix db migration crash
- Fix LogcatService getting stopped on configuration change
- Persist pause state and search bar after configuration change
v2.1.0
- Show package name (when available)
- Filter by app (using package name, when available)
- Search with regex
- Sort saved log files
- Show date on saved log files list
- Show READ_LOGS permission status on Settings screen
- Display option for toggling visibility of certain log information (tag, date, etc)
- When recording, only keep filtered logs, not all
- Fix edge-to-edge padding
- Performance improvements
- Miscellaneous bug fixes
v2.0.0
- Re-write UI in Jetpack Compose
- Search now highlights the matches, instead of filtering the logs
- Support new material theme with dynamic color
- Tweak the way log buffers are fetched
- Filters now combine the form entries into a single filter
- Filters are OR-ed, but the contents are AND-ed
- Added compact view
- Updated the date format on the file name of saved logs
- Translation updates
- And more internal tweaks
- When recording, logs are now written to a file in real-time instead of when stopping the recording
v1.8.1
- Target API level 35
- Enable edge-to-edge
- Show filter status
- Fix notification
- Use system's dark mode setting when set to automatic
v1.8.0
- Upgarde AGP, dependencies.
- Target API 34
- (experimental) Began work to use Compose
- Fix all build warnings/deprecated code usage.
v1.7.2
Bug fixes.
v1.7.1
- Fix granting permission using ROOT method not working on some devices
v1.7.0
- Add option to grant permission using ROOT
- Add option to directly exclude/filter a log by long pressing it
- Internal improvements
v1.6.1
- Minor UI tweaks
- Internal improvements