briefcase icon indicating copy to clipboard operation
briefcase copied to clipboard

Tools to support converting a Python project into a standalone native application.

Results 299 briefcase issues
Sort by recently updated
recently updated
newest added

The 0.3.9 release revealed some small gaps in our release process. This adds the missing steps to the release script. In addition, historical tagged releases have been made public on...

Currently we run `sdkmanager --list_installed` within `verify_tools` in every Briefcase Android command. But this takes at least 1.5 seconds to run on my machine, even in the relatively small SDKs...

## Issue If a user specifies a local file without execute permissions as a `linuxdeploy` plugin, `linuxdeploy` will [ignore the plugin](https://github.com/linuxdeploy/linuxdeploy/blob/9fb2ac35d25316095a04500760a77df0e8f3b7f4/src/plugin/plugin.cpp#L77). `linuxdeploy` Log Excerpt ``` DEBUG: Searching for plugins in...

There are lots of legitimate reasons for someone to stay on an old Briefcase version, so we should make it easy for those people to find matching documentation. But Read...

bug

**Describe the bug** I used the ANDROID_SDK_ROOT environment variable to make Briefcase use my existing Android SDK. This resulted in the following warnings when Briefcase runs `sdkmanager --list_installed` (duplicate lines...

bug
up-for-grabs
android

**Describe the bug** After creating a project, building for Android and accepting the license, I had to delete it (because of #462). Then, when creating a new, clean project and...

bug
up-for-grabs
first-timers-only
android

Briefcase has an extensive unit test suite; however, there's no formal test that the final product actually "works". Errors in templates, or changes in platform tooling occasionally cause errors **Describe...

enhancement
up-for-grabs

The following exchange occurred in our Gitter chat room. A formalized version of this should be incorporated into our documentation as a topic guide on testing: @tmontes: Given that briefcase...

up-for-grabs
first-timers-only
documentation

It's occurred to me that the Chaquopy template PR (https://github.com/beeware/briefcase-android-gradle-template/pull/52) won't be compatible with old versions of Briefcase, because its briefcase.toml omits `app_support_path`, and replaces `app_packages_path` with `app_requirements_path`. The Flatpak...

enhancement

Changes - Decouple AppImage and Docker somewhat - As part of trying to ensure `docker.prepare()` had already been run to build the Docker image when needed, I ultimately refactored much...