<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hotline/Hotline/Models, branch 1.0beta9</title>
<subtitle>Friendship Quest fork of mieraus Swift Hotline client #app</subtitle>
<id>https://git.r.bdr.sh/hotline/atom/Hotline/Models?h=1.0beta9</id>
<link rel='self' href='https://git.r.bdr.sh/hotline/atom/Hotline/Models?h=1.0beta9'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/'/>
<updated>2024-01-14T03:48:03Z</updated>
<entry>
<title>Add support for posting to the message board.</title>
<updated>2024-01-14T03:48:03Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-14T03:48:03Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=e201330efa9fe8f8177119fe001fa0c42fd4053a'/>
<id>urn:sha1:e201330efa9fe8f8177119fe001fa0c42fd4053a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite HotlineClient to use new simpler NetSocket stream based socket lib. Seems to be working well and has fixed some connection issues with certain servers. This does away with Apple's NWConnection for everything but file transfers which I still want to be processing on another thread so will keep NWConnection for now.</title>
<updated>2024-01-14T03:12:12Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-14T03:12:12Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=3f4e2c33a4c2719388d9378def981688fcaed210'/>
<id>urn:sha1:3f4e2c33a4c2719388d9378def981688fcaed210</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Experimenting with a simpler stream/delegate bsaed socket library for Tracker listing for now. Added consume methods to Data and [UInt8] arrays to make reading bytes off the wire easier to read..</title>
<updated>2024-01-12T17:50:18Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-12T17:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=2f210991684c87073dd7534d2d0416d91cf50275'/>
<id>urn:sha1:2f210991684c87073dd7534d2d0416d91cf50275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Focus address field in connect view when window opens. Add a note to connect view. Remove some console logging.</title>
<updated>2024-01-09T22:16:44Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-09T22:16:44Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=60f90281bf971600733b2d72b747bcb6be9b1c31'/>
<id>urn:sha1:60f90281bf971600733b2d72b747bcb6be9b1c31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split view in News saves position and hiding when an article isn't selected.  Some code cleanup. Some plumbing for news posting though it's not hooked up yet.</title>
<updated>2024-01-09T18:30:44Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-09T18:30:44Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=382121de2e79303845331d699adcdd777f8f062a'/>
<id>urn:sha1:382121de2e79303845331d699adcdd777f8f062a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Markdown display for news articles to support rich text, images, links, tables, etc.</title>
<updated>2024-01-08T23:18:00Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-08T23:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=f87ae3b315e20ac31426782d7f40f8977a36e5b9'/>
<id>urn:sha1:f87ae3b315e20ac31426782d7f40f8977a36e5b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move to a standard SwiftUI window for preview windows so I can add toolbar items from SwiftUI. Not ideal. Added support for previewing text files too.</title>
<updated>2024-01-08T22:45:58Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-08T22:45:58Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=e9bae0328801d5a056f33beb0f764c6d35e518a2'/>
<id>urn:sha1:e9bae0328801d5a056f33beb0f764c6d35e518a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable fast open on TCP connection. Fix some build issues in iOS build.</title>
<updated>2024-01-06T17:33:51Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-06T17:33:39Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=4349f50167f50b30d7cd71854882ab33ac6ea5ea'/>
<id>urn:sha1:4349f50167f50b30d7cd71854882ab33ac6ea5ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add image preview to Files so you don't have to download images to view them, works with animated GIFs too. Added cmd-R shortcut for Servers window. More work on login view.</title>
<updated>2024-01-06T03:46:37Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-06T03:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=2f8f71d0410f59d5d303a4c221a628630168bfe2'/>
<id>urn:sha1:2f8f71d0410f59d5d303a4c221a628630168bfe2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Server windows restore with app session now. Implemented new login view so you can connect to specific IP servers no listed by tracker, login/pass supported (I think?), and a nicer connect progress display.</title>
<updated>2024-01-04T07:55:39Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-04T07:55:39Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=cc6e0e35cf6e662ffc3ad24e2510265caa5cf52a'/>
<id>urn:sha1:cc6e0e35cf6e662ffc3ad24e2510265caa5cf52a</id>
<content type='text'>
</content>
</entry>
</feed>
