index
:
hotline
main
Friendship Quest fork of mieraus Swift Hotline client #app
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Hotline
/
Models
Age
Commit message (
Collapse
)
Author
2023-12-20
Add refresh button to Servers window. Fix styling on disclosure arrow. ↵
Dustin Mierau
Remove icons from news list. Trying tooltips on some buttons.
2023-12-19
Beginnings of a UI for macOS as well as some visual changes to iOS client. :)
Dustin Mierau
2023-12-16
Implemented basic news reading support. Various UI tweaks.
Dustin Mierau
2023-12-12
Break model objects out into their own files.
Dustin Mierau
2023-12-12
New category listing is working again. Added optionset for user access info. ↵
Dustin Mierau
Some UI cleanup across the board.
2023-12-12
Moved to new client/model separation so client can be used in other ↵
Dustin Mierau
projects. Some UI tweaks.
2023-12-11
Move to new Hotline model for data observation and let client exist standalone.
Dustin Mierau
2023-12-08
Move tracker client to async/await. TrackerView uses Model now. Fix string ↵
Dustin Mierau
encodings for MacRoman and japanese.
2023-12-08
Starting to move to async/await model so the client code is no longer ↵
Dustin Mierau
burdoned by observation and isn't bound to this app.