Commit Graph

14 Commits

Author SHA1 Message Date
Bart Ribbers 10280a9903 fix: move all .of(context) out of the widget tree and into a variable
At some places <something>.of(context) was used multiple times in the
same widget. This, although small, can have an impact on performance
that's just plain unnecessary. It's better to just get things you need
out of the context first before you do anything else.
2024-12-10 21:52:56 +01:00
Bart Ribbers 686e0a2dba chore: upgrade to Flutter 3.24.5
At the time of writing the latest Flutter version.
2024-12-10 21:30:53 +01:00
austinried c56e3dba0f remove todo 2023-05-16 09:34:39 +09:00
austinried 67f0c926c4 add snackbar method for errors
test (ping) server before saving source
display error message when saving source
2023-05-16 09:34:39 +09:00
Joel Calado 889be2ff2c return null 2023-05-15 07:11:58 +09:00
Joel Calado 52b51954aa improve url validation in settings 2023-05-15 07:11:58 +09:00
austinried 1c76293559 default force plaintext password off 2023-05-14 14:35:19 +09:00
austinried 121af2bca3 audio playback error logging
subsonic error logging
source save error logging
2023-05-14 14:29:04 +09:00
austinried 63ff9772e5 initial console/file logging framework 2023-05-14 14:29:04 +09:00
Daniel Playfair Cal 56dbcde3b4 add autofill hints for source page 2023-05-07 13:54:26 +09:00
austinried 8fbc5e6ce4 add artist radio 2023-05-07 13:28:15 +09:00
austinried 979a4b7c73 add plaintext password option
fixes #161
2023-05-06 17:56:03 +09:00
austinried 963c15636c aab build, release signing
clean up analyze issues
2023-04-28 12:26:02 +09:00
austinried f0f812e66a v2 2023-04-28 12:26:02 +09:00