LucasGGamerM
|
ae61007d22
|
fix: use correct polarization in FLAG_NO_MEDIA_PREVIEW in StatusListFragment
Wtf is wrong with this
|
2023-09-05 20:29:57 -03:00 |
|
LucasGGamerM
|
20f3c7c9db
|
fix: use correct polarization in FLAG_NO_MEDIA_PREVIEW
|
2023-09-05 19:52:59 -03:00 |
|
LucasGGamerM
|
57306ff7fe
|
fix(editing-alt-text): fix small oversight on editing existing attachments without alt text
This makes the implementation hopefully bug free
|
2023-09-05 19:37:12 -03:00 |
|
LucasGGamerM
|
bbdd1c4aa9
|
fix(editing-alt-text): fix small oversight on editing existing attachments without alt text
This makes the implementation hopefully bug free
|
2023-09-05 19:00:16 -03:00 |
|
LucasGGamerM
|
b6c951c026
|
feat: add indicatives/hints of what type of media is on an media item without preview
|
2023-09-05 14:51:32 -03:00 |
|
LucasGGamerM
|
860cdb05e2
|
feat: add no alt text and sensitive media warning to images without preview
|
2023-09-05 14:25:20 -03:00 |
|
LucasGGamerM
|
e239600af6
|
feat: full implementation of not showing media preview in timelines
|
2023-09-05 11:56:56 -03:00 |
|
LucasGGamerM
|
d7bef67550
|
feat: initial steps for only show media preview setting
It contains settings, flags and settings. But no implementation just yet
|
2023-09-05 11:24:35 -03:00 |
|
LucasGGamerM
|
ad86a00fa7
|
fix: make changing showPostDividers setting restart the activity
|
2023-09-05 10:37:17 -03:00 |
|
LucasGGamerM
|
fb3b9513f2
|
fix: fix window insets on ScheduledStatusListFragment
cc: @sk22
|
2023-09-05 08:21:06 -03:00 |
|
LucasGGamerM
|
2ee4b03fe8
|
refactor: remove DomainDisplay.java
|
2023-09-05 07:23:07 -03:00 |
|
LucasGGamerM
|
61b20eea05
|
Merge remote-tracking branch 'megalodon_main/main'
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/model/Account.java
|
2023-09-05 07:12:27 -03:00 |
|
sk
|
2aba90f353
|
add media indicator for spoiler
closes sk22#598
|
2023-09-05 00:18:47 +02:00 |
|
sk
|
5065c7e7e2
|
add dummy to add spacing
closes sk22#782
|
2023-09-04 23:42:00 +02:00 |
|
sk
|
4975bde76f
|
fix tab layout horizontal paddings
|
2023-09-04 23:33:35 +02:00 |
|
FineFindus
|
ebbd56e3bc
|
feat(search): show suicide help dialog (#767)
* feat(search): show suicide help dialog
* change wording, add helpline url, change behavior
---------
Co-authored-by: sk <sk22@mailbox.org>
|
2023-09-04 23:07:24 +02:00 |
|
Jacoco
|
454ec6b4c0
|
Fix errors when some entries were missing when retrieving account information (#757)
* Handle null avatar
* Handle empty account
|
2023-09-04 22:24:17 +02:00 |
|
sk
|
7cfade62d3
|
fix click listener target
|
2023-09-04 19:53:33 +02:00 |
|
LucasGGamerM
|
d854da54fe
|
fix: make purple be on top of pink
Me no likey pink >:C
|
2023-09-04 10:39:37 -03:00 |
|
LucasGGamerM
|
6fd59a19e8
|
fix: remove duplicate variable assigning
|
2023-09-04 07:46:42 -03:00 |
|
LucasGGamerM
|
531ce568c0
|
Merge remote-tracking branch 'megalodon_main/main'
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/res/drawable/ic_fluent_bot_20_filled.xml
# mastodon/src/main/res/layout/display_item_header.xml
|
2023-09-04 07:42:25 -03:00 |
|
LucasGGamerM
|
c49b25454e
|
refactor(HomeFragment): refactor long click action for cleaner code
|
2023-09-04 07:35:48 -03:00 |
|
LucasGGamerM
|
d39d5c2602
|
Merge pull request #252
feat: allow doubleTapToSwipe when doubleTapToSearch is disabled
|
2023-09-04 07:19:54 -03:00 |
|
FineFindus
|
a2d0738a68
|
fix: only call openSearch once without doubleTapToSearch
|
2023-09-03 21:47:45 +02:00 |
|
FineFindus
|
8cd55fc365
|
feat: display icon for bots (#793)
* feat(profile): display bot icon for bots
* feat(status): display bot icon
* use 16sp size and 4sp spacing
* don't add lock/bot icon as image spans
---------
Co-authored-by: sk <sk22@mailbox.org>
|
2023-09-03 21:34:22 +02:00 |
|
LucasGGamerM
|
f14df2bb0f
|
fix: allows for editing timeline badges again. fixes sk22#800 (#804)
|
2023-09-03 20:49:29 +02:00 |
|
LucasGGamerM
|
b5123ff865
|
feat: readd recent emoji support
|
2023-09-03 15:32:35 -03:00 |
|
FineFindus
|
ca4630e6e1
|
feat: always allow longtap to search
|
2023-09-03 16:00:11 +02:00 |
|
FineFindus
|
a8a1c7824d
|
feat: allow doubleTapToSwipe in discoverfragment
|
2023-09-03 15:59:19 +02:00 |
|
FineFindus
|
0725c2a741
|
feat: add setting to disable double tap to search
|
2023-09-03 15:47:11 +02:00 |
|
LucasGGamerM
|
677fb4e4da
|
fix: readds bot icon to timelines
This was accidentally removed during the great merge, but its back again
|
2023-09-02 21:02:11 -03:00 |
|
LucasGGamerM
|
ce51fc3c0d
|
fix: allows for editing timeline badges again. fixes sk22#800
|
2023-09-02 20:40:55 -03:00 |
|
LucasGGamerM
|
0dcade767b
|
Merge remote-tracking branch 'megalodon_main/main'
|
2023-09-02 20:26:22 -03:00 |
|
Angelo Suzuki
|
2d24e50ff2
|
Add a setting for "Load missing posts behavior"
This will make sure that items that are filtered out don't show up on the interface.
Fixes sk22#311
|
2023-09-01 21:51:14 +02:00 |
|
Jacoco
|
53369eb2d4
|
Fix unreliable Preferences from Account Source (#798)
* Create empty Preferences object on error
* Update prefs from account when preferences fails
|
2023-09-01 21:28:02 +02:00 |
|
LucasGGamerM
|
aeb0aa65a8
|
Merge remote-tracking branch 'megalodon_main/main'
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/api/session/AccountLocalPreferences.java
|
2023-09-01 14:11:19 -03:00 |
|
sk
|
807010893a
|
support static url for emoji reacts and keyboard
|
2023-09-01 14:38:55 +02:00 |
|
sk
|
ea01b14ffb
|
more options for showing emoji reactions
closes sk22#796
re: sk22#788
|
2023-09-01 14:23:38 +02:00 |
|
sk
|
651090a504
|
Merge remote-tracking branch 'upstream/master'
|
2023-09-01 01:17:18 +02:00 |
|
sk
|
203254c9f4
|
fix crash in onEmojiReactionsChanged
|
2023-09-01 01:16:52 +02:00 |
|
LucasGGamerM
|
74db111a4f
|
Merge remote-tracking branch 'megalodon_main/main'
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/api/session/AccountLocalPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/StatusListFragment.java
|
2023-08-31 14:36:59 -03:00 |
|
LucasGGamerM
|
734b3bced6
|
fix: fix alt texts not being able to be edited
fixes #70 cc: @sk22
|
2023-08-31 14:18:32 -03:00 |
|
sk
|
e26c641dc7
|
fix drafts being all on the same-ish day
|
2023-08-31 18:07:43 +02:00 |
|
sk
|
9295cf4e9c
|
fix emoji reaction spacing not updating
closes sk22#784
|
2023-08-31 17:24:29 +02:00 |
|
sk
|
dd9237e9ca
|
enable emojiReactionsInTimelines by default
|
2023-08-31 17:20:44 +02:00 |
|
sk
|
d334703c65
|
adhere to showEmojiReactionsInLists setting
closes sk22#788
|
2023-08-31 17:04:22 +02:00 |
|
LucasGGamerM
|
befa5a9f6d
|
fix: fix alt texts not being able to be edited
fixes #70 cc: @sk22
|
2023-08-31 11:43:39 -03:00 |
|
Angelo Suzuki
|
09ba42a974
|
When loading gap posts, apply filters before building display items.
This will make sure that items that are filtered out don't show up on the interface.
Fixes #675
|
2023-08-31 14:01:58 +02:00 |
|
LucasGGamerM
|
d871d2cad8
|
fix: fix broken Ask before unfollowing option
|
2023-08-30 11:36:17 -03:00 |
|
LucasGGamerM
|
323018daa9
|
fix: fix crash when there is an error on status posting
|
2023-08-30 07:50:32 -03:00 |
|