Commit graph

16 commits

Author SHA1 Message Date
5298a97c18
code cleanup, replace WebClient w/ HttpClient 2021-10-24 03:07:24 +10:00
34657b9b78
formatting that makes it look slightly less icky 2021-06-15 10:34:11 +10:00
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
3acd72f575
implemented settings window!! 0u0 2020-09-07 02:39:56 +10:00
2da88f92f6
finally implemented sortinggit diff 2020-09-06 14:39:30 +10:00
987a28c747
implemented automatic updating 2020-09-06 04:36:17 +10:00
4c212c4c21
implemented csv export, fixed broken msgboxes 2020-09-05 15:02:37 +10:00
f252b52553
actually handle date/time stuff properly 2020-09-04 20:16:42 +10:00
9ad7e4f288
it makes more sense to call them "YahooAuctionsItem"s rather than "Listing"s because i always use variable names like "item" or "SelectedItem" for them 2020-09-04 19:13:16 +10:00
32ff00d8be
the selection view is half done now! 2020-09-04 17:23:32 +10:00
7bff17c859
updating actually works, would you look at that 2020-09-04 02:09:19 +10:00
b20a2e29a0
saving and loading of settings 2020-09-03 23:47:36 +10:00
341a13e523
initial work on multithreaded updates 2020-09-03 15:23:23 +10:00
562b1330c9
initial work on saving settings 2020-09-02 14:12:56 +10:00
80488d7c71
adding urls works, wahooooo 2020-09-02 13:21:32 +10:00
8d447109ad
smol objects for settings and listings 2020-09-01 20:41:29 +10:00