Matthias Urhahn
Matthias Urhahn
We are currently using **System.currentTimeMillis()** for the values first_visit and previous_visit. If the user changes the system time, gets a NTP update or wtf else, this value can jump leading...
Checking without root can default to `ENFORCING` due to permission denied. See https://github.com/d4rken/sdmaid-public/issues/2298
I think it would be in the interest of this project to change the license from MIT to GPLv3. Any fork of this app even if someone wants to make...
Just a small cosmetic issue. Text is missing margins, padding depending on element visibility.  ## Technical details - Device name: Pixel 5 - Android version: Android...
To test: - Presenter (e.g. lifecycle behavior and callbacks) - Data sources (e.g. caching behavior) - Parsers (e.g. correctly parsing and dealing with edge cases) The tools of choice: -...
To test: - Screen interaction (e.g. clicking a list entry opens that apps details page) - Screen rotation - Using the navigation drawer to move about The tools of choice:...
Based on #31 the spotted hex data was possibly a pair of `Beats Fit Pro` and not `AirPods Pro 2`. ``` 07 19 01 11 20 2B 88 0F 00...
Another use-case for the accessibility service. On unrooted devices the user has to confirm the uninstall via pop-up for each app, we could automate this via ACS. This will likely...
We could enable batch force-stopping on unrooted devices via the accessibility service. Let's collect the necessary data, I'll go first. English (en_US) on a Pixel 2 running Android 9 Step...