* feat: macos desktop app on Apple silicon, initial config [wip]
* feat: macos desktop app on Apple silicon, initial config [wip]
* fix: use "super.key"
* chore: .vscode settings
* fix: more use of "super.key"
* chore: formating
* feat: misc macos settings.
* feat: set window size
* fix: desktop notification not (yet?) supported on macos
* fix: don't use a private variable for $version
* fix : comment
* feat: macos desktop app on Apple silicon, initial config [wip]
* fix: use "super.key"
* chore: .vscode settings
* fix: more use of "super.key"
* chore: formating
* feat: misc macos settings.
* feat: set window size
* fix: desktop notification not (yet?) supported on macos
* fix: don't use a private variable for $version
* fix : comment
* feat: in debug mode, throw an exception is a message is not translated
* chore: localizations
* feat: macos desktop app on Apple silicon, initial config [wip]
* fix: use "super.key"
* chore: .vscode settings
* fix: more use of "super.key"
* chore: formating
* feat: misc macos settings.
* feat: set window size
* fix: desktop notification not (yet?) supported on macos
* fix: don't use a private variable for $version
* fix : comment
* feat: in debug mode, throw an exception is a message is not translated
* chore: localizations
* feat: detect and use the Terminal app to connect via SSH
* fix: don't try to connect via SSH with empty username
* feat: macos desktop app on Apple silicon, initial config [wip]
* fix: use "super.key"
* chore: .vscode settings
* fix: more use of "super.key"
* chore: formating
* feat: misc macos settings.
* feat: set window size
* fix: desktop notification not (yet?) supported on macos
* fix: don't use a private variable for $version
* fix : comment
* feat: in debug mode, throw an exception is a message is not translated
* chore: localizations
* feat: detect and use the Terminal app to connect via SSH
* fix: don't try to connect via SSH with empty username
* feat: macos desktop app on Apple silicon, initial config [wip]
* feat: misc macos settings.
* feat: set window size
* fix : comment
* feat: macos desktop app on Apple silicon, initial config [wip]
* feat: misc macos settings.
* fix: app icons
* feat: packaging config
* chore: install disk name
* feat: getting ready for publication on the mac app strore
* fix: missing translations
This is a big improvement over what we had before and relies on the
theme to provide dark mode rather than manually checking brightness each
time we pick a colour.
The buttons in the primary container aren't quite right, I'm not sure
why.
* Added Czech translation.
* Added locale cs_CZ for the Czech language to lib/src/app.dart.
* Added Download cancelled string as per PR #42 to the Czech translation.
Co-authored-by: Yannick Mauray <yannick.mauray@gmail.com>
* Dutch, Norwegian and Russian
A little knowledge is a dangerous thing, but a little ML and
crowdsourcing can make you feel less nervous.
* Adding Welsh
* first cut at Welsh added
* updates to supported locales list
* Generous corrections from Sadykhzadeh applied
* starting Scottish
* Initial attempt at Gàidhlig na h-Alba
* Updated pot addressed
* Tweaks, updates and satisfying the inspector
* Scots Gaelic added to locales in app.dart
* little improvements
* starting italian
* First attempt at Itialian
* front matter tweaks
* Updated pot addressed
* satisfy the inspector
* more little corrections
* Adding it to app.dart supported locale list
* Refactored shared preferences functions to be generic setters/getters using key/values to allow for multiple preferences to be stored. Refactored the shared preferences functions as a mixin for ease of use. Directory change is now remembered across the app pages.
* Added initState() to downloader_menu.dart to fetch prefWorkingDirectory
Co-authored-by: ElanMan <ben@elanman.com>