* Update Kotlin and KSP
* Downgrade Kaspresso to last released
* Update Compose compiler extension
* Fix flaky UI test
* Update AGP version
* Fix flakySafely scope
* Fix missing system image for UI tests
* Use Intel MacOS to run UI tests
* Revert "Fix missing system image for UI tests"
This reverts commit 9003c37315f253835f3788ab2fecd402fa5522be.
* Update test device API level to 34
* Use google-atd system image source
* Update managed devices declaration syntax
* Use device and syntax from now in android app
* Try ubuntu agent for UI tests
* Use an actual emulator instead of GMD
* Use only one API level 30
* Remove Android SDK setup action
* Setup Gradle before AVD
* Use x86_64 architecture
* Replace deprecated gradle setup action
* Downgrade all dependencies again
* Run only app android tests
* Remove managed devices
* Migrate disclaimer screen to Compose
* Migrate base URL screen to Compose
* Migrate base URL screen to Compose
* Migrate authentication screen to Compose
* Initialize add recipe screen
* Remove unused resources
* Display add recipe operation result
* Add delete icon to ingredients and instructions
* Allow navigating between fields on add recipe
* Allow navigating between fields on authentication screen
* Allow to proceed from keyboard on base url screen
* Use material icons for recipe item
* Expose base URL as flow
* Initialize Compose navigation
* Allow sending logs again
* Allow to override navigation and top bar per screen
* Add additional logs
* Migrate share recipe screen to Compose
* Fix unit tests
* Restore recipe list tests
* Ensure authentication is shown after URL input
* Add autofill to authentication
* Complete first set up test
* Use image vector from Icons instead of drawable
* Add transition animations
* Fix logging host in Host header
* Do not fail test if login token is used