Alexander Martinz

Results 15 issues of Alexander Martinz

Requirements for a port to get officially supported by UBports.

Currently the installer's rendering process is very crash happy, which be reproduced 10/10 times on my machine (Fedora 36). After some investigation we came up with the idea to remove...

@amartinz we need a check in the installer if cache partition is writable before installer pushes files. _Originally posted by @Flohack74 in https://github.com/ubports/ubports-installer/issues/2806#issuecomment-1222348368_

### Bluez - [ ] [Do not try to autopair with Nissan Connect devices](https://github.com/ubports/bluez-packaging/pull/16)

GTS tests verify pre-granted and default permissions. It does not like `contactsbackup` to obtain the following permissions by default: - `android.permission.READ_CONTACTS` - `android.permission.WRITE_CONTACTS` To pass GTS these permissions would need...

enhancement
help wanted

Specific releases have a specific selection of interfaces. If newer releases introduce new interfaces, they will be able to be selected even if older releases do not offer this interface,...

Eh, looks like Winston's default error object handling is just too simple. For an error that apparently kills the run, everything including the stacktrace should be printed and `JSON.stringify` won't...

- remove final from onCreate to allow overriding - as the library depends on calling onCreate, add a CallSuper annotation to tell the library user that super.onCreate has to be...

Annotate some methods, to help to prevent passing in invalid values, eg resource ids instead of the resolved color. add color methods, which take resource ids as parameters. compare color...

- move material_colors file to sample - create own styles file for api 19 to not crash on apis below 19 - remove unneeded target api attributes - use #ffffff...