Commit Graph

6 Commits

Author SHA1 Message Date
Lynne Megido 5298a97c18
code cleanup, replace WebClient w/ HttpClient 2021-10-24 03:07:24 +10:00
Lynne Megido c77c2b34f3
final batch of cleanups 2021-06-15 12:19:12 +10:00
Lynne Megido 34657b9b78
formatting that makes it look slightly less icky 2021-06-15 10:34:11 +10:00
Lynne Megido b26326baf5
code cleanup: name conventions, redundant code...
- use var instead of specific type names where applicable
- get user's home directory from Environment.SpecialFolder.UserProfile instead of reading the HOME environment variable, which isn't always set
- use object initialisers where possible
- remove redundant identifiers (e.g. "Gtk.Application.Invoke" becomes "Application.Invoke"), of which there were MANY
- remove unused local variables
- replace "variable as Class" with "(Class) variable"
- many other miscellaneous improvements

thanks rider 0u0
2021-06-15 10:20:46 +10:00
Lynne Megido 1f3b02a641
removed unecessary usings 2020-09-06 20:22:59 +10:00
Lynne Megido 0529bd6c93
a working custom add dialogue! 2020-09-01 19:58:35 +10:00