Commit Graph

19 Commits

Author SHA1 Message Date
Snowyfox
2725d8dc5b Fixed false assumption for newer Mastodon accounts. 2022-06-03 01:40:42 -04:00
Snowyfox
fa9a5edab0 Normalised all tabs to 4 spaces, for easier web viewing. 2022-06-02 14:41:59 -04:00
Snowyfox
773b388441 Licensed code under GPLv3, in preparation for uploading somewhere. 2022-06-02 12:28:54 -04:00
Snowyfox
d52879324f Fixed aliased image rendering in window components.
Added icons to notifications.
2022-05-31 06:02:54 -04:00
Snowyfox
e6fea4c061 Fixed bug when redraft makes no changes
(Before this, JKomasto and sometimes the Mastodon web client would get '411 Record Not Found' when submitting the same text after deleting and redrafting. Presumably the Mastodon server caches both whether an idempotency key was fulfilled and which post it leads to, and for some reason it looks up the second and fails.)
2022-05-31 03:39:56 -04:00
Snowyfox
df6b7e149e Added copy-paste menu to text widgets.
Added base for media uploading.
2022-05-30 03:56:09 -04:00
Snowyfox
174df078a5 Added UI prototype for attachments uploading.
Fixed text selection bug.
2022-05-21 21:41:46 -04:00
Snowyfox
fc2880325e Sort of fixed the uploadFile issue. 2022-05-20 09:14:32 -04:00
Snowyfox
e4f13ad8c8 Added attempt at using AttributedString.
Somewhat works now, but I think we'll abandon it..
2022-05-14 18:04:46 -04:00
Snowyfox
71b9c496c4 Added partially-finished profile window.
Implemented hierarchical HTML parser.
2022-05-13 10:32:11 -04:00
Snowyfox
775faa0bcc Fixed window updater thread issue (seemingly).
Better support for multithreading.
Fixed notifications window refresh bug.
Fixed autoview window bug (temporary scrollpane doesn't reset scroll position)
2022-05-06 16:34:22 -04:00
Snowyfox
45cfbce6dd Added coffee pot as temporary logo and home background. 2022-05-06 09:57:17 -04:00
Snowyfox
1bf48d831b Refactored back to objects. Moved entity unpacking to object classes.
Added composition length counter.
Fixed timeline background image bug.
2022-05-06 03:05:01 -04:00
Snowyfox
22e45c9707 Removed expectation of interrupt exception on window updater. 2022-05-03 08:40:20 -04:00
Snowyfox
4ed5b3536c Added reactive updating to TimelineWindow and NotificationsWindow
Thread unsafe, will probably explode eventually
2022-05-01 23:05:36 -04:00
Snowyfox
db304ad2df Some refactoring in TimelineWindow 2022-05-01 21:44:10 -04:00
Snowyfox
7673fe1419 Added NotificationsWindow as updatee
Changed font to MotoyaLMaru
2022-05-01 08:33:17 -04:00
Snowyfox
0590cc6c19 Added delete feature 2022-04-27 21:56:25 -04:00
Snowyfox
100f11c6e2 Added notifications window. 2022-04-16 10:54:17 -04:00