inthewaves

Results 11 issues of inthewaves

Google seems to prefer and consider single-Activity architecture with Fragments as a best practice for managing UI, as seen by their [Sunflower app](https://github.com/android/sunflower) and https://android-developers.googleblog.com/2018/05/use-android-jetpack-to-accelerate-your.html (though now they're looking into...

https://developer.android.com/guide/components/loaders > Loaders have been deprecated as of Android P (API 28). The recommended option for dealing with loading data while handling the Activity and Fragment lifecycles is to use...

According to https://mvnrepository.com/artifact/io.alterac.blurkit/blurkit/1.1.1, the artifact for this library is on JCenter. However, on May 1, 2021, JCenter will be shutting down (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). Is there a plan to move the package...

Closes https://github.com/GrapheneOS/os-issue-tracker/issues/3999 Review and merge with: https://github.com/GrapheneOS/platform_packages_apps_Settings/pull/332 Implemented inside of SystemUI as a periodic JobService with a popup and notification. Test this by building with the constant `DEBUG_ALWAYS_EXPIRED` set to...

Review and merge with https://github.com/GrapheneOS/platform_frameworks_base/pull/126

Closes https://github.com/GrapheneOS/os-issue-tracker/issues/599 Passphrases have been implemented using EFF's Long Wordlist of $6^5$ words. In terms of entropy, an 8-word passphrase would have a search space of $(6^5)^8 \approx 2^{103}$. This...

# SpecialRuntimePermsTestCases Test cases for GrapheneOS special runtime permissions. The tests won't compile if the `OTHER_SENSORS` permission isn't implemeneted (compiles using the new manifest entry for `android.permission.OTHER_SENSORS` and the system...

Closes https://github.com/GrapheneOS/os-issue-tracker/issues/5031 Modify the codepath for resuming top activities after a user switch so the activity that was left open when the user is locked isn't unconditionally resumed after switching...