Commit graph

250 commits

Author SHA1 Message Date
Christian Muehlhaeuser
fd56f6d04a
Provide messageFromEvent for convenience 2019-05-05 18:18:35 +02:00
Christian Muehlhaeuser
c3cc78dc67
Don't make handleStatus directly emit an event 2019-05-05 18:17:59 +02:00
Christian Muehlhaeuser
5f1d54421b
Fixed loading initial feeds invertedly 2019-05-05 18:17:28 +02:00
Christian Muehlhaeuser
1cbcbaeed6
Slightly rounded avatar border 2019-05-05 15:57:12 +02:00
Christian Muehlhaeuser
1c94a6acd0
Add a margin above the action buttons 2019-05-05 15:19:40 +02:00
Christian Muehlhaeuser
eb2468df2c
Don't apply custom color to post button 2019-05-05 15:19:22 +02:00
Christian Muehlhaeuser
8767518432
Keep avatars as we retrieve them 2019-05-05 15:18:37 +02:00
Christian Muehlhaeuser
c7cb2caeba
Don't mix layouts and anchors 2019-05-05 15:17:46 +02:00
Christian Muehlhaeuser
fd044462b4
Switch to PNG versions of icons, so material theme can pick the right source automatically 2019-05-05 15:15:23 +02:00
Christian Muehlhaeuser
8546413221
Added mastodon logo as account asset 2019-05-05 15:05:00 +02:00
Christian Muehlhaeuser
8cc4b2e0ee
Added a 'post' ToolButton to the header 2019-05-05 14:59:38 +02:00
Christian Muehlhaeuser
df1d2a1d31
Fixed names not showing up in MessageView 2019-05-05 14:59:03 +02:00
Christian Muehlhaeuser
daa30794ea
Added AccountSummary widget to sidebar 2019-05-05 14:57:56 +02:00
Christian Muehlhaeuser
68aac97fcf
Move media above action buttons in MessageView 2019-05-05 14:52:07 +02:00
Christian Muehlhaeuser
da8f00b86d
Remove custom colors and use point instead of pixel-size values 2019-05-05 14:50:37 +02:00
Christian Muehlhaeuser
3d6e14c358
Apply custom style to links in message body 2019-05-05 14:48:51 +02:00
Christian Muehlhaeuser
32e4e4ad15
Expose animationDuration as a property in ImageButton 2019-05-05 14:47:35 +02:00
Christian Muehlhaeuser
945bafb72e
Added 'shared' and 'liked' flags to MessageModel 2019-05-05 14:46:44 +02:00
Christian Muehlhaeuser
a8951b1a46
Retrieve 40 notifications & posts initially 2019-05-05 14:45:27 +02:00
Christian Muehlhaeuser
673c72ec2e
Emit post, follows & follower counts with LoginEvent 2019-05-05 14:44:41 +02:00
Christian Muehlhaeuser
0c927a4d0e
Seed feeds with Mastodon posts on startup 2019-05-05 14:43:20 +02:00
Christian Muehlhaeuser
2abf333c19
Parse Mastodon's post body 2019-05-05 14:42:34 +02:00
Christian Muehlhaeuser
fe0ac8c5eb
Use OAuth to authorize with Mastodon API 2019-05-05 13:41:07 +02:00
Christian Muehlhaeuser
c4f5332b31
Move like/share indicator above the post 2019-05-02 15:02:18 +02:00
Christian Muehlhaeuser
8d4e6f1208
Fixed loading dummy data model 2019-05-02 14:51:59 +02:00
Christian Muehlhaeuser
6facc68379
Allow text selection in TextArea 2019-05-02 14:51:06 +02:00
Christian Muehlhaeuser
46e153639b
Reserve layout space for the avatar, to void re-rendering after loading it 2019-05-02 13:39:04 +02:00
Christian Muehlhaeuser
00667e8dc9
Replaced Username with proper Account name, which includes the instance 2019-05-02 13:33:18 +02:00
Christian Muehlhaeuser
f0df5dab88
Implement Mastodon account's Reply method 2019-05-02 13:32:31 +02:00
Christian Muehlhaeuser
482894f1e4
Only download the deps, don't try to build them outside the Docker env on Travis 2019-05-02 12:27:55 +02:00
Christian Muehlhaeuser
26929365ce
Resolve deps on travis before building 2019-05-02 12:20:12 +02:00
Christian Muehlhaeuser
7fa7b95574
Fix travis builds 2019-05-02 12:13:42 +02:00
Christian Muehlhaeuser
5d99470415
Support media attachments in Mastodon account 2019-05-02 11:52:28 +02:00
Christian Muehlhaeuser
dce3526e49
Drop anaconda dependency in mastodon account 2019-05-02 11:29:25 +02:00
Christian Muehlhaeuser
fdf4c6cf65
Set profile URL during login event 2019-05-02 10:37:29 +02:00
Christian Muehlhaeuser
75bb63964b
Drop the twitter lingo 2019-05-02 10:37:04 +02:00
Christian Muehlhaeuser
f1e81747da
Don't expect all mentions to be replies to a previous post 2019-05-02 10:15:34 +02:00
Christian Muehlhaeuser
75e7c03d2e
Added URL of author's profile to Message event & model 2019-05-02 09:23:11 +02:00
Christian Muehlhaeuser
a86adcdbf4
Implemented share & like methods for Mastodon account 2019-05-01 18:55:30 +02:00
Christian Muehlhaeuser
cab9fbf1c0
Implemented post method for Mastodon account 2019-05-01 18:43:14 +02:00
Christian Muehlhaeuser
d393ebae94
Retrieve a post's URL from the model 2019-05-01 17:17:09 +02:00
Christian Muehlhaeuser
b865bd8c57
Added WIP Mastodon account 2019-05-01 17:15:56 +02:00
Christian Muehlhaeuser
9b26c4e819 Added godoc badge to README 2017-12-17 09:21:02 +01:00
Christian Muehlhaeuser
08e04f1da7
Updated README 2018-01-22 07:12:15 +01:00
Christian Muehlhaeuser
82b71bf5cc
Max tweet length is now 280 chars 2017-09-27 10:47:24 +02:00
Christian Muehlhaeuser
dd1fc8f37e
Hide empty tweet bodies 2017-09-09 10:22:47 +02:00
Christian Muehlhaeuser
7fbacec9b8
Added Twitter retweeted_retweet event 2017-09-09 10:22:28 +02:00
Christian Muehlhaeuser
19727566a5
Test against Go 1.9 2017-09-02 23:13:03 +02:00
Christian Muehlhaeuser
56c53d0070
Switch back to upstream anaconda 2017-09-02 22:33:48 +02:00
Christian Muehlhaeuser
5079f2d624
Tick shortened URL support in README 2017-08-31 23:53:44 +02:00