Conny Duck
eb7b000cc1
fix crash when using quick compose tile
7 years ago
Conny Duck
8b00d421ef
Release 52
7 years ago
Mélanie Chauvel (ariasuni)
5230bd29a6
Fix a lot of easy-to-fix warnings ( #957 )
7 years ago
Konrad Pozniak
72c0adae03
Update Readme.MD
7 years ago
Conny Duck
c3e5305fa2
fix another crash in ViewImageFragment
7 years ago
Conny Duck
a0c399e2cf
fix crash in MediaUtils.getVideoThumbnail
7 years ago
Konrad Pozniak
73670b8576
Improve emoji picker accessibility ( #944 )
...
* set emoji shortcode as content description on ImageView
* hide bottom sheets on back press
7 years ago
nora
59257c7af4
Update CONTRIBUTING.md ( #952 )
...
* Update CONTRIBUTING.md
Opened this file out of pure random curiosity and noticed a little bug. Since Tusky got three themes, this file was not up to date anymore.
* Update CONTRIBUTING.md
Removed outdated mention of API level 21 since anything below that isn't supported anymore.
7 years ago
Conny Duck
073c673e6d
fix crash in EditProfileActivity
7 years ago
Conny Duck
f87b87bea3
close drawer when clicking on own profile and adding account
...
closes #948
7 years ago
Conny Duck
aae72205c3
show correct username of author when sharing toot content
...
closes #918
7 years ago
Conny Duck
afaaafdace
add option to copy link of own toot to "more" menu
...
closes #928
7 years ago
Konrad Pozniak
1413a1155b
remove unnecessary compat code ( #932 )
7 years ago
Konrad Pozniak
8d7f879a8f
add checkmark to verified links and better constraints to account fields ( #922 )
...
* add checkmark to verified links and better constraints to account fields
* address pr feedback
7 years ago
Ivan Kupalov
19783c5aed
Apply suggestions for ProgressImageView ( #942 )
7 years ago
dadosch
5b196556e1
Fix Typo in german translation ( #943 )
7 years ago
zital
7787aef6a1
Basque: orro -> tut ( #936 )
...
* orro -> tut
* orro -> tut
7 years ago
Billy Brawner
95a656dc0a
Add visibility icons to detail statuses ( #901 )
...
* Add visibility icons to statuses
* Remove visibility icons from timeline statuses
* Dynamically scale visibility icon according to timestamp font size
* Remove visibility icon selection logic from Status model
* Migrate visibility icon logic to StatusDetailedViewHolder
* Simplify/improve performance of visibility icon layout
* Use text size for visibility icon size (instead of view size)
* Remove unnecessary LayoutListener
* Remove unnecessary visibilityIcon check
7 years ago
Conny Duck
9627d73f68
fix NullPointerException in ViewImageFragment
7 years ago
Conny Duck
f185c9d379
fix crash in ComposeActivity when loading no Emojis
7 years ago
Conny Duck
fed52398a6
Release 51
7 years ago
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
7 years ago
Conny Duck
f5ec6b1ef7
fix NullPointerException in ViewImageFragment
7 years ago
Unai Tolosa Pontesta
12ba4747d8
Added Basque translations ( #926 )
...
* Added Basque translations
* zital
* zital
7 years ago
INAGAKI Hiroshi
d89f7c66c6
l10n: update Japanese translation ( #929 )
...
Updated Japanese translations and removed unnecessary spaces.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
7 years ago
Conny Duck
91fe819688
Release 50
7 years ago
Sylke Vicious
ab7c438286
Updated italian translation ( #925 )
7 years ago
ButterflyOfFire
e61d27baa0
Update arabic translation ( #923 )
...
Update arabic translation.
7 years ago
ButterflyOfFire
ecd954de0d
Update french translation ( #924 )
...
Update french translation.
7 years ago
Evgeny Petrov
557a0c9d5f
RU: Added missing string ( #921 )
7 years ago
Conny Duck
3b475e8461
fix activity restart after theme switch
7 years ago
Conny Duck
25a73620a9
update german translation
7 years ago
Conny Duck
f880a2eef5
fix crash on unknown media type
7 years ago
Conny Duck
f3fc9830d4
fix untranslateable String in Account preferences
7 years ago
Evgeny Petrov
0acaa61254
Russian translation update ( #919 )
...
* Russian translation update
* Removed duplicate string
7 years ago
Conny Duck
81bbac9aa7
remove erroneous strings to prevent crashes
7 years ago
Conny Duck
15d607b799
update deps, fix some lint warnings
7 years ago
kyori19
35f4512e6c
Improve japanese translation. ( #917 )
7 years ago
kyori19
ecd4680696
fix link's too large hitbox ( #916 )
...
* fix link's too large hitbox (tuskyapp#846)
* Use zero width space instead of normal space.
* Add comment.
* Remove unnecessary Html.fromHtml
7 years ago
Kévin Commaille
7a06ebffad
Update and fix french translation ( #914 )
7 years ago
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.
7 years ago
Levi Bard
690e612f8b
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
7 years ago
kyori19
026292122d
Do not show "Pin" in "more" menu of direct status. ( #909 )
8 years ago
kyori19
d8d37bacd9
Fix typo "accountUsename" to "accountUsername" ( #908 )
8 years ago
Levi Bard
b483a0bf25
Filter emoji where "visible_in_picker" is set to false. ( #907 )
...
Addresses #770
8 years ago
Levi Bard
6960d725a3
Add menu item to copy media link ( #895 )
8 years ago
Levi Bard
4ba6b4adfe
Fix media transitions, reduce code duplication between media fragments ( #894 )
...
* Fix media transitions, reduce code duplication between media fragments
* Remove redundant helper
* Fix occasional crash when swiping between mixed media
* Hide controls when swiping between media
8 years ago
Manimaran.K
1792a14bb0
Tamil translation ( #890 )
...
* Translation for Tamil language is done.
* Update Translation for Tamil
8 years ago
ButterflyOfFire
fd782ff172
Improve french translation
8 years ago
charlag
211326f6bd
Formatted translation
8 years ago