Skip to content

Commit

Permalink
Merge pull request #535 from freakboy3742/july-2023-status-update
Browse files Browse the repository at this point in the history
Add July 2023 status update.
  • Loading branch information
freakboy3742 authored Jul 31, 2023
2 parents 2a95b9a + 23518a8 commit 54ffe1c
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions content/news/buzz/july-2023-status-update/contents.lr
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
title: July 2023 Status Update
---
author: Russell Keith-Magee
---
body:

The year rolls on, and so does progress on BeeWare!

What we've done
----------------

* We attended `EuroPython 2023 <http://europython.eu>`__, presenting on Briefcase, attending the WASM summit, and running a very successful 2 day sprint.

* We've completed the audit of all Toga widgets on macOS, iOS and GTK! We've also completed the audit of `ScrollContainer <https://github.com/beeware/toga/pull/1969>`__ and `SplitContainer <https://github.com/beeware/toga/pull/1984>`__ on Windows and Android.

* We've added support for `Docker Desktop and rootless Docker on Linux <https://github.com/beeware/briefcase/pull/1331>`__.

* We've added the ability to get `detailed logs from the tools used by Briefcase to build apps <https://github.com/beeware/briefcase/pull/1389>`__.

* We've corrected some `warnings generated by pip when installing Python packages on Linux <https://github.com/beeware/briefcase/pull/1375>`__.

* We've added support for `generating APKs as an output format for Android <https://github.com/beeware/briefcase/pull/1377>`__.

* We've improved error reporting when `an application can't start on Android due to the device being too old <https://github.com/beeware/briefcase/pull/1378>`__, or `the Android device clock isn't in sync with the developer's laptop <https://github.com/beeware/briefcase/pull/1356>`__.

* We added ``__repr__`` and ``__str__`` implementations for Objective C structures like `NSRect, NSRange, NSPoint and more <https://github.com/beeware/rubicon-objc/pull/340>`__.

* We `formally dropped support for Python 3.7 in Toga <https://github.com/beeware/toga/pull/2027>`__.

* We improved error handling when `an app doesn't define a main window as part of it's startup <https://github.com/beeware/toga/pull/2047>`__.

* Type annotations in Toga `have been significantly improved <https://github.com/beeware/toga/pull/2044>`__. We've been adding type annotations as part of the widget audit, but some types (such as callbacks) weren't as specific as they could have been. We're now using Protocols to define some of the more complex types in Toga.

* We added an `ActivityIndicator <https://github.com/beeware/toga/pull/2050>`__ and `Divider <https://github.com/beeware/toga/pull/2051>`__ widget implementation in the Web backend.

What's next?
--------------

The widget testing audit is now complete on macOS, iOS and GTK. An audit of App and Window functionality is all that stands in the way of 100% test coverage on those three platforms; it seems likely we'll get there by the end of this month. Android and Windows coverage is close behind, but might take a little longer.

Part of the reason for this delay is that we need to address an important change in the most recent release of Android Studio. Over the last few years, the Android ecosystem has been in the process of migrating its build system from Groovy to Kotlin; Android Studio Giraffe makes Kotlin the default for new projects, so we need to make sure we're compatible with that change. The widget audit has also highlighted that we need to improve our handling of subclass inheritance in Java; we're hoping to make some changes that will enable us to fill in a few more gaps in widget API coverage on Android.

We'll also be at `PyCon AU 2023 <https://2023.pycon.org.au>`__ from August 18-22. We're presenting on Saturday; and we'll be there for the full duration of the sprints. See you in Tarntanya/Adelaide!

Want to get involved?
-----------------------

Want to get involved? Here are some open issues that would be a great place to get started with contributing to a BeeWare project. They're all relatively minor changes, but would provide a big improvement to the lives of BeeWare users:

1. `Filter out a message generated after Xcode updates <https://github.com/beeware/briefcase/issues/780>`__
2. `Add the ability to configure the ABIs built by an Android project <https://github.com/beeware/briefcase/issues/808>`__
3. `Rationalise the application of adhoc signing on macOS <https://github.com/beeware/briefcase/issues/1099>`__
4. `Provide an option to override app settings from the command line <https://github.com/beeware/briefcase/issues/1115>`__
5. `Add support for custom PyPI repositories <https://github.com/beeware/briefcase/issues/1270>`__
6. `Document how to debug an application in popular IDEs <https://github.com/beeware/briefcase/issues/1393>`__
7. `Switch Toga's Winforms backend to use native Winforms imports <https://github.com/beeware/toga/issues/1979>`__
8. `Switch Toga's Android backend to use native Chaquopy syntax <https://github.com/beeware/toga/issues/1980>`__

Pick one of these tickets, drop a comment on the ticket to let others know you're looking at it, and try your hand at a PR! We have a `guide on setting up a Briefcase development environment <https://briefcase.readthedocs.io/en/latest/how-to/contribute-code.html>`__; but if you need any additional assistance or guidance, you can ask on the ticket, or join us on the `BeeWare Discord server <https://beeware.org/bee/chat/>`__.

---
mastodon_handle: @freakboy3742@cloudisland.nz
---
pub_date: 2023-08-01

0 comments on commit 54ffe1c

Please sign in to comment.