Skip to content

Releases: darshanparajuli/LogcatReader

v2.2.1

26 Apr 18:18
Compare
Choose a tag to compare
  • Filter by date and/or time
  • Bug fixes and improvements

v2.1.1

14 Apr 01:09
Compare
Choose a tag to compare
  • Fix db migration crash
  • Fix LogcatService getting stopped on configuration change
  • Persist pause state and search bar after configuration change

v2.1.0

12 Apr 19:32
Compare
Choose a tag to compare
  • 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

04 Apr 19:17
Compare
Choose a tag to compare
  • 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

09 Mar 20:28
Compare
Choose a tag to compare
  • 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

03 Mar 08:04
Compare
Choose a tag to compare
  • Upgarde AGP, dependencies.
  • Target API 34
  • (experimental) Began work to use Compose
  • Fix all build warnings/deprecated code usage.

v1.7.2

09 Mar 03:18
f888dd8
Compare
Choose a tag to compare

Bug fixes.

v1.7.1

08 Mar 02:26
d8844cb
Compare
Choose a tag to compare
  • Fix granting permission using ROOT method not working on some devices

v1.7.0

05 Mar 05:17
6a444d7
Compare
Choose a tag to compare
  • Add option to grant permission using ROOT
  • Add option to directly exclude/filter a log by long pressing it
  • Internal improvements

v1.6.1

12 Jan 19:11
05b6a26
Compare
Choose a tag to compare
  • Minor UI tweaks
  • Internal improvements