Logan Magee

Results 37 issues of Logan Magee

As per https://developer.android.com/reference/androidx/work/NetworkType

enhancement

The initial implementation should at least be able to search through the local database of app display names. It doesn't need to do fuzzy matching or anything fancy (although better...

enhancement

Use HTTP Range requests to accomplish this. Initial implementation should work for both repository metadata and APKs.

enhancement

Currently if `STATUS_PENDING_USER_ACTION` is received, Accrescent is in the background, and the notification permission is denied, the user is never notified that user action is required to install the app(s)...

enhancement

I'm trying to use `Validator` to automatically validate custom, single-line commands. As a test for handling invalid input I set up the following code: ```rust // `use` statements omitted for...

documentation