nailyk
c7d9de2fbe
Deleted translation using Weblate (French (Belgium))
...
Translated using Weblate (French (Belgium))
Currently translated at 0.3% (1 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fr_BE/
Added translation using Weblate (French (Belgium))
Translated using Weblate (French)
Currently translated at 100.0% (380 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fr/
2019-07-20 17:37:13 +00:00
Ivan Kupalov
a23fdc60a7
Fix crash on empty status messages ( #1402 )
2019-07-20 11:37:28 +02:00
HellPie
87285ae5bf
Transfer SmartLengthInputFilter license to Tusky ( #1384 )
...
* Transfer SmartLengthInputFilter in-header license
Transfer license for file "SmartLengthInputFilter.java" from me (Diego Rossi) to Tusky and therefore also change it from the original Apache 2.0 to currently GPLv3. This was a mistake that has been sitting around for way too long.
* Rewrite SmartLengthInputFilter from Java to Kotlin
This has been done by hand, without the custom copy-paste tool.
* Fix bad references in Java files using SmartLengthInputFilter features
* Shorten code in Java classes referencing SmartLengthInputFilter instance
* Refactor SmartLengthInputFilter from class to singleton Kotlin object
* Move hasBadRatio to become a toplevel function
* Patch up all the files affected by SmartLengthInputFilter changes
* Length in SmartLengthInputFilter is const 500, simplify code accordingly
* More meaningful name for toplevel function for checking trimming ability
* Add missing license header
2019-07-19 20:47:30 +02:00
pandasoft0
3b1288e99c
Improve search results ( #1327 )
...
* Add entities and request for search APIv2
* Implement search adapter and fragment
* Fix issue with snackbar
* Implement search accounts fragment
* Implement generic search fragment
* Remove unneeded import
* Implement "status" actions, fix issues
* Remove SFragment dependency
* Update app/src/main/java/com/keylesspalace/tusky/components/search/fragments/SearchStatusesFragment.kt
Co-Authored-By: Konrad Pozniak <connyduck@users.noreply.github.com>
* Clean-up post review suggestions
* Make TabLayout background colour match search bar
* Corrected method call syntax
* Added SwipeRefreshLayout to SearchFragment
* Fixed refresh to update all three tabs
2019-07-19 20:10:20 +02:00
ButterflyOfFire
786a399bcd
Translated using Weblate (French)
...
Currently translated at 80.0% (4 of 5 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/fr/
2019-07-17 15:11:31 +02:00
Konrad Pozniak
e8ecdb88cf
fix avatars and display names in AccountsInListFragment ( #1392 )
...
* fix avatars and display names in AccountsInListFragment
* correctly emojify display names
2019-07-16 20:19:57 +02:00
Konrad Pozniak
b1c2fcc157
update timestamps on pull-to-refresh even when no new statuses are fetched ( #1393 )
2019-07-16 19:51:44 +02:00
Konrad Pozniak
d932912616
upgrade dependencies ( #1389 )
2019-07-16 19:36:04 +02:00
Konrad Pozniak
16bb011f6a
fix glide crash in MainActivity (again) ( #1394 )
2019-07-16 19:27:26 +02:00
Konrad Pozniak
cecbb336fe
fix Android tests ( #1391 )
2019-07-16 19:27:07 +02:00
Konrad Pozniak
83f9638aaf
fix some lint warnings and Kotlin style issues ( #1390 )
2019-07-16 19:26:55 +02:00
Konrad Pozniak
a46922bfde
make avatar images in drawer rounded squares ( #1388 )
2019-07-16 19:26:41 +02:00
Konrad Pozniak
dc7a5ab418
Merge pull request #1387 from nailyk-weblate/weblate-tusky-tusky-app
...
Update from Weblate
2019-07-15 14:19:54 +02:00
Ryu jongheon
adb90b0cb0
Translated using Weblate (Korean)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/ko/
2019-07-15 09:20:08 +00:00
Weblate
bbec87fed6
Added translation using Weblate (Korean)
2019-07-14 16:23:43 +02:00
Conny Duck
c1cc320834
Release 65
2019-07-11 20:03:55 +02:00
Conny Duck
d631305e20
fix number not shown in bold for fav/boost count in some languages
2019-07-11 19:41:09 +02:00
Konrad Pozniak
61f790dafd
Merge pull request #1378 from nailyk-weblate/weblate-tusky-tusky-app
...
Update from Weblate
2019-07-10 21:16:49 +02:00
Konrad Pozniak
bcd5262314
fix Glide crash in MainActivity ( #1379 )
...
* fix Glide crash in MainActivity
* make emojiInitCallback final
2019-07-10 21:10:07 +02:00
Konrad Pozniak
75734d0e91
fix card view outline being off a few pixels ( #1375 )
2019-07-10 06:53:21 +02:00
Anonymous
3944659a70
Translated using Weblate (Swedish)
...
Currently translated at 80.0% (4 of 5 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/sv/
2019-07-10 04:52:55 +00:00
Daniele Lira Mereb
029eb0c2f9
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (5 of 5 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/pt_BR/
2019-07-10 04:52:55 +00:00
Konrad Pozniak
1dda2c55fc
fix mute action not being correctly displayed ( #1376 )
2019-07-10 06:52:51 +02:00
Konrad Pozniak
db369aec75
fix timeline reloading and favs/boosts/polls showing up at wrong pos ( #1374 )
2019-07-10 06:52:13 +02:00
Levi Bard
d4ec0bb101
Apply conversation filters to threads. Addresses #1349 ( #1351 )
...
* Apply conversation filters to threads. Addresses #1349
* Cache filters for app lifetime, unless filters are modified locally
* Flush cached filters when changing accounts
2019-07-08 12:57:53 +02:00
Konrad Pozniak
578b816a8e
fix eye menu icon in thread view ( #1372 )
2019-07-07 17:57:41 +02:00
Conny Duck
264fd1116d
delete empty string files
2019-07-07 15:25:48 +02:00
Konrad Pozniak
7968812408
Merge pull request #1357 from nailyk-weblate/weblate-tusky-tusky
...
Update from Weblate
2019-07-07 15:22:54 +02:00
Quentí
f6173ff1a4
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (380 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/oc/
2019-07-07 13:03:16 +00:00
Weblate
008d8b9f66
Added translation using Weblate (English (United States))
2019-07-07 13:03:16 +00:00
Muha Aliss
af7cee8155
Translated using Weblate (Turkish)
...
Currently translated at 89.2% (339 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/tr/
2019-07-07 13:03:16 +00:00
Kristijan Tkalec
d2a18208db
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (380 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sl/
2019-07-07 13:03:16 +00:00
ButterflyOfFire
d0047a1fe3
Translated using Weblate (Esperanto)
...
Currently translated at 98.7% (375 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/eo/
2019-07-07 13:03:16 +00:00
ButterflyOfFire
6b9c2f39a2
Translated using Weblate (Arabic)
...
Currently translated at 98.9% (376 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ar/
2019-07-07 13:03:16 +00:00
Juanjo Salvador
2beadb15d4
Translated using Weblate (Spanish)
...
Currently translated at 97.1% (369 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/es/
2019-07-07 13:03:16 +00:00
Muha Aliss
5cc677ef40
Translated using Weblate (Turkish)
...
Currently translated at 88.7% (337 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/tr/
2019-07-07 13:03:16 +00:00
orimpe
93e771eb23
Translated using Weblate (Luxembourgish)
...
Currently translated at 1.8% (7 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/lb/
2019-07-07 13:03:16 +00:00
ButterflyOfFire
425b881e11
Translated using Weblate (Arabic)
...
Currently translated at 98.9% (376 of 380 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ar/
2019-07-07 13:03:16 +00:00
orimpe
619581df38
Added translation using Weblate (Luxembourgish)
2019-07-07 13:03:16 +00:00
Anonymous
1104e42076
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (5 of 5 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/nb_NO/
2019-07-07 15:03:12 +02:00
ButterflyOfFire
ad5b9f324c
Translated using Weblate (Arabic)
...
Currently translated at 80.0% (4 of 5 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/ar/
2019-07-07 15:03:12 +02:00
ButterflyOfFire
22ff5419d7
Translated using Weblate (Arabic)
...
Currently translated at 80.0% (4 of 5 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/ar/
2019-07-07 15:03:12 +02:00
Levi Bard
c3cae4a603
Fix respecting bot overlay preference in detailed status view. ( #1368 )
...
Closes #1364
2019-07-07 14:41:07 +02:00
Konrad Pozniak
39a59f4ade
add support for american/british english translations ( #1358 )
...
* add support for american/british english distinction
* Update strings.xml
Just one additional change - anonymize (US) to anonymise (UK)
* change english language names
* add missing translation string
2019-07-02 10:56:05 +02:00
Konrad Pozniak
fdee75c84a
fix crash caused by broken mention ( #1360 )
2019-07-02 10:55:02 +02:00
Konrad Pozniak
c861c992ca
Merge pull request #1356 from nailyk-weblate/weblate-tusky-tusky-app
...
Update from Weblate
2019-07-01 23:47:11 +02:00
nailyk
a1db84cc94
Translated using Weblate (French)
...
Currently translated at 80.0% (4 of 5 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/fr/
2019-07-01 20:53:49 +00:00
Anonymous
1ce9e76f54
Translated using Weblate (French)
...
Currently translated at 40.0% (2 of 5 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/fr/
2019-07-01 20:53:49 +00:00
Konrad Pozniak
6b03c5ed88
fix crash caused by wrong placeholders in arabic strings
2019-07-01 22:53:37 +02:00
Conny Duck
dc76a82f47
Release 64
2019-06-29 16:30:57 +02:00