Konrad Pozniak
b33855c0c8
Fix translations ( #1223 )
...
* flatten string arrays
* delete empty ko translations
* delete crowdin comments
* fix warning in czech translation
* delete untranslated strings
2019-04-29 20:17:50 +02:00
Kristijan Tkalec
711c5a68ca
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (349 of 349 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/sl/
2019-04-29 18:13:31 +00:00
nailyk
a06d37c266
Translated using Weblate (French)
...
Currently translated at 98.3% (343 of 349 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/fr/
2019-04-29 18:13:31 +00:00
Konrad Pozniak
4ab06e679f
fix timeline query not returning poll ( #1226 )
2019-04-28 10:11:36 +02:00
Konrad Pozniak
173b878c3b
add support for multiple choice polls ( #1212 )
2019-04-28 09:58:17 +02:00
Conny Duck
b4b5903245
upgrade deps
2019-04-28 09:52:12 +02:00
Konrad Pozniak
9ca59d69fa
fix Glide crash in MainActivity ( #1224 )
2019-04-27 18:20:42 +02:00
Isak Holmström
01c1b56c5b
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (349 of 349 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/sv/
2019-04-26 08:27:04 +00:00
Vegard Skjefstad
36fcdf044b
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (349 of 349 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/nb_NO/
2019-04-26 08:27:03 +00:00
Sylke Vicious
45e68ed9bc
Translated using Weblate (Italian)
...
Currently translated at 98.3% (343 of 349 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/it/
2019-04-26 08:27:03 +00:00
Aditoo
e6a58a420e
Translated using Weblate (Czech)
...
Currently translated at 100.0% (349 of 349 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/cs/
2019-04-26 08:27:02 +00:00
Konrad Pozniak
4881e29f19
fix StatusDetailedVieHolder ignoring useAbsoluteTime setting ( #1215 )
2019-04-25 19:29:15 +02:00
Vegard Skjefstad
f4cdea8949
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (349 of 349 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/nb_NO/
2019-04-23 10:26:57 +00:00
Vegard Skjefstad
f8930513ac
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (338 of 338 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/nb_NO/
2019-04-22 08:11:06 +00:00
Konrad Pozniak
b1e68dfc38
Polls part 1 - displaying in timelines and voting ( #1200 )
...
* add entity classes
* change data models and add database migration
* add polls to StatusViewData
* show poll results
* add methods for vote handling
* add voting interface
* enable voting in TimelineFragment
* update polls immediately
* enable custom emojis for poll options
* enable voting from search fragment
* add voting layout to detailed statuses
* fix tests
* enable voting in ViewThreadFragment
* enable voting in ConversationsFragment
* small refactor for StatusBaseViewHolder
2019-04-22 10:11:00 +02:00
Konrad Pozniak
fe0c9d19b4
fix issue with avatar background recycling ( #1209 )
2019-04-21 22:59:58 +02:00
Konrad Pozniak
2c2c8fa991
fix downloading media on Android 5 ( #1206 )
2019-04-21 22:59:49 +02:00
Konrad Pozniak
57eded9a05
add icon for bot indicator preference ( #1208 )
2019-04-21 22:59:33 +02:00
nailyk
ff36648612
Translated using Weblate (French)
...
Currently translated at 98.8% (332 of 336 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/fr/
2019-04-21 13:16:43 +00:00
kyori19
b421787bbe
Implement redraft feature. ( #1190 )
...
* Implement "Delete and Edit" feature
* Some changes to ComposeActivity
Support for uploaded medias, sensitive option.
Fix typo.
Change names of some extra keys.
* Use Glide instead of Picasso
* Pass ArrayList instead of json
* Change wording for re-draft
* Fix test
2019-04-21 15:16:39 +02:00
Konrad Pozniak
00f1f45175
add Norwegian & Slovenian to the app language settings
2019-04-21 15:07:03 +02:00
Konrad Pozniak
0e786cfd16
fix crash when status has more than 4 images and accessibility service is active ( #1204 )
2019-04-21 14:29:47 +02:00
Konrad Pozniak
0956489cb8
fix issue with foreground service on Oreo+ ( #1203 )
2019-04-21 14:28:51 +02:00
Konrad Pozniak
487e48389e
fix the Glide annotationProcessor warning
2019-04-21 08:24:29 +02:00
Konrad Pozniak
41268859b1
fix some lint warnings
2019-04-21 08:24:29 +02:00
Konrad Pozniak
cd24eda424
remove unneeded CollectionUtil and Either.java ( #1201 )
2019-04-21 08:24:06 +02:00
Konrad Pozniak
cf6a33e83a
upgrade build tools and enable r8 full mode ( #1198 )
...
* upgrade build tools and enable r8 full mode
* fix media description in fragment_view_video
2019-04-20 17:44:54 +02:00
Evgeny Petrov
d929e971e6
Added check if text in compose toot field has only whitespaces ( #1193 )
2019-04-20 12:17:54 +02:00
Konrad Pozniak
9e91288c21
fix bug where avatars where shown too small ( #1199 )
2019-04-19 15:23:30 +02:00
pandasoft0
f7b577dfd1
Migrate to Glide ( #1175 )
...
* Replace Picasso library with Glide library tuskyapp#1082
* Replace Picasso library with Glide library tuskyapp#1082
* Update load emoji with glide
* Update context used for Glide
* Removed unused import
* Replace deprecated SimpleTarget with CustomTarget
* Fix crash at the view image fragment, remove override image size
* Replace Single.create with Single.fromCallable
* View image fragment refactor
* Fix after merge
* Try to load cached image first and show progress view on failure
* Try to load cached image first and show progress view on failure
2019-04-16 21:39:12 +02:00
Isak Holmström
b08646c845
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (336 of 336 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/sv/
2019-04-15 17:36:16 +00:00
Kristijan Tkalec
2a60ccfbe7
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (336 of 336 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/sl/
2019-04-15 17:36:16 +00:00
Vegard Skjefstad
ce5ea65b40
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (336 of 336 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/nb_NO/
2019-04-15 17:36:10 +00:00
Aditoo
55ae73d10c
Translated using Weblate (Czech)
...
Currently translated at 100.0% (336 of 336 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/cs/
2019-04-15 17:36:07 +00:00
Vegard Skjefstad
5d698c45e8
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 73.5% (247 of 336 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/nb_NO/
2019-04-12 20:10:58 +00:00
Sylke Vicious
abb224f667
Translated using Weblate (Italian)
...
Currently translated at 98.8% (332 of 336 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/it/
2019-04-12 20:10:58 +00:00
Sylke Vicious
7989d1c581
Translated using Weblate (Italian)
...
Currently translated at 98.8% (331 of 335 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/it/
2019-04-12 20:10:58 +00:00
Aditoo
92807b8b60
Translated using Weblate (Czech)
...
Currently translated at 100.0% (335 of 335 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/cs/
2019-04-12 20:10:58 +00:00
Isak Holmström
f659481a9b
Translated using Weblate (Swedish)
...
Currently translated at 99.1% (331 of 334 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/sv/
2019-04-12 20:10:58 +00:00
Isak Holmström
c394593a5b
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (327 of 327 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/sv/
2019-04-12 20:10:58 +00:00
Kristijan Tkalec
de96ae8001
Translated using Weblate (Slovenian)
...
Currently translated at 40.4% (132 of 327 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/sl/
2019-04-12 20:10:58 +00:00
pandasoft0
3247cc6f35
Cancel media uploads when closing ComposeActivity #838 ( #1189 )
...
* Cancel media uploads on remove the draft message
* Fix formatting
2019-04-12 22:10:52 +02:00
Bernd
7ffb06675c
confirm delete notifications ( #1186 )
...
* confirm delete notificaitons
* Use same strings as website
* Cleanup
2019-04-12 00:13:06 +02:00
Levi Bard
ca2dbe1e73
Add bot indicator overlay to avatars ( #1173 )
...
* Add bot indicator overlay to avatars
* Add bot overlay to account list in search view
* Add preference for bot avatar overlay
2019-04-09 20:13:25 +02:00
pandasoft0
83f1d7aaf1
Add CLEAR and FILTER buttons to notifications ( #1168 )
...
* Issue tuskyapp#762 add clear notifications button to the top of the Notifications adapter
* Issue tuskyapp#764 add the notifications filter
* Update notifications top bar buttons
* Replace PopupMenu with PopupWindow. Save notifications filter to the account table
* Disable hide top bar on empty content at the notification screen
* Add app bar behavior to the sw640 notification layout
* Fix issue with click on top notification tab
2019-04-09 19:13:54 +02:00
pandasoft0
1555b025e1
Add ability to scroll to top by tab click at the Account activity ( #1146 )
...
* Issue: tuskyapp#1078
Add ability to scroll to top by tab click at the Account activity
* Fix issue with scroll tabs other than current
* Update scroll on click behavior
* Update code formatting
* Remove unused code
* Move tab click listener from Fragments to Activities
2019-04-08 15:40:16 +02:00
Levi Bard
23920a61ee
Fix issue #1174 with span parsing ( #1183 )
2019-04-08 15:27:41 +02:00
Mélanie Chauvel (ariasuni)
a91dea7c60
Use same profile item order (toots, following, followers) as Mastodon ( #1177 )
2019-04-08 14:53:28 +02:00
Conny Duck
f12ad19f96
Release 59
2019-04-08 13:31:57 +02:00
Konrad Pozniak
8355c9bba9
change cw icon color on on/off ( #1181 )
2019-04-08 13:04:54 +02:00