Alibek Omarov
d6e7853ddf
NotificationsFragment: fix Emoji Reactions being mislabeled as Unknown
4 years ago
Alibek Omarov
4344de1e72
db: AccountEntity: enable follow_requests by default
4 years ago
Alibek Omarov
92a659fea4
chats: fix stickers and emojis
4 years ago
Alibek Omarov
d8ffcaec30
chats: fix media upload, fix back button
4 years ago
Alibek Omarov
159f0f0615
chats: add media, stickers, emojis (wip)
4 years ago
Alibek Omarov
c2439405be
chats: implement sending messages, prototype
4 years ago
Alibek Omarov
69f37208a5
chats: disable pagination for chat listing, another finalization of chat bubble design
4 years ago
Alibek Omarov
bcfd202bbb
chats: chat message adapter, partially implement activity
4 years ago
Alibek Omarov
a002a76b92
chats: base chat UI
4 years ago
Karol Kosek
13c353a542
PreferencesFragment: fix the reblog confirmation switch
...
The switch changed the value for showing cards in timelines
instead of asking if you really want to reblog posts.
4 years ago
a1batross
5c8a0ed478
Revert "chats: add viewdata"
...
This reverts commit 8ce99fcd53
.
4 years ago
a1batross
c37a3a8b8c
Rename Husky in generated file names to Tusky to prevent harassment towards Husky users
4 years ago
Alibek Omarov
9f57699a3d
chats: finished chat listing
4 years ago
Konrad Pozniak
1f487faf93
Fix cards in timelines/confirm boost preferences ( #1878 )
4 years ago
Ivan Kupalov
481140b73a
Fix crash in ViewImageFragment, fix #1876 ( #1877 )
...
It was not checked whether captionSheet is present.
4 years ago
Alibek Omarov
a4708a5ddb
l10n: regenerate husky translations
4 years ago
Alibek Omarov
a6a9d4d56e
l10n: merge translations from upstream
4 years ago
Alibek Omarov
8ce99fcd53
chats: add viewdata
4 years ago
Ivan Kupalov
22b074f172
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
4 years ago
Alibek Omarov
8b8958a9c2
l10n: regenerate husky customized strings
4 years ago
Alibek Omarov
6fe1e5603e
l10n: merge upstream
4 years ago
Alibek Omarov
5c8464fb92
chats: add layout for chat picker
4 years ago
Konrad Pozniak
cf3295749b
upgrade SwipeRefreshLayout to 1.1.0 ( #1866 )
4 years ago
Alibek Omarov
21579dfdc9
l10n: regenerate husky branding string overrides with new URL
4 years ago
Alibek Omarov
482fb08e00
l10n: change husky.fwgs.ru to huskyapp.dev
4 years ago
Alibek Omarov
56cf269561
l10n: merge translation from upstream
4 years ago
Alibek Omarov
752f6ad35b
chats: add Chat and ChatMessage entities, add Pleroma API calls
4 years ago
Alibek Omarov
fe0e68ba5c
ViewImageFragment: upgrade BigImageView to 1.6.6, enable swiping for all kinds of embedded views
4 years ago
Alibek Omarov
483b847120
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
4 years ago
Konrad Pozniak
28a78a2566
remove scrolling from notification options bar ( #1858 )
4 years ago
Mélanie Chauvel
408660aff0
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
4 years ago
Alibek Omarov
99ca34f320
l10n: merge translations from upstream
4 years ago
Alibek Omarov
978489165e
ViewImageFragment: replace TouchImageView by BigImageView based on SSIV and with proper GIF support
4 years ago
Alibek Omarov
c6cfdcc3b1
AccountActivity: show Open in browser button on action bar
4 years ago
Alibek Omarov
f09865eca4
ViewMediaActivity: always show these action buttons
4 years ago
Alibek Omarov
929f647111
l10n: fix appearing toots in strings
4 years ago
Hararan
e4d87a9d38
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/
4 years ago
Hararan
2e81151534
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/
4 years ago
Alibek Omarov
7fb0bd4c85
ComposeActivityTest: fix test
4 years ago
Alibek Omarov
4741ab524c
entity: Instance: fix optional pleroma field type
4 years ago
Alibek Omarov
e14782b691
ViewMediaActivity: add a button to open media file in external application just in case built-in fails
4 years ago
Alibek Omarov
f1397f3378
SearchStatusesFragment: fix reply to
4 years ago
Alibek Omarov
4df757b4b3
StatusFragment: delete delete and redraft
4 years ago
Alibek Omarov
b7892dc781
ViewThreadActivity: move Open in web menu option to status threedots menu
4 years ago
Konrad Pozniak
7b95236961
correctly update the menu when muting domains ( #1848 )
4 years ago
Ivan Kupalov
da110b8fc0
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.
4 years ago
Alibek Omarov
f9f2f9aa5b
ComposeActivity: finalize preview feature, fix preview bar appearing on media change, add proper icon, fix minor bugs
4 years ago
mr.bumper Gonzalez perez
b56f0f04d6
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/
4 years ago
Anonymous
37de989add
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/
4 years ago
mr.bumper Gonzalez perez
5261f1471a
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/
4 years ago