Skip to content

Releases: F0x1d/LogFox

2.0.6

27 Nov 21:03
3c3ed3a
Compare
Choose a tag to compare
  • fixed "content contains" field in filters
  • fixed enormous battery usage

2.0.5

15 Nov 23:33
Compare
Choose a tag to compare
  • Fixed log levels crash in filters
  • Fixed exit button
  • Fixed monet setting

2.0.4

04 Nov 19:44
8a88c6f
Compare
Choose a tag to compare
  • Fixed some issues with jumping logs list
  • Refactored recordings screen to Jetpack Compose

2.0.3

03 Nov 14:42
d0ac7d6
Compare
Choose a tag to compare

Refactored app a little. Also, should be fixed for f-droid

2.0.2

19 Aug 21:17
9fa3549
Compare
Choose a tag to compare
  • Blacklist for crashes observation
  • Search in stacktrace
  • You can disable stacktrace lines wrap now
  • You can disable monet now
  • Fixed opening crashes by default

2.0.1

28 Jul 11:41
dc5074e
Compare
Choose a tag to compare
  • Crashes list supports sorting and search
  • You can open crashes list on startup
  • You can disable separate notification channels for crashes if it is annoying, idk
  • Some bug fixes and improvements

2.0.0

08 Jul 21:30
034cf37
Compare
Choose a tag to compare

This is a big update of LogFox. TBH, I've rewritten the whole app and even its structure. IDK what to say here, there are not so many noticeable new features, but I promise that existing ones are now more stable. Also, LogFox starts taking advantage of latest technologies, the project is multi-moduled, Jetpack Compose is used in some places (even with screenshots tests!)

Summary:

  • LogFox was completely refactored, it should be much more stable now
  • LogFox is a multi-moduled project
  • LogFox takes advantage of Jetpack Compose
  • LogFox shows crashes notifications in different channels, so you can disable crashes notifications from specific apps
  • LogFox lost 2 features: logs dump and session cache, which may be returned soon

Also, we have support chat now, bring you questions and bugs

1.5.7

25 Feb 14:44
a315498
Compare
Choose a tag to compare
  • Session cache feature (replaces and extends logs dump). If enabled, creates and updates a fixed size file with logs during the whole app logging session. These caches can be saved and exported as usual recordings. Can be helpful to investigate problems which, for example, caused system to reboot
  • Many bug fixes

1.5.6 [Hotfix]

06 Feb 18:06
Compare
Choose a tag to compare
  • Hotfix of save all logs feature

1.5.5

05 Feb 16:09
7eec655
Compare
Choose a tag to compare
  • Saving all the logs to recording
  • Exporting selected logs to file
  • Memory usage improvements
  • Recording improvements
  • Some crash fixes