hg
06eb308e93
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (410 of 410 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
Translated using Weblate (Swedish)
Currently translated at 100.0% (410 of 410 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2020-03-15 21:14:00 +00:00
Isak Holmström
62dbb75200
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (410 of 410 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
Translated using Weblate (Swedish)
Currently translated at 100.0% (410 of 410 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
Translated using Weblate (Swedish)
Currently translated at 100.0% (410 of 410 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2020-03-15 21:14:00 +00:00
Weblate
1710b980bc
Added translation using Weblate (English (Australia))
...
Translated using Weblate (Swedish)
Currently translated at 100.0% (410 of 410 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
Translated using Weblate (Japanese)
Currently translated at 87.1% (357 of 410 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ja/
Translated using Weblate (Esperanto)
Currently translated at 99.8% (409 of 410 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/eo/
2020-03-06 12:28:01 +01:00
hg
563d920f63
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/
2020-02-25 17:33:30 +00:00
Isak Holmström
ff0529217b
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/
2020-02-25 17:33:30 +00:00
Anonymous
921aae5012
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))
2020-02-25 17:33:30 +00:00
Anonymous
3224ae2a84
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 (Polish)
Currently translated at 100.0% (409 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/pl/
Translated using Weblate (Kabyle)
Currently translated at 47.4% (194 of 409 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/kab/
2020-02-17 15:24:05 +00:00
Anonymous
8061a5184a
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/
2020-02-07 19:24:21 +00:00
nailyk-weblate
663099e0b1
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/
2020-01-13 14:54:26 +00:00
hg
60ae1ad8ed
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (408 of 408 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2020-01-13 14:54:26 +00:00
Anonymous
54df9cf3da
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (406 of 406 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2019-12-30 20:37:25 +00:00
Ivan Kupalov
8770fbe986
ComposeActivity refactor ( #1541 )
...
* Convert ComposeActivity to Kotlin
* More ComposeActivity cleanups
* Move ComposeActivity to it's own package
* Remove ComposeActivity.IntentBuilder
* Re-do part of the media downsizing/uploading
* Add sending of status to ViewModel, draft media descriptions
* Allow uploading video, update description after uploading
* Enable camera, enable upload cancelling
* Cleanup of ComposeActivity
* Extract CaptionDialog, extract ComposeActivity methods
* Fix handling of redrafted media
* Add initial state and media uploading out of Activity
* Change ComposeOptions.mentionedUsernames to be Set rather than List
We probably don't want repeated usernames when we are writing a post
and Set provides such guarantee for free plus it tells it to the
callers. The only disadvantage is lack of order but it shouldn't be a
problem.
* Add combineOptionalLiveData. Add docs.
It it useful for nullable LiveData's. I think we cannot differentiate
between value not being set and value being null so I just added the
variant without null check.
* Add poll support to Compose.
* cleanup code
* move more classes into compose package
* cleanup code
* fix button behavior
* add error handling for media upload
* add caching for instance data again
* merge develop
* fix scheduled toots
* delete unused string
* cleanup ComposeActivity
* fix restoring media from drafts
* make media upload code a little bit clearer
* cleanup autocomplete search code
* avoid duplicate object creation in SavedTootActivity
* perf: avoid unnecessary work when initializing ComposeActivity
* add license header to new files
* use small toot button on bigger displays
* fix ComposeActivityTest
* fix bad merge
* use Singles.zip instead of Single.zip
2019-12-19 19:09:40 +01:00
Danial Behzadi
ecb4494278
set title_tag as non-translatable ( #1551 )
...
* set title_tag as non-translatable
* add title_tag to donottranslate.xml and remove from strings.xml
2019-11-08 17:46:40 +01:00
Anonymous
e3bdd8a356
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
Translated using Weblate (Basque)
Currently translated at 72.1% (289 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/eu/
Translated using Weblate (French)
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fr/
2019-10-22 17:39:41 +00:00
Levi Bard
a308b4c139
Don't interpret html inside poll options. ( #1527 )
...
* Don't interpret html inside poll options.
Closes #1362
* Update translations
* Mark poll_percent_format as untranslatable
2019-10-11 17:35:22 +02:00
Anonymous
4be7f35b30
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (395 of 395 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
Translated using Weblate (German)
Currently translated at 91.6% (362 of 395 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/de/
Translated using Weblate (French)
Currently translated at 100.0% (395 of 395 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fr/
Translated using Weblate (Dutch)
Currently translated at 98.7% (390 of 395 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/nl/
Translated using Weblate (Czech)
Currently translated at 95.7% (378 of 395 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/cs/
Translated using Weblate (Bengali (India))
Currently translated at 100.0% (395 of 395 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/bn_IN/
2019-08-27 18:27:57 +00:00
Konrad Pozniak
51c6852492
Create polls ( #1452 )
...
* add AddPollDialog
* add support for pleroma poll options
* add PollPreviewView
* add Poll support to drafts
* add license header, cleanup
* rename drawable files to correct size
* fix tests
* fix bug with Poll having wrong duration after delete&redraft
* add input validation
* grey out poll button when its disabled
* code cleanup & small improvements
2019-08-22 20:30:08 +02:00
Konrad Pozniak
d13a341a35
enable reporting users without statuses ( #1445 )
2019-08-17 09:08:58 +02:00
Isak Holmström
1f6681b319
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (383 of 383 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2019-08-04 18:34:57 +00:00
Anonymous
b69207dd65
Translated using Weblate (Bengali (India))
...
Currently translated at 100.0% (383 of 383 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/bn_IN/
Translated using Weblate (Swedish)
Currently translated at 100.0% (383 of 383 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
Translated using Weblate (Welsh)
Currently translated at 68.8% (263 of 382 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/cy/
Translated using Weblate (Esperanto)
Currently translated at 100.0% (382 of 382 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/eo/
Translated using Weblate (Slovenian)
Currently translated at 100.0% (382 of 382 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sl/
2019-08-04 18:34:57 +00:00
Weblate
b2a4bf241b
Added translation using Weblate (French (Belgium))
...
Translated using Weblate (Italian)
Currently translated at 92.6% (352 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/it/
Translated using Weblate (Swedish)
Currently translated at 100.0% (380 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
Added translation using Weblate (Luxembourgish)
Added translation using Weblate (English (United States))
2019-07-20 17:37:13 +00:00
Konrad Pozniak
707f3e605c
fix build warnings ( #1331 )
2019-06-24 22:15:31 +02:00
Anonymous
55d9974911
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (378 of 378 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2019-06-22 19:55:08 +00:00
Anonymous
d2ef8ccdd3
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (378 of 378 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2019-06-19 14:37:17 +00:00
Anonymous
7491eb178d
Translated using Weblate (Swedish)
...
Currently translated at 97.9% (370 of 378 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2019-06-17 11:43:15 +00:00
Konrad Pozniak
a956061cbf
cleanup unused resources ( #1300 )
2019-06-02 22:02:03 +02:00
Anonymous
8a4124b927
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (368 of 368 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2019-06-02 19:23:22 +00:00
charlag
3f613dc56f
Minimal screen reader support for polls
2019-05-26 15:56:26 +02:00
Anonymous
b9e118d5e0
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (367 of 367 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2019-05-14 11:36:09 +00:00
Anonymous
ce37f48b2c
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (366 of 366 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2019-05-11 15:35:11 +00:00
Elias Mårtenson
21af2f0ca8
Translated using Weblate (Swedish)
...
Currently translated at 98.4% (360 of 366 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2019-05-08 19:42:31 +00:00
Konrad Pozniak
d7c32258ae
fix timespan plurals ( #1240 )
...
* fix timespan plurals
* rename poll timestamp strings and helper method
2019-05-06 09:59:06 +02:00
Konrad Pozniak
e735e4843e
Poll notifications ( #1229 )
...
* show poll notifications in the app
* show poll notifications in the app
* allow filtering poll notifications in the poll fragment
* show poll notifications in system notifications
2019-05-02 19:44:35 +02:00
Konrad Pozniak
53696f752a
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
Isak Holmström
f5f04fe2c6
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
Isak Holmström
59985ef1e8
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
Isak Holmström
77315adc90
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
43a66575d1
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
Weblate
4ed65ac4a0
Update from Weblate ( #1170 )
...
* Translated using Weblate (Czech)
Currently translated at 100.0% (327 of 327 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/cs/
* Added translation using Weblate (Norwegian Bokmål)
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 57.8% (189 of 327 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/nb_NO/
* Translated using Weblate (Italian)
Currently translated at 100.0% (327 of 327 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/it/
* 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-03 18:09:59 +02:00
Weblate
f9350462d1
Update from Weblate ( #1162 )
...
* Translated using Weblate (German)
Currently translated at 96.0% (312 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/de/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (325 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/nl/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (325 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/sv/
2019-03-29 18:27:23 +01:00
Weblate
d8fc4a6284
Update from Weblate ( #1154 )
...
* Translated using Weblate (German)
Currently translated at 94.2% (306 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/de/
* Translated using Weblate (German)
Currently translated at 94.2% (306 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/de/
* Translated using Weblate (Italian)
Currently translated at 100.0% (325 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/it/
* Translated using Weblate (German)
Currently translated at 94.2% (306 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/de/
* Translated using Weblate (Russian)
Currently translated at 100.0% (325 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/ru/
* Translated using Weblate (Japanese)
Currently translated at 89.8% (292 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/ja/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (325 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/sv/
* Translated using Weblate (German)
Currently translated at 93.8% (305 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/de/
2019-03-26 19:43:35 +01:00
Conny Duck
f39da46a21
fix string related warnings
2019-03-24 19:37:00 +01:00
Konrad Pozniak
a6887e3e55
New Crowdin translations ( #1136 )
...
* New translations strings.xml (Swedish)
* New translations strings.xml (Czech)
2019-03-20 20:50:16 +01:00
Konrad Pozniak
1fdcfbda76
New Crowdin translations ( #1135 )
...
* New translations strings.xml (Arabic)
* New translations strings.xml (Italian)
* New translations strings.xml (Turkish)
* New translations strings.xml (Tamil)
* New translations strings.xml (Swedish)
* New translations strings.xml (Spanish)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Polish)
* New translations strings.xml (Persian)
* New translations strings.xml (Occitan)
* New translations strings.xml (Japanese)
* New translations strings.xml (Hungarian)
* New translations strings.xml (Basque)
* New translations strings.xml (German)
* New translations strings.xml (French)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Dutch)
* New translations strings.xml (Czech)
* New translations strings.xml (Chinese Traditional, Singapore)
* New translations strings.xml (Chinese Traditional, Macau)
* New translations strings.xml (Chinese Traditional, Hong Kong)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Welsh)
* New translations strings.xml (Arabic)
* New translations strings.xml (Italian)
* New translations strings.xml (Turkish)
* New translations strings.xml (Tamil)
* New translations strings.xml (Swedish)
* New translations strings.xml (Spanish)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Polish)
* New translations strings.xml (Persian)
* New translations strings.xml (Occitan)
* New translations strings.xml (Japanese)
* New translations strings.xml (Hungarian)
* New translations strings.xml (Basque)
* New translations strings.xml (German)
* New translations strings.xml (French)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Dutch)
* New translations strings.xml (Czech)
* New translations strings.xml (Chinese Traditional, Singapore)
* New translations strings.xml (Chinese Traditional, Macau)
* New translations strings.xml (Chinese Traditional, Hong Kong)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Welsh)
* New translations strings.xml (Arabic)
* New translations strings.xml (German)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Polish)
* New translations strings.xml (Persian)
* New translations strings.xml (Occitan)
* New translations strings.xml (Japanese)
* New translations strings.xml (Italian)
* New translations strings.xml (Basque)
* New translations strings.xml (Hungarian)
* New translations strings.xml (French)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Dutch)
* New translations strings.xml (Czech)
* New translations strings.xml (Chinese Traditional, Singapore)
* New translations strings.xml (Chinese Traditional, Macau)
* New translations strings.xml (Chinese Traditional, Hong Kong)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Spanish)
* New translations strings.xml (Swedish)
* New translations strings.xml (Tamil)
* New translations strings.xml (Turkish)
* New translations strings.xml (Welsh)
2019-03-20 20:03:11 +01:00
Konrad Pozniak
463b008090
change project website url ( #1128 )
2019-03-18 15:47:02 +01:00
Konrad Pozniak
db67096e12
New Crowdin translations ( #1117 )
...
* New translations strings.xml (German)
* New translations strings.xml (Dutch)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Swedish)
* New translations strings.xml (Swedish)
* New translations strings.xml (Swedish)
* New translations strings.xml (Swedish)
* New translations strings.xml (Swedish)
* New translations strings.xml (Swedish)
* New translations strings.xml (Swedish)
* New translations strings.xml (Swedish)
* New translations strings.xml (French)
* New translations strings.xml (German)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (French)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (French)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Japanese)
* New translations strings.xml (Japanese)
* New translations strings.xml (Japanese)
* New translations strings.xml (Japanese)
* New translations strings.xml (Italian)
2019-03-11 17:23:13 +01:00
Konrad Pozniak
596baa4d55
sync all languages with crowdin ( #1116 )
...
* New translations strings.xml (Swedish)
* New translations strings.xml (Basque)
* New translations strings.xml (Czech)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Welsh)
2019-03-08 22:12:20 +01:00
Mélanie Chauvel (ariasuni)
5230bd29a6
Fix a lot of easy-to-fix warnings ( #957 )
2018-12-12 20:28:05 +01:00
Isak Holmström
2f4d507b29
[sv] New strings translated. ( #931 )
...
* Updated with new strings, added new translations for mute
* Changed from nsfw to sensitive content
* translating new strings ++extra fixes
* Add files via upload
* [sv] New strings translated
2018-11-26 18:31:53 +01:00
Konrad Pozniak
348c20c792
New settings ( #891 )
...
* change drawer items
* rename SettingsActivity
* introduce AccountSettings activity
* improve account settings, move notification settings
* sync settings with server
* rename settings back to preferences
* add functionality for settings
* move mediaPreviewEnabled preference to AccountPreferences
* replace shared prefs with accountmanager
* move PreferencesFragment to support library
* split preferences fragment into smaller fragments,
merge AccountPreferencesActivity into PreferencesFragment
* adjust icon size, add icons to general preferences
* change mediaPreviewEnabled and alwaysShowSensitiveMedia pref position
* add database migration
* remove pullNotificationCheckInterval option
* fix preference in TimelineFragment
* Update Chinese translations. (#915 )
* Update zh-CN translations.
* Update zh-SG translations.
* Update zh-TW translations.
* Update zh-MO translations.
* Update zh-HK translations.
* Fix errors in zh-CN translations.
* Fix errors in zh-SG translations.
* Fix errors in zh-TW translations.
* Fix errors in zh-MO translations.
* Fix errors in zh-HK translations.
2018-11-12 21:09:39 +01:00