nailyk-weblate
66e34cbe1e
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/
5 years ago
Ivan Kupalov
9c59d000f9
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
5 years ago
Danial Behzadi
1b8a289923
Translated using Weblate (Persian)
...
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fa/
Translated using Weblate (Persian)
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fa/
5 years ago
Anonymous
3b0dd526ae
Translated using Weblate (Persian)
...
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fa/
Translated using Weblate (Tamil)
Currently translated at 61.8% (248 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ta/
Translated using Weblate (Slovenian)
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sl/
Translated using Weblate (Malayalam)
Currently translated at 14.0% (56 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ml/
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/
Translated using Weblate (Bengali (India))
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/bn_IN/
Translated using Weblate (Malayalam)
Currently translated at 13.5% (54 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ml/
5 years ago
Danial Behzadi
6876c7ecc1
set title_tag as non-translatable ( #1551 )
...
* set title_tag as non-translatable
* add title_tag to donottranslate.xml and remove from strings.xml
5 years ago
Danial Behzadi
1366e87aaf
Translated using Weblate (Persian)
...
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fa/
5 years ago
Mostafa Ahangarha
ce192a21b8
Translated using Weblate (Persian)
...
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fa/
5 years ago
Danial Behzadi
20e406c413
Translated using Weblate (Persian)
...
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fa/
5 years ago
Danial Behzadi
e52afea86a
Translated using Weblate (Persian)
...
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fa/
5 years ago
Danial Behzadi
bc64274dda
Translated using Weblate (Persian)
...
Currently translated at 100.0% (401 of 401 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fa/
5 years ago
Mostafa Ahangarha
086318024d
Translated using Weblate (Persian)
...
Currently translated at 98.2% (388 of 395 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fa/
5 years ago
Konrad Pozniak
50b9cdf117
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
5 years ago
Konrad Pozniak
9139059bb4
enable reporting users without statuses ( #1445 )
5 years ago
Konrad Pozniak
c0d95209a8
cleanup unused resources ( #1300 )
6 years ago
Konrad Pozniak
05348ef957
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
6 years ago
Konrad Pozniak
b33855c0c8
Fix translations ( #1223 )
...
* flatten string arrays
* delete empty ko translations
* delete crowdin comments
* fix warning in czech translation
* delete untranslated strings
6 years ago
Konrad Pozniak
543fe47c5e
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)
6 years ago
Konrad Pozniak
b4f3dcf67f
change project website url ( #1128 )
6 years ago
Konrad Pozniak
74a6276b9b
New Crowdin translations ( #1106 )
...
* New translations strings.xml (Italian)
* New translations strings.xml (Czech)
* 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 (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Dutch)
* New translations strings.xml (Italian)
* New translations strings.xml (Tamil)
* New translations strings.xml (Russian)
* 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 (Hungarian)
* New translations strings.xml (German)
* New translations strings.xml (French)
* 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 (Arabic)
* New translations strings.xml (Japanese)
* New translations strings.xml (Turkish)
* New translations strings.xml (Spanish)
* New translations strings.xml (Esperanto)
* New translations strings.xml (Dutch)
* New translations strings.xml (Dutch)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Dutch)
* 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 (Italian)
* New translations strings.xml (Japanese)
* New translations strings.xml (Japanese)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
6 years ago
Konrad Pozniak
76ef16d53b
crowdin sync ( #1097 )
...
* New translations strings.xml (Russian)
* 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 (Korean)
* New translations strings.xml (Italian)
* 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 (Arabic)
* New translations strings.xml (Tamil)
6 years ago
Mostafa Ahangarha
c0f7c4d8c1
Improved Persian translation ( #965 )
...
I have made these two thing:
- Made several modification to make the existing translation improved
- Added missing stings
6 years ago
Mélanie Chauvel (ariasuni)
49a160aaec
Fix a lot of easy-to-fix warnings ( #957 )
6 years ago
Conny Duck
94fc2209a7
remove erroneous strings to prevent crashes
6 years ago
Konrad Pozniak
70ca42c8b7
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.
6 years ago
Levi Bard
5c88edf276
Media description improvements ( #898 )
...
* Enforce 420-character limit on media descriptions in the UI
* Persist media descriptions with drafts
* Defer media description update until after upload finishes
* Make description field 2 lines for better visibility of hint text
* Reuse Gson instance
* Force retranslation of modified string "hint_describe_for_visually_impaired"
* Add bounds check when reading serialized media descriptions
6 years ago
freetux
c7fa6034e5
fix persian translation ( #876 )
...
* Create strings.xml
* Rename strings.xml to stringss.xml
* add persian language
* Delete stringss.xml
* fix lines
* fix lines
* fix line 213
* Update strings.xml
* Update strings.xml
* some minor fixes
after check nightly version fixed .
6 years ago
freetux
8d65650278
Add persian language ( #870 )
...
* Create strings.xml
* Rename strings.xml to stringss.xml
* add persian language
* Delete stringss.xml
* fix lines
* fix lines
* fix line 213
* Update strings.xml
* Update strings.xml
6 years ago