Alibek Omarov
000ba91d23
Husky branding(icons)
5 years ago
Alibek Omarov
ec17c807cb
Merge branch 'develop' of https://git.mentality.rip/FWGS/Husky into develop
5 years ago
Levi Bard
903d2154bf
When a plaintext share contains EXTRA_TEXT and a distinct EXTRA_SUBJECT, use EXTRA_SUBJECT as the content warning for the shared status ( #1712 )
5 years ago
Alibek Omarov
9144484994
Add more URL cases for Pleroma, Misskey and Friendica ( #1702 )
5 years ago
Levi Bard
75e883b67e
Add status url as EXTRA_SUBJECT when sharing status content. ( #1680 )
...
Addresses #1655
5 years ago
Ivan Kupalov
073cdd98af
Make image in BackgroundMessageView adapt to the height, fix #1618 ( #1649 )
...
* Make image in BackgroundMessageView adapt to the height, fix #1618
* Hide filters panel when showing status view in notifications
5 years ago
Konrad Pozniak
025d1d4b3c
Upgrade deps ( #1708 )
...
* upgrade Dagger
* upgrade AndroidX Lifecycle
* upgrade AndroidX Fragment
* upgrade Room, Retrofit, AndroidX core, Material components
* fix report fragments not sharing viewmodels
5 years ago
Konrad Pozniak
0279987821
simplify DI & test setup, convert TuskyApplication to Kotlin ( #1675 )
...
* simplify DI & test setup, convert TuskyApplication to Kotlin
* try to fix tests on bitrise
* remove conscrypt-openjdk-uber test dependency again
5 years ago
Conny Duck
7309b683cc
Release 70 / 10.0
5 years ago
Conny Duck
8f4095bfd4
cleanup empty translations, add german translation
5 years ago
Konrad Pozniak
46b107f4dc
Merge pull request #1703 from nailyk-weblate/weblate-tusky-tusky-app
...
Update from Weblate
5 years ago
Daniele Lira Mereb
2da3ea2a0e
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (8 of 8 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/pt_BR/
5 years ago
Vegard Skjefstad
7f95027c6b
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (8 of 8 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/nb_NO/
5 years ago
Konrad Pozniak
3ad725c491
Merge pull request #1697 from nailyk-weblate/weblate-tusky-tusky
...
Update from Weblate
5 years ago
hg
a2aac543e3
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (409 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
5 years ago
Isak Holmström
90ef111612
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (409 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
5 years ago
Daniele Lira Mereb
06851dd914
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (409 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/pt_BR/
5 years ago
ButterflyOfFire
c5ad4c2c2f
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/
Translated using Weblate (Kabyle)
Currently translated at 51.8% (212 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/kab/
5 years ago
Anonymous
b1b758a229
Translated using Weblate (Slovak)
...
Currently translated at 28.4% (116 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sk/
Translated using Weblate (Swedish)
Currently translated at 100.0% (409 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
Translated using Weblate (Swedish)
Currently translated at 100.0% (409 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
Added translation using Weblate (Luxembourgish)
Added translation using Weblate (French (Belgium))
Added translation using Weblate (English (United States))
Added translation using Weblate (English (Australia))
5 years ago
Levi Bard
cc4642f3a0
Warn when scheduling a post within 5 minutes ( #1698 )
...
* Warn when scheduling a post within 5 minutes
* Fix NPE when scheduled post time isn't set
* Use AlertDialog with option to cancel instead of Toast when a post isn't scheduled far enough in advance
* Move schedule validation warning to scheduling bottom sheet
* Fix scheduling error display when sending after an initially-valid scheduling time has become invalid
5 years ago
Konrad Pozniak
d8b5967c97
Compose activity fixes ( #1707 )
...
* cleanup media keyboard code
* fix crash in ComposeActivity when rotating phone while taking photo
* fix poll button in ComposeActivity being invisible when disabled
5 years ago
a1batross
7e0b45c52e
gradle: set up version to 0.99 for now and version code to days passed since first my commit to this repo
5 years ago
Conny Duck
ba3efb193e
update screenshots
5 years ago
Conny Duck
00700f181c
fix color of conversation_thread_line
5 years ago
Konrad Pozniak
316c7f202e
fix crash when inserting custom emojis at the start of the compose field ( #1706 )
5 years ago
Konrad Pozniak
f699dbd8df
fix default emoji font icon not rendering
5 years ago
Alibek Omarov
6aa887fdbf
avatar_default: replace with Pleroma logo
5 years ago
Alibek Omarov
f7623a0a44
Hide muted users' statuses in timelines on client side, because we're getting full timeline now(to support muted conversations)
5 years ago
Alibek Omarov
319ca1781f
status: increase hit area for fav/reblog buttons #71
5 years ago
Konrad Pozniak
341ad73880
fix image from another status showing up instead of blurhash ( #1699 )
5 years ago
Levi Bard
5d4865ae3c
Delete draft when sending its status completes. ( #1704 )
...
Fixes #1700
5 years ago
Alibek Omarov
ceba88af5c
Add MORE cases for Pleroma, Misskey and Friendica
5 years ago
Alibek Omarov
f2d14a0f9b
Merge upstream
5 years ago
Alibek Omarov
3824d4c3ba
emojireactions: implement coloring buttons
5 years ago
Alibek Omarov
82c6809623
emojireactions: fix EmojiReaction object
5 years ago
Konrad Pozniak
5b12e80297
fix list editing by moving account_ids from query to form param ( #1690 )
...
* fix list editing by moving account_ids from query to form param
* fix DialogFramentStyle
5 years ago
Konrad Pozniak
4bdca34f80
prepare changelog for Tusky 10.0
5 years ago
Konrad Pozniak
8df5869d41
delete empty strings from sk translation, improve de translation
5 years ago
Konrad Pozniak
19e214328d
fix url search returning the same post indefinitely ( #1695 )
5 years ago
Konrad Pozniak
e3ed474dbf
Merge pull request #1696 from nailyk-weblate/weblate-tusky-tusky
...
Update from Weblate
5 years ago
Connyduck
41dda10707
Deleted translation using Weblate (Luxembourgish)
5 years ago
Connyduck
5303e4a6d0
Deleted translation using Weblate (French (Belgium))
5 years ago
Connyduck
07dbf3eaf7
Deleted translation using Weblate (English (United States))
5 years ago
Connyduck
2af6f2ba5f
Deleted translation using Weblate (English (Australia))
5 years ago
Konrad Pozniak
26a2976c26
Merge remote-tracking branch 'weblate/develop' into develop
5 years ago
Weblate
ffbc73378b
Added translation using Weblate (Luxembourgish)
5 years ago
Weblate
ed79cbec10
Added translation using Weblate (French (Belgium))
5 years ago
Weblate
667dc81954
Added translation using Weblate (English (United States))
5 years ago
Weblate
c5dc5b8c18
Added translation using Weblate (English (Australia))
5 years ago
Konrad Pozniak
1be439ea4d
Merge pull request #1673 from nailyk-weblate/weblate-tusky-tusky-app
...
Update from Weblate
5 years ago