Konrad Pozniak
3d5fef60ed
fix card view outline being off a few pixels ( #1375 )
5 years ago
Konrad Pozniak
cec2fe6b68
fix mute action not being correctly displayed ( #1376 )
5 years ago
Konrad Pozniak
0581b51999
fix timeline reloading and favs/boosts/polls showing up at wrong pos ( #1374 )
5 years ago
Levi Bard
934d313cb3
Apply conversation filters to threads. Addresses #1349 ( #1351 )
...
* Apply conversation filters to threads. Addresses #1349
* Cache filters for app lifetime, unless filters are modified locally
* Flush cached filters when changing accounts
5 years ago
Levi Bard
c4f648308c
Fix respecting bot overlay preference in detailed status view. ( #1368 )
...
Closes #1364
5 years ago
Konrad Pozniak
59a464e5ae
fix crash caused by broken mention ( #1360 )
5 years ago
Konrad Pozniak
e41fa3b84c
fix LoginActivity created twice on unauthenticated appstart ( #1352 )
...
* fix LoginActivity created twice on unauthenticated appstart
* make SplashActivity not inherit from BaseActivity
5 years ago
Konrad Pozniak
cc2b4ee79a
fix build warnings ( #1331 )
5 years ago
Konrad Pozniak
713d53e53b
fix vanishing toots bug when refreshing ( #1343 )
5 years ago
Konrad Pozniak
5b93aa4cc5
fix image transition from timeline to ViewMediaActivity ( #1348 )
5 years ago
Levi Bard
a5289861ed
Add @ and # helper buttons to compose activity ( #1277 )
...
Addresses #810
5 years ago
Levi Bard
3adc14d95f
Add the 'whole word' setting to the filter preferences UI ( #1278 )
5 years ago
Konrad Pozniak
6a0d7014f5
Unlimited number of poll options ( #1340 )
...
* implement unlimited number of poll options
* fixes
* extract percent calculation into function so it can be used anywhere
* add license header
5 years ago
Ivan Kupalov
cacac782ca
Show media descriptions in timeline when previews are disabled. ( #1284 )
5 years ago
Konrad Pozniak
c746ed0833
Improve link preview cards ( #1330 )
...
* improve card frame
* add placeholder for empty image
* improve layout, Pleroma compatibility, show author name as description fallback
* reset okhttp logging level
* remove unneeded statement
5 years ago
Konrad Pozniak
5efc0c68af
remove boosted status when the original author was blocked or muted ( #1335 )
5 years ago
Konrad Pozniak
9094a6d438
update Room to 2.1.0 ( #1323 )
5 years ago
Konrad Pozniak
9176c2811e
fix conversation avatars ( #1324 )
5 years ago
pandasoft0
a191c4c097
Disable sensitive media send if medias list is empty ( #1309 )
6 years ago
pandasoft0
1f7e8a079b
Add setting to show/hide notification filter bar ( #1314 )
...
* Add setting to show/hide notification filter bar tuskyapp/Tusky#1306
* Remove not required requestLayout
* Fix notifications reload issue
6 years ago
Levi Bard
78c02c9d42
Implement instance mutes ( #1311 )
...
* Implement instance mutes. #1143
* Move new classes to instancemute component
* Add progress bar while instance list loads
* Add undo snackbar for instance unmuting
* Update display text for instance mutes
6 years ago
kyori19
d5d834526c
Fix onBackPressed never called in ComposeActivity ( #1317 )
6 years ago
Konrad Pozniak
5fa4ed82d0
Update Dagger & other deps ( #1315 )
...
* update dagger
* update remaining deps
6 years ago
pandasoft0
34d130f12f
Redesign report activity ( #1295 )
...
* Report activity core
* Implement navigation
* Implement navigation
* Update strings
* Revert manifest formatting
* Implement Done page
* Add landscape layout
* Implement Note fragment
* Create component
* Implement simple status adapter
* Format code
* Add date/time to report statuses
* Refactor status view holder
* Refactor code
* Refactor ViewPager
* Replace MaterialButton with Button
* Remove unneeded string
* Update Text and Check views style
* Remove old ReportActivity and rename Report2Activity to ReportActivity
* Hide "report to remote instance" checkbox for local accounts
* Add account, hashtag and links click handler
* Add media preview
* Add sensitive content support
* Add status expand/collapse support
* Update adapter to user adapterPosition instead of stored status
* Updated checked change handling
* Add polls support to report screen
* Add copyright
* Set buttonTint at CheckBox
* Exclude reblogs from statuses for reports
* Change final page check mark size
* Update report note screen
* Fix typos
* Remove unused params from api endpoint
* Replace .visibility with show()/hide()
* Replace Date().time with System.currentTime...
* Add line spacing
* Fix close button tint issue
* Updated status adapter
6 years ago
Constantin A
5c5ae15a63
2019 Emoji Update ( #1261 )
...
* Updated EmojiCompat support:
- Fonts are now updatable
- Old fonts will automatically be deleted
- Noto Emoji is supported
- New library version
* It will now (hopefully) only look through the emoji font directory if it exists...
* Added a noto emoji icon for Android <=6;
Font files and their version relation are only loaded once now.
* Small bugfix for the noto emoji icon
* Changed the initial size of the existingFontFiles list to a constant value
* Bugfixes
Old files are now (really) deleted
The latest version is used as the actuall font
Further optimizations
* Emoji font update triggers restart dialog
* Resized the Noto icon;
(Hopefully) fixed EmojiCompat (again)
6 years ago
Konrad Pozniak
c1dcc4dda4
correctly emojify account name in AccountActivity ( #1297 )
6 years ago
Konrad Pozniak
c0d95209a8
cleanup unused resources ( #1300 )
6 years ago
Konrad Pozniak
421cfe9f3a
cleanup entity classes and ViewThreadFragment ( #1302 )
...
* cleanup entity classes and ViewThreadFragment
* fix tests
6 years ago
Konrad Pozniak
5b3751f9bd
apply filters to boosted statuses ( #1299 )
6 years ago
mike castleman
0e5700c652
enhance bad-domain detection
6 years ago
mike castleman
931b1ea7d9
rick roll instead of logging in on selected domains
6 years ago
Gyuhwan Park
8a6c8f00ec
fix(MainActivity,ComposeActivity): use onKeyDown() instead
6 years ago
Gyuhwan Park
314859f9c0
feature(ComposeActivity): add shortcut for send new toot (CTRL + ENTER) [ #505 ]
6 years ago
Gyuhwan Park
8dd61ba9da
feature(MainActivity): add shortcut for compose new toot (SHIFT + N or CTRL + N) [ #505 ]
6 years ago
lenchan139
2f4cbba433
make a copy of file before upload ( #1294 )
6 years ago
charlag
54b2727a5b
Minimal screen reader support for polls
6 years ago
Konrad Pozniak
1cc55959ac
add avatar placeholders back in ( #1285 )
6 years ago
Konrad Pozniak
fb45e0e2bb
Animate gif avatars ( #1279 )
...
* animate gif avatars
* add setting to enable avatar animation
* cleanup code
6 years ago
Konrad Pozniak
df401e90b0
improve performance when clearing notifications ( #1283 )
6 years ago
Konrad Pozniak
44e642e137
improve notification fragment layout ( #1282 )
...
* improve notification fragment layout
* improve sw640dp notification fragment layout
6 years ago
Konrad Pozniak
bbb693f433
remove some unneeded code from BaseActivity ( #1281 )
6 years ago
Konrad Pozniak
86fda3e762
fix crash in SearchFragment ( #1266 )
6 years ago
pandasoft0
b4516cac04
Account Activity enhancements ( #1196 )
...
* use the "follow" button as an "unblock" button on the profiles of blocked users
* use the "follow" button as an "unblock" button on the profiles of blocked users
* add an icon to the profiles that can be clicked to mute/unmute the user
* add an icon to the profiles that can be clicked to mute/unmute the user
* Fix view issues
* Fix view issues
* Implement swipe to refresh for Account layout
* Implement swipe to refresh handler at the account screen
* Implement swipe to refresh
* Correct account refresh
* Show Progress Bar
* Show Progress Bar
* Move "itSelf" check into the viewModel
* Change methods access level
* Change TimelineFragment newInstance overload
* Change avatarSize type to Float
* Replace ImageButton with MaterialButton
* Update account activity swipe to refresh colors
* Refactor code
* Refactor code
* Fix crash on moved account refresh
* Show moved account stats
* Update mute button behaviour
* Show tabs and content for moved accounts
* Fix crash on tablet
6 years ago
Konrad Pozniak
7ca8507c3c
fix images with focal point not shown in timeline ( #1256 )
6 years ago
Konrad Pozniak
af6a7e5872
support custom emoji fonts in poll options ( #1250 )
6 years ago
pandasoft0
1ed9a14595
Add correct Content Description for the preview images at the Compose screen ( #1188 )
...
* Add correct Content Description for the preview images at the Compose screen. tuskyapp#1155
* Remove "unknown" string from resource. Format code
* Format code
* Update string resource for content description
6 years ago
pandasoft0
a19155af2d
Disable click on preference category items ( #1239 )
...
* Disable click on preference category item. tuskyapp#1221
Changed compat preferences widget to AndroidX according to (https://developer.android.com/guide/topics/ui/settings.html )
* Update preference categories clickable
6 years ago
Conny Duck
a8a39613dd
stop buggy gif animation for now
6 years ago
Conny Duck
ed8da7d747
fix crash in StatusBaseViewHolder.getVisibilityDescription
6 years ago
Konrad Pozniak
ae446d182d
Fix bot icon indicator again ( #1249 )
...
* fix handling of bot indicator in timeline
* write bot status into db cache
* remove log
6 years ago