Conny Duck
ef9ac3939e
fix crash when trying to view account with invalid id
...
closes #848
6 years ago
Conny Duck
4dd70762c2
dont hold whole file content in memory when uploading media
6 years ago
Conny Duck
14ac883496
update media limits for Mastodon 2.5
6 years ago
Conny Duck
5ef50fa3cd
fix links with uppercase letters in scheme not being opened
...
closes #801
6 years ago
Conny Duck
f61456d8b3
fix crash in notifications fragment, save account only when notificationid changed
6 years ago
Konrad Pozniak
12d76249c4
fix image preview rotation in ComposeActivity ( #831 )
6 years ago
Konrad Pozniak
cbb323a434
fix account switching when offline/error ( #830 )
6 years ago
Conny Duck
73934e4652
fix empty message view showing/hiding at the wrong times
6 years ago
Konrad Pozniak
2c679a4761
fix account list loading and clean up a lot of code ( #823 )
...
* fix account list loading and clean up a lot of code
* remove ACCESS_COARSE_LOCATION for API levels 23+
* small improvements
6 years ago
Conny Duck
dd2be8085d
update deps
6 years ago
Conny Duck
4cc197ddc5
correctly hide the loading indicator when instance returns an error on login
6 years ago
Konrad Pozniak
1f972debff
fix notification tab loading bottom notifications forever ( #807 )
6 years ago
Conny Duck
937436091b
fix crash in EditProfileViewModel
6 years ago
Conny Duck
deaf35646a
dont load header images in their full size
6 years ago
Conny Duck
62ed1a9d57
fix crash in NotificationsFragment when Preferences are first accessed
...
fixes #797
6 years ago
Conny Duck
6c68acd551
fix activity transitions (this time for real)
6 years ago
Levi Bard
9b9450736f
Separate saved draft visibility from default reply visibility: #772 ( #787 )
6 years ago
Konrad Pozniak
c6acee511e
wait for EmojiCompat to be initialized before using it ( #791 )
6 years ago
Konrad Pozniak
f3a3013ffa
fix repeating toots in timelines ( #789 )
6 years ago
Konrad Pozniak
4f8d905e7b
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
6 years ago
kyori
43269e0c59
Prevent creating new object in setCreatedAt
6 years ago
Konrad Pozniak
336bc4d7ed
fix bug where addField button was enabled when it should not be
...
in EditProfileActivity
6 years ago
kyori
6936346793
Use SimpleDateFormatter repeatedly.
6 years ago
kyori
6c10b6dbe9
Add process for when the createdAt is null.
6 years ago
kyori
6325f159f4
Stop initializing String.
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
kyori
cfdd7ded34
Prevent query SharedPreference in adapters.
6 years ago
kyori
07525abf69
Annotate on same line.
6 years ago
kyori
3106cfc6b0
Show absolute time in Notifications tab
6 years ago
kyori
040b8be606
Show absolute time
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
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