Commit Graph

2299 Commits

Author SHA1 Message Date
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
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
Hararan
5428fb2154 Translated using Weblate (Thai)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/th/
2020-06-25 22:41:01 +02:00
Hararan
64d7e263fe Translated using Weblate (Thai)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/th/
2020-06-25 18:11:35 +02:00
d16c7f08ab ComposeActivityTest: fix test 2020-06-25 19:04:25 +03:00
3c1b82056c entity: Instance: fix optional pleroma field type 2020-06-25 18:57:47 +03:00
3e9c568e76 ViewMediaActivity: add a button to open media file in external application just in case built-in fails 2020-06-25 18:33:35 +03:00
c062e9c180 SearchStatusesFragment: fix reply to 2020-06-25 17:58:44 +03:00
78352944c1 StatusFragment: delete delete and redraft 2020-06-25 17:42:17 +03:00
6ff14af290 ViewThreadActivity: move Open in web menu option to status threedots menu 2020-06-25 17:38:08 +03:00
b495462b33 Merge remote-tracking branch 'weblate/develop' into develop 2020-06-25 16:47:08 +03:00
Konrad Pozniak
9680bbf82b correctly update the menu when muting domains (#1848) 2020-06-25 16:46:51 +03:00
Ivan Kupalov
762be59036 Improve image viewer (#1843)
This commit does 3 things:
1. Replaces PhotoView (which is abandonware) with modern TouchImageView
2. Fixes an issue with panning images. Gesture was not intercepted
properly and pager was taking control instead of image being moved.
3. Adds feedback to dismissing of images with vertical gesture.
2020-06-25 16:42:56 +03:00
b3259fcfd9 ComposeActivity: finalize preview feature, fix preview bar appearing on media change, add proper icon, fix minor bugs 2020-06-25 16:40:18 +03:00
mr.bumper Gonzalez perez
c4b7296bfb Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 13:30:22 +02:00
Anonymous
c20f34083b Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 13:30:22 +02:00
mr.bumper Gonzalez perez
4a09472669 Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:25:46 +02:00
Anonymous
ad873410d8 Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:25:46 +02:00
Anonymous
c1b7e0163e Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:20:39 +02:00
mr.bumper Gonzalez perez
cad52cad44 Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:20:39 +02:00