Releases: mirfatif/WhatsRunning
Releases · mirfatif/WhatsRunning
v1.11
v1.10
v1.09
v1.08
v1.07
v1.06
- Updated Russian translation
- Added About menu item in LicenseActivity
- Show header in WakeLocks only when scrolling down
- Refresh full process list in search mode
- Show toast if App State Log not enabled
- Use UTC for file timestamps
- Updated privileges status dialog in About
- Disable battery optimization and grant notification permission to app in daemon
- Read DMA-BUF allocations directly from /proc//maps
- Added preference to auto-stop the daemon when the app is killed
- Get process I/O from taskstats over netlink
- Added preference to get I/O from proc//io
- Use ProcessLifecycleOwner to detect app's foreground state
- Do not show "daemon not running" toast from services if app is in background
- Added CrashReportActivity to send crash logs to server
- Added summary view in App State Log
- Fixed bad "/proc/self/exe" path in isolated mount namespace
- Fixed crashes
- Minor fixes and improvements