Steve Soltys
Steve Soltys
I am trying to implement a `UIScrollView` which can be scrolled horizontally. I believe this is not currently supported, as per this comment: https://github.com/icerockdev/moko-widgets/blob/master/widgets/src/commonMain/kotlin/dev/icerock/moko/widgets/ScrollWidget.kt#L23 I may be missing something, please...
From what I can see, there is no support for displaying animated images (GIFs). It would be nice to have this, for loading animations and such. If you have any...
For iOS, the collection view currently does not provide a way to prefetch cells. This means that cells will load after the user sees them, rather than before. https://developer.apple.com/documentation/uikit/uicollectionviewdatasourceprefetching/prefetching_collection_view_data Untested...
## What has been done? Permanent ground items will no longer be despawned. This solves a performance issue where the cycle time would increase significantly over time, due to a...
This would make installation easier for users who have root access to their device and are uninterested in building AOSP themselves. Travis could sign the release APK and bundle it...
The [AOSP build wiki page](https://github.com/seedvault-app/seedvault/wiki/Building-with-AOSP) is outdated and needs to be updated.
#569 but for `android-13`.
This makes things more configurable, especially if we end up with large D2D backups where we want to allow going over quota for certain apps but not others.