Alibek Omarov
02ffb08b7c
Merge remote-tracking branch 'origin2/develop' into develop
5 years ago
Mélanie Chauvel (ariasuni)
4907a051ab
Refresh DM column when removing toot there instead of removing conversation ( #1654 )
5 years ago
Konrad Pozniak
79ccb0d979
Merge pull request #1640 from nailyk-weblate/weblate-tusky-tusky-app
...
Update from Weblate
5 years ago
ati3
889b92dfb2
Translated using Weblate (Slovak)
...
Currently translated at 14.3% (1 of 7 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/sk/
5 years ago
Sveinn í Felli
59163321a2
Translated using Weblate (Icelandic)
...
Currently translated at 100.0% (7 of 7 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/is/
5 years ago
Konrad Pozniak
1140452f1d
Merge pull request #1636 from nailyk-weblate/weblate-tusky-tusky
...
Update from Weblate
5 years ago
Quentí
9733adb710
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (409 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/oc/
5 years ago
ati3
b43cf1a802
Translated using Weblate (Slovak)
...
Currently translated at 6.6% (27 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sk/
Translated using Weblate (Czech)
Currently translated at 97.3% (398 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/cs/
Added translation using Weblate (Slovak)
5 years ago
ButterflyOfFire
cfc3a8065b
Translated using Weblate (Kabyle)
...
Currently translated at 11.0% (45 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/kab/
Added translation using Weblate (Kabyle)
Translated using Weblate (French)
Currently translated at 100.0% (409 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fr/
Translated using Weblate (Arabic)
Currently translated at 100.0% (409 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ar/
5 years ago
Vegard Skjefstad
230d0de0f0
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (409 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/nb_NO/
5 years ago
dani
cafac01578
Translated using Weblate (German)
...
Currently translated at 97.8% (400 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/de/
5 years ago
Sveinn í Felli
3ea314ea93
Translated using Weblate (Icelandic)
...
Currently translated at 100.0% (408 of 408 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/is/
Added translation using Weblate (Icelandic)
5 years ago
Konrad Pozniak
16fab51c92
fix FragmentAdapter returning null fragments when activity was recreated ( #1647 )
...
* fix FragmentAdapter returning null fragments when activity was recreated
* remove unused import
* make activity in CustomFragmentStateAdapter private
5 years ago
Konrad Pozniak
08c979ca23
fix reveal button not updating in ViewThreadActivity ( #1652 )
5 years ago
Konrad Pozniak
523349e108
fix crash when closing ComposeActivity ( #1651 )
5 years ago
Alibek Omarov
d3cd9d7af3
travis: upload minified release version
5 years ago
Alibek Omarov
b7be5a12e1
travis: properly install ndk
5 years ago
Alibek Omarov
9f62dba97e
travis: enable ndk-bundle to strip libconscrypt.so
5 years ago
Alibek Omarov
5bf75b46a0
Implement muting whole conversation by it's ID, add button to hide muted status again
5 years ago
Alibek Omarov
6709b47e67
item_status_muted: better alignment of image button
5 years ago
Alibek Omarov
b76d3c3979
Implement muting/unmuting conversations, fix possible appearing of muted users in notifications
5 years ago
Alibek Omarov
565f7f5788
Merge with upstream
5 years ago
Alibek Omarov
216f0d3e2b
MainActivity: increase velocity threshold for viewPager
5 years ago
Ivan Kupalov
e23c234f77
Make radio buttons in compose screen sheets full width, fix #1593 ( #1645 )
5 years ago
Ivan Kupalov
584fc54410
Enable zooming and panning in the CaptionDialog ( #1643 )
5 years ago
Alibek Omarov
15ff7caa3a
travis: ignore continious branches
5 years ago
Alibek Omarov
4098cd3a2c
NotificationsAdapter: show muted threads as muted
5 years ago
Alibek Omarov
f40ac42c08
Status: add isMuted parameter
5 years ago
Alibek Omarov
050f80553a
values: add thread mute strings
5 years ago
Ivan Kupalov
701e1dafe3
Fix setting text to CW button in fav/reblog notification. Fix #1641 ( #1642 )
...
This is a regression from e1e9268ef5
5 years ago
Levi Bard
bd66a9e6ae
Add support for sharing audio attachments ( #1629 )
5 years ago
Levi Bard
6c592b6723
Add support for uploading audio attachments ( #1630 )
...
* Add support for audio attachments.
Partially addresses #1337
* Register Tusky as a target for audio sharing
* Use icon with textColorTertiary for audio preview
5 years ago
Vivianne
46b997a642
Small changes to the media player ( #1572 )
...
* Resolving some issues with media playback.
* Changing ViewVideoFragment so that it fully handles autohiding the
media controller, allowing consistency between it and the toolbar
* Fixed an issue where the toolbar and description were not fading in
* Do not hide the toolbar/media player if the video is loading or paused
* Created "ExposedPlayPausedVideoView" to allow hooking play/pause
* Fix back button when viewing videos
* Back button did not work if video controls were visible.
* Tweak audio player
* Always show the controls when audio begins playing
* Do not auto-hide the controls if the player is playing audio
* Address PR comments
* Use overloaded constructor
* Remove m prefix
* Fix subtle media player issues
* Fix audio player incorrectly auto-hiding after hiding/showing toolbar
* Only subscribe touch listener once content is ready
- Prevents top toolbar visibility from getting out of phase with audio player visibility if hidden during load
5 years ago
Alibek Omarov
e30cd92fd5
travis: trying to upload debug build
5 years ago
Alibek Omarov
f16799bf8f
TimelineRepositoryTest: fix
5 years ago
Alibek Omarov
9796da7513
MastodonApi: set withMuted to true everywhere for a while
5 years ago
Alibek Omarov
b408d33428
MastodonApi: add with_muted field on every timeline
5 years ago
Alibek Omarov
43a21d0a3a
NotificationHelper: don't send notification if it's from muted thread
5 years ago
Alibek Omarov
3fe33b0435
Status: add thread_muted field
5 years ago
Alibek Omarov
5b8b54c536
ComposeActivityTest: fix test(for now empty nodeinfo)
5 years ago
Alibek Omarov
b46037b546
ComposeActivity: add warning for too big files
5 years ago
Alibek Omarov
919c24571d
ComposeActivity: use nodeinfo data for determining upload limits and markdown support
5 years ago
Alibek Omarov
b4dbee0acd
NodeInfo: implement nodeinfo fetching
5 years ago
Alibek Omarov
2e7913df23
Merge remote-tracking branch 'origin2/develop' into develop
5 years ago
Konrad Pozniak
fc86a37bb2
fix notification refresh ( #1638 )
5 years ago
Alibek Omarov
fc546f2071
gradle: fix AppCompatCustomView lint warning. I don't really care about AppCompat bloated everyone use
5 years ago
Alibek Omarov
71d8393098
Merge with upstream
5 years ago
Konrad Pozniak
39915442aa
migrate ReportPagerAdapter to ViewPager2 ( #1635 )
5 years ago
Konrad Pozniak
31b29047c7
fix crash in NotificationAdapter when status is null ( #1634 )
5 years ago
Konrad Pozniak
ab6c79a5d7
Merge pull request #1622 from nailyk-weblate/weblate-tusky-tusky
...
Update from Weblate
5 years ago