Konrad Pozniak
91cb826adc
fix AccountActivity recreating after rotation
6 years ago
Evgeny Petrov
8bfc56c527
[Ru] string hotfix ( #775 )
...
Changed the wrong form of "black" theme string
6 years ago
Quentí
b708d5dfca
Update Occitan translation ( #776 )
6 years ago
Konrad Pozniak
5237e645eb
Release 46
6 years ago
Konrad Pozniak
04b471d100
fix wrong activity transition of LoginActivity
6 years ago
Konrad Pozniak
5118122c4a
fix bug where deleting profile field was not possible
6 years ago
Marcin Mikołajczak
ad72e63026
Update Polish translation ( #768 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
6 years ago
Anna e só
32a622e49b
Updated pt-rBR translation ( #765 )
6 years ago
jeroenpraat
6e4018a902
Updating Dutch strings for v3 ( #761 )
6 years ago
Isak Holmström
7e0fa6a469
Updated with new strings, added new translations for mute ( #760 )
6 years ago
ButterflyOfFire
4ff92193ba
Updated ar (Arabic) translation ( #758 )
...
* add more aggressive proguard config
* even more optimizations
* Updated ar (Arabic) translation
Commit made via Stringlate
6 years ago
Evgeny Petrov
1736190fcc
[RU] Language update 20180815 ( #759 )
...
* Updated Russian language
* Updated RU language according to 8c425c44e5
* [RU] Language update
6 years ago
Conny Duck
dc72f5ef8e
fix splashscreen navigationbar color on Android 27+
6 years ago
Conny Duck
e9702eb264
update translations
6 years ago
Konrad Pozniak
dcda04b472
add new elephant friends ( #757 )
...
* add new elephant friends
* add art license
* fix typo
6 years ago
Konrad Pozniak
c044ed3e07
fix OOM crash when trying to caption large image ( #756 )
6 years ago
Konrad Pozniak
02ce668c25
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 20ff3d167c39b15566e017108b33fe58690a8482.
* 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
6 years ago
Konrad Pozniak
1d7144f2c7
add more aggressive proguard config ( #741 )
...
* add more aggressive proguard config
* even more optimizations
6 years ago
Conny Duck
4b2bd9465a
fix crash in ViewThreadFragment
6 years ago
Conny Duck
f7b344f84b
small improvements for MediaUtils
6 years ago
eleete0712
d64658f1f8
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
6 years ago
Konrad Pozniak
f89b04aa11
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
6 years ago
Conny Duck
46518853ff
fix bug where unmuting would unmute wrong account
6 years ago
nailyk
829229a692
Translates: FR: Add missing translation ( #744 )
...
* Add missing `title_statuses_with_replies` french translation.
Signed-off-by: nailyk-fr <jenkins@nailyk.fr>
6 years ago
Conny Duck
3e08d439e9
fix the activity transitions (again 🙄 )
6 years ago
Conny Duck
162453af6d
make small avatars in notifications rounded again
6 years ago
Conny Duck
0d839eb1c6
update dependencies
6 years ago
Conny Duck
721178d2d5
improve Arabic translation (thx to @BoF@mstdn.fr)
6 years ago
Conny Duck
97c590c6d9
improve activity slide in/out handling
6 years ago
Konrad Pozniak
4e2e40602c
fix "load more" placeholder changing height after being clicked
6 years ago
Konrad Pozniak
759fd0f11b
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
6 years ago
Konrad Pozniak
f44921f739
add possibility to view avatars fullscreen ( #724 )
...
* add possibility to view avatars fullscreen
* improve codestyle
6 years ago
Ivan Kupalov
c2266804f0
Add RoundedImageView for avatars ( #739 )
...
* Add RoundedImageView for avatars
* RoundedImageView: Remove unused things, fix touchable area
6 years ago
qwazix
3b09db6cb4
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
6 years ago
Ivan Kupalov
c2dc8b0341
Add image descriptions indicator ( #697 )
...
* Add image descriptions indicator. Closes #683
* Add bg for description indicator, change symbol
* Use icon for image description indicator
6 years ago
Conny Duck
f9af1650a8
Release 45
6 years ago
Isak Holmström
fd0878fc66
Improved swedish translation ( #735 )
...
* Update strings.xml
* Updated strings.xml
Added the missing string-arrays and fixed some better language.
6 years ago
Sylke Vicious
16ec650f37
Update Italian strings.xml ( #733 )
...
added missing strings manually
6 years ago
Konrad Pozniak
6bf0c14a74
work around crash on Android 8 ( #731 )
6 years ago
Konrad Pozniak
30d9204586
fix bug where home timeline was never showing "load more" button ( #729 )
6 years ago
jeroenpraat
3f2b49d596
Dutch strings: one extra update ( #725 )
6 years ago
Konrad Pozniak
caa04a2341
improve dependency injection ( #723 )
6 years ago
Konrad Pozniak
9c7ddc7d32
Improve media resizing ( #722 )
...
* improve MediaUtils.getImageThumbnail so it does not load the whole bitmap into memory
* load thumbnails in device specific sizes
6 years ago
Conny Duck
de361dcb7a
fix some lint warnings, use kotlin view imports in ModalTimeLineActivity
6 years ago
Conny Duck
8fa0b93b3d
update dependencies
6 years ago
Conny Duck
20e006f1d1
fix bug where revoking a follow request was not possible
6 years ago
Sylke Vicious
db51c551b1
Updated it (Italian) translation ( #721 )
...
* increase cache size & dont cache full size media
* Updated it (Italian) translation
Commit made via Stringlate
* remove unnecessary backslash
6 years ago
Isak Holmström
e0965f5a20
Update swedish translation ( #720 )
6 years ago
Conny Duck
6f234af9d0
fix Dutch string (thx to jeroenpraat)
6 years ago
Conny Duck
baa8250e70
normalize domains before saving them to database
6 years ago