darshanparajuli / LogcatReader

A simple app for viewing logs on an android device.
MIT License
580 stars 103 forks source link

Some bug fix, updating dependencies and refactoring deprecated items wherever possible #71

Open sucicf1 opened 1 year ago

sucicf1 commented 1 year ago
  1. Fixed bug when exporting saved logs didn't work.
  2. Fixed bug when after onResume in saved logs fragment the incorrect error was displayed (actually everything was ok)
  3. Fixed that closing app with back resulted in infinite recursion.
  4. Modernised splashScreen to use new API.
  5. Updating dependencies to the latest version and refactoring deprecated items wherever possible.