summaryrefslogtreecommitdiff
path: root/android/app
AgeCommit message (Collapse)Author
2026-01-02Switch to friendly name `Sia`xengineering
Displaying the more technical name `sia_app` in the title bar is not suitable.
2025-12-22Create flutter projectxengineering
This was done using the following command. flutter create \ --description "Sia app" \ --org "eu.xengineering" \ --project-name "sia_app" \ --platforms linux,android \ --empty \ .