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
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
Conny Duck
46518853ff
fix bug where unmuting would unmute wrong account
6 years ago
Conny Duck
3e08d439e9
fix the activity transitions (again 🙄 )
6 years ago
Conny Duck
97c590c6d9
improve activity slide in/out handling
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
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
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
20e006f1d1
fix bug where revoking a follow request was not possible
6 years ago
Conny Duck
baa8250e70
normalize domains before saving them to database
6 years ago
Konrad Pozniak
3cb94d6e02
fix crash when opening profiles with default emojis selected
6 years ago
Konrad Pozniak
9791899f1b
increase cache size & dont cache full size media ( #710 )
6 years ago
Conny Duck
bda9b3b764
fix crash in TimelineFragment
6 years ago
Conny Duck
eeaf258dbb
fix bug where sending toot is not possible despite it being below character limit
6 years ago
Conny Duck
e6270f1a5e
fix crash in AccountMediaFragment (again)
6 years ago
Conny Duck
0eebc9842e
fix another crash in ViewThreadFragment
6 years ago
Conny Duck
1ee53f6269
fix custom emojis in mention autocomplete
6 years ago
Conny Duck
e7a13b3f9e
fix crash in AccountMediaFragment
6 years ago
Conny Duck
40a62c12f4
fix crash in TimelineFragment
6 years ago
Conny Duck
e473d914f1
fix crash in ViewThreadFragment
6 years ago
Conny Duck
45a5acbc15
fix regex filter not affecting spoilertext
6 years ago
Conny Duck
23afbe721e
fix crash in TimelineFragment
6 years ago
Conny Duck
aadf40bcff
enable custom emoji fonts for all api levels again
6 years ago
Ivan Kupalov
48f680ba96
Fix crash on receiving event in timeline ( #704 )
6 years ago
Conny Duck
74fe29af4e
enable custom emojis in follow notifications
6 years ago
Conny Duck
990d82b5e9
enable custom emojis in notification messages
6 years ago
Conny Duck
cd9061354b
only disable emoji fonts on Lollipop and lower
6 years ago
Conny Duck
edec387e53
fix crash on old mastodon instances
6 years ago
Konrad Pozniak
bb0213f4e9
disable emoji fonts on Android 5 ( #698 )
6 years ago
Konrad Pozniak
94c37a16c0
use ACTION_GET_CONTENT for media selection again, fix uri permissions ( #695 )
6 years ago
Conny Duck
a25eefcbeb
fix crash on timeline reloading
6 years ago
Conny Duck
51e2ccc5a5
only reload timeline on pref change when necessary
6 years ago
Conny Duck
8c425c44e5
fix the emoji selection dialog
6 years ago
Conny Duck
9133a74d37
cleanup code
6 years ago
Conny Duck
f4a986a420
fix #650 notifications alerting multiple times
6 years ago
Konrad Pozniak
b118669c02
add License activity ( #689 )
...
* convert AboutActivity to Kotlin, use BottomSheetActivity for account resolving
* improve AboutActivity
* new License activity
* fix filemojicompat url
6 years ago
Ivan Kupalov
56752dba33
Do not scroll to top on timeline refresh ( #681 )
...
* Do not scroll to top on timeline refresh
* Use dp for shifting timeline
6 years ago
Konrad Pozniak
335e9ca390
improve custom emoji support ( #687 )
6 years ago
Konrad Pozniak
b9b500f457
fix media resizing ( #686 )
...
* fix media resizing
* move exception catching out of method
7 years ago