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
Conny Duck
96c50d3d23
remove obsolete config files
2019-04-08 13:13:49 +02:00
Konrad Pozniak
8355c9bba9
change cw icon color on on/off ( #1181 )
2019-04-08 13:04:54 +02:00
Bernd
d4816d8cc1
Update Deps ( #1176 )
...
* Update Deps
* Update Deps
* Update Deps
* Update build.gradle
* Update build.gradle
2019-04-07 19:37:04 +02:00
Conny Duck
fd5f343c16
prepare new Slovenian strings file
2019-04-07 17:45:06 +02:00
Konrad Pozniak
e243dfdd44
Merge pull request #1182 from nailyk-weblate/weblate-tusky-tusky
...
Update from Weblate
2019-04-07 17:43:19 +02:00
Connyduck
1831c3b84c
Added translation using Weblate (Slovenian)
2019-04-07 15:28:46 +00:00
Quentí
da9f18b26a
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (327 of 327 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.tusky.app/projects/tusky/tusky/oc/
2019-04-07 15:12:04 +00:00
Conny Duck
572f892490
fix Norwegian strings
2019-04-07 17:11:53 +02:00
Konrad Pozniak
ac7577085e
error handling in FiltersActivity ( #1180 )
2019-04-07 16:33:08 +02:00
Konrad Pozniak
5cf82f402f
fix IndexOutOfBoundException caused by ListStatusAccessibilityDelegate ( #1178 )
2019-04-07 16:32:58 +02:00
Weblate
5ca87062e1
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
Evgeny Petrov
735231150b
Added "Warning" icon instead of "CW" text. ( #1138 )
...
* Added «Warning» icon instead of «CW» text.
Icon source: https://ionicons.com/
* Updated icon to "sms_failed"
2019-04-01 19:19:37 +02:00
Konrad Pozniak
26b10fa68b
add shortcut to ComposeActivity ( #1147 )
2019-03-30 15:19:02 +01:00
Konrad Pozniak
0bf1685db4
remove CustomTabsHelper & ResourcesUtils ( #1157 )
2019-03-30 15:18:40 +01:00
Bernd
d1494d4d30
Update Deps + Cleanup ( #1158 )
...
* Fix Typo
* Update build.gradle
* Update Deps
* Update Tests
* Fixes Tests
Without this some tests fail on my PC...
+ also:
"Put this in your gradle.properties:
android.enableUnitTestBinaryResources=true"
from http://robolectric.org/migrating/#project-configuration
* Make everything private
* Fix Warning
* Update TimelineFragment.java
* Update build.gradle
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Fix Compile Errors
e.g.
Type inference failed. Expected type mismatch: inferred type is Preference? but Preference was expected
Type inference failed. Please try to specify type arguments explicitly.
* fix crash
* Grandle Wrapper 5.3
* Revert "Fix Compile Errors"
This reverts commit 4a774a4fe3ce82c84bd7b4d78e1a1c64af97cd0d.
* requirePreference
* oops
* Cleanup
* Update gradle-wrapper.properties
2019-03-30 15:18:16 +01:00
Conny Duck
ff4a6b3931
Release 58
2019-03-30 15:05:15 +01:00
Ivan Kupalov
85c265414d
Fix issue with content warnings not being expanded from a11y delegate ( #1167 )
2019-03-30 09:10:34 +01:00
Konrad Pozniak
631a21c5a9
Fix wrong notification avatar being displayed sometimes ( #1166 )
2019-03-30 09:10:01 +01:00
Konrad Pozniak
7612b65bf7
disable language splitting for app bundle builds ( #1165 )
2019-03-29 19:56:53 +01:00
Weblate
3f13d8f38b
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
Konrad Pozniak
24fd10d3b7
add Conscrypt to LicenseActivity ( #1161 )
...
* add Conscrypt and AutoDispose to LicenseActivity
* remove duplicate AutoDispose again D:
2019-03-28 21:11:18 +01:00
Konrad Pozniak
b860680a2a
prevent empty hashtag in TabPreferenceActivity ( #1160 )
2019-03-28 21:10:53 +01:00
Konrad Pozniak
31481126a3
fix crash in TimelineFragment ( #1159 )
2019-03-28 21:10:38 +01:00
Conny Duck
5e75ad0628
Release 57
2019-03-26 20:59:06 +01:00
Conny Duck
4e9db6acfc
fix German Strings
2019-03-26 20:26:15 +01:00
Weblate
bc9ef914a8
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
Levi Bard
a313b0b2ad
Fix word boundary detection in filters ( #1152 )
2019-03-25 21:26:57 +01:00
Konrad Pozniak
fceab89feb
fix crash when filter request returns an error ( #1150 )
2019-03-25 20:35:36 +01:00
Konrad Pozniak
2eae052bf7
Hide unknown notifications ( #1151 )
...
* hide unknown notifications
* hide unknown notifications
2019-03-25 20:35:21 +01:00
pandasoft0
30429857fc
Update Notification Adapter to support status created timestamp refresh ( #1130 )
...
* Update Notification Adapter to support status created timestamp refresh
* Format the code
2019-03-25 13:44:31 +01:00
Konrad Pozniak
e25193610e
Repace Crowdin with Weblate in Readme
2019-03-25 13:40:23 +01:00
Conny Duck
a9b66d0868
Merge branch 'master' of https://github.com/Vavassor/Tusky
2019-03-24 19:38:31 +01:00
Conny Duck
a9455da3b0
fix string related warnings
2019-03-24 19:37:00 +01:00
Weblate
33708269f5
Translated using Weblate (French) ( #1149 )
...
Currently translated at 100.0% (325 of 325 strings)
Translation: Tusky/Tusky
Translate-URL: http://weblate.nailyk.fr/projects/tusky/tusky/fr/
2019-03-24 19:32:50 +01:00
Konrad Pozniak
d86510b2d8
New translations strings.xml (Czech) ( #1148 )
2019-03-24 17:07:43 +01:00
Konrad Pozniak
d1e6b3b7ff
add hashtag tabs ( #1145 )
...
* add hashtag tabs
* address review feedback
2019-03-24 08:59:55 +01:00
Konrad Pozniak
f63e1d3a04
New Crowdin translations ( #1137 )
...
* New translations strings.xml (French)
* New translations strings.xml (German)
* New translations strings.xml (German)
* New translations strings.xml (Italian)
* New translations strings.xml (Japanese)
* New translations strings.xml (Japanese)
* New translations strings.xml (Japanese)
* New translations strings.xml (Arabic)
* New translations strings.xml (Arabic)
* 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 (French)
2019-03-24 08:48:49 +01:00
Bernd
ea3b720e85
fix sharing to Tusky ( #1140 )
...
fixes duplicate title when sharing from Feedly or Google News
2019-03-23 12:50:24 +01:00
Evgeny Petrov
c6053d0bd0
Russian language updated ( #1139 )
...
* Russian language updated. New strings:
• Undo actions for boost/favourite.
• New theme (as is system).
• Renamed «Tabs» to «Filters» in Settings to avoid option name duplicate.
• Added new lines for Filters feature.
* Renamed "Непубличные" to "Скрытые" for consistency
2019-03-23 12:50:00 +01:00
Levi Bard
dc632244c9
Add option to download all media for a toot with one tap. ( #1121 )
...
Addresses #966
2019-03-23 12:49:36 +01:00
Konrad Pozniak
9b66cd8b5d
New Crowdin translations ( #1136 )
...
* New translations strings.xml (Swedish)
* New translations strings.xml (Czech)
2019-03-20 20:50:16 +01:00