Commit Graph

2317 Commits

Author SHA1 Message Date
3faff36186 chats: implement creating new chat through account activity 2020-10-04 03:25:12 +03:00
8faf48f69a test: fix tests 2020-10-04 03:24:26 +03:00
f1bcc5bf02 streaming: add opt-out option in the account settings 2020-10-03 18:39:24 +03:00
60565f9597 strings: remove husky.xml 2020-10-03 17:52:18 +03:00
a8c348906a StatusBaseViewHolder: semi-fix null shown up for Mastodong, don't allow user to click when parent post is unavailable 2020-10-03 17:44:26 +03:00
9f9a3e07f4 Merge #93 2020-10-03 17:37:57 +03:00
ad0e1d4643 StreamingService: cleanup, use shared OkHttpClient 2020-10-03 17:19:28 +03:00
Karol Kosek
98b57f33f5
Implement clicking on 'Reply to' text
... and remove the Reply to button from the menu.
2020-10-03 08:21:19 +02:00
9bc6ece29a streaming: implemented streaming for notifications 2020-10-02 20:54:26 +03:00
Karol Kosek
83eee5115c
Strikethrough the reply info if parent post isn't visible 2020-10-02 19:31:29 +02:00
Karol Kosek
7216da51e2
Add the pleroma object to the db
Remember emoji reactions and the 'reply to' text.
2020-10-02 19:31:29 +02:00
Karol Kosek
65fcc05ed2
Add 'reply to' indicators in posts 2020-10-02 18:47:44 +02:00
84ffe73d2b chats: add new notification type pleroma:chat_mention (wip) 2020-10-02 01:36:20 +03:00
b2049bb044 NotificationsFragment: fix Emoji Reactions being mislabeled as Unknown 2020-10-01 20:12:12 +03:00
3cb9232de6 db: AccountEntity: enable follow_requests by default 2020-10-01 20:10:10 +03:00
f2d6e09d62 Merge chats_wip 2020-09-29 21:05:20 +03:00
600178df0d chats: fix stickers and emojis 2020-09-29 21:04:19 +03:00
23f714ff23 chats: fix media upload, fix back button 2020-09-29 20:36:28 +03:00
70c8012286 chats: add media, stickers, emojis (wip) 2020-09-22 20:31:31 +03:00
31bb5daea1 chats: implement sending messages, prototype 2020-09-17 01:28:25 +03:00
d16e96bcf2 chats: disable pagination for chat listing, another finalization of chat bubble design 2020-09-13 23:49:45 +03:00
8dc15880b0 chats: chat message adapter, partially implement activity 2020-08-24 20:20:02 +03:00
26f365ebc8 chats: base chat UI 2020-08-24 01:30:41 +03:00
ea8511d0da Revert "chats: add viewdata"
This reverts commit fd43786e23.
2020-08-18 01:58:48 +02:00
a4823270f8 Rename Husky in generated file names to Tusky to prevent harassment towards Husky users 2020-08-18 01:58:48 +02:00
e169c89aea chats: finished chat listing 2020-08-17 19:41:38 +03:00
Konrad Pozniak
8ddd0f06b4 Fix cards in timelines/confirm boost preferences (#1878) 2020-08-09 17:13:43 +03:00
Ivan Kupalov
0be0f1236b Fix crash in ViewImageFragment, fix #1876 (#1877)
It was not checked whether captionSheet is present.
2020-08-09 17:13:43 +03:00
ed153f9301 l10n: regenerate husky translations 2020-08-09 17:12:06 +03:00
227bc4245a l10n: merge translations from upstream 2020-08-09 17:06:04 +03:00
fd43786e23 chats: add viewdata 2020-08-04 20:21:23 +03:00
Ivan Kupalov
44ed189b3c Description improvements (#1846)
* Increase character limit for media descriptions to 1500

It was increased in Mastodon 3.0.0 which was released in October 2019.

* Improve image description view

Since media descriptions can be longer now, we need to adjust the UI.
It is a common problem that description takes up the whole screen, it's
hard for readers and also discourages people from adding descriptions.

This commit uses bottom sheet to hide most of the description. Since we
know how much screen space it will cover, we can use darker background
which makes reading text easier.

* Adjust description handle

* Fix unable to dismiss image caption
2020-08-04 00:17:02 +03:00
7cd2b425c6 l10n: regenerate husky customized strings 2020-08-04 00:01:00 +03:00
c3fa209f35 l10n: merge upstream 2020-08-03 23:59:14 +03:00
3ea8e13dd7 chats: add layout for chat picker 2020-07-28 19:57:23 +03:00
Konrad Pozniak
3719705ca3 upgrade SwipeRefreshLayout to 1.1.0 (#1866) 2020-07-28 17:45:06 +03:00
d0f45aad9d l10n: regenerate husky branding string overrides with new URL 2020-07-28 17:44:21 +03:00
4b92de605e l10n: change husky.fwgs.ru to huskyapp.dev 2020-07-28 17:43:59 +03:00
c6613c9f15 l10n: merge translation from upstream 2020-07-28 17:42:20 +03:00
05d54b66de chats: add Chat and ChatMessage entities, add Pleroma API calls 2020-07-26 22:21:54 +03:00
32d2c762ad ViewImageFragment: upgrade BigImageView to 1.6.6, enable swiping for all kinds of embedded views 2020-07-26 16:06:21 +03:00
c332a6893a ViewImageFragment: finalize transition to BigImageViewer. Now it should correctly handle EXIF rotation, do not stuck at transition and pick preview image if it's in cache but full image isn't 2020-07-26 03:38:24 +03:00
Konrad Pozniak
08780eade8 remove scrolling from notification options bar (#1858) 2020-07-25 23:25:31 +03:00
Mélanie Chauvel
9d2da9e79e Make account views clickable instead of avatar only (#1855)
Affects:
- New follower request and New follower notifications
- Accounts in Blocked users and Muted users pages
2020-07-25 23:25:31 +03:00
918ca049bf l10n: merge translations from upstream 2020-07-25 23:24:25 +03:00
23e602e3d1 Merge remote-tracking branch 'weblate/develop' into develop 2020-07-25 23:20:35 +03:00
9c29cf1640 ViewImageFragment: replace TouchImageView by BigImageView based on SSIV and with proper GIF support 2020-06-30 19:22:52 +03:00
ef6343faaa AccountActivity: show Open in browser button on action bar 2020-06-29 16:43:41 +03:00
205e3b8863 ViewMediaActivity: always show these action buttons 2020-06-29 16:35:31 +03:00
dddd6554f9 l10n: fix appearing toots in strings 2020-06-29 16:21:52 +03:00