Skip to content

Releases: F0x1d/LogFox

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

1.5.4

13 Jan 08:59
Compare
Choose a tag to compare
  • Added pt-br language
  • Logging notification is now not dismissable
  • Various fixes

1.5.3

17 Dec 14:17
892b113
Compare
Choose a tag to compare
  • UI updates: some icons changed, brand icon added to app and notification (thanks @the-dise)
  • Crashes are now saved in external files, this should fix OOM crashes
  • LogFox can now handle more UIDs
  • Small fixes

1.5.2

05 Dec 18:13
27c82dd
Compare
Choose a tag to compare
  • Added delay before showing "No logs" placeholder
  • LogFox can now handle logs that precede app launch
  • Small fixes and improvements

1.5.1

22 Nov 11:23
3633989
Compare
Choose a tag to compare
  • Now LogFox displays current search query and enabled filters in logs screen
  • Added placeholders for empty lists
  • Added Turkish translation (by @Baturax)
  • Small bug fixes

1.5.0

08 Nov 11:05
7f6d060
Compare
Choose a tag to compare
  • Create recordings from selected log lines
  • Crash log dumps with no limit as saved in file, but be careful
  • Small fixes