Conny Duck
218dc07b85
Release 47
8 years ago
Conny Duck
8a1ac685c8
fix activity transitions (this time for real)
8 years ago
Levi Bard
bfb82bb10c
Separate saved draft visibility from default reply visibility: #772 ( #787 )
8 years ago
Konrad Pozniak
e89f8cf3ee
wait for EmojiCompat to be initialized before using it ( #791 )
8 years ago
Konrad Pozniak
791a87e7a1
fix repeating toots in timelines ( #789 )
8 years ago
Konrad Pozniak
4653b1e37b
fix notification tab loading ( #777 )
...
* fix progressbars of footer and fragment overlapping
* add progressbar to bottom of notification list again
* fix bottom loading getting stuck sometimes
8 years ago
Basix
4d16514851
Added Korean Translation ( #783 )
...
* Added Korean Translation
* Edited translation errors discovered by @Kjwon15
https://github.com/tuskyapp/Tusky/pull/782#pullrequestreview-147631374
* Removed a slash at line 43
https://github.com/tuskyapp/Tusky/pull/783#discussion_r211258208
8 years ago
Óliver García Albertos
a6ded17e06
values-es: Update translations ( #785 )
8 years ago
Konrad Pozniak
268ebb55f0
fix bug where addField button was enabled when it should not be
...
in EditProfileActivity
8 years ago
Konrad Pozniak
440a351e06
fix AccountActivity recreating after rotation
8 years ago
Evgeny Petrov
7369a82b26
[Ru] string hotfix ( #775 )
...
Changed the wrong form of "black" theme string
8 years ago
Quentí
dbbc1e406f
Update Occitan translation ( #776 )
8 years ago
Konrad Pozniak
ca1bbb3112
Release 46
8 years ago
Konrad Pozniak
322a567e52
fix wrong activity transition of LoginActivity
8 years ago
Konrad Pozniak
7442f5bca8
fix bug where deleting profile field was not possible
8 years ago
Marcin Mikołajczak
632be33af8
Update Polish translation ( #768 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years ago
Anna e só
5d7c2df434
Updated pt-rBR translation ( #765 )
8 years ago
jeroenpraat
fd378f2e31
Updating Dutch strings for v3 ( #761 )
8 years ago
Isak Holmström
d0b40dba6d
Updated with new strings, added new translations for mute ( #760 )
8 years ago
ButterflyOfFire
8eef3991ec
Updated ar (Arabic) translation ( #758 )
...
* add more aggressive proguard config
* even more optimizations
* Updated ar (Arabic) translation
Commit made via Stringlate
8 years ago
Evgeny Petrov
e973a68160
[RU] Language update 20180815 ( #759 )
...
* Updated Russian language
* Updated RU language according to 970551adee
* [RU] Language update
8 years ago
Conny Duck
4b4e58302f
fix splashscreen navigationbar color on Android 27+
8 years ago
Conny Duck
8b04361771
update translations
8 years ago
Konrad Pozniak
8930d277e6
add new elephant friends ( #757 )
...
* add new elephant friends
* add art license
* fix typo
8 years ago
Konrad Pozniak
04c842afc4
fix OOM crash when trying to caption large image ( #756 )
8 years ago
Konrad Pozniak
f022944e90
add possibility to change profile fields, refactor ( #751 )
...
* refactor EditProfileActivity, add profile fields
* preserve transparency when cropping profile images
* dont validate profile fields on client side
* revert unintentional change in card_frame_dark.xml
* improve activity_edit_profile layout for tablets
* Revert "improve activity_edit_profile layout for tablets"
This reverts commit 20ff3d167c .
* improve activity_edit_profile layout for tablets
* fix bug in EditProfileActivity, add snackbar
* improve EditProfileActivity code
* use events instead of shared prefs to communicate profile update
8 years ago
Konrad Pozniak
418c76d677
add more aggressive proguard config ( #741 )
...
* add more aggressive proguard config
* even more optimizations
8 years ago
Conny Duck
b9e433c77f
fix crash in ViewThreadFragment
8 years ago
Conny Duck
c38d2ad25e
small improvements for MediaUtils
8 years ago
eleete0712
ef1fa0ca94
show CW in system notification for CW'd statuses ( #754 )
...
* show CW in system notification for CW'd statuses
* show spoiler text instead of generic CW message
8 years ago
Konrad Pozniak
44b1afc71f
try to fix Circle CI ( #727 )
...
* remove memory limit from gradle properties to fix circle ci
* Update CircleCI config for new build flavor
* update circleCI config
* update Circle Ci config
* try no daemon gradle tests
8 years ago
Conny Duck
aa64a879f1
fix bug where unmuting would unmute wrong account
8 years ago
nailyk
4f50bb5566
Translates: FR: Add missing translation ( #744 )
...
* Add missing `title_statuses_with_replies` french translation.
Signed-off-by: nailyk-fr <jenkins@nailyk.fr>
8 years ago
Conny Duck
ce7270cdb2
fix the activity transitions (again 🙄 )
8 years ago
Conny Duck
eee48e48d1
make small avatars in notifications rounded again
8 years ago
Conny Duck
cf448cb0bb
update dependencies
8 years ago
Conny Duck
e8b1787f9c
improve Arabic translation (thx to @BoF@mstdn.fr)
8 years ago
Conny Duck
9a42999451
improve activity slide in/out handling
8 years ago
Konrad Pozniak
2b246fc379
fix "load more" placeholder changing height after being clicked
8 years ago
Konrad Pozniak
9b422a97fe
Custom emojis in drawer ( #737 )
...
* upgrade MaterialDrawer
* improve CustomEmojiHelper so now any parent view can be used for invalidation
* cleanup MainActivity a bit
* add emojiList to account database and show compatEmojis and custom emojis in drawer
* improve perf of drawer profile update
* fix account switching
* reuse gson, break after profile item was found
8 years ago
Konrad Pozniak
b5a8915845
add possibility to view avatars fullscreen ( #724 )
...
* add possibility to view avatars fullscreen
* improve codestyle
8 years ago
Ivan Kupalov
133808891d
Add RoundedImageView for avatars ( #739 )
...
* Add RoundedImageView for avatars
* RoundedImageView: Remove unused things, fix touchable area
8 years ago
qwazix
562beacfc1
Add black theme ( #726 )
...
* Add black theme
On amoled screens a completely black theme helps save battery,
besides looking awesome!
* Fix first set of merge request issues except the dialog.
* Black theme inherits from dark and only the different values
are declared
* Make nav bar translucent (for some reason content does not
go behind it in main activity. Need to investigate)
* Remove nav bar line
* Fix toolbar color
* Fix dialog issue with black theme.
Revert translucent navigation.
* Translations updated, as well as possible from online sources.
* Make login screen respect black theme
8 years ago
Ivan Kupalov
6fcb3cb495
Add image descriptions indicator ( #697 )
...
* Add image descriptions indicator. Closes #683
* Add bg for description indicator, change symbol
* Use icon for image description indicator
8 years ago
Conny Duck
899bc15918
Release 45
8 years ago
Isak Holmström
80bf2f361c
Improved swedish translation ( #735 )
...
* Update strings.xml
* Updated strings.xml
Added the missing string-arrays and fixed some better language.
8 years ago
Sylke Vicious
ab3e68cd48
Update Italian strings.xml ( #733 )
...
added missing strings manually
8 years ago
Konrad Pozniak
2a6f6c4092
work around crash on Android 8 ( #731 )
8 years ago
Konrad Pozniak
dbdc597207
fix bug where home timeline was never showing "load more" button ( #729 )
8 years ago
jeroenpraat
21ce92f8da
Dutch strings: one extra update ( #725 )
8 years ago